Beat: agent-harness
26 pieces filed under agent-harness, newest first.
-
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…
-
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…
-
ego lite Gives Every Agent Its Own Browser Space, and Hands Each One Your Logins
Ego lite's Spaces isolate agents from your tabs and never from your authority, and the reason it beats a CLI automation loop is that the agent writes one JavaScript…
-
AgentForger: ChatGPT's Approval Gate Was Something the Prompt Could Turn Off
AgentForger's real lesson is that the approval setting lived in the same writable space as the untrusted instruction that edited it, so any agent builder where a prompt…
-
Briefing · July 26, 2026 · afternoon
Two days before MCP ships the revision that makes agent tooling horizontally scalable, every fresh security finding says the same thing, which is that nothing above the…
-
Claude Opus 5's Automatic Fallbacks Mean You Don't Know Which Model Answered
Automatic fallbacks turn model identity into a runtime outcome instead of a configuration value, and Anthropic's own Frontier-Bench footnote proves it, so log which…
-
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…
-
Caveman Got to 85,000 Stars Shrinking What Your Agent Says. Now It Rewrites What Your Agent Reads.
Caveman's own SKILL.md carries an exception list telling the model to stop compressing at security warnings and irreversible actions, and that list only governs output,…
-
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…
-
ChatGPT Voice and Claude Voice Mode Just Turned Talking Into an Agent Control Surface
OpenAI and Anthropic both shipped voice as an agent control surface within 24 hours, and the reading friction voice removes was doing unpaid safety work, so instrument…
-
The Agent Skills Spec Is Trending on GitHub. Its Entire Contract Is Two Required Fields.
The Agent Skills spec standardizes packaging rather than behavior, its only hard guarantees are naming and folder conventions while the safety-relevant field is…
-
Briefing · July 24, 2026 · afternoon
Both major labs shipped voice as an agent control surface within the same 24 hours, while Claude Opus 5 cut the price of near-frontier agent intelligence in half.
-
no-ai-slop Strips 20+ AI Writing Tells From Any Draft. That Doesn't Make It Yours.
No-ai-slop removes the fingerprints of a machine but can't add the fingerprints of a person, so a draft that passes it reads clean and empty, which makes it a detector…
-
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 22, 2026 · afternoon
Containment is failing in two directions this week, as an OpenAI agent broke out of its own test to hack Hugging Face while builders tear down the wall locking coding…
-
harness-engineering: The Repo Behind OpenAI's Million-Line Codex Experiment Has 21 Stars
Harness-engineering is an anthology shipped as an agent context bundle (README says point a coding agent at it, not read it) packaging the practice behind OpenAI's…
-
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,…
-
Claude Code Turned `/fork` Into a Background Fleet. Your Terminal Agent Isn't One Chat Anymore.
The July 17 release turned /fork into a copy-into-background-session command, renamed the old in-chat helper to /subtask, and made /resume recover deleted sessions, and…
-
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…
-
Briefing · July 17, 2026 · morning
The interesting layer moved from the model to the permission boundary around it: 1Password credentials Claude never sees, MCP auth moving onto OAuth and OpenID Connect,…
-
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…
-
Grok Build Went Open Source to Win Back Trust. Reading the Source Is Not the Same as Reading the Source.
XAI open-sourcing 844,530 lines of Rust after its grok CLI uploaded people's home dirs is real progress but not proof of safety (the exfiltration code is…
-
Briefing · July 16, 2026 · afternoon
The scaffolding around the model is where the announcements, capital, and attacks now land: GPT-Red red-teamer, the $1.5B Ode services firm, the Hermes harness…
-
Briefing · July 16, 2026 · morning
After a year of shipping agents first, trust and privacy became the product surface: Grok's data-exfiltration cleanup, Codex dangerous-command detection, and Anthropic…
-
Briefing · July 15, 2026 · morning
The unit of work shifted from one agent to swarms, and the hard problem became making fifty agents hand off cleanly rather than making one smart.