HAMMAD YOUSUF

BLOG · AI AGENTS

AI Agents

How production AI agents are actually built — architecture, evals, observability.

AI agent observability: tracing every step before it costs you

AI Agents

4 min read

AI agent observability: tracing every step before it costs you

Agents fail silently — the API call succeeds while the agent does the wrong thing. Here is the lightweight, self-hosted tracing layer I run in production: an in-memory ring buffer that captures every step for zero added cost.

AI automation services in UAE: what to expect and what it should include (2026)

AI Agents

4 min read

AI automation services in UAE: what to expect and what it should include (2026)

A buyer's due-diligence guide from the builder's side: what a legitimate AI automation engagement in the UAE actually includes, what the stack looks like, and the questions that expose a weak vendor.

How to connect an AI agent to Google Sheets and Calendar (service accounts done right)

AI Agents

5 min read

How to connect an AI agent to Google Sheets and Calendar (service accounts done right)

The service-account setup I use in production agents: keys, scopes, the sharing step everyone misses, the auth code pattern, and what Google's 403 and 404 errors actually mean.

How to build a lead scoring agent that sales teams actually trust

AI Agents

4 min read

How to build a lead scoring agent that sales teams actually trust

Five steps to a lead scoring agent reps actually use: outcome-derived weights, a visible reason for every score, and CRM write-back into the views reps already work in.

How to build an AI voice agent that books real appointments

AI Agents

5 min read

How to build an AI voice agent that books real appointments

Build notes from shipping a production voice agent: the state machine, the latency budget, and why the booking step is never left to the LLM.

How to show up in ChatGPT and Perplexity answers (GEO guide)

AI Agents

4 min read

How to show up in ChatGPT and Perplexity answers (GEO guide)

AI engines cite by retrieval, not PageRank. The verifiable mechanics — answer-first structure, schema markup, crawler access, topical depth — without the agency hype.

LLM evaluation framework for AI agents: deterministic, semantic, behavioral

AI Agents

4 min read

LLM evaluation framework for AI agents: deterministic, semantic, behavioral

The three-tier eval harness I run on my own agent engine: cheap deterministic checks first, an LLM judge for meaning, and behavioral checks on the tool-call path.

n8n vs custom code for business automation: how I decide

AI Agents

4 min read

n8n vs custom code for business automation: how I decide

A decision framework from using both in production: where n8n's canvas wins, where it starts to hurt, and the hybrid pattern that gets you both.

Prompt versioning for production AI: the system nobody talks about

AI Agents

4 min read

Prompt versioning for production AI: the system nobody talks about

Every prompt on my agent engine is a git-tracked, semantically versioned markdown file. Here's the full system: diffs, reviews, trace logging, and minutes-fast rollbacks.

Rate limiting public AI demos: surviving free-tier quotas gracefully

AI Agents

5 min read

Rate limiting public AI demos: surviving free-tier quotas gracefully

How I rate limit the 73 live agent demos on this site so one bot or one viral link can't drain the API quota — KV-backed limits, token-aware caps, and honest fallback UX.

What production-grade AI actually means (the 5 pillars I build on)

AI Agents

5 min read

What production-grade AI actually means (the 5 pillars I build on)

The five criteria that separate an AI system that survives real usage from a demo: auditable reasoning, designed fallbacks, outcome measurement, real integration, and ownership after handover.

WhatsApp AI agents for UAE businesses: what actually works

AI Agents

5 min read

WhatsApp AI agents for UAE businesses: what actually works

A blunt map of WhatsApp automation for UAE businesses: what an AI agent reliably handles, where Meta's rules and off-script conversations break it, and what a working architecture looks like.

AI agents for marketing vs marketing automation tools: what's actually different

AI Agents

4 min read

AI agents for marketing vs marketing automation tools: what's actually different

"AI agent" gets slapped on every marketing tool with a chatbot now. Here's the real technical line between an agent and automation — and how to tell which one you're actually buying.

The AI engineer roadmap most people share — and what I'd change after shipping 73 production systems

AI Agents

5 min read

The AI engineer roadmap most people share — and what I'd change after shipping 73 production systems

A 3-month AI engineer roadmap is making the rounds. The phase order is mostly right. But two things are missing that will burn you the moment you touch a real client system — and one phase is too light for what the job actually demands.

How I built a Google Ads autonomous agent — full walkthrough

AI Agents

4 min read

How I built a Google Ads autonomous agent — full walkthrough

A full video walkthrough of the Google Ads autonomous agent I run in production: how it pulls live data from Google Ads and GA4, makes budget and bid decisions, and reports — every day, without me touching it.

AI Agents

1 min read

How to build a Google Ads agent with n8n + MCP

The architecture behind an autonomous Google Ads agent: n8n scheduling, MCP tool wiring, and a Claude media-buyer prompt with guardrails.