SShortSingh.
Back to feed

Developer proposes formal class/instance definition of AI agents against 2026 MCP spec

0
·1 views

A developer building an MCP host has proposed an operational definition of what an 'agent' is, arguing that neither the A2A nor MCP protocols formally define the term. The definition splits the concept into two parts: an agent definition (the class) covering the host loop, system context, tool policies, LLM, and termination limits, and an agent instance holding the goal, working context, credentials, and consumed budget. The author notes that popular framings like Anthropic's 'LLM using tools in a loop' are directionally correct but lack the precision needed to build a host around. The article also highlights that the 2026-07-28 MCP spec removes protocol sessions entirely, requiring all state to travel in explicit handles visible to the model. The proposed structure is stress-tested against the latest MCP specification, which was set to finalize on July 28, 2026.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Proposes Playable Game Boy Cartridges as Interactive Release Notes

A software developer has proposed a niche publishing workflow that turns release notes into short, playable Game Boy-style cartridge levels using GB Studio. The concept was inspired by htmx 4.0, which shipped its changelog as an actual Game Boy cartridge and drew significant attention on Hacker News on July 27. The proposed system would let independent developers supply a feature description, assets, and a user action, then auto-generate a constrained cartridge-style level exportable as both a ROM and a web build. The idea is deliberately narrow, covering only simple interactions like dialogue, pickups, and switches, with normal documentation remaining the authoritative source. The author acknowledges the format only justifies its added maintenance cost when an interactive walkthrough explains a feature more clearly than a short video or live sandbox would.

0
ProgrammingDEV Community ·

Cursor and BrowserAct Team Up to Handle Dynamic Web Pages Without Brittle Selectors

Modern web applications frequently re-render components and change element attributes between builds, causing browser automation tests to fail even when the UI appears unchanged. Traditional tools like Playwright rely on pre-known page structures and fixed selectors, which can break after routine frontend updates. BrowserAct CLI addresses this by giving AI coding assistant Cursor a continuous inspect-act-reassess loop that reads live page state before every action. Rather than reusing outdated DOM snapshots, the agent checks what is currently available on the page after each interaction and adjusts accordingly. The approach was demonstrated by automating a dynamic project filter on a sample app, showing improved resilience without replacing existing automation frameworks.

0
ProgrammingDEV Community ·

WASEVERIN Launches Pricing Page Before Payment System Is Ready

WASEVERIN Image Converter has added a public Pricing page even though payment processing is not yet enabled. The page outlines the current free plan and previews a potential Pro tier priced at $4.99 per month or $39 per year, clearly marked as unavailable for purchase. The move reflects a product strategy of defining pricing structure early to gather user feedback and validate plans before building a full billing system. Transparency is emphasized as the key requirement, ensuring users can distinguish between features available now and those planned for later. The core image conversion workflow remains free and unaffected, requiring no account or payment to use.

0
ProgrammingDEV Community ·

Developer Builds Browser-Based Python Compiler Powered by WebAssembly

A developer has created PyPlayground, a Python compiler that runs entirely within a web browser using WebAssembly technology. The project eliminates the need for a server-side backend, executing Python code directly on the client side. The tool is built on a tech stack that leverages WebAssembly to make in-browser code execution possible. PyPlayground is publicly accessible online, and its creator has shared it with the developer community seeking feedback.

Developer proposes formal class/instance definition of AI agents against 2026 MCP spec · ShortSingh