Below is the source code to my first (and only) app created using a LLM (you can read the original development thread here.) My work changed our AI stuff for COPA compliance and it no longer remembers anything past the current session. So after a month of trial and error, I've lost all the progress with the LLM agent. I have to retrain the stupid thing every time, and that takes hours every time with a bunch of trial and error because it constantly ignores my instructions and sources code outside of its set boundaries. So I've had to abandon (for now) my plans to implement a full Editor.
I guess this is good news for people worried about "Vibe Coders."
I'm also not interested in buying AI anything. I don't know if there are any free non-networked coding agents. Maybe Visual Studio will get free local AI stuff eventually, at which point maybe I can continue working on it. So if there are any major bugs in it, I can't fix it at the moment.
Since I don't know how to program, I'd be curious if the AI generated legible code.
So here's the final KNP Reader app and source code. It can read C&N files, so you can use it as a regular C&N reader. My slightly updated file format allows for some extras like color support and linking Patches (for running kracks and patches on newly installed apps.) It also has better sorting than C&N and I implemented a Find feature for those huge databases.

I'm also not interested in buying AI anything. I don't know if there are any free non-networked coding agents. Maybe Visual Studio will get free local AI stuff eventually, at which point maybe I can continue working on it. So if there are any major bugs in it, I can't fix it at the moment.
Since I don't know how to program, I'd be curious if the AI generated legible code.
So here's the final KNP Reader app and source code. It can read C&N files, so you can use it as a regular C&N reader. My slightly updated file format allows for some extras like color support and linking Patches (for running kracks and patches on newly installed apps.) It also has better sorting than C&N and I implemented a Find feature for those huge databases.



