Remix.run Logo
danlugo92 5 hours ago

We must be using different AI.

Ever since Claude Opus 4.7 it's been helping me greatly ship around 3x to 5x faster, and it's good code if I tell it to follow my existing code's structures. Otherwise you have to create .md guideline files and it works.

It's not perfect, but again, 3x to 5x (!!!)

jerkstate 5 hours ago | parent | next [-]

It’s time for people who understand how to use AI to stop trying to convince people who don’t. Let them churn their own butter, weave their own clothes, and type out their programs one character at a time. It’s what they want.

jplusequalt 4 hours ago | parent | next [-]

>It’s time for people who understand how to use AI to stop trying to convince people who don’t.

This reeks of self flattery. Using AI isn't "hard". Any experienced developer can simply pull in a skill into your harness and have it writing code at a similar level to others with the same harness.

jerkstate 12 minutes ago | parent [-]

if you think it sucks and people like Linus Torvalds, Andrej Karpathy, and Martin Fowler are saying it can be used well, it’s probably a skill issue.

archagon 3 hours ago | parent | prev [-]

Have fun! Look forward to seeing the results of your insane gains.

aeve890 5 hours ago | parent | prev [-]

> ship around 3x to 5x faster

Web apps and CRUDs, if may I ask? Or is AI helping you with something that you couldn't ever do by yourself? I have mixed results across different technologies like frontend, backend, infra and hardware.

blourvim 4 hours ago | parent | next [-]

I am a backend dev, and building a mobile app for the first time, It is a toy sized project right now and it works, would have indeed taken me 5x the time to get to that point on my own.

I know from experience that to make it a non-toy project I am probably going to need to spend some, if not most of that saved time cleaning up in the future due to technical debt.

For backend, it is mildly useful at best, helpful with boilerplate and when I know exactly what needs to be built. I have not yet firsthand experienced these 10x, 100x productivity gains.

Frontend, forms,tables and generic dashboards is pretty good, I am sure one could get it done faster and better over the long term with proper technique and methods, but I just hate css

pjc50 3 hours ago | parent [-]

AI is an extremely powerful weapon against a blank page.

It's much easier to take "well now I have an app, which after using for a bit I find it sucks in <quantifiable list of ways>" and then fix them, than it is to start from absolutely nothing.

blourvim 2 hours ago | parent [-]

Thats a big sometimes for me. I am unfamiliar with the app development process. For backend,I would rather design the whole thing from scratch rather than try to fix a broken architecture. For frontend, maybe that is true, but I haven't had the chance to build anything complex, just forms and tables.

queenkjuul 4 hours ago | parent | prev [-]

Honestly it sucks at Web apps of any meaningful complexity too. On my huge complex app at work, nothing can coax it to do an even average quality job in one pass. It hates following my project conventions even after spelling it out in MDs