All activity
Knight Pulseleft a comment
Thank you, everyone, for the feedback — even the silence. I realize I haven’t explained this well enough, and that’s on me. Maybe the idea was too easy to dismiss because it sounds simple at first, but it’s actually meant to be a foundational change: like robots.txt gave websites control over crawlers, AOM is meant to give sites control over what AI agents can and cannot do.

Agent Object Model - The Spec Open spec for surfaces and AI agents
Agent Object Model (AOM) v0.1.0 is an open standard for AI agents that replaces brittle HTML scraping and guesswork with task-centric, machine-readable surfaces defining what agents can see, do, and safely automate. AOM includes JSON Schemas for surfaces, outputs, and site policies, plus validators and CLIs for developers.

Agent Object Model - The Spec Open spec for surfaces and AI agents
Knight Pulseleft a comment
Why: the AI agent angle Today most AI agents see the web through brittle hacks: HTML scraping, ad‑hoc CSS selectors, or screenshots glued together with prompts. A tiny DOM change, an extra banner, or an A/B test can quietly break an entire workflow, and nobody knows until a user hits a bad run. Every agent framework also invents its own JSON or prompt format for describing tasks, inputs, and...

Agent Object Model - The Spec Open spec for surfaces and AI agents
