Skip to content
View syedahmad0786's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report syedahmad0786

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
syedahmad0786/README.md

Ahmad Bukhari — AI & Automation Architect

Ahmad Bukhari

AI & Automation Architect — agentic systems that run real businesses, not just demos.

Portfolio · LinkedIn · Cursor · Email

Python JavaScript Node.js Next.js Tailwind CSS PostgreSQL Supabase

Claude Agent SDK MCP Cursor OpenAI Codex n8n Make Zapier

Vercel Railway Render


The journey

Not the traditional path — the honest one:

no-code → low-code → vibe-coding → code

I started with no-code tools and kept hitting their ceilings. Low-code bought me range. AI-assisted building made me fast. But the systems I wanted to ship demanded proper code — so I learned to write it. Now I use every layer deliberately: I know when a drag-and-drop workflow is enough, and when it's time to open the editor.

What I build

  • AI agents — Claude Agent SDK, Claude Code, MCP servers, custom skills
  • Automation pipelines — n8n, Make, Lindy, event-driven workflows that document themselves
  • Integrations & tools — REST APIs, webhooks, CRMs, chatbots, voice AI, internal dashboards

Everything I ship starts with the same question: what breaks at 2 a.m., and how do we make sure it never does?

The numbers

Contribution activity graph

Contribution streak

The snake eats my commits

Contribution snake animation


Open to client work · ahmadbukhari4245@gmail.com

Pinned Loading

  1. docmind-rag docmind-rag Public

    Chat with your documents, 100% locally — hybrid retrieval (Chroma vectors + BM25 keywords, RRF-fused) with page-level inline citations and refusal over hallucination. Ollama/Groq free, Streamlit ch…

    Python

  2. flowsentry flowsentry Public

    AI ops agent for n8n — detects failure spikes, latency anomalies, and error clusters in workflow executions, then writes LLM root-cause digests to Slack. Free local Ollama or Groq.

    Python

  3. mcp-business-server mcp-business-server Public

    MCP server that gives Claude structured access to a business back office — overdue invoices, revenue summaries, customer cards, account notes. FastMCP + SQLite; the pattern for wiring AI assistants…

    Python

  4. salescout-agents salescout-agents Public

    Multi-agent sales research crew — LangGraph agents that crawl a company's site, score the opportunity, and draft personalized outreach. Runs 100% free on local Ollama or Groq's free tier.

    Python

  5. site2bot site2bot Public

    Turn any website into its own support chatbot: polite crawler → local Chroma embeddings → FastAPI /api/chat → dependency-free JS chat widget you embed with one script tag. Grounded answers with sou…

    Python

  6. sql-analyst-agent sql-analyst-agent Public

    Natural language → SQL agent with a self-correction loop: writes DuckDB SQL, reads its own errors, retries, then returns table + auto-chart. SELECT-only firewall, seeded retail warehouse, free Olla…

    Python