this post was submitted on 13 Jul 2026
55 points (98.2% liked)
Programmer Humor
32470 readers
488 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I never have ai connect to my code, even the one corporate runs. I'll use it for rubber duck debugging but don't trust it to have direct access.
well, have luck while the corpo LLM is fucking you over. I hope your project survives without bein inhaled by the big LLMS,
Yeah, they are still using other companies models but it's self hosted on our own hardware. I treat it as a Google search most of the time better but sometimes it gives me a GitHub link that never existed or a command option that exists for a different cli tool but not the one I'm using.
Do just greenfield projects. Add no secrets. Only use publicly available data.
Should mostly be fine as long as you're going to publish the code anyway.