Urgent.News

What's breaking now, across thousands of outlets.

AI

Stop drawing the graph: reactive agents over versioned artifacts

Stop drawing the graph: reactive agents over versioned artifacts Most agent frameworks make you draw the graph : connect nodes, wire memory, declare control flow. But a knowledge problem is not a workflow. Take a realistic question: "Why did infrastructure costs increase in Q2?" The answer may need Confluence docs, GitLab merge requests, CSV spend data, a calculation, source verification — and a…

The article "Stop drawing the graph: reactive agents over versioned artifacts" introduces an alternative approach to handling knowledge problems using agents that react to versioned artifacts, rather than requiring developers to draw graphs. This method is demonstrated through the ctxloom framework, which is now open source.

In this system, a knowledge question like "how much does GPU inference cost?" is transformed into a series of connected artifacts: UserQuery → TypedDoc → Evidence → Claim → Answer. Each artifact is generated by a separate agent that reacts to the previous one, forming a chain of events without a predefined graph.

Agents in this framework react to specific events triggered by changes in the context, ensuring that the causal chain remains consistent with the actual state. The process starts with an event that wakes an agent, which then compiles an effect and creates a patch. This approach eliminates the need for developers to predict future paths, as each agent's behavior is determined solely by the current state of the artifacts.

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

O que são agentes de IA?

Definição Um agente de IA é um sistema inteligente capaz de realizar ações de forma autônoma a partir da análise do seu ambiente, ou seja, do contexto em que está inserido.

  • Agentes de IA são sistemas inteligentes que agem de forma autônoma.
  • Eles percebem situações, decidem ações e executam-as sozinhos.
  • O ciclo de três etapas (percepção, raciocínio, ação) permite que eles atinjam objetivos.

More from Tuesday 1 September →