Tadiwa Mandava.Computer Engineering @ OU

Lab

These run in your browser, on code I wrote. Nothing is happening on a server off-screen.

  • An HNSW graph I wrote in Rust, searching this site in your tab. Recall is measured live against a brute-force scan, including the part where the graph loses.

    Open the demo

  • SmolLM2-135M answering at about 25 tokens a second, on a forward pass I wrote in C++. No framework, no BLAS, no server.

    Open the demo

  • Step through a RISC-V core

    Planned

    The RV32I core from my hardware track, single-stepped in the browser. Watch forwarding and load-use stalls resolve cycle by cycle.