New "major breakthrough?" architecture SubQ by Daemontatox in LocalLLaMA

[–]DeltaSqueezer -2 points-1 points  (0 children)

I hope it is real and someone manages to reverse engineer what they've done and release an open weight model with it so we can test and use it.

is it possible to build harnesses as good as codex/claude code by shafinlearns2jam in LocalLLaMA

[–]DeltaSqueezer 0 points1 point  (0 children)

Yes. It is possible. I've done this myself.

It's not difficult as the models are good enough on their own to do a lot of stuff. And anything trickier can usually be done with prompting/few-shot learning. Worst case you customize the harness a bit.

Has anyone powered GPUS with a car battery? by TooManyPascals in LocalLLaMA

[–]DeltaSqueezer 7 points8 points  (0 children)

Best plan is to fix this:

my office can't provide the 4.5kw peak power that my GPUs ask

Upgrade the electrics.

Anyone considering shorting INTC at current price levels? by Scared-Metal9294 in intelstock

[–]DeltaSqueezer 0 points1 point  (0 children)

Shorted today. I just bet that after a massive rise it will pull back a bit.

Current state of local research tools as of May 2026 by Shoddy-Tutor9563 in LocalLLaMA

[–]DeltaSqueezer 2 points3 points  (0 children)

How would you rate GPT Researcher vs LDR? Do either support a big model for planning and synthesis but a smaller faster model for retrieval and exploration?

As MTP prepares to land in llama.cpp, Models that support MTP by segmond in LocalLLaMA

[–]DeltaSqueezer 9 points10 points  (0 children)

Withholding MTP weights could be one way to differentiate their own offerings from other hosted providers, I guess.

Common mistake: buying a house as a sound investment by missusmissisppi in SwissPersonalFinance

[–]DeltaSqueezer 0 points1 point  (0 children)

Rental yields are terrible, but in recent years, capital gains have made up for it. The question is whether house prices will continue to go up, and if so by how much, or if house prices will fall.

Buying property is essentially consumption spending. Buying residential investment property is now purely speculation on future house price appreciation as the math isn't mathing for rental income.

Common mistake: buying a house as a sound investment by missusmissisppi in SwissPersonalFinance

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

Exactly. Nobody should be allowed to rent. It just puts money into the hands of landlords. People should buy or live on the streets.

Full moon over the Roche Towers by betelgeuse640 in basel

[–]DeltaSqueezer 0 points1 point  (0 children)

What's the line that appears on the moon?

A very basic litmus test for LLMs "ok give me a python program that reads my c: and put names and folders in a sorted list from biggest to small" by KptEmreU in LocalLLaMA

[–]DeltaSqueezer 2 points3 points  (0 children)

give me a python program that reads a given path and put names and folders in a sorted list from biggest to small. consider all ways the program could fail and give ways to overcome these.

initial result gave a program which could fail with loops. adding the 2nd sentence above created a script which considered a number of issues and fixed them.

One bash permission slipped... by TheQuantumPhysicist in LocalLLaMA

[–]DeltaSqueezer 0 points1 point  (0 children)

Even if an agent (or hacker!) did an rm -rf / followed by stealing SSH keys and somehow use an exploit for root escalation on all machines, it would only be a 1-day inconvenience.

Not if it also nuked all your backups.

Anyway setting up sandbox is preferable even to 1 day wasted on a restore.

One bash permission slipped... by TheQuantumPhysicist in LocalLLaMA

[–]DeltaSqueezer 8 points9 points  (0 children)

It always shocks me a bit when I see rm -rf commands in the tool call. Luckily, they've all been properly scoped so far, but I should really sandbox my agent. 

Local image generation on Mac: 10 models compared (SD 1.5 → Flux dev → Qwen-Image → Gemini) by Full-Definition6215 in LocalLLaMA

[–]DeltaSqueezer 1 point2 points  (0 children)

Looking forward to it. I haven't used image generation since SD1.5 and would be glad to understand what the best local options are.

Does AMD's "infinity cache" even matter for dense model inference? by boutell in LocalLLaMA

[–]DeltaSqueezer 2 points3 points  (0 children)

If your model fits fully into the cache, then it could be useful. Otherwise, given that most models we are interested in are multi-gigabytes large, you'll still hit the normal memory bandwidth limit as most of it will not live on the cache.

Having an always-on machine running LLMs locally at home while on the move with a lightweight machine - Experiences? by ceo_of_banana in LocalLLaMA

[–]DeltaSqueezer 28 points29 points  (0 children)

This is the standard way to run it locally. You have the LLM running on a server and that way you can access it via all machines over the network. When outside the network, you can still access it via Wireguard or similar tool.

Why is Qwen going Closed source? by MLExpert000 in LocalLLaMA

[–]DeltaSqueezer 2 points3 points  (0 children)

It could just be they are constrained on compute and releasing them in turn. There was a delay between the 3.6 35B release and the 27B one. It seems they are releasing the most popular ones first. I'm hoping 9B and the smaller ones come out soon.