Compliance is usually the hard stop before we even get to capability. We can’t send code out, and local models are too heavy to run on the restricted VDI instances we’re usually stuck with. Even when I’ve tried it on isolated sandbox code, it struggles with the strict formatting. It tends to drift past column 72 or mess up period termination in nested IFs. You end up spending more time linting the output than it takes to just type it. It’s decent for generating test data, but it doesn't know the forty years of undocumented business logic quirks that actually make the job difficult.
apaprocki|1 month ago
If there are 40 years of undocumented business quirks, document them and then re-evaluate. A human new to the codebase would fail under the same conditions.
shakna|1 month ago
Thats not just an undocumented quirk, but a fundamental part of being a punch-card ready language.
raw_anon_1111|1 month ago
akhil08agrawal|1 month ago
layer8|1 month ago
The prohibitions on other companies (LLM providers) being able to see your code also won’t be going away soon.
nevinainfotechs|1 month ago
[deleted]