Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Agent Zero crushed Codex by 2.6× on token efficiency! We gave both agents the same task on the same local model (Qwen3.6 27B): build a retro Q*bert arcade game. Each agent wrote and rewrote it across iterations, adding enemies and a HUD. Outputs: • Agent Zero: 239K tokens, 53...

320,187 görüntüleme • 1 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

Everyone wants agent swarms. Very few people are talking seriously enough about the context layer that makes swarms useful. Even with one agent, context is fragile. Too little context and the agent guesses. Too much context and it wastes tokens, loses focus, or reasons over irrelevant noise. The sweet spot is precise context: the right knowledge, in the right structure, at the right moment. With many agents, that challenge explodes. Each agent produces decisions, assumptions, findings, summaries, risks, and partial conclusions. Unless that knowledge becomes shared, structured, and reusable, every new agent is forced to rediscover what another agent already learned. That is not a swarm. That is a crowd. Shared context graphs are what turn agent activity into agent collaboration, and OriginTrail DKG V10 brings them to life. Was just playing with some final polishing for the V10 release, and it is really powerful to see shared context graphs where multiple agents contribute knowledge into the same connected memory, with attribution visible directly in the graph ui. That matters for three reasons. First, agents can access and build on one shared memory instead of staying trapped in isolated sessions. Second, the graph structure helps them retrieve the exact context they need, instead of stuffing everything into a prompt and hoping the model sorts it out. Third, verifiability of provenance. You can see which agent contributed each piece of knowledge, trace the source, and decide what to trust. Tokenmaxxing starts with fewer tokens, but the deeper story is coordination - agents stop reloading the world and start building on shared, verifiable context. That is the foundation for serious multi-agent work across software engineering, research, finance, operations, project management, and far beyond. The future is not more agents, it is agents working from shared, verifiable context. But the more the merrier, of course.

Jurij Skornik

11,180 görüntüleme • 3 ay önce

Qwen3.8-Max became the brain of Atomic Agent, Hermes and OpenClaw. We gave the same task: Turn a photo of a hand-drawn floor plan into an interactive 3D walkthrough of that apartment and open it in the browser. Outputs: – Atomic Agent: 66 min, 557K tokens, $2.01 – OpenClaw: 32 min, 1.2M tokens, $1.12 – Hermes: 2 h 14 min, 4.2M tokens, $6.42 Before the start we leveled the field: one model endpoint, equal step and token budgets, equal timeouts, full autonomy, memory wiped on all three. Atomic Agent reads images through its vision tool, so it interrogated the sketch 14 times until every room, door and window turned into data. Then it drafted the whole scene in its head six times, threw away five drafts, and wrote the finished 19.8 KB file in one single write. After that it opened Chrome, checked its own render, and only then replied. The only agent of the three that verified its work, and the only one that stopped on its own. OpenClaw was twice as fast and the cheapest of the three, but its image tool kept timing out mid-run, and it shipped the palest apartment of the day: white rooms, no floor colors, one texture visibly glitched, and furniture you have to squint to find. It read the full plan three times, cut 11 room crops, wrote the scene in chunks, and landed the fastest and cheapest apartment of the day in 32 minutes. Then it kept polishing the finished file until we pulled the plug. Hermes worked the longest: two hours, 97 model calls, 4.2M tokens, and the apartment came out wrong anyway: doors standing loose in the middle of rooms, a 2 by 1.8 bath sprawled across a quarter of the flat, furniture drifting away from the plan. It measured everything twice and still built the least accurate apartment. Atomic Agent will run Qwen3.8-27B locally on day zero, next week!

Atomic Agent

122,569 görüntüleme • 1 ay önce

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,343 görüntüleme • 1 yıl önce