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

Block or report BuildWithAbid

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
buildwithabid/README.md

Hi, I'm Abid 👋

I build developer tooling for the AI era — CLIs, profilers, and benchmarks that make working with LLMs less painful and more predictable. Vibe coder using Claude Code and OpenAI Codex.


What I'm building

🔍 llm-cost-profiler — Find the money you're burning on LLM APIs

Two lines of code, zero config. Wraps your OpenAI or Anthropic client and gives you instant visibility into spend by feature, hotspots by file, retry waste, context bloat, and model downgrade opportunities. Found $1,240/month in waste on my own project in the first run.

from llm_cost_profiler import wrap
from openai import OpenAI

client = wrap(OpenAI())  # that's it

pip install llm-spend-profiler · Python · MIT


llm-bench — Race your LLMs in the terminal

CLI that sends the same prompt to OpenAI, Anthropic, Gemini, and Groq in parallel, streams a live terminal race, scores on speed/cost/quality, and generates shareable result cards.

llm-bench run "Explain vector databases" --models gpt-4o,claude-sonnet-4-6,gemini-2.5-flash

npm install -g llm-bench · TypeScript · MIT


📊 ai-stability — Measure LLM output consistency

CLI-first stability analyzer. Runs your prompt N times, scores pairwise similarity, gives you a stability label (High / Medium / Low), inline diffs, and a local JSON artifact. Published on PyPI.

ai-stability run prompt.txt --n 5 --provider openai --model gpt-4.1-mini

pipx install ai-stability · Python · MIT · PyPI


Stack & tools

Python TypeScript Claude Code OpenAI Codex OpenAI API Anthropic API Gemini Groq CLI tooling SQLite Ink/React


What I'm interested in

  • LLM observability and cost tooling
  • Developer-facing AI infrastructure
  • Fast, zero-dependency CLI tools
  • Prompt reliability and evals

Get in touch

Open to collaborations, contract work, and conversations about LLM tooling. If you're building in this space, let's talk.

Pinned Loading

  1. llm-cost-profiler llm-cost-profiler Public

    Track, visualize, and optimize LLM API spending. Monitor OpenAI & Anthropic costs per feature, detect waste, suggest savings. Zero-config Python profiler.

    Python 2 1