Author: Naveed Ahmad

Naveed Ahmad is a technology journalist and AI writer at ArticlesStock, covering artificial intelligence, machine learning, and emerging tech policy. Read his latest articles.

AI

A brand new challenge referred to as Acorn has launched a manner for organizations and creators to construct their very own on-line communities as an alternative choice to centralized social media platforms like Instagram, X, and Threads. It makes use of the identical underlying technology that powers the decentralized social media app Bluesky, permitting communities to construct their very own homepages, create starter packs for brand new members, and customise feeds and moderation instruments. Acorn’s platform hails from Blacksky, an organization constructing its personal decentralized social media toolkit across the AT Protocol. The AT protocol was developed by Bluesky’s staff…

Read More
AI

If you happen to’ve ever constructed a manufacturing AI pipeline that runs lengthy jobs — processing hundreds of prompts in a single day, kicking off a Deep Analysis agent, or producing a protracted video — you’ve nearly actually handled the polling drawback. Your code sits in a loop, firing GET requests each few seconds asking, “Is the job performed but?” It’s wasteful, it provides latency, and at scale it turns into a reliability headache. Google simply shipped the repair. Google launched event-driven Webhooks for the Gemini API — a push-based notification system that eliminates the necessity for inefficient polling. The…

Read More
AI

Two days earlier than the Elon Musk vs. OpenAI trial started final week, Musk texted the mannequin maker’s president and co-founder Greg Brockman. Musk recommended to Brockman that OpenAI settle the go well with. After Brockman replied by suggesting each side drop their fits, the trade went off the rails, with Musk responding: “By the tip of this week, you and Sam would be the most hated males in America. Should you insist, so will probably be.” That is all in line with a brand new submitting submitted on Sunday by OpenAI’s lawyers. The submitting didn’t embody copies of the…

Read More
AI

PLOT_STEPS = 55 x_ = np.linspace(-5, 5, 500) y_ = np.linspace(-2.2, 2.2, 500) X, Y = np.meshgrid(x_, y_) Z = loss(X, Y) fig = plt.determine(figsize=(16, 10), facecolor=”#FAFAF8″) gs = GridSpec(2, 3, determine=fig, hspace=0.45, wspace=0.38, left=0.07, proper=0.97, prime=0.88, backside=0.08) COLORS = { “gd”: “#E05C4B”, “mom_good”: “#3A7CA5”, “mom_large”: “#F4A536”, “contour”: “#D4C9B8”, “minima”: “#2A9D5C”, “begin”: “#444444”, } PANEL_TITLES = [ “Vanilla Gradient DescentnOscillates, slow (185 steps to converge)”, “Momentum β = 0.90nSmooth, fast (159 steps to converge)”, “Momentum β = 0.99 (too large)nOvershoots — never converges”, ] paths_plot = [ path_gd[:PLOT_STEPS+1], path_mom_good[:PLOT_STEPS+1], path_mom_large[:PLOT_STEPS+1], ] colours = [COLORS[“gd”], COLORS[“mom_good”], COLORS[“mom_large”]] # prime row: trajectory…

Read More
AI

Bret Taylor’s AI startup Sierra is elevating a $950 million funding spherical led by Tiger International and GV, the corporate announced Monday, pushing its post-money valuation above $15 billion. The elevate offers Sierra greater than $1 billion to work with — capital the corporate says it’ll use to turn into the “world normal” for AI-powered buyer experiences. Like plenty of AI firms, Sierra has, neatly, been very proactive in touting its personal progress in a crowded market. The corporate says it began with simply 4 design companions a few years in the past. Right now it claims to have greater…

Read More
AI

fig, axes = plt.subplots(2, 2, figsize=(14, 10)) colors_a = [“gray”, “#1f77b4”, “#ff7f0e”, “#2ca02c”, “#d62728″][: len(asmd_means)] axes[0, 0].bar(record(asmd_means.keys()), record(asmd_means.values()), shade=colors_a) axes[0, 0].axhline(0.1, ls=”–“, shade=”crimson”, label=”0.10 imbalance threshold”) axes[0, 0].set_title(“Imply ASMD throughout covariates”) axes[0, 0].set_ylabel(“Imply ASMD”); axes[0, 0].legend() axes[0, 0].tick_params(axis=”x”, rotation=20) reality = target_df[“happiness”].imply() colors_b = [“#888”] + [“#1f77b4”, “#ff7f0e”, “#2ca02c”, “#d62728”][: len(methods)] + [“black”] axes[0, 1].bar(record(outcome_means.keys()), record(outcome_means.values()), shade=colors_b[: len(outcome_means)]) axes[0, 1].axhline(reality, ls=”–“, shade=”black”, label=f”reality = {reality:.2f}”) axes[0, 1].set_title(“Estimated imply happiness vs floor reality”) axes[0, 1].set_ylabel(“Imply happiness”); axes[0, 1].legend() axes[0, 1].tick_params(axis=”x”, rotation=20) w_ipw = adjusted_ipw.to_df()[“weight”].values axes[1, 0].hist(w_ipw, bins=40, shade=”steelblue”, edgecolor=”white”) axes[1, 0].set_title( f”IPW weight distributionn” f”min={w_ipw.min():.2f} median={np.median(w_ipw):.2f} max={w_ipw.max():.2f}” ) axes[1, 0].set_xlabel(“weight”); axes[1,…

Read More
AI

Within the long-running saga that’s Cerebras Techniques’ IPO, the end line is lastly in sight. The AI chipmaker said on Monday that it’s making ready to promote 28 million shares at $115 to $125 a share. This might elevate $3.5 billion and provides it a $26.6 billion market cap on the excessive finish. That might be a pleasant bump in simply a few months for the late traders who piled into its $1 billion Sequence H at a $23 billion valuation in February. It might even be a boon to OpenAI and some of its executives. Ought to Cerebras pull…

Read More
AI

On the subject of the specter of AI’s labor-displacing potential, Jensen Huang thinks that the American employee has nothing to worry. Throughout a conversation Monday night time with MSNBC’s Becky Fast hosted by the Milken Institute — an financial coverage suppose tank, the jovial Nvidia CEO mentioned that AI was an industrial-scale generator of jobs, not the harbinger of mass unemployment that so-called “AI doomers” have typically accused it of being. Plenty of totally different matters had been broached throughout the speak, however a central theme that stored coming again was the continued financial anxiousness surrounding the AI trade and…

Read More
AI

Geothermal startup Fervo Vitality stated Monday it hopes to lift as much as $1.3 billion in its preliminary public providing.  The corporate can be valued at as much as $6.5 billion if shares promote on the prime of its $21 to $24 value goal. That’s greater than twice what Fervo had reportedly been seeking earlier this yr when it confidentially filed paperwork with the SEC to begin the IPO course of. The inventory will commerce on Nasdaq underneath the ticker FRVO. Fervo’s value goal comes on the heels of X-energy’s profitable IPO. The nuclear energy startup raised $1 billion in…

Read More