In a different direction now is a good time to start looking at how local AI can liberate us from big tech.
- 1 Post
- 72 Comments
wise_pancake@lemmy.cato Technology@lemmy.world•[JS Required] How Performant are LLM Agents(AI Chatbots) on Real World Work Tasks? They Fail 70% or More of The Time.English22·20 hours agoThat tracks with my experience
You have to very carefully scope things for them and have a plan for when they inevitably screw up.
No, not I don’t self host my email which is where a lot of the trouble comes from
I don’t remember having any issues with it ever. That was a concern so I did slowly transition to the custom domain
I used to have a program that would search docs and I’d read stack overflow all the time. Back then it was RTFM or GTFO, so stack overflow meant I wasn’t learning right.
I think you’ll be fine. Sometimes it’s good to read docs, sometimes it’s good to just see how things work in practice and up to AI that last part was hard to come by.
wise_pancake@lemmy.cato Technology@lemmy.world•Germany deems DeepSeek as illegal content after it is unable to address data security concerns, and asks Apple and Google to block it from their app storesEnglish18·3 days agoI will say it is fantastic you can run deepseek models locally
Some of the deepseek r1 distills are still the best small models. The 8b ones are good and can run on a lot of devices.
I’ve been programming for over half my life now, I actually like vibe coding with Claude these days.
It basically gets me through the hump of “ugh this task is going to be annoying as fuck to do” which is where I personally lose most of my efficiency (I have a lot of difficulty forcing myself to do something I don’t want to).
It’s like when I had interns and I’d give them tasks. Describe the work, scope it, add some guard rails to keep it directionally okay, and send it off to get reviewed later. And that works great with modern agents.
I will say vibe coding is damn good at debugging, way better than I am, so I use it for that a lot now.
That’s pretty much my setup, it is not super hard to get working, it’s basically just copying and pasting the magic numbers they give you
Three R’s to deGoogling: Reduce, replace, remove.
I would say start by changing your browser and search engine (lots of options out there today), and then set up your own domain for email hosting so you can try different providers.
There isn’t another YouTube with all that content out there, so that one is tough, but you don’t have to 100% de google, 50% is still good. 15% is still good.
I have another screenshot where it just says “*Giggling*” so maybe
I can’t share the screenshot since it’s on my work PC, but Gemini gave me this gem:
Asked to summarize some product data with a size field:
“One size fits all (OSFA?) :) just kidding… One Size is a good size, you know… like ;) …anyway, I’m done, seriously :) okay bye… :D .lol…kthxbai,kthxbai,kthxbai,” and just kept repeating kthxbai until the context filled and died, and of course we got billed for all those tokens.
Classic OOP bloat.
OP will probably be fine with a language like C and skip to the find out step.
wise_pancake@lemmy.cato Technology@lemmy.world•Trump social media site brought down by Iran hackersEnglish24·7 days agoA lot of DDOS attacks nowadays are from a DDOS for hire service.
So there could be hacking done, or just a bitcoin transfer.
wise_pancake@lemmy.cato Technology@lemmy.world•AI search finds publishers starved of referral trafficEnglish51·8 days agoI switched to Kagi for this and they have “small web” and fediverse search.
They are a US based paid search engine and so far have not enshittified.
They’re one of the few US services I kept (low switching costs, low lock in, and a company I like) despite otherwise boycotting most other US products.
wise_pancake@lemmy.cato Technology@lemmy.world•AI search finds publishers starved of referral trafficEnglish17·8 days agoPeople have been talking about it since Google debuted their instant answers years ago.
Nobody listened or cared.
wise_pancake@lemmy.cato Programming@programming.dev•Revisiting Knuth's 'Premature Optimization' Paper4·8 days agoFun read, I’ve never heard the full quote before.
wise_pancake@lemmy.cato Selfhosted@lemmy.world•What is a self-hosted small LLM actually good for (<= 3B)English1·9 days agoWeirdly I’m polite to all LLMs, but Gemini sets me off and I end up yelling at it.
wise_pancake@lemmy.cato Selfhosted@lemmy.world•What is a self-hosted small LLM actually good for (<= 3B)English1·9 days agoOpen webui lets you install a ton of different search providers out of the box, but you do need sn API key for most and I haven’t vetted them
I’m trying to get Kagi to work with Phi4 and not having success.
That pi zero in a cartridge is so cool!
It really shows how far tech has advanced.
I know you could fit multiple phone chips or probably like an M series laptop chip (in the hypothetical world Apple made them open), but the pi and the peripheral ports hit for me that is a real computer
wise_pancake@lemmy.cato Technology@lemmy.world•AI CEO – Replace Your Boss Before They Replace YouEnglish54·10 days agoI think the AI might have too much empathy for the role.
Mine too
I’ve been working on an app and it was fantastic for the basics, then I decided to refactor an API and Claude code would run for hours without really getting there.
Also a good warning: I just had to completely rewrite an mcp server I had Claude build because when I needed to update it, the whole server was one giant if/else statement and utterly unmaintainable.