Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Small Programming Tricks(will-keleher.com ↗)
    39comments
  2. Code Is Crap(googleblog.com ↗)
    29comments
  3. Claude Cowork and chat are now one Claude(claude.com ↗)
    discuss
  4. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    24comments
  5. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    118comments
  6. Introducing System One Models and Jev(typesafe.ai ↗)
    459comments
  7. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    221comments
  8. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    25comments
  9. Measuring Gauss-Seidel loop-carried dependency and fixing it via loop unrolling(loiseaujc.github.io ↗)
    discuss
  10. How Big Are Factorials?(thegreenplace.net ↗)
    13comments
  11. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    119comments
  12. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    272comments
  13. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
    5comments
  14. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
    46comments
  15. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  16. Salesforce Global Outage(salesforce.com ↗)
    127comments
  17. An update on Wayback Machine access(blog.archive.org ↗)
    340comments
  18. Anatomy of a Texture(agentlien.github.io ↗)
    4comments
  19. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    21comments
  20. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    240comments
  21. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    187comments
  22. Doing Everyone Else's Job(yosefk.com ↗)
    80comments
  23. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    314comments
  24. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    480comments
  25. OpenAI expands ChatGPT ads with Sponsored Agents(openai.com ↗)
    114comments
  26. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
    33comments
  27. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    41comments
  28. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    44comments
  29. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    100comments
  30. Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA(nand2mario.github.io ↗)
    51comments

DeepSeek v4.1 Flash Is Now Our Best Hacking Model

101 pointsby 4h agoenclave.ai
33 comments
1h agoHN ↗

Apparently they updated it perhaps based on your comment?

. The accepted runs cost $4.65. Failed attempts and replacement runs increased the complete cost to $5.14.

1h agoHN ↗

Oh - I see that now. It's possible I missed it originally - I did read the article but I was skimming quickly. Mea culpa, if so.

1h agoHN ↗

You can have 100 runs for the price of the Claude Max plan?

1h agoHN ↗

I find this - or perhaps the title - a bit surprising.

I've benchmarked GLM 5.3 and DSv4.1-F on my fully-annotated decomp of the Nintendo 3DS's kernel, which I have a good mental understanding of, tasking them to find vulns and other bugs (in Max mode w/ subagents). GLM 5.3 founds almost all the vulns in 30min for $22, while DS only found one vuln for $2 in 40min.

Perhaps DS works better where targets have low-hanging fruits than can be found fast?

1h agoHN ↗

In your example, couldn't you parallelize DS's work more ? You could have 11 times as many agents for the same price.

1h agoHN ↗

DS has perf issues if you parallelize it heavily (24+), especially when the context window is above the limit, on a single machine (with custom llm gateway): it fails 4x more often, and is 2x slower than gpt-5.6.

58m agoHN ↗

Both DS and GLM had the same numbers of subagents, 5 or so.

But, well, number of subagents doesn't make a difference if model is dumb (GPT 5.4 High, in May,in Chat mode outperformed what I see with DS4.1-F).

That being said, pricing model makes a huge difference for "find at least one" tasks: with API/PAYG if you have a chance to save 90%, you go for it, whereas with subscriptions it is optimal to burn all your remaining allowance right before reset

1h agoHN ↗

Makes sense, GLM is a lot better than DS v4.1, I found the same results in other domains.

Given how fast and cheap DS is, it's just an ideal model with enough "IQ" to let it loose. Another thing they left out of the article, DS becomes really good with if provide custom tools for the task, on it's own it's mediocre.

1h agoHN ↗

How does GLM 5.3 Flash rank against it's big brother and the latest Deepseek?

15m agoHN ↗

Both these models are not bad but you can not trust them to make good decisions. I meant GLM 5.1/5.2/5.3 in the previous answer, not the flash version

1h agoHN ↗

I think it really depends on what the data DS was fine tuned on. If your use case is very specific, it wouldn’t have distilled that knowledge well.

1h agoHN ↗

What I find surprising is that DS Flash can do it at all.

I love DS flash, it is an amazing workhorse to implement plans created by more robust models (such as GLM). But a more fair comparison would be of DS Flash with GLM Flash.

1h agoHN ↗

Thing is that GLM 5.3 is many multiples the cost to run, and slower.

I have good results with DS4.1 flash because I can iterate faster. I either provide it with correction, or it discovers its failures via the harness. And seems to respond well to empirical evidence rather than go in circles.

So it might need some prodding, but it's likely in this case it was able to brute force after several runs and collecting some evidence.

1h agoHN ↗

A little off-topic: where does one use those models such as GLM or DS for this kind of reverse engineering tasks? I think I read many of them refuse to help with tasks like those on their official platforms.

47m agoHN ↗

GLM 5.3 doesn't seem to refuse vuln research (which it classifies as "audit") and is good at it.

Therefore you use for offensive cybersecurity tasks because Daybreak Red/Mythos is pure unobtainium for us mere plebians.

DB Blue thankfully exists, but I suspect you risk a ban if you use it with codebases you neither own nor use

Tl;dr because it's the only model at the level of 5.4~5.6 that doesn't refuse tasks nor risk your oai account getting banned

For plain RE tasks Sol or Astra should work just fine (I think)

23m agoHN ↗

GLM-5.3; well, the flash variant at least; you just ask what to do and it complies with no objections :^]

49m agoHN ↗

If you are talking about publicly known vulns, it's a bit moot since they should be in the training sets. If not, you just burned the vulns to that inference provider's training data (and any intermediary), and future benchmarks will be meaningless.

15m agoHN ↗

If not, you just burned the vulns to that inference provider's training data (and any intermediary), and future benchmarks will be meaningless.

Inference providers can credibly promise to not train on your data if they are in a position to get sued.

10m agoHN ↗

you can run 10 ds-f agents at the same time for the same cost exploring a much wider surface area.

1h agoHN ↗

When the history books are written and all is said and done, the hubris of this moment where all the American labs decided to punk their investors and join hand in hand in agreeing to let the Chinese win forever is going to be the main story.

1h agoHN ↗

Win what? The race to the bottom always has this competitive language.

“If we ban CFCs now the Chinese will win!”

“If we ban chemical weapons, nuclear weapons, etc etc our enemies will triumph! They won’t stop!”

“If we switch to biodegradeable plastic then our rivals will have an advantage.”

“If we dont externalize the costs to our population, then they will, and then will win!”

I think workflows can do the job agents do, 20x cheaper and more predictably and safely. They can completely displace agents, just as HFCs displaced CFCs and then we were able to ban CFCs and phase them out through international COOPERATION. The language of COOPERATION is what saves us vs COMPETITION is all about cutting corners and externalizing costs. Google the Montreal Protocol, Geneva Conventions, Nuclear Non Proliferation Treaty, Unleaded Gasoline etc etc.

Agents have got to be marginalized. They are just popular because the labs need to make a ton of money for their investors and recoup their massive spending on training models.

1h agoHN ↗

Those comparisons are pretty irrelevant

You can't compare banning football to banning genetic experiments and say "they are both bans and therefore directly comparable"

57m agoHN ↗

When the history books are written and all is said and done, the hubris of this moment where all the American labs decided to punk their investors and join hand in hand in agreeing to let the Chinese win forever is going to be the main story.

Come on. Lecturing about hubris when your message is damn the consequences, full speed ahead?

If it's a race to build the torment nexus, or a race with a nonzero chance of building the torment nexus by accident, I don't care about winning.

8m agoHN ↗

Lecturing about hubris when your message is damn the consequences, full speed ahead

They said that... where?

1h agoHN ↗

Seems pretty bold to claim deepseek is the "best hacking model" while providing zero comparisons to other models...

1h agoHN ↗

Notice the qualifier "our", that is the one they have access to.

1h agoHN ↗

What if there would be a separate category for distilled models?

1h agoHN ↗

DeepSeek is underrated. Basically all Chinese models are good enough for day to day coding at this point.

The 2 trillion dollar ROI on anthropic alone?

Good luck with that.

12m agoHN ↗

Good luck building something of value with "day to day coding". If you're going to compete in the future economy, you're going to compete at the frontier. The low hanging fruit will be of no value. If I can recreate your SaaS with an open weight model at a fraction of the cost, then your SaaS has no value.

14m agoHN ↗

As opposed to what? Is enclave.ai signed up for GPT Cyber or Glasswing?

13m agoHN ↗

DeepSeek models have such good benchmark performance, amazing pricing, and the team over there seems to be widely considered impressive.

I just haven't found them to be very good? I've had a ton more success with the GLM models (since 5.2 anyway). Maybe I'm just holding it wrong, DS models seem to get stuck in loops or tell me nonsense. GLM feels like budget Claude.