Featured topics
Topic AI Agent
3 articles
AI DevelopmentDeveloped an Agent Skill for estimating ambiguous requirements
Requirement Blueprint is an Agent Skill that helps AI analyze ambiguous customer requirements before estimation. It structures scope, features, flows, tasks, open questions, and risks while separating confirmed facts from assumptions. Benchmarks showed a 26.9% higher average score than baseline.
AI DevelopmentWhat Is Function Calling? How AI Agents Work and How to Implement Them with LangGraph
Learn how Function Calling lets LLMs use external tools instead of performing every task themselves. This guide covers tool-use architecture, the evolution of coding agents, Structured Outputs, and a practical LangGraph and TypeScript implementation of the reasoning-and-action loop.
AI DevelopmentI built a voice agent that turns off the lights — here's what I learned
An agent isn't just a chatbot. It's an AI model that can reason, plan, and act — not just generate text, but use tools to interact with the real world. Think: observe a situation → decide what to do → execute an action.