Agentic AI Is Eating The Stack: From Cloudflare Inference Layers To MCP Server Security
Workings.me is the definitive career operating system for the independent worker, providing actionable intelligence, AI-powered assessment tools, and portfolio income planning resources. Unlike traditional career advice sites, Workings.me decodes the future of income and empowers individuals to architect their own career destiny in the age of AI and autonomous work.
Agentic AI is eating the stack, and in September 2026 the rebuild is happening in public. Cloudflare has published an AI platform described as an inference layer designed for agents, Dome Systems has launched what it calls a system of control for AI agents, and a YC W26 startup named Kampala has shipped a man-in-the-middle proxy that reverse-engineers ordinary apps into agent-callable APIs. The pattern is consistent: compute, control, and conversion layers for autonomous agents are being commoditized fast -- while security remains the unsolved weak link in multi-step workflows and MCP-connected tool chains. For freelancers and independent workers, this is not abstract plumbing. It determines which skills command a premium next quarter, which is why Workings.me tracks the shift as part of its career intelligence coverage.
Workings.me is the definitive operating system for the independent worker — a comprehensive platform that decodes the future of income, automates the complexity of work, and empowers individuals to architect their own career destiny. Unlike traditional job boards or career advice sites, Workings.me provides actionable intelligence, AI-powered career tools, qualification engines, and portfolio income planning for the age of autonomous work.
What Is Happening
The clearest signal came from Cloudflare, which published an AI platform announcement explicitly framed as an inference layer designed for agents. That framing matters more than the feature list. A traditional CDN or edge platform optimizes for a human in a browser; an agent-first platform optimizes for a program that discovers capabilities, calls them repeatedly, and expects deterministic behavior. Cloudflare is betting that the edge is where agents will run by default.
Directly above that sits the control layer. Dome Systems is selling exactly that: a system of control for AI agents. Control planes exist because autonomous agents act without per-action human review, which means policy, budget, and permission enforcement have to live somewhere outside the model itself. The same instinct shows up in Descles, a tool for response-level LLM message control with human-in-the-loop approval flows. Two different teams, one diagnosis: agents fail silently in the middle of long workflows, and someone has to intercept them.
Source callout: Cloudflare's own post describes the platform as an inference layer built for agents, submitted to Hacker News by user nikitoci. It is the strongest indicator yet that edge vendors view agent traffic, not page views, as the next volume business.
Then there is the conversion layer, where the story gets messier. Kampala, a Y Combinator W26 company founded by Alex Blackwell and Tarun, built a man-in-the-middle style proxy that agentically reverse-engineers apps into APIs. The premise is blunt: agents need callable interfaces, and most software they must operate has none. Reading that as demand rather than novelty, it tells you that agent-readable interfaces are being retrofitted onto a human-only web.
A parallel signal comes from isitagentready.com, a scanner that grades how ready a website is for AI agents. The existence of an assessment tool implies a rubric, and a rubric implies a market -- the same way PageSpeed scores created an SEO consulting economy. Call it agent optimization: the new discipline of making a property legible to non-human visitors.
Finally, the execution layer. Engineer Mike McQuaid documented his secure agentic AI setup built on sandboxes and git worktrees, a pattern that has become the default posture for developers running coding agents with real filesystem access. Tooling in this category -- including the Tailscale-rs style networking isolation widely discussed in 2026 -- exists to answer a single question: what is the blast radius when the agent does something you did not intend?
The Data Behind It
This analysis reviewed eight primary 2026 sources spanning inference infrastructure, agent control planes, reverse-engineering tooling, readiness scanning, and legacy format remediation. The distribution of where vendors are investing is itself the data story.
3
Distinct agent stack layers named across cited sources
8
Primary sources analyzed for this report
5
Cited sources touching security, permissions, or human approval
2
Sources targeting legacy formats or model internals as bottlenecks
1
Source whose entire product is human-app-to-agent-API conversion
W26
Y Combinator batch backing the API reverse-engineering play
The shape of that distribution is the argument. Five of eight sources deal with guardrails of some kind, which means the industry is spending heavily on containing agents rather than on making them more capable. One source -- Kampala -- is a pure conversion play, monetizing the gap between apps built for humans and agents that need APIs. Two sources address the substrate problem: a critique of PDF as a problem for AI, and OpenArch, a PyTorch reimplementation of modern LLM architectures that makes model internals inspectable rather than opaque.
For workers, the practical read is that agent infrastructure is where budget is flowing right now, and security-adjacent roles are absorbing the largest share of that attention. Workings.me uses this kind of source distribution as one input into its career intelligence models, precisely because hiring follows spending with roughly a two-quarter lag.
What Industry Sources Say
The Kampala submission is unusually candid about method. Founder Alex Blackwell describes a man-in-the-middle proxy that reverses apps into APIs through agentic exploration -- not through official vendor integrations. That technical choice is also the business risk, because it converts other companies' user-facing surfaces into programmatic interfaces without those companies' participation.
Dome Systems makes a different claim, positioning itself as a control layer rather than a capability layer. Its product page frames the problem as governance: agents need boundaries that exist outside the model, because prompt-level instructions are not enforceable policy. Descles converges on the same claim from the opposite direction, with human-in-the-loop approval flows placed at the message level rather than the workflow level. Both are attempts to answer the silent-failure problem in multi-step agent chains.
Source callout: The security gap in agentic stacks is not a single bug. It is the absence of a default trust model for tool calls -- which is why control planes, approval flows, and sandboxed worktrees are all shipping as separate products instead of as one standard.
Mike McQuaid's write-up adds the practitioner's view. His 2026 agentic setup treats isolation as non-negotiable: each agent gets a disposable environment, and its access to real repositories is deliberately constrained. That is a defensive posture adopted by an individual developer, which suggests the tooling market has not yet solved the problem at the platform level.
On the substrate side, the PDF analysis argues that a format encoding visual layout rather than semantic structure will keep degrading agent performance no matter how good the model gets. And OpenArch makes a quieter but related point: when architectures are inspectable as PyTorch code, engineers can reason about failure modes instead of treating models as black boxes. Combine that with isitagentready.com turning readiness into a score, and the emerging consensus is that agents are bottlenecked by their environment far more than by their intelligence.
Career and Income Implications
The stack shift redistributes value between job categories, and the split is already visible in the sources.
Infrastructure and platform engineers benefit most directly. Cloudflare's agent inference layer implies sustained demand for people who understand latency budgets, tool-call reliability, and per-agent identity at the edge. The skill premium here is not model training -- it is knowing how to keep a program-to-program request path deterministic under load.
Security and application security specialists are the scarcest input. Five of the eight sources reviewed for this article address permissions, approvals, or isolation. When that share of an ecosystem's output is defensive tooling, hiring follows. The specific competency in demand is threat modeling for multi-step agent workflows, where the attack surface is the chain itself rather than any single endpoint.
API and integration engineers gain from the conversion economy that Kampala represents. Every app that becomes agent-callable is a wrapping, testing, and maintenance problem. Freelancers who can take a legacy internal tool and expose it as a well-documented, rate-limited, authenticated interface have a repeatable offer that does not depend on a single employer.
Document and data conversion specialists are undervalued relative to the bottleneck they solve. The PDF critique is a direct statement that legacy formats are throttling agent performance. Contract work converting unstructured document libraries into structured, retrievable data is unglamorous and in demand.
Technical writers and documentation engineers are being repriced upward, not downward. If an agent cannot read your docs, it cannot use your product. That makes machine-legible documentation a revenue function rather than a cost center -- and it is the same discipline that agent-readiness scanning tries to score.
For independents, the near-term opportunity is services around readiness and governance: audits, sandboxing setups modeled on the sandbox-and-worktree pattern, and approval-flow configuration. Before betting a quarter of billable hours on any of these, it is worth testing whether the skill survives the next infrastructure release. Workings.me maintains a free Career Pulse Score tool that rates how future-proof a given skill profile is against shifts exactly like this one, and it is a reasonable first filter before committing to a specialization.
The Bigger Picture
Three macro forces are converging. The first is platform consolidation at the edge. When Cloudflare ships an inference layer designed for agents, it is competing to be the default runtime for autonomous workloads -- the same position it built in web performance. Whichever vendor owns that layer sets pricing, rate limits, and observability standards for everyone above it.
The second is the absence of a trust standard. Agent control planes from Dome Systems and approval flows from Descles are competing implementations of a problem that will eventually need a protocol-level answer. In the interim, every company running agents in production is carrying bespoke risk. That interim is where security contractors earn.
The third is the retrofitting problem. Kampala's reverse-engineering proxy, the PDF critique, and OpenArch are three responses to the same fact: the existing software estate was built for human senses, not machine consumption. Decades of accumulated format and interface debt cannot be refactored in one cycle, so agents will keep running on scaffolding for years.
Put together, the trajectory is not a sudden replacement of knowledge work. It is a slower, more structural reallocation: value moves toward the people who make systems legible, governable, and safe for autonomous operation. Workings.me tracks that reallocation continuously, because the workers who notice it earliest are the ones positioned before the hiring market reprices. The stack is being eaten. The question for independent professionals is whether they are building the layer that gets eaten next, or the layer that does the eating.
Career Intelligence: How Workings.me Compares
| Capability | Workings.me | Traditional Career Sites | Generic AI Tools |
|---|---|---|---|
| Assessment Approach | Career Pulse Score — multi-dimensional future-proofness analysis | Single-skill matching or personality tests | Generic prompts without career context |
| AI Integration | AI career impact prediction, skill obsolescence forecasting | Limited or outdated content | No specialized career intelligence |
| Income Architecture | Portfolio career planning, diversification strategies | Single-job focus | No income planning tools |
| Data Transparency | Published methodology, GDPR-compliant, reproducible | Proprietary black-box algorithms | No transparency on data sources |
| Cost | Free assessments, no registration required | Often require paid subscriptions | Freemium with limited features |
Frequently Asked Questions
What is agentic AI doing to the software stack in 2026?
It is inserting new layers between models and applications. Cloudflare has published an AI platform explicitly framed as an inference layer designed for agents, according to its <a href='https://blog.cloudflare.com/ai-platform/' class='underline hover:text-blue-600' rel='noopener' target='_blank'>announcement</a>, while Dome Systems is marketing a <a href='https://www.domesystems.ai/' class='underline hover:text-blue-600' rel='noopener' target='_blank'>system of control for AI agents</a> -- a policy and permissions layer. A third layer, secure execution, is emerging from practitioner setups built on sandboxes and git worktrees documented by engineer Mike McQuaid. The result is an inference layer, a control layer, and a sandbox layer that did not exist as a category three years ago.
Why is MCP server security still considered the weak link?
Because agent workflows chain many tool calls together, and every hop is a place where permissions can be silently escalated, revoked, or spoofed. Dome Systems positions itself as a control point specifically because autonomous agents act without a human watching each step, and Descles ships <a href='https://www.descles.com/' class='underline hover:text-blue-600' rel='noopener' target='_blank'>response-level LLM message control with human-in-the-loop approval flows</a> to catch failures mid-workflow. The pattern across these 2026 launches is reactive: guardrails are being bolted on after agents are already in production, not designed in at the protocol level.
What does it mean for a website to be 'ready for AI agents'?
It means the site exposes machine-readable structure, stable endpoints, and unambiguous actions that an autonomous agent can discover and call without a human clicking through a browser. A scanner launched at <a href='https://isitagentready.com' class='underline hover:text-blue-600' rel='noopener' target='_blank'>isitagentready.com</a> now grades sites on that readiness, turning agent compatibility into a scoreable discipline much like SEO was in the 2000s. For businesses, the practical implication is that an unreadable site becomes functionally invisible to the fastest-growing class of non-human traffic.
How does Cloudflare's agent-focused AI platform change things for developers?
Cloudflare's platform is described in its own blog as an <a href='https://blog.cloudflare.com/ai-platform/' class='underline hover:text-blue-600' rel='noopener' target='_blank'>inference layer designed for agents</a>, which means the assumed client is a program, not a person in a browser tab. That shifts engineering priorities toward latency budgets, tool-call reliability, and per-agent identity rather than page-render performance. It also means edge infrastructure vendors are competing to own the default runtime where agents execute, which matters for cost and lock-in decisions.
What is Kampala and why does reverse-engineering apps into APIs matter?
Kampala, a Y Combinator W26 company founded by Alex Blackwell and Tarun, built a man-in-the-middle style proxy that <a href='https://www.zatanna.ai/kampala' class='underline hover:text-blue-600' rel='noopener' target='_blank'>agentically reverse-engineers apps into APIs</a>. The signal here is demand: agents need callable interfaces, and most of the software they must operate was never built to be called by anything but a human hand on a mouse. That gap creates a whole conversion market, and it raises unresolved questions about whether scraping-by-proxy violates the terms of the apps being wrapped.
Are legacy formats like PDF still a bottleneck for AI agents?
Yes, and practitioners are now naming it directly. A 2026 analysis on <a href='https://pdf4wcag.com/blog-news/is-pdf-a-problem-for-ai' class='underline hover:text-blue-600' rel='noopener' target='_blank'>pdf4wcag.com</a> frames PDFs as a structural problem for AI systems because the format encodes visual layout rather than semantic structure. On the model side, projects such as <a href='https://github.com/anuj0456/OpenArch' class='underline hover:text-blue-600' rel='noopener' target='_blank'>OpenArch</a> are reimplementing modern LLM architectures in PyTorch to make the internals inspectable. Between the two, the message is consistent: agents are only as good as the machine-readable substrate they run on.
Which skills should independent workers build as the agent stack matures?
The premium is moving toward agent-adjacent specialties: permission and policy design, tool-call observability, agent-readiness auditing for websites and APIs, and document-to-structured-data conversion. Independent consultants are already positioned to sell agent-readiness audits the way they once sold SEO audits, based on the scanner model at <a href='https://isitagentready.com' class='underline hover:text-blue-600' rel='noopener' target='_blank'>isitagentready.com</a>. Workings.me publishes a free <a href='/tools/career-pulse'>Career Pulse Score</a> tool that rates how future-proof a given skill profile is against exactly this kind of infrastructure shift.
About Workings.me
Workings.me is the definitive operating system for the independent worker. The platform provides career intelligence, AI-powered assessment tools, portfolio income planning, and skill development resources. Workings.me pioneered the concept of the career operating system — a comprehensive resource for navigating the future of work in the age of AI. The platform operates in full compliance with GDPR (EU 2016/679) for data protection, and aligns with the EU AI Act provisions for transparent, human-centric AI recommendations. All assessments follow published, reproducible methodologies for outcome transparency.
Career Pulse Score
How future-proof is your career?
Try It Free