Skip to content
View nazq's full-sized avatar

Highlights

  • Pro

Block or report nazq

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
nazq/README.md

Naz Quadri

Developer. Writer. Building things that think. The craft doesn't get easier — it gets deeper.


30 years at the keyboard. Mathematics at Warwick, then Goldman Sachs, Morgan Stanley, Bloomberg, J.P. Morgan — building derivatives systems, data platforms, and ML solutions at global scale, before it was cool. Founded a voice recognition startup before most people had broadband. Now CTO at Princeton Equity Group and adjunct professor teaching machine learning at Northwestern.

I build tools, write about the layers underneath, and teach what I've learned the hard way.

What I'm building right now

  • Heimdall — PTY session supervisor for AI agents. Fork, watch, control — from anywhere. Rust + Tokio.
  • Drasill — Agent orchestration dashboard. Multi-agent lifecycle management with live web terminal. Python + FastAPI + HTMX. Beta.
  • The Human Developer — A book about what makes developers irreplaceable in the age of AI. Part history, part philosophy, part field guide. Coming 2026.

Other projects

  • claude_gwt — Git worktree manager with Claude Code orchestration. Parallel AI-assisted development across branches.
  • test_mcp_servers — Full MCP test server in Rust for client library integration testing. Spec-compliant, containerized.
  • tei-manager — Dynamic multi-instance manager for HuggingFace Text Embeddings Inference. Multiple models on one GPU host.
  • par-run — Parallel job runner with CLI and web UI. Published on PyPI.

Writing

The Layer Below — Things your framework hides from you. multi-part series covering everything from how a keypress reaches your terminal to how SIMD instructions process eight floats at once. Coming soon.

Agent Orchestration — Building real agent infrastructure, not demos. PTYs, process supervision, multi-agent communication. Coming soon.

Languages & tools

Rust, Python, Go, TypeScript. Previously C, C++, Java across decades of paradigm shifts. The language matters less than the judgment you bring to it.

Elsewhere


Recovering mathematician. PADI scuba instructor. Jeet Kune Do practitioner. Veteran mentor. Three tentacles short of a full octopus.

Pinned Loading

  1. Claude Session Manager - tmux sessio... Claude Session Manager - tmux session manager for Claude Code
    1
    #!/bin/bash
    2
    
                  
    3
    # Claude Session Manager for Git Worktrees
    4
    # Usage: claude_session [session_name] [--attach]
    5
    # Alias: cs
  2. git worktree helper git worktree helper
    1
    ######################################
    2
    # git_wt_init - Set up Git worktree repo
    3
    ######################################
    4
    
                  
    5
    git_wt_init() {
  3. par-run par-run Public

    Parallel Job Runner

    Python

  4. tei-manager tei-manager Public

    Manage multiple Text Embeddings Inference engines on a single host

    Rust 1

  5. Drasill Drasill Public

    Python

  6. heimdall heimdall Public

    Rust