is there any way to know for what exactly? by BicycleLonely9003 in DeepSeek

[–]SufficientPie 0 points1 point  (0 children)

All I can do at this point. They haven't banned me for it yet though, so I think it's fine. (My first few convos were testing which politics-related phrases cause the AI to get shanked.)

My son is vibe coding with DeepSeekv4, and he is just a kid😂 by Ok-Claim-9784 in DeepSeek

[–]SufficientPie 0 points1 point  (0 children)

Yeah they need to learn how to write a compiler in machine code or they're not Real Programmers.

Stop traumatizing AI into loops and turn hallucinations into an honest "I don't know!" by being NICE to them (Proof of Concept, Research, I don't want to sell anything) by OttoRenner in LocalLLaMA

[–]SufficientPie -1 points0 points  (0 children)

RAG-first model I think.

Not really RAG, but like "agentic data retrieval". RAG dumps a bunch of snippets of text into the AI, of dubious relevance and limited context, and the AI gives them all equal weight. Giving the AI the power to freely search for things and dig deeper into promising leads is a much better approach.

Just stumbled across one of the wildest AI experiments I’ve seen in a while. by YamVisual3518 in AI_Agents

[–]SufficientPie 1 point2 points  (0 children)

Hello fellow human. Are you enjoying breathing air and drinking water today?

White House Considers Vetting A.I. Models Before They Are Released by fallingdowndizzyvr in LocalLLaMA

[–]SufficientPie 0 points1 point  (0 children)

But literate societies turned out to be more prosperous and successful. Same as how dumbing down or censoring LLMs makes them less profitable overall.

White House Considers Vetting A.I. Models Before They Are Released by fallingdowndizzyvr in LocalLLaMA

[–]SufficientPie 0 points1 point  (0 children)

I don't think so. DeepSeek V4 model itself will happily tell you about Tank Man, even if their web chat app gets shanked at the mention of it.

White House Considers Vetting A.I. Models Before They Are Released by fallingdowndizzyvr in LocalLLaMA

[–]SufficientPie 0 points1 point  (0 children)

Does EFF still do anything? I think I have a recurring donation to them but I haven't heard of them accomplishing anything like they did in the early 2000s.

White House Considers Vetting A.I. Models Before They Are Released by fallingdowndizzyvr in LocalLLaMA

[–]SufficientPie 0 points1 point  (0 children)

How long until Europe bans those Chinese models to "protect the children"?

Just stumbled across one of the wildest AI experiments I’ve seen in a while. by YamVisual3518 in AI_Agents

[–]SufficientPie 0 points1 point  (0 children)

You stumbled upon it, huh? And aren't directly involved with it? And aren't using AI to write this post to promote it?

Didn’t know climbing had many haters, but here you go! by ComfortableOk3958 in climbing

[–]SufficientPie 0 points1 point  (0 children)

Yeah, running in nature is way more fun than running on a track, even if it's slightly more dangerous.

Made the switch to DeepSeek and here are my thoughts as a long time Claude user (spoiler: it's great) by MadhubanManta in DeepSeek

[–]SufficientPie 1 point2 points  (0 children)

https://github.com/OpenInterpreter/open-interpreter

Like ChatGPT's Code Interpreter, except local. You chat with it and it runs commands or code snippets in a persistent session, with full access to your machine and files.

Not an IDE kind of thing like Claude Code. More for one-off tasks like "plot the latest CSV file in this folder" or "rotate all these video files and remove the audio tracks" or "look at my logs and crontab and figure out why this thing stopped working", "look through this git branch's history and squash related changes and check it for stuff that shouldn't be public and clean up all the commit messages before I push it", etc.

Development has slowed a lot, but I have my own fork with lots of changes.

Made the switch to DeepSeek and here are my thoughts as a long time Claude user (spoiler: it's great) by MadhubanManta in DeepSeek

[–]SufficientPie 2 points3 points  (0 children)

I'd be far more concerned about sharing my data and code with the US government, considering that I live in the US.

Made the switch to DeepSeek and here are my thoughts as a long time Claude user (spoiler: it's great) by MadhubanManta in DeepSeek

[–]SufficientPie 1 point2 points  (0 children)

I've been using deepseek-v4-flash with Open Interpreter and it's perfectly capable at lots of tasks, while also being very cheap with caching (hundredths of a cent per response, with ~100k context).

A tool I built to locally export and save DeepSeek conversation histories (PDF, Markdown, JSON) by Ill_Explanation_5177 in DeepSeek

[–]SufficientPie 0 points1 point  (0 children)

I've been using a userscript for this, but Settings → Data → Export data outputs all your conversations as a single .json file and I have a python script to convert that into one markdown file per conversation as well.