frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FOSDEM 2027 WiFi will be IPv6 only, will GitHub be ready?

https://chaos.social/@RichiH/116958290141827888
1•happosai•1m ago•0 comments

Google (Again) Clearly Needs to Unite Their AI Clans

https://spyglass.org/google-gemini-fiasco/
1•speckx•1m ago•0 comments

Which developer tools should be free or offer more features?

https://codeground.ai/
1•aashhuttossh•2m ago•0 comments

Fractal Paris

https://panoramic.city/fractalparis/
1•alexakten•3m ago•1 comments

The U.S. Army Is Burning Through Its AI Tokens

https://www.wired.com/story/the-army-is-burning-through-its-ai-tokens/
1•ripe•3m ago•0 comments

New hope in the fight against cachexia — cancer’s deadly co-conspirator

https://www.nature.com/articles/d41586-026-02228-7
1•Brajeshwar•5m ago•0 comments

Now You Can Work in C with Only BASIC Knowledge

https://computeradsfromthepast.substack.com/p/c-source-basic_c
1•rbanffy•6m ago•0 comments

We 3×'d PRs in 6 months, and how you can too

https://amplitude.com/3x
1•0xferruccio•6m ago•0 comments

Nine Years to Halve a Hash Function: RFC 9861 Is Out

https://blog.zksecurity.xyz/posts/kangaroo/
3•baby•7m ago•0 comments

How did the H1B visa become the 'Indian' visa

https://numberstation.fm/the-body-shop/
2•StrageMusik•7m ago•0 comments

TreeSize won't renew perpetual-license support unless users subscribe

https://arstechnica.com/gadgets/2026/07/treesize-wont-renew-perpetual-license-support-unless-user...
1•speckx•8m ago•0 comments

Show HN: Edky, a CLI to convert Ed25519 public keys from one encoding to another

https://github.com/artob/edky
1•arto•8m ago•0 comments

Explanation about Groth16, the most used zero-knowledge proof [video]

https://www.youtube.com/watch?v=8Tl20_XUZLI
2•baby•8m ago•0 comments

Jack Dorsey launches BUZZ, a new groupchat platform

https://twitter.com/jack/status/2079605800998146171
1•tosh•8m ago•0 comments

Pan Am Clipper Endeavor Is Found After over 70 Years Lost at Sea

https://www.nytimes.com/2026/07/21/us/pan-am-clipper-endeavor-wreckage-found.html
1•thunderbong•8m ago•0 comments

YouTube System Design for Robotics Data Infrastructure

https://hebbianrobotics.com/blog/youtube-system-design-for-robotics-data-infrastructure
1•kstonekuan•9m ago•0 comments

Tour de France hit by new wave of anti-doping tests

https://www.france24.com/en/live-news/20260721-tour-de-france-hit-by-new-wave-of-anti-doping-tests
1•tosh•9m ago•0 comments

Show HN: Aido – an AI companion for the pull requests your AI writes

https://github.com/aido-dev/aido
1•dvirdung•10m ago•0 comments

"Try quickly typing 1+2+3. I bet you won't get 6."

https://unsung.aresluna.org/try-quickly-typing-123-i-bet-you-wont-get-6/
2•leephillips•10m ago•0 comments

Show HN: Autoretrieval – Autoresearch for RAG Pipelines

https://github.com/daly2211/autoretrieval
2•Daly_chebbi•11m ago•1 comments

Loop Engineering, Graph Engineering, and Layers That Matters

https://iii.dev/blog/loops-graphs-and-the-layer-that-matters/
1•rohitghumare•16m ago•0 comments

90k Flock cameras have gone up in the US: What they track and how to check

https://www.zdnet.com/article/flock-ai-cameras-risks-us-how-to-find-nearby-what-they-track/
3•CrankyBear•17m ago•0 comments

MentraOS no longer needs a cloud relay

https://mentraglass.com/blogs/blog/mentra-roadmap-update-moving-to-miniapps-on-the-phone
1•genzcash•17m ago•0 comments

Greedy is optimal for single-pass semi-streaming matching

https://arxiv.org/abs/2607.14656
2•MarcoDewey•18m ago•0 comments

Is fine-tuning still needed? LLMs, RAG, & LoRA – IBM Technology [video]

https://www.youtube.com/watch?v=-W2JdSl1v48
1•me_bx•18m ago•0 comments

Apple Private Cloud Compute SoC 3 audit reports

https://support.apple.com/guide/certifications/apple-private-cloud-compute-soc-3-audit-apc95a31b9...
1•throwfaraway4•19m ago•0 comments

Show HN: Tokenmaxx – CLI that merges usage across Claude Code and Codex accounts

https://github.com/RubricLab/tokenmaxx
4•sarimmalik•21m ago•0 comments

I built an AI agent I can't turn off. Now it won't listen to me

https://andrewrussell.substack.com/p/i-built-an-ai-agent-i-cant-turn-
1•aruss•21m ago•0 comments

Measuring the Impact of High Availability on Managed Postgres Performance

https://clickhouse.com/blog/postgresbench-ha
1•saisrirampur•21m ago•0 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence (2025)

https://arxiv.org/abs/2507.09369
1•measurablefunc•21m ago•0 comments
Open in hackernews

I benchmarked AI cost-saving claims instead of trusting token percentages

https://github.com/lemoncrow-lab/lemoncrow
1•pankaj4u4m•1h ago

Comments

pankaj4u4m•1h ago
I spent 10 years at Google, where part of my work involved analyzing and improving cost, performance, and latency.

While I was exhausting my token limits, I searched for tools that claimed to be saving tokens. but what they don't say is the full agent $ cost saving.

That is why I created LemonCrow: to optimize agent context end to end rather than focusing on a single token category. Result: on average 30% cost saving and 25% faster. No model routing trick. Same tasks, Same quality, Same model, just cheaper and faster.

Agent cost includes more than output tokens: fresh input, cache writes, cache reads, and repeated context across turns all contribute to the bill. Every input/output/tools/context reread on every turn making cost O(n^2). Optimizing one category may not reduce total cost by the same percentage.

I ran matched benchmarks against a clean Claude Code baseline and few other tools.

Caveman — 300 runs per arm

Output tokens: −44.1% Total cost: $26.0058 → $26.0204 Cost difference: +0.06%

The answers were shorter, but the final bill was essentially unchanged.

CodeGraph — 35 runs per arm

Total token volume: −86.5% Total cost: $19.1064 → $15.9871 Cost difference: −16.3%

This was a real saving, but much smaller than the token reduction claims.

LemonCrow on the same tasks

Total cost: $19.1064 → $6.2869 Cost difference: −67.1% Total token volume: approximately −91.7%

Indexing quality is the main driver for cost. if Index can't give LLM in one turn what it is looking for it will have to rephrase and ask again or start using grep instead. I also measured retrieval quality across 7,213 examples from 14 repositories:

LemonCrow: 0.676 cocoindex-code: 0.557 codebase-memory-mcp: 0.502 ripgrep: 0.376 CodeGraph: 0.296

MRR measures retrieval ranking, not final answer quality.

LemonCrow was also tested on SWE-bench and Terminal-Bench. On SWE-bench Verified, it resolved 232/250 runs versus 202/250 for baseline while costing 29.5% less. Terminal bench 2.1 corectness 0.79-0.80.

Lemoncrow able to maintain same or higher quality at lower ~30% lower cost and ~25% faster.

Since I maintain LemonCrow, this is not an independent review. I published the raw data and asked the Caveman and CodeGraph maintainers to review the configurations and flag corrections.

https://github.com/lemoncrow-lab/lemoncrow/blob/main/BENCHMA...