Skip to main content

Posts

Showing posts from January, 2026

How To Use Custom Tools With GitHub Copilot SDK

AI agents are quickly becoming a core part of modern development workflows, and the GitHub Copilot SDK makes it surprisingly straightforward to build your own. Instead of relying on prompt engineering alone, the SDK lets you define structured tools, give your agent explicit capabilities, and execute real code through LLM‑driven reasoning. In my latest demo, I walk through the full process of creating an agent from scratch — setting up the project, defining the agent, building custom tools, and running everything locally. You’ll see how the SDK handles tool invocation, schema validation, and natural‑language responses, all while keeping your logic deterministic and maintainable. If you're exploring agentic workflows or want to understand how Copilot can power real execution paths, this walkthrough will give you a clear, practical starting point. 🎥 Watch the full step‑by‑step video here: 👉  This is just the beginning — once you understand the pattern, you can extend your agent with...

🚀 GitHub Copilot SDK Is Here — Build Your Own AI Developer Tools

The GitHub Copilot SDK just dropped, and it’s a game-changer for developers. You can now build your own Copilot-style AI features directly inside your apps, tools, and workflows — no more waiting for GitHub to do it for you. In my latest video, I break down exactly what the SDK is, how it works, and why it’s the future of developer productivity.  🎥 Watch now: Introducing GitHub Copilot SDK — Step-by-Step Demo If you’re serious about AI + dev tools, this is the video to start with.

How to Automate Phone Calls using AI Agent

Every once in a while, a new AI tool appears that doesn’t just improve on what already exists — it completely changes your expectations. That’s exactly what happened when I tested Awaz AI , a voice agent designed to handle real phone calls with natural, human‑like conversation. I’ve tried many voice systems before, and most of them sound robotic, interrupt at the wrong time, or fall apart when you ask something unexpected. But Awaz AI surprised me from the very first “hello.” The pacing, the tone, the timing — everything felt unusually natural. It didn’t rush. It didn’t freeze. It didn’t sound scripted. It actually felt like a real conversation. To make sure I wasn’t imagining it, I recorded the entire interaction. No edits. No retakes. Just a raw, real phone call between me and the Awaz AI agent. If you’re curious about how far voice AI has come — or if you simply want to hear an AI that sounds more human than most customer service lines — you should watch this demo. It’s one of the ...