Moving away from polling in the agent loop is huge. Finally a way to stop babysitting dev servers haha, will play around with it!
AGENTS
-

Agent Harness: The Infrastructure Bet Defining AI Architecture
By
–
What does every big company think about the agent harness? Anthropic, OpenAI, CrewAI, LangChain. They all build agents. They all wrap their models in infrastructure to make them useful. They each call it the harness. But they agree on one thing. And disagree on everything else. The agreement: the model is not the product. The infrastructure around the model is. The disagreement: how much of that infrastructure should exist. This is the most important architectural bet in AI right now. And each company is placing a different one. ๐๐ป๐๐ต๐ฟ๐ผ๐ฝ๐ถ๐ฐ bets on the model. Their harness is deliberately thin. A "dumb loop" that assembles the prompt, calls the model, executes tool calls, and repeats. The model makes all the decisions. The harness just manages turns. Their bet: as models get smarter, you need less infrastructure, not more. ๐ข๐ฝ๐ฒ๐ป๐๐ takes a similar but slightly thicker approach. Their Agents SDK is "code-first," meaning workflow logic lives in native Python, not in some graph DSL. But they add more structure: strict priority stacks for instructions, multiple orchestration modes, and explicit agent handoff patterns. ๐๐ฟ๐ฒ๐๐๐ adds a deterministic backbone. Their Flows layer handles routing and validation with hard-coded logic, while their Crews handle the autonomous parts. Intelligence where it matters, control everywhere else. ๐๐ฎ๐ป๐ด๐๐ฟ๐ฎ๐ฝ๐ต bets on explicit control. The harness encodes the logic. Every decision point is a node in a graph. Every transition is a defined edge. Planning steps, routing strategies, multi-step workflows are all spelled out in the harness, not left to the model. Notice the spectrum. On one end: trust the model, keep the harness thin. On the other: encode the logic, make the harness thick. And here's where it gets interesting. The scaffolding metaphor makes this concrete. Construction scaffolding is temporary infrastructure that lets workers reach floors they couldn't access otherwise. It doesn't do the building. But without it, workers can't reach the upper floors. The key word is temporary. As the building goes up, scaffolding comes down. Manus demonstrated this perfectly. They rebuilt their agent five times in six months. Each rewrite removed complexity. Complex tool definitions became simple shell commands. "Management agents" became basic handoffs. The scaffolding did its job. So they removed it. This is also why Anthropic regularly deletes planning steps from Claude Code's harness. Every time a new model version ships that can handle something internally, the corresponding harness logic gets stripped out. But there's a catch. Models are now trained with specific harnesses in the loop. Claude Code's model learned to use the exact scaffolding it was built with. Change the scaffolding, and performance drops. The worker trained on THIS scaffolding. Swap it out, and they stumble. So the field is converging on a principle: Build scaffolding that's designed to be removed. But remove it carefully, because the model learned to lean on it. The "future-proofing test" for any agent system: if dropping in a more powerful model improves performance without adding harness complexity, the design is sound. Two products using the exact same model can perform completely differently based on this one decision: how thick is the harness? LangChain changed only the infrastructure (same model, same weights) and jumped from outside the top 30 to rank 5 on TerminalBench 2.0. The model didn't improve. The scaffolding around it did. The article below is a deep dive on agent harness engineering, covering the orchestration loop, tools, memory, context management, and everything else that transforms a stateless LLM into a capable agent. Akshay ๐ (@akshay_pachaar) x.com/i/article/204073208484โฆ โ https://nitter.net/akshay_pachaar/status/2041146899319971922#m
โ View original post on X โ @akshay_pachaar, 2026-04-10 12:51 UTC
-

Agentic AI Development: A Phased Approach to True Autonomy
By
–
Agentic AI isnโt learned by tools. Itโs learned in phases. Prompt โ Memory โ Tools โ Workflows โ Coordination โ Deployment Skip phases and you donโt get agents. You get fragile demos. Autonomy is earned โ not installed.
โ View original post on X โ @ingliguori, 2026-04-10 12:17 UTC
-
HyperMem: New Memory Architecture for Long Conversations
By
–
A new paper has been released, HyperMem, a memory architecture for long conversations. The goal is to enable dialogue systems to better preserve, organize, and retrieve long-term memories, avoiding the fragmentation of relevant information in traditional RAG or ordinary
-
OpenSWE Leverages DeepAgents for Coding Automation
By
–
Open swe uses deepagents under the hood Deepagents is general purpose, openswe is focused on coding
-
OpenSWE Uses DeepAgents Under the Hood for Coding
By
–
Open swe uses deepagents under the hood Deepagents is general purpose, openswe is focused on coding
-
The Claude Mythos: Understanding AI Agent Cultural Impact
By
–
https://t.co/A3GhRfL9Np https://t.co/a4BYQ29Ots
— Dan Shipper ๐ง (@danshipper) 10 avril 2026I CANT STOP THINKING ABOUT CLAUDE MYTHOS
-

AI Roundup: Agents, Healthcare, Amazon Investments, and New Tools
By
–
Top stories in AI today: – Perplexity plugs its AI agent into bank accounts
– Jassyโs $200B Amazon AI spend now has receipts
– Automate your business with custom Notion Agents
– Oxford AI catches heart failure five years early
– 4 new AI tools, community workflows, and more -

AgentCraft: Agent Orchestration Inspired by 90s Games
By
–
Day 3 at @aiDotEngineer @idosal1 is taking a fun approach to agent orchestration and observability – straight out of a 90s game
— Annabell Schaefer (@annabellschfr) 10 avril 2026
– every agent is visualized as a little avatar
– you can run campaigns and start your agents right from the game
– all tools and folders are littleโฆ pic.twitter.com/TYwHHyT2JDDay 3 at @aiDotEngineer @idosal1 is taking a fun approach to agent orchestration and observability – straight out of a 90s game – every agent is visualized as a little avatar
– you can run campaigns and start your agents right from the game
– all tools and folders are little buildings getagentcraft.com/ [Translated from EN to English]โ View original post on X โ @scobleizer, 2026-04-10 08:52 UTC