AI Field Notes by Michael Nemtsev

AI Agent Tooling Ships | AI Field Notes #73

A figure traces a machine's inner wiring while an official points across the room and cheap copies roll out a low-priced gate, suggesting a fight over copied AI.

AI agent tooling shipped in force while cheap open-weight models kept undercutting the majors. Amazon's Bedrock AgentCore went generally available as a declarative harness, LangGraph 1.0 made Model Context Protocol tools first-class nodes, and OpenAI's Presence put governed voice agents inside BBVA and SoftBank. On the model side, the US Energy Department and Arcee AI opened Genesis-Science-1, Poolside shipped a leaner 118-billion-parameter coder, and a new tokenizer called Gigatoken ran a thousand times faster than Hugging Face. In Washington, the White House accused China's Moonshot of distilling Anthropic's Fable, and Treasury floated sanctions.

AI Industry ·TechCrunch

AI model theft: White House accuses China's Moonshot of copying Anthropic's Fable

AnalysisFor the first time, a senior American official has named a specific Chinese lab for copying a specific American model. Michael Kratsios, the White House science and technology director, accused Moonshot AI on July 22 of large-scale covert distillation, the practice of training one model to imitate the outputs of a stronger one, done at industrial scale to build its 2.8-trillion-parameter Kimi K3 in the image of Anthropic's Fable. He also alleged Moonshot ran restricted Nvidia GB300 chips reached through Thailand. Treasury Secretary Scott Bessent said sanctions and Entity List designations are on the table. Anthropic says it traced 3.4 million Claude exchanges to Moonshot back in February.

AI Models ·Arcee AI

Open science model: US Energy Department and Arcee AI release Genesis-Science-1

AnalysisThe US Department of Energy put its name on an open-weight AI model, free to download and run. Genesis-Science-1, announced July 23 with Arcee AI, is built to work through scientific computing tasks: aging simulation codebases, conflicting datasets, and the sequential judgment calls a researcher makes, all while keeping a reproducible log of every step inside a sandbox with human oversight. Labs can feed it data through a DOE portal, with a first contribution window closing August 6. A national lab shipping open weights, rather than licensing a closed model from a frontier vendor, is its own signal about where public science wants its tools to live.

AI Agents ·OpenAI

OpenAI Presence: governed voice agents ship to BBVA and SoftBank

AnalysisOpenAI now sells the plumbing, not just the model. Presence, launched July 22, is a managed platform for building voice and chat agents with company policies, guardrails, and escalation rules baked in, aimed at support, sales, and internal operations. OpenAI says it already resolves 75 percent of its own English-language phone support without a human and cut handoffs by 15 percentage points in ten days. Early users include BBVA Mexico, SoftBank, and the Australian insurer IAG, each wired in by OpenAI's forward-deployed engineers. There is no self-serve API; you get the system and the people who set it up.

AI Agents ·NVIDIA

Nvidia Cosmos 3 Edge: a 4B world model that runs on the robot

AnalysisNvidia shrank its world model to fit on a robot. Cosmos 3 Edge, detailed at the SIGGRAPH graphics conference on July 21, is a 4-billion-parameter model built to predict how a physical scene will unfold, and it runs on the device rather than in a data center. A world model learns the rough physics of an environment so a machine can plan a few seconds ahead. Nvidia wired it to the Model Context Protocol, the emerging standard for connecting AI to tools, so it can drive simulation and creative software directly. On-device is the point: a warehouse robot cannot phone home for every step.

AI Models ·Hugging Face

Poolside Laguna S 2.1: a 118B open coder that fires 8B per token

AnalysisPoolside, the coding-focused lab, put out Laguna S 2.1 this week, a 118-billion-parameter model that fires only 8 billion parameters per token and reads up to a million tokens of context at once. It mixes sliding-window attention, which looks at nearby text cheaply, with occasional full-context passes, and reasons natively rather than through a bolt-on step. The weights are on Hugging Face. The pattern across this month is consistent: smaller active footprints, longer context, open downloads, all aimed at the developer choosing which model to build on without a frontier lab's bill attached.

AI Models ·GitHub

AI tokenizer: Gigatoken runs 1,000x faster than Hugging Face

AnalysisTokenizing text, the dull first step of every model pipeline, just got a thousand times faster. Gigatoken, an open-source library released this week, clocks 24.5 gigabytes per second on a 144-core AMD server where Hugging Face's tokenizer manages 24.8 megabytes, a 989-fold gap. On an Apple M4 Max laptop it hits 8.8 gigabytes per second. It ships drop-in compatibility with both Hugging Face and Tiktoken APIs, so the swap is close to a one-line change. Nobody brags about tokenizer speed until it is the bottleneck holding up a data pipeline that has to chew through terabytes.

AI Industry ·BuildFast

OpenAI data center: Project Camellia commits 3.2GW and $30B in Georgia

AnalysisOpenAI committed to another giant data center, this one in Georgia. Project Camellia, unveiled July 22 with the utility Georgia Power, is a 3.2-gigawatt campus on 1,400 acres carrying more than 30 billion dollars in investment, with power arriving in stages between 2028 and 2032. The number that matters is the 3.2 gigawatts, roughly the draw of a mid-sized city, promised years before the electricity actually shows up. The build-out keeps running ahead of the grid that has to feed it, and the dates quietly admit that the compute OpenAI sells today rests on power plants that do not yet exist.

AI Agents ·LangChain

LangGraph 1.0 makes MCP tools first-class as the spec finalizes July 28

AnalysisLangGraph, one of the more popular ways to wire AI agents together, hit version 1.0 this week and made Model Context Protocol tools first-class building blocks, meaning an external tool now drops into an agent graph as easily as a native one. Model Context Protocol, the open standard for connecting models to tools and data, reaches its final specification on July 28, adding support for long-running tasks and small embedded apps. The through-line is standardization: after two years of every framework inventing its own tool format, the industry is converging on one wire protocol, and the frameworks are racing to speak it fluently.

AI Agents ·AWS

Amazon Bedrock AgentCore hits GA as a declarative agent harness

AnalysisAmazon moved Bedrock AgentCore to general availability, its bet that most teams do not want to hand-code the machinery around an agent. It calls the approach a declarative harness: you name the model, the tools, and the instructions, and the runtime handles orchestration, memory, error recovery, and connections to knowledge bases. The unglamorous parts of agent-building, retrying a failed tool call, remembering what happened three steps ago, are exactly where homegrown projects rot. Amazon, Google, and OpenAI are all racing to own this layer, which tells you the model itself is no longer where the lock-in lives.

AI Models ·Microsoft

Microsoft Mage: small multimodal models built for researchers, not products

AnalysisMicrosoft released Mage, a family of small multimodal models aimed at researchers rather than products. The pitch is modest on purpose: the models are light enough to train or fine-tune on the kind of hardware a graduate student or a small lab actually owns, instead of a rented cluster. Multimodal means they handle text alongside images in one model. Microsoft is explicit that this is for experimentation, not deployment. That framing is the interesting part, since the largest labs keep pushing models too big for anyone outside them to poke at, and a deliberately small, open one is a bid to keep independent research in the game.

AI Industry ·GitHub

Open-source intel: World Monitor clones a Palantir war room for free

AnalysisOne developer rebuilt a Palantir-style intelligence war room and gave it away. World Monitor, released free on GitHub this week, pulls from more than 500 news feeds across 15 categories, summarizes them with AI, and paints 56 map layers plus stress scores for 31 countries, with the option to run the whole thing on a local model through Ollama so nothing leaves your machine. It has drawn 61,000 stars in days. Palantir sells a version of this to governments for millions. The cost of assembling the tool, if not the quality of the underlying data, just fell to a weekend and a laptop.

Want the next issue?

Get AI Field Notes by email.

A short morning brief on what actually changed in AI. Free, unsubscribe anytime.

Read on Substack