Rover — Turn Your Website into an AI Agent | rtrvr.ai
Chatbots talk. Rover does. Drop one script tag and Rover reads your live DOM, clicks buttons, fills forms, and guides users — no screenshots, no remote VM, no knowledge base.
Claude Fast | Guide to Claude Code Agent Teams for parallel multi-agent development. What they are, when to use them, and how they compare to subagents.
Photo by Markus Winkler on Pexels.com Sometimes it takes a single piece in a jigsaw puzzle for the whole picture to come into shape. And that happened earlier this weekend. I was able to crystalliz…
Technical deep dive into Claude Agent Skills' prompt-based meta-tool architecture. Learn how context injection design, two-message patterns, LLM-based routing, and runtime context modification enable sophisticated AI agent behaviors. Complete implementation guide covering SKILL.md structure, execution lifecycle, permission scoping, and design patterns for building LLM tool systems. Essential for AI engineers, prompt engineers, and technical architects building agentic applications.
Agent Skills are modular capabilities that extend Claude's functionality. Each Skill packages instructions, metadata, and optional resources (scripts, templates) that Claude uses automatically when relevant.
I like cooking recipes. They’re clean, serene documents where, at some point, one or more utensils enter the stage to perform a task. If you were to write one on how to use AI to augment your work as a technical writer, though, you would have a hard time deciding when and where LLMs come out of the toolbox to aid you. The variety of flavors in which AI presents itself doesn’t help. This is why I’ve come up with a framework that describes applications of the different AI tools at our disposal.
Authorization Before Retrieval: Making RAG Safe by Construction
Retrieval-augmented generation makes language models far more useful by grounding them in real data, But it also raises a hard question: who is allowed to see what? This post shows how authorization can be enforced before retrieval, ensuring that RAG systems remain powerful without becoming dangerous.
Weeknotes 371 - The real shift is not from human coders to AI agents—it's from coding to engineering the environment where agents are co-designers. And other news on AI companion devices and robots as CES.