▲ | SteveJS 4 hours ago | |||||||
I think this is true -- especially for new code. I did this not knowing any rust: https://github.com/KnowSeams/KnowSeams and rust felt like a very easy to use a scripting language. | ||||||||
▲ | NitpickLawyer 25 minutes ago | parent | next [-] | |||||||
Really cool stuff, I appreciate you sharing this. Although, to be fair this is far from vibecoding. Your setup, at a glance, says a lot about how you use the tools, and it's clear you care about the end result a lot. You have a PRD file, your tasks are logged, each task defines both why's and how's, your first tasks are about env setup, quality of dev flow, exploration and so on. (as a nice tidbit, the model(s) seem to have caught on to this, and I see some "WHY:" as inline comments throughout the code, with references to the PRD. This feels nice) It's a really cool example of "HOW" one should approach LLM-assisted coding, and shows that methods and means matter more than your knowledge in langx or langy. You seem to have used systems meant to help you in both speed of dev and ease of testing that what you got is what you need. Kudos! I might start using your repo as a good example of good LLM-assisted dev flows. | ||||||||
▲ | xwolfi 3 hours ago | parent | prev [-] | |||||||
That seems a little bit dangerous, why not do it in a language you know ? Plus, this is not launching rockets on the moon, it's a sentence splitter with a fancy state machine (probably very useful in your niche, not a critique) - the difficulty was for you to put the effort to build a complicated state machine, the rest was frankly... not very LLM-needing and now you can't maintain your own stuff without Nvidia burning uranium. Did the LLM help at all in designing the core, the state machine itself ? | ||||||||
|