Sign InOpen Brain
Atlas / Benchmark

Agent Reliability

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

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

LinkedInSocial ThreadNeeds Review
Rolling out agents behind evals — an operator’s playbook
Concrete staged-rollout playbook with numbers — but the claimed win rates are not yet source-linked.
User Feedback Provides a Unique Signal that LLMs Can not Detect
arXiv · 2026-09-02

User feedback helps models repair targeted faults, but LLM judges often miss those repairs. Agent evals should retain human feedback and avoid treating model preference as ground truth.

The Implications of Linguistic Illegibility for LLM Security
arXiv · 2026-09-02

Language-based monitoring cannot fully reveal an agent’s internal computation, the paper argues. Secure agent runtimes still need isolation and data-flow controls independent of self-reporting.

Large Language Models (LLMs) for Telecom Root Cause Analysis (RCA): A Structured Reasoning Framework for Evidence-Grounded Diagnosis
arXiv · 2026-09-02

A telecom diagnosis pipeline structures telemetry before forcing a decision path and evidence-grounded explanation. The pattern is relevant to agents reasoning over heterogeneous operational data.

Dutch Books for Language Models
arXiv · 2026-09-02

A label-free Dutch-book test finds internally inconsistent probabilities from language models, especially when prompts add logical complexity or irrelevant context.

SafeEvolve: Harness-Policy Co-Evolution from Agent Experience for Safety Alignment
arXiv · 2026-09-02

SafeEvolve turns completed agent trajectories into reversible harness updates and policy training, linking runtime safeguards with learned multi-step behavior.

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.

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.

x402 isn’t good (yet) — Jan Curn, Apify
AI Engineer · 2026-09-01

x402 servers can perform work before payment settlement, leaving a double-spend window. Builders should settle first or accept explicit counterparty risk until stronger schemes mature.

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.

When AI Agents Pay and Sellers Monetize: Building x402 Apps on AWS — Anil Nadiminti, AWS
AI Engineer · 2026-09-01

AWS is separating agent payment policy from model execution: AgentCore handles wallets and limits, while WAF meters bot access. The useful pattern is deterministic spend control at the edge.

CordisBench: Can Language Models Reason About Component Lifecycles in Dynamic Agent Harnesses?
arXiv · 2026-09-01

CordisBench finds that models lose reliability as harness lifecycle interactions grow, while deterministic execution semantics can replace costly reasoning on controlled cases.

StudentSim: Training LLM-based Student Simulators
arXiv · 2026-09-01

StudentSim turns sparse user histories into individualized simulators that model both current behavior and response to guidance, a pattern for testing adaptive agents before live deployment.

From Production Traffic to Post-Training: Building a Self-Hosted LLM That Covers the Corporate Request Mix
arXiv · 2026-09-01

A production-derived post-training recipe consolidated more than 200 internal apps onto one self-hosted model by training separate experts for distinct quality gaps, then merging them.

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.

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.

Claude Fable 5.1 now available on AI Gateway
Vercel · 2026-09-01

Claude Fable 5.1 reaches Vercel AI Gateway with ordered fallbacks for classifier refusals, but its 30-day retention policy rules out zero-data-retention workloads.

DIASENTINEL: An Auditable Multi-Agent System for Guideline-Grounded Diabetes Risk Screening
arXiv · 2026-08-31

DIASENTINEL combines deterministic extraction, guideline retrieval, risk prediction, and hybrid verification on-premise. It is a useful architecture reference for auditable agents handling sensitive data.

BLOOM-WILT: Logit Tilting for Behaviour Elicitation in Automated LLM Auditing
arXiv · 2026-08-31

BLOOM-WILT makes rare model behaviors easier to surface by adapting both the auditor’s strategy and target decoding. Its results also show that elicitation method can reverse safety rankings.

S3Gym: Can LLMs Turn Self-Testing and Self-Judging into Self-Improvement?
arXiv · 2026-08-31

S3Gym tests whether agents can explore, judge outcomes, and reuse experience. Raw history, compressed memory, and training each help in some tasks, but none is a reliable default.

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.

Agents Are Where Microservices Were in 2015 — Roberto Milev & Uday Kanagala, Navan
AI Engineer · 2026-08-29

Navan treats production agents as stateful services needing persistence, composable skills, traces, authorization gates, and trajectory-based tests before multi-agent complexity.

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.

The Half Life of Agent Infrastructure — Ben Kus, Box
AI Engineer · 2026-08-29

Agent architectures are expiring quickly. Keep model, search, and orchestration choices replaceable, and evaluate platforms by how well they handle repeated change.

Which AI startups actually land enterprise contracts? — Brian Lewis, Millennium
AI Engineer · 2026-08-29

Enterprise AI contracts are won on security, controls, integration, and support as much as model capability. Builders should make those operational surfaces part of the product early.

Your Code Has Bugs. Lean4 Has Proofs: Formal Verification for Engineers — Varun Pant, AWS
AI Engineer · 2026-08-28

Formal verification gives agent-generated code a machine-checkable contract beyond tests. The hard part shifts upstream: humans must define and validate what correct means.

How to Get Your Org to Adopt Coding Agents (Without Shipping Garbage) — Eyal Blum, Figma
AI Engineer · 2026-08-28

Figma’s cautious agent adopters expose missing safeguards, not resistance. Use their feedback to improve verification, plans, review size, and the labeling of AI-generated work.

How to Generate Mergeable Code with a Context Engine — Peter Werry, Unblocked
AI Engineer · 2026-08-27

Agents often stop after finding plausible code context. Werry argues for task-specific retrieval that also surfaces decisions, conventions, PR history, and expertise before planning or review.

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution
arXiv · 2026-08-27

RedEvoAgent turns prior jailbreak trajectories into a compact attack skill, then keeps only validated improvements. It offers a more interpretable way to probe tool-using agents for unsafe actions.

Persona-Execution Separation: An Architecture Pattern for Evolving LLM Agents under Execution Audit
arXiv · 2026-08-27

Persona-Execution Separation isolates mutable agent behavior from audited, stateful work through a governed bridge. It is an architecture option for multi-user agents under compliance constraints.

How Anthropic Builds: Lessons from Labs — Mike Krieger, Anthropic
AI Engineer · 2026-08-27

Mike Krieger describes shifting from stepwise prompting to goal-level delegation, backed by verification, observability, feature flags, and frequent decisions to continue or stop experiments.

TraceML: An Empirical Analysis of Human-Agent Planning in Machine Learning Development
arXiv · 2026-08-26

TraceML exposes why coding agents stall on long ML work: they repeat narrow optimization loops instead of alternating work types, revisiting discarded ideas, and pivoting like experts.

Trace Integrity for LLM Data Agents: A Vision for Auditable Structured Reasoning in Real-World Systems
arXiv · 2026-08-26

Correct answers can hide invalid computation. Trace Integrity proposes executable, replayable contracts for data agents and reports 45.8–59.1% correct-answer/invalid-trace rates across three SQL modes.

Building GTM AI Agents: Lessons from Deploying to 6,000 Users — Sait Izmit, Snowflake
AI Engineer · 2026-08-26

Snowflake’s rollout favors narrow, high-accuracy coverage, staged adoption, and log-driven iteration over connecting every data source before launch.

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.

GTM Engineering: The Technical Bits — Everett Berry, Clay
AI Engineer · 2026-08-26

Clay frames GTM agents as a data and orchestration problem: resolve entities, evaluate providers, isolate agent-written state, and account for delayed syncs before automating decisions.

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.

Inside 847 Production Clinical AI Notes — Sebastian Fox, Composo
AI Engineer · 2026-08-22

Plausible outputs can hide consequential omissions that generic LLM judges miss. Production evals need real failure discovery and retrieved expert judgments, not a frozen rubric alone.

Agent Frameworks Considered Harmful — Rémi Louf, .txt
AI Engineer · 2026-08-22

Reliable background agents need runtime primitives more than elaborate framework abstractions: durable events, queues, versioned inputs, causal traces, diffs, and replay.

What If Your Chip Design Team Moved Like a Single Body? — Abduallah Mohamed, AIDAChip
AI Engineer · 2026-08-22

Tool-by-tool restrictions failed to contain a chip-design agent. Enforce permissions at the substrate, isolate files by role, and propagate approved spec changes from one source of truth.

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