logoalt Hacker News

Philip-J-Fryyesterday at 12:49 PM2 repliesview on HN

What is this app and what does it do? Can we see it?

I find it very hard to believe anyone could code anything complicated with Claude that 5-6 competent developers could do.

I am currently working on a relatively complicated UI on an internal tool and Claude constantly just breaks it. I tried asking it to build it step by step, adding each functionality I need piece by piece. But the code it eventually got was complete garbage. Each new feature it added would break an existing one. It was averse to refactoring the code to make it easier to add future features. I tried to point it in the right direction and it still failed.

It got to the point where I took a copy of the code, cut it back to basics and just wrote it myself. I basically halved the amount of code it wrote, added a couple of extra features and it was human readable. And if I started with this, it would have took less time!


Replies

tqwhiteyesterday at 2:22 PM

I had trouble in my early days with the quality of things I made.

One of the things I found helped a lot is building on top of a well-structured stack. Make yourself a scaffold. Make sure it is exactly how you like your code structured, etc. Work with Claude to document the things you like about it (I call mine polyArch2.md).

The scaffold will serve as a seed crystal. The document will serve as a contract. You will get much better results.

KellyCriterionyesterday at 1:16 PM

Its a financial asset management system, and its for proprietary use only. Maybe Im doing some YT insights in the future.

> I find it very hard to believe anyone could code anything complicated with Claude that 5-6 competent developers could do. <

I should have put a disclaimer - Im not layman, instead 25y+ IT experience. Without my prior experience, I think this project wouldnt have come into existence.