eazyware
Opinion·April 14, 2025·11 min read

The agentic web: what's real, what's hype

Autonomous agents browsing, shopping, coordinating. A candid look at what works in 2026 and what is still a demo.

KR
Kushal R.
Engineering lead

Every AI vendor in 2026 is talking about agents. Autonomous browsers. Multi-agent teams. The 'agentic web.' Venture capital is flowing to agents. Conference keynotes are about agents. Meanwhile, the production systems I see that actually work are mostly single-shot tool calls with careful guardrails. The gap between 'agentic' as a marketing term and 'agentic' as a production reality is wide. This post is the reality check.

What works vs demo-ware
Agentic AI — what works, what is demo-ware Working in production (narrow) · Coding agents with human review · Research assistants (bounded scope) · Customer support triage + specific tools · Document processing pipelines all require strong guardrails + step caps Demo-ware in 2026 · Fully autonomous web browsing agents · Multi-agent "teams" solving business tasks · Long-horizon autonomous decision-making · Agentic M&A, legal, financial work all impressive in demos, brittle in reality Core bottleneck: reliability compounds multiplicatively 95% step accuracy × 20 steps = 36% success · agents need 99%+ steps to chain usefully What makes the working ones work Narrow scope · human in loop · deterministic tools · 3-5 step chains max · evals on full workflows Most "agentic" products in 2026 are single-shot tool calls with streaming UX · and that's fine
Working in production: coding agents with human review, bounded research assistants, support triage with specific tools, document pipelines. Demo-ware: fully autonomous browsers, multi-agent business teams, long-horizon decisioning.

The reliability problem nobody wants to talk about

Reliability in multi-step agent workflows compounds multiplicatively. If each step succeeds 95% of the time, a 20-step chain succeeds 0.95^20 = 36% of the time. To chain 20 steps reliably (say 90% success), individual steps need 99.5% reliability.

Current frontier models don't hit 99.5% reliability on non-trivial tool-use steps. They hit 90-95% on most steps. Which means: useful autonomy chains of 3-5 steps are real; useful autonomy chains of 20+ steps are mostly theater. The math is stubborn.

All the flashy agent demos you see — the one that booked a flight, the one that did end-to-end M&A analysis, the one that 'ran a business' — either ran in controlled conditions, got lucky on the recording you saw, or quietly needed human intervention the demo didn't show.

What actually works in production

Coding agents with human review

Claude Code, Cursor's composer mode, GitHub Copilot Workspace. These are agentic in the sense that they plan, take multiple steps, use tools. They work because (1) the chains are relatively short (3-10 actions typical), (2) developers review the output before merging, (3) the tools are deterministic (file edits, test runs), (4) mistakes are easy to detect and revert.

Research assistants with bounded scope

'Research a topic, produce a report' is a task where 80% quality is useful and chains of 5-10 steps (search, fetch, summarize, iterate) are tractable. Products like Perplexity's research mode, ChatGPT's deep-research, custom research agents for specific domains. They work because quality doesn't need to be 99.9%; 80% is a useful starting point for a human to refine.

Support triage with specific tools

Customer support agents that can look up accounts, check policy, escalate. Narrow, well-defined tool set; clear escalation paths; human review available. Works because the scope is bounded and failure modes are understood.

Document processing pipelines

Classify, extract, validate, route. Multi-step but the steps are mostly deterministic transformations; AI is just one component. Works because the non-AI components provide reliability the AI doesn't.

What is still demo-ware

Fully autonomous web-browsing agents

'Tell the agent to plan a trip; it books everything.' Works 15% of the time when demoed. Fails 50-70% of the time on real workflows. Real issues: websites change, capchas, login flows, edge cases in forms, the agent confidently books wrong dates because of a date-format misreading. The demo videos always cut out the failures.

Multi-agent teams solving business tasks

'Five agents collaborating like a team of coworkers.' Real attempts die on coordination: agents disagree, re-do work, get stuck in circular communication, fail to converge. The frameworks (AutoGen, CrewAI) show interesting patterns but the business value of these systems over a single well-prompted model remains unproven.

Long-horizon autonomous decisioning

Agents that operate for days or weeks, making decisions about finances, operations, strategy. Nobody serious is deploying this today because the failure modes are catastrophic (a runaway agent could execute thousands of wrong decisions before a human notices).

Agentic legal, financial, M&A work

Similar to long-horizon autonomy but in regulated contexts where a single bad decision has legal/financial consequences. No firm I know ships this without heavy human review, which means it's not really agentic.

Where we actually are in 2026

Agents are real but narrow. The impressive-looking autonomous demos are mostly for investor slide decks and conference keynotes. Production AI in 2026 is overwhelmingly single-shot or short-chain tool use, with streaming UX that makes it feel agentic even when it's architecturally not.

This is fine. Single-shot tool use solves real problems. Narrow agentic chains add real value. The hype gap is misleading (and will correct as the industry matures), but the underlying technology is producing genuine utility in the specific places it fits.

When agents will matter more

Reliability needs to climb meaningfully. The path is clearer than it was a year ago — better base models, better planning techniques, better tool-call reliability, better recovery-from-error patterns. My guess: 2028-2029 before long-horizon autonomous agents become common in production outside of research settings. Sooner in specific narrow domains (code, specific document workflows) where tools are unusually forgiving and verification is unusually cheap.

The people building useful products in the meantime are treating agents as a longer-term capability and shipping shorter-chain tool-use systems today. That's the right pattern.

Read next
AI agents in production: what actually breaks
Read next
Function calling patterns that hold up in production
Read next
AI hype vs reality: what actually shipped in 2025
Tags
agentsagenticbrowser agentshype
/ Next step

Want to talk about this?

We love debating this stuff. 30-minute call, no pitch, just engineering conversation.

~4h
avg response
Q2 '26
next slot
100%
NDA on request