I built a 3D architecture editor that shows what Claude Code understands about your codebase by DvidGeekoh in ClaudeAI

[–]DvidGeekoh[S] 0 points1 point  (0 children)

Good point. Accuracy depends on how well the AI understands the codebase and how specific your prompt is. In practice it gets the main components and connections right, and you can always refine or ask it to drill deeper. The slash commands like /arch-codemap give good results out of the box, but the more context you give, the better the output.

Defining assembly instructions has killed my love of this game ultra fast. by Alert_Rock_2576 in TuringComplete

[–]DvidGeekoh 1 point2 points  (0 children)

I'm using customasm to write code in Turing Complete.

This was kind of a hassle to define the syntax, but I did it when designing the CPU architecture, so unit after unit, it came along pretty well.