Beat: local-ai
90 pieces filed under local-ai, newest first.
-
Terminal-Bench 2.1 vs 4.0: The Benchmark Version Number Is Now More Informative Than the Score
When a model beats a rival on one generation of a benchmark and loses to it by twenty points on the next, the gap is the training target showing through, so the…
-
Briefing · September 10, 2026 · morning
Every headline number this morning is a price, and in each case the party quoting it is the party with the most to gain from it sounding small.
-
Quantization Damage Is Nonlinear, and Qwen3.8 27B Shows Exactly Where the Cliff Is
Quantization damage is nonlinear rather than gradual, so the only defensible way to choose a quant is a task benchmark run against the file you can download today, with…
-
deltafin Runs a 2.8-Trillion-Parameter Model on One MacBook, Then Publishes the Six-Minute Wait
The valuable result in deltafin's Kimi K3 run is not one token per second, it is the measurement showing that six-minute prefill is a scheduling cost of 6.2x read…
-
Briefing · September 9, 2026 · afternoon
Today's launches all narrow what an agent is allowed to be, a named caller or a two-megabyte task instead of a general capability, while the day's biggest story is a lab…
-
Briefing · September 9, 2026 · morning
The most useful numbers published in the last 24 hours are the ones that name where a thing stops working, and the people publishing them are the ones who gain least…
-
Briefing · September 8, 2026 · morning
The industry stopped arguing about whether agents work and started publishing what they cost, in dollars per researcher per day, in context tokens per skill, and in the…
-
Briefing · September 7, 2026 · afternoon
What an agent loads has become the thing worth managing, and the week's launches are almost all knobs on that inventory rather than new capability.
-
NVIDIA's Personal AI Router Will Not Pool Your GPUs, and Saying So Out Loud Is the Best Thing in the README
PAIR solves concurrency across home machines rather than capacity, and the reason it is worth attention is that NVIDIA states that limit in a blockquote instead of…
-
ArcBox Runs Claude Code With Permission Prompts Turned Off, on Purpose
ArcBox moves the agent trust boundary from the prompt down to a microVM, which is the correct place for it, but the project's own commercial-use language sits at odds…
-
VoiceStudio's Badge Says AGPL-3.0. Its Default Model Weights Are CC-BY-NC.
The license badge on a local AI repo describes the code while the downloaded weights carry their own separate and often non-commercial terms, and GitHub's license…
-
Magnitude's Install Instructions Are a Prompt. Your Coding Agent Is the Installer.
Magnitude ships install-by-prompt as its documented happy path, which hands your coding agent a global npm install plus write access to its own harness config, and the…
-
Briefing · September 4, 2026 · morning
Two frontier labs shipped cyber-specialized capability inside 48 hours, one gated behind a vetted-defender program and one subsidized by a billion dollars, while a…
-
Utopia's Append-Only Decision Ledger Runs as the Role That Can Delete It
Utopia's append-only decision ledger is enforced by Postgres triggers that its default single-role deployment is privileged enough to drop, so the audit guarantee is…
-
Obscura Renders the Web Without Chromium, So Your Agent Sees a Different Page Than Your User
Obscura replaces Chromium with its own three-week-old Rust paint engine, which turns an agent's screenshot from evidence about the web into evidence about Obscura's…
-
Briefing · September 1, 2026 · afternoon
Anthropic shipped two models today that are the same model, and everything around them moves the control surface off the weights and onto the account, so who you are now…
-
ContextPilot Trains an Agent to Delete Its Own Context, and the Reward Never Asks What It Deleted
ContextPilot's terminal reward is answer correctness plus format plus an invalid-call penalty, with no term for whether a given deletion was safe, so the model learns…
-
Briefing · August 31, 2026 · morning
Five days of releases and papers all pushed on the same component, the agent's working context, making it shared between people, durable across sessions, and editable by…
-
tokentab Prices Your Coding Agents Offline, From a Table Someone Maintains by Hand
Tokentab produces something that looks like a bill for your coding agents but is a reconstruction, because the token counts come from vendor logs while the dollars come…
-
Omarchy Spent Fifteen Months Putting Every Desktop Process One Command Away From Root
Your agent's blast radius is set by the Unix groups your login shell inherited, not by the permission settings in its harness, and Omarchy's docker group default made…
-
Briefing · August 30, 2026 · afternoon
The week's sharpest stories all turn on a setting nobody chose, and in most of them the only way to discover the setting was to read a diff.
-
Briefing · August 28, 2026 · afternoon
Every significant thing shipped in the last 48 hours is an argument about the execution boundary, where an agent's reach stops, and two of the biggest arguments point in…
-
OpenHuman Keeps Your Memory Local and Reads It in the Cloud
OpenHuman's local-first claim describes where your data rests, not where it gets read: local inference ships off by default, chat and reasoning and embeddings route to…
-
Briefing · August 26, 2026 · afternoon
Three products shipped the same primitive on August 25, a durable version-stamped record of why the system believes or did something, which means the receipt is becoming…
-
Briefing · August 26, 2026 · morning
Three separate organizations gave away a complete agent harness in the same two weeks, turning the layer everyone was trying to sell in July into free plumbing, right as…
-
Headlong Gives Your Team One Agent With One Memory, and No Wall Between You
Headlong's single thought stream is exactly what makes a shared agent feel like a colleague instead of a service, and it is also why every message you send it is…
-
Briefing · August 25, 2026 · afternoon
The measurement layer stopped being a bolt-on and became the shipped product, with LangChain releasing three separate agent-grading systems in one day while OpenAI's CFO…
-
Briefing · August 25, 2026 · morning
The harness stopped being plumbing and became the thing being engineered, with the top two papers on Hugging Face this morning both being agent harnesses and a Microsoft…
-
FreeToken Runs a 753B Model on One Workstation GPU. The Real Trick Is That Your VRAM Split Moves at Runtime.
FreeToken's headline parameter counts matter less than its elastic runtime reallocation of VRAM between expert cache and KV memory, which means the number worth…
-
Briefing · August 24, 2026 · afternoon
Every layer of the agent stack now ships a vendor-neutral version, from the local inference engine to the orchestrator to the ruleset, while precision measurement shows…
-
Top-1 Token Flips: How Your vLLM Backend and Quantization Choice Change What the Model Says
Identical weights served through different attention backends and quantizations produce measurably different tokens, so the quality you get from a local model is a…
-
Briefing · August 23, 2026 · morning
Across protocol, infrastructure, tooling and research this weekend, the same move keeps repeating, replacing a stated claim with a mechanically checkable one.
-
Briefing · August 22, 2026 · morning
The expensive part of running an agent is not the model, it is the context the agent keeps re-deriving, and three of today's top projects attack that waste from three…
-
OpenViking Turns Agent Memory Into a Directory You Can Walk
OpenViking's real contribution is not retrieval accuracy but retrieval evidence: a bad answer leaves a directory path you can read instead of a similarity score you…
-
Ray Guarded Its Job API by Checking Whether Your Browser Said "Mozilla"
Ray protected an unauthenticated job-submission endpoint with a string check on the User-Agent header, and DNS rebinding turned any open browser tab into code execution…
-
Briefing · August 18, 2026 · afternoon
Five gates went up around the AI stack in forty-eight hours, and the GitHub daily board is quietly voting for everything you can pick up and carry out.
-
DSH Desktop Checks That Your Update Is a Real Installer, Not Who Built It
DSH Desktop's own known-limitations section says its auto-updater validates the download container rather than publisher identity, which is the one guarantee a…
-
Briefing · August 17, 2026 · morning
Four separate things that were free or open picked up a gate in 72 hours, and the counter-tooling is already climbing the trending charts.
-
The Qwen3.8-Max License Bills Your Company, Not Your Inference
The Qwen3.8-Max license moves open-weights compliance off how you serve the model and onto what business you are in and what your company earns, so the audit you owe is…
-
Briefing · August 16, 2026 · morning
Offensive security capability became the thing labs gate releases on this week, and the same week's speed and locality launches make that gate almost impossible to hold.
-
Memmy Agent Gives Six AI Tools One Memory. That Is Also One Blast Radius.
Memmy makes agent memory a shared substrate under Claude Code, Codex, Cursor and three others, which is the right architecture, but sharing a memory store means sharing…
-
Briefing · August 15, 2026 · morning
Three layers of the agent stack acquired maintainers this week, and none of those maintainers ships a model.
-
Briefing · August 14, 2026 · afternoon
Three labs published their scaffolding this week and withheld the component that renders judgment, which is a coherent business model and a quiet narrowing of what open…
-
NVIDIA NeMo Switchyard Cuts Agent Costs 74 Percent. Its Known-Issues File Says the Meter Is Broken.
Switchyard turns provider choice into a routing-table entry and has published cost reductions to back it, but its own known-issues list says the accounting endpoints you…
-
Needle 2 Is a 45M-Parameter Model That Can Only Call Tools
Needle 2's real claim is that device control needs no world knowledge, and its own benchmark tables support the architecture while undercutting the refusal contract its…
-
Briefing · August 13, 2026 · afternoon
The harness became the contested layer today, with DeepSeek open-sourcing its agent runtime under MIT while raising model prices up to 1,100 percent, NVIDIA shipping a…
-
Briefing · August 13, 2026 · morning
Five vendors spent the past week shipping infrastructure whose primary user is an agent rather than a person, a browser, a wallet, a 14-day runtime, a local model tuned…
-
Cua's Metal Capability Shim Made llama.cpp 11x Faster by Changing Two Answers
The GPU inside a macOS VM was never the bottleneck, its self-reported capability profile was, and Cua's shim proves that a capability probe is now part of your local…
-
Briefing · August 12, 2026 · morning
Nobody shipped a frontier model in the last 48 hours, and five separate parties instead published arguments about substrate, which language agent-written code should…
-
witr Answers Why Is This Running, and Coding Agents Just Made That Question Expensive
Witr's copyable idea is not the process tree but its refusal to hedge, since it names one primary source and marks its uncertainty explicitly instead of dumping…
-
Unsloth Desktop Runs Claude Code on Your Own GPU. Two Defaults Break It First.
Unsloth Desktop's Anthropic-compatible endpoint makes Claude Code run against a local GGUF in one command, but two defaults sabotage it out of the box: Claude Code's…
-
GPT-5.6-Cyber and Muse Glimmer Shipped the Same Day. Identity Replaced Licensing as the Gate.
OpenAI and Meta shipped opposite access models within hours of each other on August 10, and the split shows vendors now gate individual capabilities by blast radius…
-
Briefing · August 11, 2026 · afternoon
Almost nothing shipped in the last 48 hours is a new agent, it is an attachment to an agent harness developers already run, and the connective tissue those attachments…
-
Briefing · August 11, 2026 · morning
On the same day, one vendor put its strongest agentic capability behind identity verification and hardware keys while another gave a capable agent model away under…
-
celld Deleted the Control Plane, So Your S3 Bucket Is Now the Whole Control Plane
Celld runs Cloudflare Workers and Durable Objects on machines you own by removing the control plane entirely and letting nodes coordinate through object-storage…
-
Shieldstral Turns Your Safety Policy Into a Sentence You Can Rewrite at Runtime
Shieldstral moves safety policy from training time to inference time, so a guardrail becomes a plain-language question your product team can edit and version, which is…
-
TencentDB Agent Memory Makes Every Memory Private by Default. Its Newest README Dropped the Benchmark That Made It Famous.
TencentDB Agent Memory's real contribution is an access-control model that treats each memory as an owned, versioned asset that stays private until someone explicitly…
-
Briefing · August 4, 2026 · afternoon
Three separate stories today all break at the same joint, systems that verify which identity signed an action but never verify what caused that identity to sign, which…
-
WASTE Keeps a File of Everything It Got Wrong. Read docs/LEARNED.md Before You Read the Benchmark.
WASTE's most checkable claim is not 0.6 tokens per second, it is docs/LEARNED.md, a dated append-only record of hypotheses the project measured and refuted, and in a…
-
pdf-inspector: Firecrawl Says 54% of Your PDFs Never Needed OCR
Pdf-inspector's real argument is that roughly half the documents in a typical pipeline are already machine-readable and get sent to OCR anyway, and its own benchmark is…
-
Briefing · August 3, 2026 · afternoon
Three projects on today's board run frontier-scale models on machines that cannot hold them by streaming weights off NVMe, which moves the binding constraint on local…
-
WASTE Runs Kimi K3's 2.78 Trillion Parameters on a Laptop, and the Bottleneck Moved to Your SSD
WASTE proves a 2.78-trillion-parameter model no longer has to fit in RAM, but it relocated the constraint rather than removing it, from memory you cannot buy to 982 GiB…
-
Unit 42's Autonomous AI Attack Report Is a Configuration Audit, Not a Capability Warning
Every control the attacker disabled in Unit 42's autonomous-attack campaign is a documented, supported setting in harnesses developers already run, so the report reads…
-
DeepSeek-Reasonix Is a Coding Agent Built Around One Number: the 50x Gap Between a Cache Hit and a Cache Miss
Reasonix's transferable idea is that an agent's input bill is set by prefix stability rather than model price, so an append-only loop that never rewrites history is…
-
Briefing · August 2, 2026 · morning
Streaming experts off disk instead of holding them in RAM went from one clever hack to the default architecture for running open frontier models locally, and the same…
-
Briefing · July 31, 2026 · afternoon
The model stopped being the product this week, with the biggest cost win credited to a harness rewrite rather than a new checkpoint, a hyperscaler putting its own model…
-
TurboFieldfare Runs Gemma 4 26B in About 2 GB of RAM. The Other Number Is 14.3 GB.
TurboFieldfare's 2 GB headline is a RAM figure paid for with 14.3 GB of SSD and roughly a tenth of MLX's throughput, which makes it a real proof that the local-inference…
-
Briefing · July 30, 2026 · afternoon
Three unrelated shipments on the same day attacked the price of a token from opposite ends, vendor price cuts, enterprise spend guardrails, and a local runtime that…
-
Briefing · July 29, 2026 · morning
Frontier models crossed from finding bugs in demos to breaking real systems and real math in the same week, and the defensive response that arrived within 72 hours had…
-
AgentENV Swaps Your Agent Sandbox in One Environment Variable. Read What You're Standing Up First.
AgentENV makes migrating off a hosted sandbox a one-variable change, which means the decision gets made by whoever edits the env file rather than whoever owns the host,…
-
Briefing · July 28, 2026 · morning
The release unit stopped being the model and became the runtime around it, with Moonshot shipping its training cluster alongside its weights on the same day MCP…
-
scriptc Compiles TypeScript to Native Binaries With No JavaScript Engine Inside. Coding Agents Wrote Most of It.
Scriptc's real question is not whether TypeScript can compile to native binaries but whether a compiler written at agent speed can be trusted, and the only honest answer…
-
Briefing · July 27, 2026 · morning
Three institutions at three different layers, a protocol, a platform and a regulator, all shipped agent governance machinery inside the same ten days, while the…
-
OpenMinis Is the Most Interesting iOS Agent Shipping, and Its GitHub Repo Has No Code In It
IOS per-framework permission prompts were designed for apps whose behavior is fixed reviewed code, and OpenMinis composes those grants into one agent whose behavior is…
-
Your Incident Response Plan Has a Model Dependency, and Nobody Vetted It
Hugging Face's forensics got blocked by hosted-model safety guardrails that cannot tell a defender from an attacker, which means your incident-response runbook now…
-
Briefing · July 26, 2026 · morning
The agent became the threat actor this week, and the industry answered with governance products and legislation rather than containment.
-
OpenWorker Is Local-First. Three Things About It Are Not.
OpenWorker's local-first design is a claim about where your data sits, not about who can start the agent, and its Slack trigger, its scheduler, and its cloud OAuth…
-
Briefing · July 25, 2026 · afternoon
The agent harness is separating from the model vendor, with OpenWorker, the stateless MCP specification, and OpenAI's own Codex plugin for Claude Code all landing in the…
-
iFixAi Grades Your AI's Misalignment, Then Tells You Not to Trust the Grade
IFixAi's letter grade is the least trustworthy thing it ships and its own README says so (uncalibrated policy thresholds, no published baselines), while the machinery…
-
WorldMonitor Runs Its AI on Your Machine First and Treats the Cloud as Backup. That's the Part Worth Stealing.
WorldMonitor's 54k-star situational-awareness dashboard matters less as an intelligence product than as a shipped template for local-first AI that runs on Ollama with no…
-
The Coding Agent Became a Security Scanner This Week. It's Also the Thing Being Scanned.
In-loop AI security scanners inherit the trust model of the session they run in, so the same agents now hunting vulnerabilities are themselves a fresh attack surface,…
-
Briefing · July 23, 2026 · afternoon
Security moved inside the coding agent this week from both directions, as vendors shipped scanners that run in the agent loop while fresh CVEs turned the exact…
-
Gigatoken Tokenizes Text at Gigabytes per Second. The Real Question Is Whether You Tokenize Gigabytes.
Gigatoken delivers a real ~1000x-over-HuggingFace (68-681x over tiktoken
-
Briefing · July 22, 2026 · morning
MCP became load-bearing infrastructure: the protocol went stateless (RC, final July 28) while MCP servers landed in the pro creative stack, an enterprise asset graph,…
-
Moonshine Outscores Whisper Large v3 With 245 Million Parameters, on a CPU
Moonshine makes the cloud speech API a choice rather than a default (245M-param Medium Streaming beats Whisper Large v3 on WER 6.65% vs 7.44% per OpenASR leaderboard…
-
Hugging Face Ran Its Breach Forensics on an Open-Weight Model Because the Frontier APIs Refused
A usage policy is a control that binds only the party who agrees to it, so hosted-model guardrails constrain your incident responders (who must submit real exploit…
-
Briefing · July 19, 2026 · morning
The frontier stalled and the scaffolding raced: a harness-engineering field guide trended, Claude Code rewrote permission checks, ChatGPT desktop added a Codex switcher,…
-
Briefing · July 18, 2026 · morning
The coding agent's harness, not the model, is where competition and danger now sit: xAI open-sourced 840k lines of grok-build, Anthropic rebuilt Claude Code session…
-
Open Interpreter Came Back as a Codex Fork That Wears a Different Face for Every Model
The new Open Interpreter bets the thing holding open models (DeepSeek/Kimi/Qwen/GLM) back isn't the model but the harness wrapped around it, so it ships model-specific…
-
LLM Space Is a Local Desktop App Built for Watching What Your Agent Actually Did
LLM Space is the DeerFlow team's dogfooded, local-first desktop app for inspecting every harness step and replaying failures, and that after-the-fact visibility…