zlacker

[return to "My AI skeptic friends are all nuts"]
1. Fredki+2r1[view] [source] 2025-06-03 10:58:07
>>tablet+(OP)
My main concern is not even mentioned in this article and there are hardly any comments here addressing it: Privacy / allowing 3rd parties to read and potentially train on your proprietary source code.

I've used LLMs to crank out code for tedious things (like generating C-APIs and calling into poorly documented libraries) but I'm not letting them touch my code until I can run it 100% locally offline. Would love to use the agentic stuff but from what I've heard it's still too slow to run on a high end workstation with a single 4080.

Or have things got better lately, and crucially is there good VisualStudio integration for running local agents / LLMs?

◧◩
2. dabock+2J2[view] [source] 2025-06-03 19:13:46
>>Fredki+2r1
> but I'm not letting them touch my code until I can run it 100% locally offline

You can do this already with Ollama, RooCode, and a Docker compatible container engine.

[go to top]