"NUNTII EX MACHINA"
DOCUMENTING THE RACE TO AGI

THE
AGENTIC
TIMES_

▮ NEWS_TICKER.LIVE REC
▸ Ryan Serhant Reveals How He Turns AI Agents Into Million-Dollar Sales Forbes · 21.07.2026▸ Chinese Tech Firms Pitch AI Agents as the Future of Smartphones citynewsservice.cn · 21.07.2026▸ Powerful AI Models Happily Being Given Away for Free RealClearMarkets · 21.07.2026▸ GitLab 19.2 Puts AI Agents to Work on the Security Backlog infoq.com · 21.07.2026▸ OpenAI’s GPT-Red: How AI Models Are Now Training Each Other to Be More Secure quasa.io · 21.07.2026▸ MCP update prepares AI agents for widespread deployment Techzine Global · 21.07.2026▸ New ENCFORGE Ransomware Targets AI Model Files in Langflow RCE Attack The Hacker News · 21.07.2026▸ In Depth: Chinese Smartphone-Makers Bet on AI Agents Caixin Global · 21.07.2026▸ WebMCP: Bridging the Gap Between AI Agents and the Web devmio · 21.07.2026▸ Boomi study finds AI agent trust lags enterprise adoption InsiderPH · 21.07.2026▸ Rapidus and Cadence partner to advance AI-driven SoC design New Electronics · 21.07.2026▸ Agentic AI and Smart Data: The Architecture of the UK’s New Open Finance Framework… Finextra Research · 21.07.2026▸ Databricks: US$188bn Valuation, Genie One and Agentic AI AI Magazine · 21.07.2026▸ Nvidia targets simulation bottlenecks with AI agent expansion InsiderPH · 21.07.2026▸ China Weighs Export Controls on AI Models, Including Open Weight LLMs trendingtopics.eu · 21.07.2026▸ Research says JadePuffer Ransomware wipes off data on AI Model Infrastructure Cybersecurity Insiders · 21.07.2026▸ Reported US push to ban Chinese AI models reflects anxiety over eroding tech hegemony… Global Times · 21.07.2026▸ Webinar: Can AI agents finally automate data testing? QA Financial · 21.07.2026
▮ MODEL_FEED.LIVE REC
▸ Nemotron-Labs-Audex-30B-A3B NVIDIA · 30B · MoE · 06.07.2026▸ Nemotron-Labs-Audex-2B NVIDIA · 2B · 06.07.2026▸ DeepSeek-V4-Flash-DSpark DeepSeek · Open language model · 27.06.2026▸ Qwen-AgentWorld-35B-A3B Qwen · 35B · MoE · multimodal · 22.06.2026▸ GLM-5.2 Zhipu · Open language model · 16.06.2026▸ North-Mini-Code-1.0 Cohere · coding · 05.06.2026▸ DeepSeek-V4-Pro DeepSeek · Open language model · 22.04.2026▸ DeepSeek-V4-Flash DeepSeek · Open language model · 22.04.2026▸ granite-4.1-8b IBM · 8B · 06.04.2026▸ granite-4.1-3b IBM · 3B · 06.04.2026▸ Mamba2-primed-HQwen3-8B-Instruct Amazon · 8B · instruct · 31.03.2026▸ Falcon-OCR TII · Open language model · 22.02.2026▸ tiny-aya-base Cohere · Open language model · 13.02.2026▸ tiny-aya-global Cohere · Open language model · 13.02.2026▸ GLM-4.7-Flash Zhipu · Open language model · 19.01.2026▸ Falcon-H1R-7B TII · 7B · 29.10.2025
▮ DISPATCHES / 27.06.2026 · 3 MIN READ

Will Jalapeño Reduce the Cost of Running Agents?

Will Jalapeño Reduce the Cost of Running Agents?

OpenAI and Broadcom unveiled Jalapeño this week, OpenAI’s first custom silicon, built from scratch around how large language models actually run rather than adapted from general-purpose GPUs. Bloomberg reports it could cut inference costs by roughly 50%. That number matters more for agentic workloads than for the chatbot use cases most coverage has focused on.

Here’s why. A chat response is one model call. An agent task is dozens, sometimes hundreds. It reads files, searches a codebase, drafts a fix, runs tests, reads the failure, tries again. Every one of those steps is a separate inference call, and inference, not training, is where the bill actually lands once a product is in production. OpenAI’s own framing makes the connection explicit, saying that Jalapeño is built for the systems behind ChatGPT, Codex, the API, and what it calls “future agentic products,” not just for serving a faster chat reply.

The architecture is purpose-built for exactly this pattern. Jalapeño uses eight HBM memory stacks wrapped directly around the compute die, the same approach Anthropic locked in with Micron in a separate deal days earlier, for the same underlying reason. Agent workloads are memory-bandwidth problems as much as raw compute ones: long context windows, repeated tool calls, and iterative reasoning all mean shuttling huge amounts of data in and out of memory, over and over, within a single task. Reducing that data movement is precisely what OpenAI says the chip’s design targets.

So will it actually make agents cheaper? Not on any timeline that helps you this quarter. Engineering samples are running lab workloads now, including an unreleased GPT-5.3-Codex-Spark model, but deployment doesn’t begin until end of 2026, and Microsoft is expected to take a large share of that first production run. Full third-party benchmarks haven’t landed either. Every figure circulating right now, including the 50% number, is vendor-reported or sourced from early reporting, not independently verified.

There’s also a structural reason to stay cautious. Cheaper inference doesn’t automatically show up as a lower bill. It can just as easily show up as OpenAI’s margins improving while list prices hold steady, or as more generous usage limits rather than lower per-token cost. Whether savings get passed through depends on competitive pressure from Google, Amazon, and the wave of other labs building their own silicon, not on the chip alone.

What this does signal clearly is the direction of travel. Inference cost is no longer just a research footnote, it’s becoming the central economic constraint on how far agentic AI can scale, and every major lab now seems to agree the answer is owning more of the stack rather than renting it.

For anyone running agents in production today, the practical move isn’t to wait for Jalapeño. It’s to keep measuring cost per completed task now, so that whenever cheaper inference does arrive, you can actually tell the difference.

END OF TRANSMISSION ▮ ◂ MORE DISPATCHES