|
|
|
|
|
by keyle
159 days ago
|
|
It's fine for a Django app that doesn't innovate and just follows the same patterns for the 100 solved problems that it solves. The line becomes a lot blurrier when you work on non trivial issues. A Django app is not particularly hard software, it's hardly software but a conduit from database to screens and vice-versa; which is basic software since the days of terminals. I'm not judging your job, if you get paid well for doing that, all power to you. I had a well paying Laravel job at some point. What I'm raising though is the fact that AI is not that useful for applications that aren't solving what has been solved 100 times before. Maybe it will be, some day, reasoning that well that it will anticipate and solve problems that don't exist yet. But it will always be an inference on current problems solved. Glad to hear you're enjoying it, personally, I enjoy solving problems, not the end result as much. |
|
Also, almost all problems are composite problems where each part is either prior art or in itself somewhat trivial. If you can onboard the LLM onto the problem domain and help it decompose then it can tackle a whole lot more than what it has seen during pre- and post-training.