As I develop @thoughttonote using #llms, I repeatedly face a issue regarding debugging:
You can write a component or a function giving appropriate prompt. When you want to add a feature, then it is an issue. I face the same issue while debugging too.
As an example, using #claudeai , I developed a #preactjs component that records audio on the browser. It works well. Now I want to display a timer as it records.
I have the option to recreate the entire component or I have to upload the earlier code into Claude and ask it to add that particular feature.
So far, I have chosen the 1st option - recreate.
May be the way we develop software will change as llms are integrated into development process (much like how google and stackoverflow changed it).
#devnote