Remix.run Logo
ttoinou 3 days ago

Sooo the LLM codes just like me ?

westurner 3 days ago | parent [-]

No; it doesn't care when it gives you incomplete garbage.

You have to tell it to validate its own work by adding to, refactoring, and running the tests before it replies.

Most junior developers do care and would never dump partial solutions on a prompter as though they're sufficient like LLMs.

Every time I remember to get `make test-coverage` working and have myself or the LLM focus on lines that aren't covered by tests.

Junior or Senior, an employee wouldn't turn in such incomplete, not compiling assignments that % of the time; even given inadequate prompts as specifications.

ttoinou 3 days ago | parent [-]

If you’re hiring someone remotely without any trust you could absolutely get random garbage that pretend to be real work from a human.

A human software developer doesn't code in the void, he interacts with others.

The same when you have an AI coder, you interact with it. It's not fire and forget.