-
|
I saw that it has a CLAUDE.md file, does it mean that this project is AI slop or contains a fair amount of AI slop? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Absolutely NOT. Tilck was created in 2016 and there is a full history in the commits. You can see every mistake, from the early experiments to what's today. However, the tech world is moving fast and I can, on average, spend only a few hours per week on this project, and not every week. There is a ton of boring stuff that Claude Code can help me with, as it can dig into the code and do quite some advanced dependency analysis, in particular for things like CMake and the toolchain package manager. So, since commit 175b68f (April 2026), I started using very carefully Claude to get some help and move faster to accomplish at least some boring things like CMake code refactoring. I control and review Claude's code at every step and intervene every time I don't like something. That way, the project could continue to grow, at least from the infrastructure point of view, despite me having very little time for it. I'd rather do that than taking months to find the time and energy to do some unpleasant work like making the build to work on a new platform like Darwin. I think we should all be very careful with AI tools and avoid "vibe coding" 10k lines of code per day, because that will generate a lot of tech debt and we'll completely loose track of how all of that code really works. But, on the other side, with the understanding that:
I believe it makes sense to embrace the new technology and benefit from it. |
Beta Was this translation helpful? Give feedback.
Absolutely NOT. Tilck was created in 2016 and there is a full history in the commits. You can see every mistake, from the early experiments to what's today. However, the tech world is moving fast and I can, on average, spend only a few hours per week on this project, and not every week. There is a ton of boring stuff that Claude Code can help me with, as it can dig into the code and do quite some advanced dependency analysis, in particular for things like CMake and the toolchain package manager. So, since commit 175b68f (April 2026), I started using very carefully Claude to get some help and move faster to accomplish at least some boring things like CMake code refactoring. I control and r…