FIG. 02 · ARGUS
argus hands operators the fix 12 minutes before traffic jams up.
a city-operations decision system, running on one nvidia dgx spark. it ingests ~780 live traffic camera feeds, counts vehicles on-device with yolo11x, and fuses that with live disruption data through rapids. nemotron flags a congestion cascade about 12 minutes before the official feed does, recommends an intervention, then waits: a human operator approves it, the bus route reroutes on the map, and the system verifies the outcome and remembers the whole shift. detect, recommend, approve, act, recall. 128gb of unified memory holds the 70b model and the live camera buffer at once, so every frame of cctv stays on the box.
i built the entire ui, the human-in-the-loop decision flow, and the elevenlabs voice agent with the session-memory layer that took 1st in the elevenlabs challenge at nvidia hack for impact, london.
- ID
- ARG-001
- STACK
- dgx spark (gb10) · nemotron 70b · rapids · yolo11x · elevenlabs · chroma rag · leaflet
- TEAM
- with alex pivovarov · jeffrey chang
- AWARD
- 1st · elevenlabs challenge · nvidia hack for impact
- STATUS
- shipped · all-local inference
- DATE
- jun 2026
FIG. 05 · CONCORDIA
concordia runs live multi-agent minecraft inside the browser.
a live multi-agent minecraft simulation running in node. flying-squid hosts the world, mineflayer drives the bots, claude plans the moves, prismarine-viewer streams the view. browserpod handles the in-browser handoff so visitors can drop in, override what the agents are doing, and watch them argue about it. £250 prize at the AI in the box hackathon.
- ID
- CON-001
- STACK
- node · flying-squid · mineflayer · prismarine-viewer · claude · browserpod (handoff)
- TEAM
- solo
- STATUS
- shipped · ai in the box (£250 prize)
- DATE
- may 2026
FIG. 06 · PYARMOR
i cracked a commercial code-protector at fifteen.
a windows app shipped its python locked behind pyarmor, a commercial obfuscator. i unpacked the pyinstaller binary, then beat the pyarmor layer. patched cpython's marshal loader to dump every deobfuscated module the moment it loaded, then decompiled the bytecode back to source, recovering the full original code. someone paid me to write up how.
METHODpyinstxtractor · patched marshal.c · uncompyle6 / pycdc
STACKcpython internals · c · reverse engineering
STATUSpaid disclosure · kept private · age 15
DUMP-AUDIT
~/re/login
$ ./python_patched bytecodeShifter.py Login.pyc
[+] hooked marshal.loads on patched cpython 3.8
[+] dumped 47 deobfuscated modules → ./dump
[+] decompiled → original source recovered (100%)
▋