The tools are already there, the change is just cost optimization. Your age, post code and your buying and traveling habits identify you anyways. I remember from “Little Brother” how they identified people with the way they were walking. Protagonist was putting some pieces of paper into his shoes.
- 2 Posts
- 584 Comments
vane@lemmy.worldto
Technology@lemmy.ml•GPT-5, the world best model just 1 year ago, is today inferior to Qwen3.6 27B that you can run on your desktop
21·1 month agoRunning model that is good at everything require huge amount of energy and huge data center. Those models are mixture of experts. Latest Kimi K3 have 896 experts. Imagine you have company with 896 employees. Each question involves 16 employees to figure out what to do in what area of your business. Like a brainstorm to solve problem. Now if you know exactly what you want and in which area you actually need only 1-5 people. Like an agile team instead of all those people that you have. So you can hire just couple Kimi K3 experts. 16 experts are 100B parameters so roughly 1 expert in frontier open source model is 6B parameters. 5 experts is 30B parameters. You can run 27B Qwen 3.6 quantized into int4 on your computer like other people are doing right now.
I posted link below to example where they fine tuned model ( take it like a employee training ) for specific task.
vane@lemmy.worldto
Technology@lemmy.ml•GPT-5, the world best model just 1 year ago, is today inferior to Qwen3.6 27B that you can run on your desktop
2·1 month agoYou can’t right now because there is no dataset available for fine tuning. I’m just saying that it’s possible to fine tune 8B-35B parameter model in int4 that will outperform those models ex. for single programming language and developer specific problems. You can read example of fine tuned 8B model here https://fermisense.com/when-machines-take-the-wheel/
vane@lemmy.worldto
Technology@lemmy.ml•GPT-5, the world best model just 1 year ago, is today inferior to Qwen3.6 27B that you can run on your desktop
11·1 month agoThose models are for general use. If you have business use case and data related to it you can finetune model for specific use that will outperform all of frontier models and run at fraction of cost.
vane@lemmy.worldto
Selfhosted@lemmy.world•Google pays $250K for Linux vulnerability allowing guest VM escapesEnglish
101·2 months agoI hate google but they still pay good money to opensource and take responsibility by organizing google summer of code.
vane@lemmy.worldto
Selfhosted@lemmy.world•Google pays $250K for Linux vulnerability allowing guest VM escapesEnglish
592·2 months agoIf it was microsoft they would ban github and gitlab account and not give cve.
vane@lemmy.worldto
Technology@lemmy.world•Apple Sues OpenAI, Accusing It of Stealing Company Secrets [🎁 nytimes gift link]English
22·2 months agoWhen you’re AI company so you can’t stop stealing.
vane@lemmy.worldto
Games@lemmy.world•Microsoft’s Xbox to Shift Obsidian Studio to New ‘Fallout’ Video GameEnglish
4·2 months agoNo if it doesn’t sell $1B let half of staff go like with ID Software. Force remaining people to use AI and work twice as much.
vane@lemmy.worldto
Technology@lemmy.world•Meta's AI Data Center Caught Infecting Town Water Supply With Deadly BacteriaEnglish
16·2 months agoTown ? So people are fine right ?
vane@lemmy.worldto
Ask Lemmy@lemmy.world•Why the focus on LLMs instead of focused ML algorithms?
4·2 months agoFirst thing is that the market is pretty young. Imagine you are now using IBM mainframe PC to run chatgpt and not even windows1.0 on your IBM pc.
There are small AI models. Small agentic capable AI models that can do tool calling. GenAI and what you described. One thing is some solutions are mathematically impossible to gain certain quality. Other thing is they’re just not owned by billionaires and not used by corporations so press don’t cover them and nobody cares except few enthusiasts and people that need such capabilities and know limitations. Press only covers what they’re paid for or what can gain some traction.
The hate on AI as you described doesn’t help AI as a science domain. It’s not really related to science but related to ineffective spending of money by billionaires.
vane@lemmy.worldto
Showerthoughts@lemmy.world•Not once in my entire life have I ever "accidentally" unsubscribed from an email list.
4·2 months agoI never subscribed to any email list. I’m automatically there.
vane@lemmy.worldto
Technology@lemmy.world•Microsoft Needs Windows Lite, No telemetry, no spying, no ads, no AI, no .NET, to retain gamers and developersEnglish
401·2 months agoMicrosoft needs to die.
vane@lemmy.worldto
Technology@lemmy.world•“This Is Unfair” American A.I. companies say Chinese competitors are copying their A.I English
18·2 months agoI still have logs from Anthropic bot not respecting robots.txt ddosing my home lab and stealing code. Where can I send them ?
vane@lemmy.worldto
Games@lemmy.world•'We Need to Change Course' — Bethesda Boss Tells Staff the Company Must Focus on 'Our Strongest Franchises' as Xbox Layoffs Hit HardEnglish
8·2 months agoThe morale must be great.
vane@lemmy.worldto
Games@lemmy.world•Killing ownership is the method, killing the secondary market is the objective.English
1·2 months agoSorry but I can’t confirm that you’re human. Place certified PlayStation controller in your mouth, grab your right ear with your left hand, wave into camera with your right hand. Press ready button when you’re ready.
Your chats history will be checked and your social credit score will be lowered accordingly.
vane@lemmy.worldto
Games@lemmy.world•Killing ownership is the method, killing the secondary market is the objective.English
2·2 months agoSorry but I must ban your PSN, XBox and Steam account because of this comment. It’s not my fault. People told me to do it. All your digital purchases are gone Sir.
Better go door to door asking about illegal AI.
vane@lemmy.worldto
Technology@lemmy.world•Number of billionaires globally soars by 13% amid AI shares boom — Billionaires’ wealth grew by 25% on average in the year ended in April, research from Swiss bank UBS findsEnglish
15·2 months agoBecause there is no alternatives to spend money. Most of businesses are either buying from or are owned by corporations. The market is regulated by handful of people who try to tell everyone that there is free market.
There is no free market.
Countries are buying from same people, small businesses are buying from same people, you are buying from same people.
Brand names are shuffled to make people confused, give people illusion of choice.
We are imprisoned slaves that work for elites whole life. There is no hope there is no bailout. They will do it because they can and nobody can stop them because they have hundreds of organizations to protect them and politics who create laws for them.



He use AI to put print statements, summarize output and describe code based on prints to narrow place of bug. This is exactly what AI is good at. Funny fact is that you don’t need data center scale model for it. You can do it with local model.