Announcement
The project I'm releasing today arose from a personal need. I got tired of searching for config file snippets for the Vibe coding tools I use and the technologies that need fine-tuning. This is how my project called "Settings" came about (yes, I think the name is very creative and original). It's completely free and contains plenty of config interfaces.
If you'd like to try it, the link is below 👇
Context
I started the Vibe Coding Challenge. I plan to release a new product every day, and today is my 15th day. You can visit my website (labdays.io) to learn about the process.
Notes from the 15th Day of the Challenge
Andrej Karpaty's microGPT project is inspiring. Actually, massive projects can be micro-sized if desired, just like AI models are distilled and made as small as possible. In short, distillation is all you need.
Claude Code continues to struggle with large files. Every time, it reads a 200-line section and summarizes it for itself. While breaking files into smaller parts increases complexity for humans, it's more beneficial for AI because it sees the big picture as a map and doesn't experience the lost-in-the-middle syndrome.
Claude Code constantly asks for permissions, which annoyed me, so I looked for a setting that would give Claude Code all the permissions. Then the idea for this project came to me, and I brought it to life. The beauty of the interface and structure made me want to improve this site a little more, and I built a settings generator tool with a UI using the current documentation of nearly 50 popular tools.
It has become one of the few projects I've done so far that I am proud of and believe will be useful. Now it's time to go to bed. It's been 15 days, wow!