Hacker News new | ask | show | jobs
by raxxorraxor 813 days ago
I do use a local LLM for coding support. There are limitations, but it can do some scaffolding tests and templating or provide additional documentation beyond the usual function reference. I rarely let it implement or autocomplete my code.

Granted, this is most helpful in common languages and common environments. In more exotic environments (i.e. custom industrial hardware interfaces) the AI usually is of limited help.

For writing an offer, an AI can probably help. It will absolutely ruin your day if it has to do basic calculations if these type of queries isn't forwarded to a another specialized AI that isn't an LLM. It does often find fitting headers for your data visualizations though.