Urgent.News

650+ sources. One page. See who else covered it.

Editions

AI

Context Is a Platform Capability Now

Watch a developer start an agent session on real enterprise work and you will see a ritual. Before the first useful prompt, they gather. They paste the deployment standard, link the runbook, and explain what the criticality tiers mean. Then they correct the agent's first confident guess about a naming convention the team retired two years ago. Tomorrow they will do it all again, because the agent…

The article discusses the growing need for context as a platform capability in enterprise AI work. When developers begin working on real enterprise tasks, they go through a ritual of gathering essential information before making a useful prompt. This includes referencing deployment standards, runbooks, and explaining criticality tiers.

However, the agent used by the developer does not reliably accumulate this organizational truth on its own. Instead, developers must manually gather and provide the context themselves, which is time-consuming and prone to errors.

The author argues that internal platforms should serve both developers and their AI agents. Agents can remember more than they used to, but they still require organizational knowledge to function effectively. As more engineers adopt AI, the tax of manually gathering context grows, leading to inconsistent and outdated information being used. Platform owners face the challenge of making an organization's knowledge usable by its AI agents, which currently falls to developers assembling context independently.

To address this issue, the author proposes six properties for a trusted context layer: canonical (one correct answer per question), versioned (standards with history), fresh (measure staleness like uptime), attributable (source and owner association), accessible (machine-readable and queryable), and safe (inherit access controls of the described systems). These properties would help ensure that the context provided to AI agents is reliable, up-to-date, and easily accessible.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

When an Agent Tool Call Becomes a Real Request

1. Nothing crashed A recruiter asked for candidates published since a date. The assistant answered with confidence, and the count it gave looked plausible. That was the bug.

  • Recruiter asks for candidates since a specific date.
  • Bridge fails to extract date from OData filter string.
  • Request reaches API with unbounded date filter, causing partial answer.

More from Sunday 16 August →