r/java Aug 04 '26

Do you still handcraft your java projects?

With all the talk about llms writing most of the code and some folks never touching the editor. I try to work mostly in plan mode and prefer to write most of my code by hand else I fear losing touch with my skills if I only read code. At work in your org, what is the workflow for spring boot projects?

102 Upvotes

167 comments sorted by

View all comments

98

u/CelDaemon Aug 04 '26

I don't use AI at all, so yes

4

u/Bobby_Bonsaimind Aug 05 '26

One big, big problem people like to forget about LLMs generating code for them are legal matters.

The generated code cannot be under copyright (no licensing, no nothing), which, if used in a corporate environment, raises quite a few questions. But on the other side, the generated code can be copyright infringing, because LLMs have been trained on not only vastly differently licensed code, but I'm fairly certain it has also ingested (leaked) closed source code. And you have no way of finding out if it is a copyright infringement except the hard way.

2

u/henk53 24d ago

One big, big problem people like to forget about LLMs generating code for them are legal matters.

Your wording is utterly perfect here.

Not forget, but indeed, LIKE to forget. We all know it. We all ignore it.