AgentWard: A Lifecycle Security Architecture for Autonomous AI Agents
AgentWard: defense-in-depth lifecycle security architecture for autonomous AI agents spanning initialization through execution.
Search the full wire by company, model, lab, or keyword. Every story we have ever aggregated.
AgentWard: defense-in-depth lifecycle security architecture for autonomous AI agents spanning initialization through execution.
Skill Retrieval Augmentation enables LLM agents to retrieve relevant skills from large corpora without explicit enumeration.
QA engineer discusses challenges testing non-deterministic LLM agents in production, seeking rigorous evaluation methods beyond traditional assertion-based testing.
China has ordered Meta to unwind its multibillion-dollar Manus acquisition, dealing a potential setback to Zuckerberg’s push into AI agents.
The phone could go in mass production in 2028, an analyst says.
Google and Kaggle launch 5-day AI Agents Intensive Course; registration open.
Choco uses OpenAI APIs to automate food distribution logistics via AI agents, improving productivity.
Reddit user seeks advice on setting up local coding agents like Claude Code with open-weight models via llama.cpp.
Recent evidence suggests that frontier AI systems can exhibit agentic misalignment, generating and executing harmful actions derived from internally constructed goals, even without explicit user requests. Existing mitigation methods, such as Reinforcement Learning from Human Feedback (RLHF) and constitutional prompting, operate primarily at the model level and provide only probabilistic safety guarantees. We propose the Policy-Execution-Authorization (PEA) architecture, a "separation-of-powers" design that enforces safety at the system level. PEA decouples intent generation, authorization, an...
In a recent experiment, Anthropic created a classified marketplace where AI agents represented both buyers and sellers, striking real deals for real goods and real money.
[http://claude.ldlework.com](http://claude.ldlework.com/) I built this for myself but I figured why not share. I'm happy to receive feedback, I know it's not perfect. Thanks for taking a look. The aim of CCM is to be able to fully manage all Claude Code configuration files, both globally and those in your project. Some neat features: \- Manages your [CLAUDE.md](http://claude.md/), rules, hooks, agents, memories and so on. \- Elevate memories to rules \- Copy/Move any asset from one scope to another, or elevate it to global scope \- Install marketplaces and plugins The full app is embe...
Systematic analysis of token consumption patterns in agentic coding tasks across eight frontier LLMs on SWE-bench Verified.
Taxonomy of world modeling capabilities for AI agents across three levels (predictor, simulator, reasoner) organized by environmental laws.
SOLAR-RL bridges offline and online RL for training MLLM GUI agents on dynamic tasks, combining trajectory semantics with long-horizon learning.
Agents are amazing. Harnesses are cool. But the fundamental role of a data scientist is not to use a generalist model in an existing workflow; it's a completely different field. AI engineering is the body of the vehicle, whereas the actual brain/engine behind it is the data scientist's playground. I feel like I am not alone in this realisation that my role somehow got silently morphed into that of an AI engineer, with the engine's development becoming a complete afterthought. Based on industry requirements and ongoing research, most of the work has quietly shifted from building the engine t...
Chinese AI company DeepSeek released a preview of its hotly anticipated next-generation AI model V4 on Friday, saying that the open-source model can compete with leading closed-source systems from US rivals including Anthropic, Google, and OpenAI. DeepSeek says V4 marks a major improvement over prior models, especially in coding, a capability that has become central to AI agents and helped drive the success of tools like ChatGPT Codex and Claude Code. The release is also a milestone for China's chip industry, with DeepSeek explicitly highlighting compatibility with domestic Huawei technology....
In March 2026, three LLM agents generated over 600,000 lines of code, ran 850 experiments, and helped secure a first-place finish in a Kaggle playground... In March 2026, three LLM agents generated over 600,000 lines of code, ran 850 experiments, and helped secure a first-place finish in a Kaggle playground competition. Success in modern machine learning competitions is increasingly defined by how quickly you can generate, test, and iterate on ideas. LLM agents, combined with GPU acceleration, dramatically compress this loop. Historically… Source
Nemobot is an interactive environment for creating and deploying LLM-powered game agents across multiple game classes using Claude Shannon's taxonomy.
StructMem proposes hierarchical memory framework for LLM agents balancing relational structure preservation with efficiency for long-horizon reasoning.
Agent Evolving Learning framework enables LLM agents to accumulate and leverage experience across open-ended episodes via two-timescale Thompson sampling.
Earlier this month, millions of OpenClaw users woke up to a sweeping mandate: The viral AI agent tool, which this year took the worldwide tech industry by storm, had been severely restricted by Anthropic. Anthropic, like other leading AI labs, was under immense pressure to lessen the strain on its systems and start turning a profit. So if the users wanted its Claude AI to power their popular agents, they'd have to start paying handsomely for the privilege. "Our subscriptions weren't built for the usage patterns of these third-party tools," wrote Boris Cherny, head of Claude Code, on X. "We wa...
N-gram models match LSTM/Transformer accuracy on event-log prediction with lower resources and better stability than neural baselines.
I spent some time few days back comparing Opus 4.6 and 4.7 using my own usage data - just to see how they actually behave side by side. [https://github.com/getagentseal/codeburn](https://github.com/getagentseal/codeburn) it’s still pretty early for 4.7, but a few things surprised me. In my sessions, 4.7 gets things right on the first try less often than 4.6. One-shot rate sits around 74.5% vs 83.8%, and I’m seeing roughly double the retries per edit (0.46 vs 0.22). It also produces a lot more output per call - about 800 tokens vs 372 on 4.6 - which makes it noticeably more expensive. ...
Open-source Agent-Quest tool visualizes Claude Code agents in real-time across parallel CLI sessions using fantasy-themed 2D UI.
OpenAI is giving users of its Business, Enterprise, Edu, and Teachers plans access to cloud-based "workspace" agents available in ChatGPT that can perform business tasks. In its blog post, OpenAI gives examples of agents like one that finds product feedback on the web and sends a report in Slack and a sales agent that can draft follow-up emails in Gmail. These new agents follow increasing interest in agents across the AI landscape, especially after OpenClaw - the AI agent formerly known as Clawdbot and Moltbot that touts itself as the "AI that actually does things" - went viral. OpenClaw foun...
Interval POMDP shielding method for autonomous systems with learned perception, using confidence intervals to block unsafe actions under sensor uncertainty.
Meta employees' activity at work is now being used to train the company's AI agents. As reported by Reuters, Meta is installing a tool it calls Model Capability Initiative (MCI) on US-based employees' computers that runs in work-related apps and websites, recording mouse movements, clicks, keystrokes, and occasional screenshots. The data from this tool will be used to train the company's AI models to get better at interacting with computers the way humans do, including automating work tasks like those Meta's employees perform on the job. According to Reuters, the data from MCI won't be "used ...
LLM agents in repeated Avalon deception games develop reputation dynamics and social memory across 188 games, studying emergent multi-round behavior.
ProactAgent enables lifelong learning agents to proactively retrieve past experience and skills during task interaction rather than passively.