There is a quiet assumption embedded in most agent infrastructure: that agents need structured interfaces. APIs, schemas, tool definitions, protocols like MCP or A2A. The assumption is that the gap between an LLM and a system needs to be bridged by something machine-readable. clive starts from a different assumption. LLMs are excellent at reading text...
Tag: Agent
A Practical Guide to Getting Started with OpenClaw
Somewhere in early February, Andrej Karpathy — founding member of OpenAI, former AI director at Tesla, a person not easily impressed by internet phenomena — logged onto a Reddit-like site for AI bots and described what he was reading as "genuinely the most incredible sci-fi takeoff-adjacent thing I have seen recently." The site was Moltbook....
Your Agent Framework Is a Monolith. The Browser Doesn’t Care.
Last week, I dropped an LLM agent into a plain HTML file. No Node.js. No Webpack. No Docker container running a Python backend that proxies to another Python backend. One <script type="module"> tag, a couple of imports, and an agent that reasons, calls tools, writes code, and delegates to sub-agents — all orchestrated entirely client-side,...
The Open-Source Agent Security Disaster Is the Best Thing That Ever Happened to Anthropic and OpenAI
Somewhere in a Cisco security lab, researchers are running a tool called Skill Scanner against the most popular downloads on ClawHub, the skill marketplace for the open-source AI agent framework OpenClaw. One of them — a skill called "What Would Elon Do?" — returns nine security findings, including two critical and five high-severity issues. The...
Claude’s Modular Mind: How Anthropic’s Agent Skills Redefine Context in AI Systems
If you've been building with large language models, you've hit this wall: every API call requires re-explaining your entire workflow. Financial reports need 500 tokens of formatting rules. Code generation needs another 300 tokens for style guides. Multiply this across thousands of requests, and you're paying twice—once in API costs, once in context window exhaustion....
Devin: The Dawn of AI Software Engineers?
Hello, tech enthusiasts! Are you ready to ride the wave of the future? Imagine if you could clone yourself to tackle that ever-growing pile of coding on your desk. Well, Cognition has just introduced a new team member you'll want to meet—Devin, the AI software engineer. And guess what? Devin is not just any ordinary...
VOYAGER – a Revolution in Minecraft with AI and Lifelong Learning
In the realm of artificial intelligence (AI), the gaming world has often served as a fertile testing ground for new concepts and technologies. From DeepMind’s AlphaGo making waves in the world of Go to OpenAI’s Dota 2-playing bot, AI has shown its potential to master complex games. Now, a new player has entered the arena,...