Safety

New challenges for agentic AI: self-improvement, responsibility and world models

This week’s developments in agent-based AI highlight progress toward systems that can participate in their own improvement, shifting responsibility needs for multi-step behaviour, and renewed interest in world-model learning like JEPA.

New challenges for agentic AI: self-improvement, responsibility and world models

This week brought several developments and reflections about agent-based AI: how recursive self-improvement can operate in practice, how responsibility must adapt for multi-step agents, renewed interest in world-model learning such as JEPA, and the training and infrastructure elements that make agents useful in production. The following sections summarize the main points.

1. Recursive self-improvement: from science fiction to engineering

Recursive self-improvement — the idea that AI improves AI which then improves itself again — has long been discussed as a remote possibility. It is now being framed more concretely as an engineering loop: propose → implement → test → evaluate → learn → choose the next step.

As a result, systems can take part in parts of their own improvement: writing code, designing experiments, analyzing outputs, and proposing new iterations. The hardest remaining problem is verification: who decides that an improvement is real? Without reliable evaluation, recursive improvement can devolve into recursive noise.

2. Responsible AI in the agent era

Responsible AI tools and practices were mostly developed for models that answer questions. Agents differ: they plan, use tools, maintain context, and act across multiple steps — which changes the risk landscape.

The central question becomes: what happens when a system acts, affects other systems, and small errors compound over time? Responsibility in the agent era needs to be embedded at the workflow level: monitoring, permissioning, audit trails, sandboxing, and evaluations that measure long-horizon behavior.

The author also spoke with Sarah Bird, Chief Product Officer for Responsible AI at Microsoft; that interview provides further insight into these issues.

3. JEPA and the return of world models

JEPA (Joint Embedding Predictive Architecture) points to an alternative learning path: instead of predicting every token or pixel, the architecture learns by predicting abstract representations.

This matters because intelligence may require more than surface-level prediction. Humans do not reconstruct every sensory detail; we build compressed models of how the world works. JEPA raises the question of whether future AI systems should learn less like autocomplete and more like builders of world models. The original piece breaks down different JEPA types and general workflow patterns.

4. RL training tools for agents

Training agents requires more than prompts. It needs environments, reward functions, verifiers, traces of tool use, memory, and feedback loops.

Reinforcement learning (RL) training tools help convert agent behavior into something measurable and improvable. The training stack is becoming less like classic ML training and more like infrastructure for repeated interaction. The source lists useful RL training tools.

5. Agent toolkits: an underestimated layer

Agent toolkits are often seen as thin API wrappers, but in practice they determine what agents can actually do. The challenge is not only connecting models to tools: it is managing execution, state, permissions, failures, retries, and verification.

While better models matter, reliable tool use may decide which agents are useful in real workflows. This pattern shows the frontier shifting from isolated intelligence to systems built around intelligence.

6. Who owns the reasoning loop?

The author addressed this question in a solo segment for O’Reilly. In coding, cybersecurity, medicine, and science the same questions recur: where does the model act, who controls the tools, who owns the feedback, and who decides when the loop is safe enough to run?

Conclusion

Agent-based systems bring both technical progress and responsibility challenges. Practical recursive self-improvement, workflow-level responsibility, a shift toward world-model learning, and reliable training and toolkit infrastructure will together determine which agent designs become safe and useful in real applications. Prioritizing verification methods and workflow-level accountability is essential; without them, technical advances do not necessarily translate into safe or beneficial deployments.