Remix.run Logo
oblio 3 days ago

You'd be surprised what you can do with Claude Code. Pick any mature programming language, including niche ones like Ada and treat the project seriously. Write detailed agent files, features spec files, start from the bottom with CI/CD and set up a test suite, coding guidelines, static analysis. Be careful to create a consistent architecture and code base early.

You'll get a lot further and faster than you'd expect.

Things will probably plateau as you master the new tech, but it's possible you'll not write a ton of code manually along the way.

Oh, your general software development experience should help with debugging the weird corner cases.

I imagine it's really hard to do this with 0 software dev experience, for example. Yeah, you'll build some simple things but you'll need and entire tech education to put anything complex in prod.

rhubarbtree a day ago | parent | next [-]

Challenge accepted. I’m expert in Ada 95, I will see how it does.

nunobrito 2 days ago | parent | prev [-]

That is correct. I'm able to steer the project and find many of the issues because of experience. Also, it is indeed a new tool so is necessary to change our own mentality about the way how code is created (generated). In overall it is fantastic despite the occasional frustration when the computer hangs (too many compilers at the same time) or when AI gets lazy and tries to avoid implementing what it was asked.