Ccodanyksincodanyks.hashnode.dev·1d ago · 22 min readAnatomy of an AgentOne of the easiest mistakes to make when thinking about AI agents is assuming that the response is where the interesting work happens. It is an understandable assumption. The response is the only part00
Ccodanyksincodanyks.hashnode.dev·Jun 21 · 7 min readAnatomy of a Good Skill: Designing Capabilities That Systems Can TrustIn the previous article, we looked at what a skill actually represents inside an agent system. A skill is not just a collection of instructions or a reusable prompt. It is a defined capability that al00
Ccodanyksincodanyks.hashnode.dev·Jun 8 · 15 min readWhat Is an Agent?The AI industry is approaching the word agent the same way it once approached the word AI-powered. Everything becomes one eventually. A chatbot becomes an agent.A workflow becomes an agent.A scheduled00
Ccodanyksincodanyks.hashnode.dev·May 31 · 11 min readWhat Is a Skill?Most builders enter AI systems through prompts. That makes sense initially because prompts are the most visible layer. You type instructions, the model responds, and useful output appears almost immed00
Ccodanyksincodanyks.hashnode.dev·Jun 28, 2025 · 3 min readTriggering Agents with Binance Price EventsIf you followed the MCP server series, you already know how to build a system that lets agents process goals with rich context. But what if that context came from the outside world — live, volatile, and full of opportunity? Welcome to your first real...00