Vandan Sheth← Back to portfolio

Experiments

Things built to find out

Each of these lives on its own subdomain and runs on its own. They exist because a question was more interesting than the answer I had.

A note: these are experiments, not products. They are small, narrow by design, and not built to production scale — expect rough edges, and read them as sketches rather than finished work.

01

Vandan's Intelligence · graph traversal

Type a problem and watch an algorithm think. A breadth-first / depth-first traversal laid out like a page from a technical journal — a live diagram beside a monospace state ledger, the frontier expanding one ring at a time.

  • Every step is generated by the real algorithm, so the animation is correct by construction — not a model guessing at it
  • A classification layer turns a plain-English problem into the graph the engine runs on

Next.js · TypeScript · SVG

02

A sandbox for the fundamentals

A place to take machine-learning ideas apart and see them run. Concepts built from first principles and rendered interactively, so the mechanics are visible rather than described.

  • Built to understand the internals, not to wrap an API
  • Grows one concept at a time — treat it as a notebook that happens to be deployed

Python · TypeScript · Next.js