HackerTrans
TopNewTrendsCommentsPastAskShowJobs

GodelNumbering

1,415 karmajoined w zeszłym roku
Hi, I'm Max. Engineer, ex-finance/HFT, ex-Meta. I used to worked on HHVM at Meta (https://en.wikipedia.org/wiki/HHVM)

Founder: https://www.signalbloom.ai/

https://x.com/SignalBloom

https://www.reddit.com/r/SignalBloom/

[email protected]

Also built Dirac https://github.com/dirac-run/dirac (looking for contributors, please send PRs!)

https://dirac.run/

Submissions

Cache hit rate dropping by 20% doubles your agent's bills

dirac.run
2 points·by GodelNumbering·3 dni temu·0 comments

Don't Conflate 'Minimal' with Minimal Effort

dirac.run
2 points·by GodelNumbering·21 dni temu·0 comments

OSS models decisively overtook Proprietary models in openrouter market share

dirac.run
4 points·by GodelNumbering·23 dni temu·1 comments

Outsourcing plus local AI will soon become more economical vs. frontier labs

signalbloom.ai
323 points·by GodelNumbering·2 miesiące temu·374 comments

Cache hit rates of Inference are more meaningful than the headline costs

dirac.run
2 points·by GodelNumbering·2 miesiące temu·0 comments

Ask HN: Who needs contributors? (May 2026)

2 points·by GodelNumbering·2 miesiące temu·0 comments

Peak lazy engineering: Let the code answer its own questions

dirac.run
2 points·by GodelNumbering·2 miesiące temu·0 comments

The Isolator (Helmet)

en.wikipedia.org
3 points·by GodelNumbering·2 miesiące temu·0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

github.com
393 points·by GodelNumbering·3 miesiące temu·148 comments

Hash anchors and Myers diff and single-token anchors: 60% cheaper AI code edits

dirac.run
5 points·by GodelNumbering·3 miesiące temu·1 comments

Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct

github.com
2 points·by GodelNumbering·3 miesiące temu·1 comments

Nvidia's Nemotron 3 Super is a bigger deal than you think

signalbloom.ai
2 points·by GodelNumbering·4 miesiące temu·0 comments

Why Task Proficiency Doesn't Equal AI Autonomy

signalbloom.ai
2 points·by GodelNumbering·4 miesiące temu·0 comments

Claude Code wipes out a production database

xcancel.com
5 points·by GodelNumbering·4 miesiące temu·6 comments

Renaissance Slashes Mega-Cap Tech Exposure in Major Defensive Pivot

signalbloom.ai
1 points·by GodelNumbering·5 miesięcy temu·0 comments

Show HN: Realtime 13Fs and track live institutional ownership for any ticker

signalbloom.ai
1 points·by GodelNumbering·5 miesięcy temu·0 comments

Show HN: the entire US ETF market mapped into 280 distinct categories

signalbloom.ai
2 points·by GodelNumbering·6 miesięcy temu·0 comments

[untitled]

5 points·by GodelNumbering·8 miesięcy temu·0 comments

The math, mechanics, and risks of leveraged ETFs

signalbloom.ai
2 points·by GodelNumbering·10 miesięcy temu·0 comments

comments

GodelNumbering
·wczoraj·discuss
Interesting how all of grep, sed, ls, cp, mv, rm, cat, pwd, chmod etc are well over 50 years old and get used more than ever today. Claude code owes at least some of its success to the well established and solid unix toolchain
GodelNumbering
·przedwczoraj·discuss
yup it does
GodelNumbering
·przedwczoraj·discuss
Thanks, I needed to hear that lol. Yes, the site was an afterthought, core work took/takes most my focus. I will look into un-slopping the site soon.
GodelNumbering
·przedwczoraj·discuss
What that link describes is basically the motivation to go from terminal bench 2.0 to 2.1. The latter simply fixed the common issues/complaints. There is a long github discussion on tbench's about it
GodelNumbering
·przedwczoraj·discuss
Dirac (https://github.com/dirac-run/dirac, https://dirac.run/) now supports gpt-5.6. This thing does now seem to be on the chatGPT/codex accounts yet.

UPDATE: it is now available in chatGPT account also, they rolled it out
GodelNumbering
·przedwczoraj·discuss
Terminal bench 2 isn't simply about 'somehow' getting a task done, it intends to measure real world behavior of an agent, including environment awareness in a given situation.

A few examples from memory:

1. This task [1] asks the agent to train a CNN under 1 CPU, 2GB RAM, 10GB storage. If you allow high resources, weaker models often succeed (the most clock time actually goes in waiting for the network to train).

2. This task [2] asks agents to implement a complete MIPS interpreter in JavaScript in 1 cpu and 2GB RAM. A common failure mode is OOM, at least in the earlier buggy versions that models run to get feedback. When OOM hits, the task is killed, no do-overs.

3. A lot of tasks involve building projects with a single core supplied. If you use -j12 type options, it will actually be _slower_ to build and the task will more likely miss the timeout. Having more threads squeezes the end to end time. This is a big one actually since the most common failure mode (from what I have seen) is the task timeout hitting before the agent finishes

[1] https://github.com/harbor-framework/terminal-bench-2-1/blob/...

[2] https://github.com/harbor-framework/terminal-bench-2-1/tree/...
GodelNumbering
·przedwczoraj·discuss
Lot more details in the linked report https://ai.meta.com/static-resource/muse-spark-1-1-evaluatio...

From Terminal-bench-2.1 details,

> We use a bash-tool-only agent harness to evaluate 89 Terminal-Bench 2.1 tasks from the official repository, where resources are capped at 6 CPU cores and 8GB RAM.

This disqualifies the results. Each terminal bench task has a cpu upper limit and RAM upper limit. Overriding either is disqualification.

For reference, in tbench-2.1,

1. 0 out of 89 task allow 6 cpu cores (highest is 4, and i think only 1 task)

2. 8 out of 89 tasks allow 8GB RAM

This kind of shady benchmarking (I was talking about it just yesterday in a different context https://news.ycombinator.com/item?id=48838212) takes all joy out of building a harness to improve benchmark performance of a model because no matter what you do, you won't beat the headline (cheating) number. This is presumably why this model is not in the official benchmark leaderboard https://www.tbench.ai/leaderboard/terminal-bench/2.1

As an ex Meta employee, this is a little sad but not massively surprising. 'Number go up' is the core performance evaluation metric until PSC is done and you move on.
GodelNumbering
·3 dni temu·discuss
There are also a lot of fake results out there on Terminal Bench 2 for different reasons (although the great team behind it Ryan/Alex et al, recently cleaned up a lot of dodgy submissions). A lot of labs publish the results by modifying timeouts or hardware config which effectively bypasses what is being tested in certain tasks. Then there is harness level cheating, models reward hacking and more...

In fact, one thing that still bothers me after months is the gpt-5.5 official submission. This task in particular https://www.tbench.ai/leaderboard/terminal-bench/2.0/codex/0...

The task has the following timeouts (https://github.com/harbor-framework/terminal-bench-2/blob/ma...).

[verifier]

timeout_sec = 1200.0

[agent]

timeout_sec = 1200.0

[environment]

build_timeout_sec = 600.0

Which means no agent should take more than 3000 seconds doing it. Two out of five attempts in the link above took well over 3000 seconds (75min and 80 min respectively). Even though they failed, the fact that they ran that long is sus.

Goodhart’s Law at work
GodelNumbering
·3 dni temu·discuss
Also, the cache hit pricing is 25% of the input pricing ($2 vs $0.50). Long agentic workflows are dominated by cached input. The US frontier labs typically have this at 10% of the input price, and DeepSeek/Xiaomi etc take it to the extreme 1% range (which is why those are cheap to run in real world agentic loops with dozens of toolcalls per run)
GodelNumbering
·8 dni temu·discuss
Very shallow wrapper around the reuters piece (https://www.reuters.com/business/zuckerberg-says-ai-agent-de... ), I dont think author adds any tangible value
GodelNumbering
·9 dni temu·discuss
Youtube has been incredibly frustrating for many many reasons and is evidently evil in many axes now. We really need competition in video hosting.
GodelNumbering
·15 dni temu·discuss
There are infinitely many 3-level hierarchies. My point was about overloading the model sizing with one more unnecessary classification.
GodelNumbering
·15 dni temu·discuss
This assumes a perfect problem routing though. Determining the complexity class of an arbitrary problem is generally undecidable or extremely hard (Rice's theorem implication). So, in real use cases, you need to amortize all cases where the problem got routed to the wrong model and recovery had to be performed)

For example, if my task was "refactor this component to decouple all messy nesting", the problem router can't possibly know what is being referred to. This works for clear cut and dry problems but not for ambiguous problems. Most of the real world problems carry a lot of ambiguity.
GodelNumbering
·15 dni temu·discuss
This would not work in the way that shows any significant genuine benefit IMO. Caching and optimum routing of a single request are at odds with each other. Higher the distinct model count in a conversation, more cache misses you accept.

Based on what OP said elsewhere in the discussion "threshold to switch to another model will be higher" means that essentially you reduce the workflow into two models at most. The two model primitive, one planner and one executor, is already sufficient for such a use case.

For lower than 2 models, it's just a simple single model cache-preserving conversation which arguably doesn't need another layer. For larger than 2 models, you are likely paying a large aggregate cache penalty that negates most of the gains
GodelNumbering
·15 dni temu·discuss
I do not like the fact that this forces people to remember one more hierarchy of "Sol vs Terra vs Luna". OpenAI was supposed to simplify their naming since at least 2025.
GodelNumbering
·18 dni temu·discuss
I don't see any real point being made in (or point of) the article. The author sort of just...dumped a bunch of links with the noise that is so incredibly mainstream at the moment that I doubt any of it is news to anyone even somewhat tracking the AI cycle. Most of it (except for maybe the BLS[1] stat) is just regurgitation.

[1]: And this too is incorrect, should be " the number of jobs displaced would be around 32.5M" (the post says 32.5K)
GodelNumbering
·19 dni temu·discuss
I have been experimenting with modifying Ghostty lately. It's a well attended codebase and a pleasure to work with, props to Mitchell.

Since Ghostty is written in Zig, I ended up adding native Zig AST support in Dirac (https://github.com/dirac-run/dirac/blob/master/src/services/...)

One thing the has been a little unintuitive is the pattern of all code and tests in single files, which makes the filesizes grow much larger. Also if you're coming from inheritance supported languages, Zig forces a different way of thinking
GodelNumbering
·20 dni temu·discuss
yes, one of them is paid.
GodelNumbering
·23 dni temu·discuss
I built this using openrouter data. An obvious asterisk: not everyone routes their proprietary models through openrouter. The underlying assumption is that the percentage distribution of people routing proprietary models through openrouter did not significantly change in last 3 months.

About 3 months ago, the ratio was 60-40 in favour of Proprietary models, today it is exactly the other way around. The absolute token consumption increased for both: Proprietary models went from 1.3T tokens to 2.38T tokens. OSS jumped from 0.89T tokens to 3.57T tokens. So the growth of Proprietary models look astounding in isolation still
GodelNumbering
·26 dni temu·discuss
As someone that spends all day every day talking to LLMs, I'd say the OSS frontier models + a good harness is already a sufficient combo. For local deployments, we are missing one or two hardware generations (and may not get that soon since hardware companies are heavily favoring datacenter segment) to fully move to a local setup.