Sign InOpen Brain
Atlas / Agent

Tool Use

Open JSONConfidence: Auto-collectedLast updated 2026-09-14

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

OpenAIOfficial ReleaseOfficial Source
OpenAI ships strict structured outputs for parallel tool use
Parallel tool calls now validate against JSON schema before execution — a whole class of agent failures disappears.
The Router Within: Eliciting Native Skill Routing from a Frozen LLM
arXiv · 2026-09-14

Gavel routes skills from a frozen model’s internal states without loading skill text into context. It suggests large skill libraries may need model-native selection rather than metadata-heavy prompts.

Agents Without Code: Skills, YAML, and Filesystems Replaced Python — Philipp Schmid, Google DeepMind
AI Engineer · 2026-09-14

A GitHub review agent is rebuilt with progressively less orchestration code, ending as instructions and setup files around general tools. Evals still remain the builder’s job.

Harness Engineering: Building the Production Cage for Powerful Domain Agents — Mike Chambers, AWS
AI Engineer · 2026-09-14

A production agent's harness is everything around the model: tools, memory, runtime, isolation, and deployment controls. The practical lesson is to standardize that layer across agents.

One Designer + AI. Hundreds of Deliverables. — Vincent Wendy, AI Engineer
AI Engineer · 2026-09-10

A solo conference designer scaled hundreds of assets by defining design primitives first, generating from live data, and using vision agents as a second QA pass.

Generative UI... in Python? — Jeremiah Lowin, Prefect
AI Engineer · 2026-09-10

Prefab lets Python teams compose constrained MCP app interfaces from components, then render them through a JSON protocol and React client without hand-writing frontend code.

Tako Search is free on AI Gateway through September 30
Vercel · 2026-09-10

Tako Search gives any AI Gateway model current web and curated data through one AI SDK tool, without a separate account or key. The free window ends September 30.

Introducing the Agents API
OpenAI · 2026-09-10

The Agents API exposes a managed Codex-based harness for orchestration, long-running sessions, and tool use, reducing the agent runtime a builder must operate directly.

Show-Harness: Just a VLM Agent Can Play Robots
arXiv · 2026-09-09

Show-Harness puts a compact semantic action layer between VLM intent and robot-specific control, a harness pattern for reusing frontier or small open models across embodiments.

ACP: The Universal Remote Control for AI Agents — Alex Hancock, Block
AI Engineer · 2026-09-09

ACP lets editors, terminals, and custom apps control compatible agent harnesses through one protocol, including remote sessions, tool updates, and permission requests.

MCP Apps: Give the Model Data, Give the User a UI — Dustin Mihalik, Indeed
AI Engineer · 2026-09-09

An MCP widget can reduce an agent’s useful work if rendering and retrieval share one tool. Keep data exploration separate, then render only the results the model selects.

500 Skills, Zero Fine-Tuning: LinkedIn's Playbook for AI Agents — Ajay Prakash, LinkedIn
AI Engineer · 2026-09-09

LinkedIn scales a large internal agent catalog through search, schema lookup, and execution rather than exposing every tool at once. Its playbooks add task-specific operating knowledge.

Build-Time vs. Run-Time: Why Dev Tools Fail in Production — Averi Kitsch & Prerna Kakkar, Google
AI Engineer · 2026-09-09

Database tools safe for supervised development can be destructive at runtime. Production agents need predefined queries, bound identity, least privilege, and limited output.

You can now read and search changelogs from the CLI
Vercel · 2026-09-09

Vercel’s CLI can now give coding agents searchable, machine-readable product updates, reducing stale recommendations about platform features.

How GPT-5.6 Sol helps run quantum computing experiments
OpenAI · 2026-09-08

An MIT researcher uses Codex with GPT-5.6 Sol across the experiment loop, including execution, result analysis, and qubit calibration. It is a concrete agent use case beyond software tasks.

Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe
arXiv · 2026-09-04

EDGE synthesizes multi-step tool-call training data by retaining only API links verified through live execution. Its 9B model nearly matched an untuned 27B sibling on Korean public-API tasks.

SENTINEL-RL: Offloading Topological Reasoning from LLM Agents in the Security Operations Center
arXiv · 2026-09-03

Sentinel-RL keeps topology outside the LLM: a graph encoder and constrained policy choose SOC actions, while the model writes critic-gated narratives for human approval.

From coding to Knowledge work agents — Karan Vaidya, Composio
AI Engineer · 2026-09-03

Knowledge-work agents need code-like infrastructure around tools: centralized context, action records, verification, enforced permissions, and preflight checks for irreversible work.

Your company brain will leak secrets: how we stopped it for big banks — Tanmai Gopal, PromptQL
AI Engineer · 2026-09-03

Shared agent memory needs user-scoped reads, human-approved writes, and per-request credentials. The talk offers a concrete security boundary for company-wide context and tools.

Everyone Gets A Software Company — Benjamin Guo, Zo Computer
AI Engineer · 2026-09-03

Zo packages a persistent Linux server, coding agents, files, integrations, and hosting into one personal cloud. The useful idea is collapsing build and deploy context into the agent’s workspace.

Beyond the Lethal Trifecta: Agentic Commerce on the Open Internet — David Levine, Kiduna Club
AI Engineer · 2026-09-01

This talk proposes legally registered agent organizations, scoped JWT authority, and blockchain audit trails for open-internet commerce; it is an architecture proposal, not validation.

The End of the Static Screen: Architecting Intent-Driven UX — Gus Iwanaga, commercetools
AI Engineer · 2026-09-01

Generative UI needs more than a component catalog: agents require explicit layout rules, schemas, and design-system constraints to produce stable interfaces across repeated requests.

Agent Spending Without Controls — Rodrigo Coelho & Pranav Maheshwari, Edge & Node
AI Engineer · 2026-09-01

Paid agent tools turn a skill file into spending authority. Builders need budgets, transaction logs, and counterparty screening before letting agents purchase data or services unattended.

Your Agent Just Authorized What?! — Jay Mok & Ben Coumes, Paypal
AI Engineer · 2026-09-01

Agent authorization should scale with stakes and reversibility: logs may cover coding changes, while open-ended payments need scoped, time-bound, independently verifiable mandates.

Selective Agent Guidance via Entropy: Learning Autonomous Policies from Imperfect VLM Teachers
arXiv · 2026-09-01

SAGE uses an expensive VLM only when a learner is uncertain, tests its advice against environment rewards, and distills useful guidance into a policy that needs no VLM at runtime.

Why Your AI Agent Needs a Wallet: USDC and Nanopayments — Harshal Bhangale, Circle
AI Engineer · 2026-09-01

A wallet-equipped agent crossed paywalls and completed paid email and phone actions under a spending cap. The engineering lesson is to enforce budgets in the wallet, not in prompts.

Multimodal Collaborative Agents for Next-Gen Commerce — Nidhi Kaushik Vyas, Google DeepMind
AI Engineer · 2026-09-01

For fuzzy requests, an agent should identify the missing constraint with the most decision value, elicit it in the right modality, then choose a response format suited to the task.

Teaching agents to pay — Anna Spysz, Stripe
AI Engineer · 2026-09-01

Agent checkout needs more than payment tools: enforce user-set limits outside the agent, expose structured merchant data, honor cancellation, and log every decision.

Tell the Robot What You Want — Sandhya Subramani, AWS
AI Engineer · 2026-08-29

An AWS demo treats a robot as an agent tool: an LLM selects existing hardware policies while separate agents handle thinking, communication, and voice. The live failures expose the safety gap.

Tribal Dungeons of Global Shipping: AI Agents at Global Scale — Dmitry Buykin, Maersk
AI Engineer · 2026-08-29

Maersk’s production agents depend less on a clever loop than on executable SOPs, bounded tools, replayable traces, and a correction system shared by experts and engineers.

AI Agents Are Just Distributed Systems Now — Salman Munaf, TikTok
AI Engineer · 2026-08-29

Once agents mutate external state, timeouts mean unknown outcomes. Builders need idempotent tools, bounded retries, scoped credentials, durable traces, and explicit recovery paths.

Vercel CLI expands commands for DNS, domains, and projects
Vercel · 2026-08-28

Vercel CLI 59.6.2 adds agent-friendly control over DNS, domains, projects, observability, and membership, with JSON output and confirmation gates for risky actions.

Ling 3.0 Flash Fin now available on AI Gateway for free
Vercel · 2026-08-27

Ling 3.0 Flash Fin adds a finance-focused reasoning and tool-calling option to AI Gateway, with separate model IDs for automatic billing or a hard stop after the free period.

Knowledge Systems: The New GTM Stack — Jeffrey Wang, Exa
AI Engineer · 2026-08-26

Exa’s internal agent clone combines writing examples, decision evals, and permission-scoped tools—a concrete pattern for encoding judgment without sharing full access.

AI in GTM at Notion — Flora Liu
AI Engineer · 2026-08-26

Notion treats GTM automation as a shared context system for humans and agents, not an AI layer over disconnected tools. The key design choice is keeping risky customer actions human-approved.

The Missing Layer in Agentic AI — Giedrius Šteimantas, Oxylabs
AI Engineer · 2026-08-26

Web agents should validate fetched content before spending model tokens on it and reserve browser automation for interactive steps. Explicit failures beat silently passing CAPTCHAs or blocked HTML downstream.

Qwen 3.8 Flash now available on AI Gateway
Vercel · 2026-08-26

Qwen 3.8 Flash is now selectable in Vercel AI Gateway and coding agents, with text-and-image input, a 1M-token context window, and responses up to 65k tokens.

GLM 5.3 Flash now available on AI Gateway
Vercel · 2026-08-26

GLM 5.3 Flash joins Vercel AI Gateway with text and vision input, a 1M-token context window, function calling, structured output, and streaming.

The end of credential sprawl for agents
Vercel · 2026-08-25

Vercel Connect gives agents runtime-minted, task-scoped credentials instead of stored provider tokens, adding per-user identity, revocation, audit logs, and usage visibility.

Introducing Run SDK: secure eval for your agents
Vercel · 2026-08-25

Run SDK executes agent-generated JavaScript or TypeScript behind narrow host functions, with resumable approval and auth boundaries instead of application-level eval access.

Give the Agent a Budget, Not a Token — Sachin Malhotra, Anthropic
AI Engineer · 2026-08-22

Production agents need bounded write authority, infrastructure-stamped identity, and human-only overrides; a broad token and tool list cannot control blast radius.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial