Hacker News new | ask | show | jobs
by BobbyJo 43 days ago
You're either using it wrong, or work somewhere that sucks. I'm having a ton of fun coding with AI.

I feel like I am learning a whole new branch of the programming skill tree. LLMs and their harnesses are like a mew set of constraints to work around when designing systems, but if you get them right you can build bigger, better things than ever before.

I say all of this as someone who spent the last two days rebuilding RBAC for my application after Claude royally messed it up.

1 comments

What's an example of "bigger and better" and what projects did you have before?
I attempted to build a K8s based image catalog and management system a few years ago, and progress was very slow. Took 2 months to get the first vaporware demo put together.

This year I'm building and IoT data management platform and I've already built two demos of the product and am adding a bunch of features for a third. Nothing is vaporware about it. All in about 4 months.

The big wins have been system config, debugging, and exploration. I was able to build an Arrow Flight SQL backend to use as an interface and try it out with some use cases, decide it wasn't going to work, and replace it with something else, all in about two weeks. Would have taken far longer before, if I would have been able to do it at all. I knew nothing about Flight SQL before trying it out.