Urgent.News

What's breaking now, across thousands of outlets.

AI

ALTK-Evolve: On-the-Job Learning for AI Agents

TL;DR Most AI agents re‑read transcripts instead of learning principles, so they repeat mistakes and don’t transfer lessons to new situations. ALTK‑Evolve turns raw agent trajectories into reusable guidelines. In benchmarks, the approach boosted reliability, especially on hard (Δ 14.2% on AppWorld), multi‑step tasks, without bloating context. The “eternal intern” problem Imagine a brilliant line…

Most AI agents read transcripts instead of learning principles, causing them to repeat mistakes and not apply lessons to new situations. ALTK-Evolve addresses this by turning raw agent trajectories into reusable guidelines that improve reliability, particularly on complex tasks. The system captures full agent interactions (user input, model reasoning, tool calls, results) in an Interaction Layer, such as Langfuse, and mines traces for structural patterns, persisting them as candidate entities.

Train signals a background job to merge duplicates, prune weak rules, and enhance proven strategies, evolving a high-quality library of guidance elements like policies and SOPs. When needed, the system retrieves only relevant items via the Interaction Layer, injecting them into context at the Application Layer, ensuring just-in-time assistance without overwhelming information.

Evaluations on AppWorld tasks show a 14.2% reliability boost on hard tasks compared to a baseline, indicating the agent learns principles rather than merely re-reading transcripts.

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

Choosing the Right LangChain Memory: A Practical Guide for Developers

I recently faced an interesting challenge while managing a fleet of IoT devices in Kenya. Managing over 2,500 devices requires careful data handling to maintain scalability and efficiency.

  • Author faced connectivity issues with 2,500+ IoT devices in Kenya
  • Short-term memory provided low latency but unreliable data storage
  • Hybrid approach balanced performance and reliability without overspending

Will AI wipe out humanity?

Will AI wipe out humanity? newspress_en Thu, 09/17/2026 - 15:02 Science & Technology Artificial intelligence (AI) is on the cusp of going from one of humanity’s greatest technological achievements to…

Runtime over Prompt: Why the System Prompt Is Not a Security Boundary

Connecting an AI agent to your business APIs is no longer unusual. It can query customers, create tasks, submit approvals, or reach into ERP, CRM, and internal services.

  • System prompts are instructions, not security boundaries.
  • Models can override instructions through prompt injection.
  • Runtime gate performs independent checks before granting access.

More from Thursday 17 September →