Ah, you're alright mate. Like I said, I got the same guff when I posted my first project here, and it sucked. I wanted to offer my advice because I think it's brilliant that AI is opening up development to a whole new raft of people, and I'm excited to see more people building neat little software projects that fill their needs - we get to watch peoples' journeys unfold through repo commits. It's like watching someone's first Dark Souls playthrough.
I have another bit of feedback which I hope might be helpful: Everyone is building an encrypted messaging app these days. Do something new, and use your carpentry experience to inform what that something is. You have a wealth of knowledge and this thing is an incredible tool for augmenting that, see if you can solve an old hard problem with it!
See, now I want to help again 😂 What tools are you using and do you have any harnesses set up and what's your system prompt like? The beautiful thing about agents is that you can just point them at repos and have them cherrypick the useful bits. Here's a few that you may find useful:
- https://github.com/obra/superpowers
- https://github.com/DietrichGebert/ponytail
- https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f (strong recommend for organisation and human readability, also reduces token use handily)
- https://github.com/obelisk-complex/hermes-agent (this is my fork of Hermes that adds an
on_outputhook, but it includes my custom self-checking harness that I built for myself as well) - https://github.com/obelisk-complex/claude-agents (My Claude Code agents, also good for cherrypicking generally but especially the QA agents)