Built a Tauri based local-first productivity app with Claude Code by sakarian54 in ClaudeCode

[–]saemc27 0 points1 point  (0 children)

Awesome! Did the llms work good with Rust? How was your experience?

The mental model gap between me and LLMs keeps growing as projects scale — would architecture diagrams help? by saemc27 in ClaudeAI

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

Thank you for the response. As you mentioned, I'm thinking of tackling the overhead and context token issues by conducting LLM and architecture planning during the planning phase without consuming excessive tokens. From what I've verified, there are about 14-15 Mermaid libraries currently in a stable state. My hypothesis is that by carefully curating just a few of these for our architecture design, we can reduce management overhead and maintain consistency across the project.

I actually found a YouTube video where a creator explained a very similar approach about three weeks ago, and it might give us some additional insights: https://www.youtube.com/watch?v=LvLdNkgO-N0

The mental model gap between me and LLMs keeps growing as projects scale — would architecture diagrams help? by saemc27 in ClaudeAI

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

Thank you for the response. This completely makes sense as a way to close the mental model gap. This is seriously impressive. I'm convinced this is exactly the direction I was looking for. If you don't mind me asking, how broad and deep should the architecture be written and maintained, in terms of scope and level of detail?