Tag: agentic systems
All the articles with the tag "agentic systems".
-
Why Enterprise AI Pilots Eject: It's Your Org Chart
Most enterprise AI pilots don't fail dramatically; they expire quietly. The reason isn't model quality or data — it's that nobody owns the seam between the AI capability and the organizational process it's supposed to serve.
-
The Triangle Is Closing: Are You Scooting or Being Pushed?
What happens to designers, product owners, and engineers when AI sits at the center of the production process, and what scooting toward each other actually looks like in practice.
-
Frozen Knowledge, Live Questions: What it Takes to Keep AI Grounded in Reality
Most enterprises assumed closing the gap between what an AI knows and what's actually true right now was a software problem. It's turning out to be a data problem, and it's considerably more work than the initial project scope assumed.
-
Structural Divergence: The Metric That Doesn't Exist Yet
AI-assisted development is making individual changes faster, but who's measuring whether the codebase is drifting structurally? This post names the missing instrument: a Structural Divergence Index for detecting pattern entropy, coupling drift, and boundary erosion before they become the rewrite.
-
Tekhton v2: Building the System That Builds Itself
Tekhton v1 could execute tasks. v2 can pursue milestones to completion, recover from failures, split oversized work, and harden itself against the security problems I didn't know I had. It also built most of itself.
- Technical Paper
MCP Walked So We Could Run
A proposal for native AI capability discovery and intent as a first-class HTTP primitive, replacing MCP's runtime protocol with a static JSON manifest at /.well-known/ai-capabilities for HTTP-callable APIs.
-
MCP Walked So We Could Run: The Simple Version
The accessible version of the proposal: why AI agents need a simpler way to discover and use web APIs, explained without the jargon.
-
Building Tekhton, and Learning My Way Into Agent Pipelines
Building Tekhton, a multi-agent dev pipeline, forced me to learn agentic systems from the ground up. Here's what survived contact with real engineering constraints.