Skip to content
View dwijenpatel's full-sized avatar

Block or report dwijenpatel

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.

Content in all repositories owned by your account will be closed.
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
dwijenpatel/README.md

Dwijen Patel

Software engineer — distributed systems, data infrastructure, and production LLM products. Currently going deep on coding agents and local LLM inference on Apple silicon, in public.

Previously: co-founder of Aeqium (compensation platform, seed → ~$1.5M ARR · Braze, Whoop, Warby Parker); staff SWE at Day AI (Sequoia-backed AI-native CRM); computer-vision serving & training infra across 200+ stores at Walmart's Intelligent Retail Lab.

Coding agents & evidence tooling

  • one-punch — spec-to-shipped pipeline for coding agents: intent capture, decision tickets, model-routed worker harness, artifact-verified completion
  • evidence-kit — graded, source-mirrored research corpora for agents; evidence strong enough to rest decisions on
  • outrigger — experiments in evidence-grounded machinery for long-horizon coding agents
  • etl-compiler — spec-compiled ETL: auditable decisions, deterministic Python, quarantine over silent coercion

Local LLM inference on Apple silicon

  • slipstream — 35B MoE on a MacBook in ~2 GB RAM: SSD-streamed experts, near-roofline Metal kernels, persistent KV cache
  • gpu-kernel — measurement-first Apple GPU kernel work; decode attention at >90% of the memory-bandwidth ceiling; three optimizations merged upstream into Apple's MLX
  • Writeups: dwijen.com

Elsewhere: drove the open-source release of walmartlabs/cookie-cutter, an event-driven TypeScript microservices framework.

dwijen.com · LinkedIn · dwijen@gmail.com

Pinned Loading

  1. slipstream slipstream Public

    Run a 35B MoE on a MacBook in ~2 GB of RAM: experts streamed from SSD, near-roofline Metal kernels, and a KV cache that reloads from disk instead of re-prefilling

    Swift 5 1

  2. gpu-kernel gpu-kernel Public

    Measurement-first toolkit for Apple M-series GPU inference; three optimizations merged upstream into Apple's MLX

    Python

  3. one-punch one-punch Public

    Spec-to-shipped pipeline for coding agents: intent capture, decision tickets, model-routed worker harness, artifact-verified completion

  4. evidence-kit evidence-kit Public

    Graded, source-mirrored research corpora for agents. Evidence strong enough to rest decisions on.

    Python

  5. outrigger outrigger Public

    Experiments in evidence-grounded machinery for long-horizon coding agents

    Python

  6. etl-compiler etl-compiler Public

    Spec-compiled ETL: profile the input, record every decision in an auditable spec, compile to deterministic Python. Bad rows quarantined and error-coded, never silently coerced.

    Python