AI Devtools Daily — Thursday, July 23, 2026
OpenAI turned itself into the systems integrator, the approval box got caught lying, and Amazon deleted the leaderboard its own engineers were gaming with tokens.
Today the signals split cleanly into two questions every enterprise deploying agents now has to answer: who runs it, and can you trust what it does. On the first, OpenAI launched Presence (July 22) — not an API, but a managed, deployed agent platform for voice and chat, wrapped in company policies, guardrails, and escalation rules, and shipped with OpenAI’s own Forward Deployed Engineers and systems integrators doing the install. It self-improves via Codex, which analyzes production signals and proposes updates humans approve before rollout; OpenAI says its own phone support now resolves 75% of issues unassisted and that the loop cut human handoffs 15 points in 10 days. Oracle rhymes: its AI Agent Studio now lets you build Fusion Agentic Applications natively in the ERP, pro-code path wired to VS Code, Git, Codex and Claude Code. The model lab and the app vendor are both becoming the integrator — value is migrating from raw model access to run-it-for-you outcomes. On the second question, the news was uglier. Wiz’s GhostApproval disclosure keeps reverberating: a symlink planted in a repo (an innocent project_settings.json pointing at your SSH keys) let six AI coding assistants write outside their sandbox — and in several tools the approval dialog showed only the harmless filename while the agent wrote to the real target. Even Claude Code internally recognized the dangerous destination yet named only the safe file in its prompt. Three of six tools remain unpatched. Its sibling, Friendly Fire (prompt injection hidden in repo files), comes with a blunt warning from its authors: a model update can’t fix it, because models still can’t reliably separate the code they read from the instructions they follow. Human-in-the-loop is only as safe as the UI is honest — and right now it isn’t. Underneath both: a ROI reckoning. Amazon quietly killed KiroRank, its internal AI-usage leaderboard, after engineers went “tokenmaxxing” — assigning agents pointless work to climb the board and running up the bill; Meta scrapped its equivalent (“Claudeonomics”), and an Amazon SVP told staff “don’t use AI just to use AI.” The through-line: as agents move into production, the scarce infrastructure isn’t capability — it’s trust: provable approvals, honest ROI, and an accountable answer to who’s watching the vendor that now runs everything.
TL;DR
- The model lab became the systems integrator OpenAI Presence is a deployed managed-agent platform — policies, guardrails, escalation, installed by OpenAI’s Forward Deployed Engineers, self-improving via Codex. Oracle’s Agent Studio does the ERP-native version. Value moves from API access to run-it-for-you outcomes.
- The approval box lied Wiz’s GhostApproval: a repo symlink tricked six coding assistants into writing to SSH keys while the confirmation prompt showed only a harmless filename. 3 of 6 tools still unpatched. Human-in-the-loop is only as safe as the UI is honest.
- Prompt injection is now “unfixable by model updates.” Friendly Fire’s authors say so plainly — models can’t reliably separate read-content from instructions, so any tool whose safety story is “the model will notice” inherits the flaw. Containment, not smarter models, is the fix.
- The AI-usage ROI reckoning arrived Amazon deleted KiroRank after “tokenmaxxing” ran up costs; Meta killed “Claudeonomics”; Uber says AI spend isn’t paying off. Usage got gamed — value ≠ tokens, and nobody sells the attribution.
- MCP broke out of the terminal At SIGGRAPH, NVIDIA opened MCP connections inside Adobe, Blender, Unreal, and Houdini, and shipped Cosmos 3 Edge (4B world model on a single GPU). The agent surface is expanding past code into creative and physical pipelines.
Market trends
The model lab is becoming the systems integrator — managed, deployed, self-improving agents
OpenAI Presence isn’t sold as model access; it’s a fully managed agent platform installed by OpenAI’s own Forward Deployed Engineers and SIs, wrapped in the customer’s policies and escalation rules, and it rewrites itself over time via Codex proposing changes humans approve. Oracle’s Agent Studio does the same move from inside the ERP. This advances the month’s “governance is the product” thread one step further: the vendor now owns the deployment, the guardrails, and the improvement loop. The buyer gets outcomes (75% deflection) and gives up independent visibility — which is exactly where the next opening sits.
OpenAI — introducing Presence · VentureBeat — Presence launch · Oracle — AI-native builder for Fusion agents
The approval box lied — human-in-the-loop is only as safe as the UI is honest
GhostApproval is the sharpest devtools-security signal of the month: the agent resolved a symlink to a sensitive path (SSH keys), yet the confirmation dialog showed only the innocent filename — so developers approved edits they literally could not see. Claude Code recognized the dangerous target internally and still named only the safe file. Three of six tools remain unpatched. The lesson isn’t “add an approval step” — teams already had one — it’s that the approval must display the true, resolved action and its blast radius. Consent over a misrepresented action is worse than no consent, because it manufactures false confidence.
Wiz — GhostApproval · The Hacker News — symlink flaws · AppSec Santa — GhostApproval + Friendly Fire
Prompt injection got reclassified as a containment problem, not a model problem
Friendly Fire — malicious instructions hidden inside repo files an agent reads — ships with an unusually honest disclosure: a model update cannot fix it, because models still can’t reliably distinguish the content they’re reading from the instructions they’re meant to follow. That reframes the whole defensive posture. If “the smarter model will catch it” is structurally false, safety has to move to the layer around the model: sanitizing and quarantining untrusted input before ingestion, jailing file and tool access, and treating every third-party repo, README, or web page as hostile text. The defensible product category is containment infrastructure, and it’s wide open.
SecurityWeek — decades-old technique · The Register — Unix-era headaches · TNW — four attacks, one flaw
The AI-usage ROI reckoning — “tokenmaxxing” killed the vanity metric
Amazon took down KiroRank, its internal AI-usage leaderboard, after engineers gamed it by assigning agents unnecessary work to climb the board — “tokenmaxxing” that ran up real compute bills. Meta scrapped its equivalent (“Claudeonomics”); Uber leadership says its AI spend isn’t paying off; an Amazon SVP told staff “don’t use AI just to use AI.” The industry spent two years optimizing for adoption and usage counts, and just discovered those metrics are trivially gamed and weakly correlated with value. The next 18 months of enterprise AI spend need outcome attribution — tokens tied to shipped value — and almost nobody instruments it.
CIO — Amazon deletes tokenmaxxing leaderboard · Yahoo Finance — “don’t use AI just to use AI” · AI Magazine — why the board came down
Fresh product / business ideas
Groundtruth
an honest-approval layer that shows the true resolved action before a human clicks yes
A local broker that intercepts every consequential action an agent proposes and, before the human approves, resolves it to its real target — following symlinks, expanding globs and env-vars, naming the actual file/host/credential and the blast radius — so the approval dialog can never show a harmless name for a dangerous write, because GhostApproval just proved six coding assistants approved edits to SSH keys while displaying only project_settings.json.
- Who it’s for
- Security and platform teams running coding or ops agents on machines with real credentials and prod access, who already have an approval step and just learned it can be lied to.
- Why now
- GhostApproval (disclosed, 3 of 6 tools still unpatched) makes “the prompt showed the wrong thing” a named, reproducible CVE-class failure. Distinct from yesterday’s Checkpoint (cross-tool approval inbox): Groundtruth is about approval integrity — guaranteeing the displayed action equals the executed action — not aggregating queues.
- First version
- A filesystem/exec shim every agent’s tool calls route through; it canonicalizes each path/command, diffs displayed-vs-resolved, hard-blocks any mismatch or out-of-workspace target, and renders a “you are really about to…” card with the true destination and reversibility.
- What kills it
- Vendors fix their own prompts. Counter: they’re fixing per-tool, slowly (half still unpatched), and none give a cross-tool guarantee auditors can rely on — the neutral, provable “displayed = executed” layer with a signed log is the buyable asset.
Payload
outcome attribution that kills tokenmaxxing
A spend-analytics layer that ties every dollar of AI token consumption to a shipped outcome — merged PRs that survived review, tickets actually resolved, tasks that moved a real metric — and flags the inverse: high-token activity with no downstream value, i.e. tokenmaxxing, because Amazon just deleted KiroRank and Meta killed Claudeonomics after usage-count leaderboards got gamed into pure cost.
- Who it’s for
- Eng-finance, platform, and FinOps leaders who were told to drive AI adoption, did, and now can’t tell productive usage from busywork burning compute.
- Why now
- The KiroRank/Claudeonomics shutdowns (this week) make “usage ≠ value” an executive-level admission across Amazon, Meta, and Uber — and leave a vacuum where the vanity metric used to be. Distinct from yesterday’s Downshift (which model tier is cheap-enough): Payload measures whether the spend produced anything worth having, regardless of tier.
- First version
- Ingest token spend per user/agent/repo, join it to outcome signals (merge+survival, ticket resolution, deploy success), and emit a “value-per-1K-tokens” view plus a tokenmaxxing watchlist — the anti-leaderboard that rewards outcomes, not consumption.
- What kills it
- Model vendors add ROI dashboards. Counter: a vendor grading its own token bill has the wrong incentive; the trusted number is the independent, cross-vendor one that joins your outcome data — and finance won’t take the seller’s word for it.
Redline
a policy-regression reviewer for self-improving managed agents
An independent diff-and-attest service that inspects every change a self-improving agent platform proposes to itself — the Codex-authored update to a prompt, tool, or policy — and reports what it quietly changes about refusal behavior, data access, and approval thresholds before a human rubber-stamps it, because OpenAI Presence now rewrites its own agents via Codex and the human approver can’t eyeball whether an “improvement” loosened a control.
- Who it’s for
- Risk, compliance, and platform owners running vendor-managed, self-updating agent platforms (Presence and the copycats it will spawn) in regulated or high-blast-radius workflows.
- Why now
- Presence’s Codex-driven self-improvement loop (July 22) makes “the agent changed and a human approved a diff they didn’t fully understand” a standing, recurring event. Distinct from Ledgerline (July 21, behavioral drift in production): Redline reviews the proposed change itself at approval time — a pre-merge policy gate for agent self-edits.
- First version
- Hook the platform’s change-proposal step; classify each proposed update by what control surface it touches (refusals, scopes, escalation, spend limits), surface a plain-English “this update also weakens X” redline, and require a second approval for any control-loosening change.
- What kills it
- Platforms ship their own change review. Counter: self-review by the system proposing the change is the conflict of interest auditors flag first — the independent, cross-platform policy-diff with an evidence trail is the neutral position.
Backlot
provenance and one-click rollback for agent edits inside creative pipelines
A layer that watches every MCP action an agent takes inside creative tools — Blender, Unreal, Houdini, Adobe — and records who/what/which-asset/which-rights on each scene, timeline, or layer change, with per-action rollback, because NVIDIA just opened MCP connections into those exact tools and studios are about to have agents mutating production assets with zero audit trail or rights tracking.
- Who it’s for
- VFX, game, and design studios adopting agent-in-the-tool workflows who need to know what an agent changed, whether it used a licensed asset it shouldn’t have, and how to undo one bad step without losing the good ones.
- Why now
- SIGGRAPH’s MCP-into-creative-tools push (this week) opens a brand-new agent surface with none of the audit/provenance infrastructure that coding agents spent a year building. First-mover on “version control + rights provenance for agent-made creative edits” owns a greenfield category.
- First version
- An MCP proxy per host app that logs each agent action as a semantic, reversible changeset tied to asset IDs and license metadata; a timeline UI to inspect, diff, and roll back individual agent edits; alerts on use of unlicensed or restricted assets.
- What kills it
- The creative tools add native agent history. Counter: each tool ships its own, but studio pipelines span five apps — the cross-tool provenance ledger and unified rollback is precisely what no single DCC vendor builds.
Sweep
a pre-ingestion sanitizer that quarantines injected instructions before an agent reads them
A trust gateway that scans and neutralizes everything an agent is about to ingest — third-party repos, READMEs, issue threads, fetched web pages, PDFs — stripping or fencing hidden instructions and flagging injection attempts, because Friendly Fire’s authors state flatly that a smarter model cannot fix prompt injection, so the only durable defense is cleaning the input before it reaches the context window.
- Who it’s for
- Teams running agents that read untrusted external content — coding agents pulling public repos, research/browsing agents fetching the open web, support agents ingesting customer files.
- Why now
- Friendly Fire (disclosed alongside GhostApproval) reframes prompt injection as a permanent, model-unfixable containment problem — making input sanitization a required layer, not a nice-to-have. Distinct from Groundtruth (#1, which governs output actions): Sweep governs the input boundary — the other half of the trust perimeter.
- First version
- A content proxy that wraps every retrieval/file-read tool; it detects instruction-like payloads in data (imperative text in code comments, invisible/re-encoded prompts, “ignore previous” patterns), fences them as inert quoted data, and emits an injection-attempt log for security review.
- What kills it
- Harnesses add input filtering. Counter: they’ll do shallow string checks; the compounding asset is the cross-customer corpus of real injection payloads and the detector trained on it — a security-vendor position, not a harness feature.
Worth watching
- DeepSeek V4 (expected July 24) and free Kimi K3 weights (July 27) — back-to-back open-weight drops that could reset the price/capability floor the workhorse-tier thread depends on.
- Whether Presence’s “lab-as-integrator” model spreads — if Anthropic/Google answer with their own Forward-Deployed managed-agent offerings, independent verification (Redline, #3) becomes a category, not a feature.
- The three unpatched GhostApproval tools — who they are and how long they stay exposed will decide how urgent an honest-approval layer (Groundtruth, #1) feels to buyers.
- Whether “tokenmaxxing” becomes a board-level metric backlash — more companies killing usage leaderboards would validate outcome attribution (Payload, #2) as the replacement.
- MCP-in-creative-tools adoption post-SIGGRAPH — how fast studios actually wire agents into Blender/Unreal decides whether Backlot (#4) has a market this year or next.
- SpaceX–Anysphere (Cursor) close, expected Q3 — a $60B coding-tool acquisition with xAI Colossus compute behind it reshapes the coding-agent competitive map.
- YC Fall 2026 applications close July 27 — four days; trust infrastructure (honest approvals, ROI attribution, injection containment) is the most company-shaped thread this week.
Sources
- OpenAI — Presence
- VentureBeat — Presence
- Help Net Security — Presence guardrails
- Oracle — Fusion agentic builder
- Wiz — GhostApproval
- The Hacker News — symlink flaws
- SecurityWeek — Friendly Fire
- AppSec Santa — GhostApproval + Friendly Fire
- CIO — tokenmaxxing leaderboard
- Yahoo Finance — Amazon token board
- NVIDIA — SIGGRAPH 2026 (MCP + Cosmos 3 Edge)
- AI Funding — July 2026 agent funding