frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Burnless makes LLM context a protocol. Token savings are a side effect

https://github.com/Rudekwydra/burnless
1•rudekwydra•48m ago
I’ve created Burnless because I realized that we were using the context window for things that didn't need to be there anymore.

I wanted to stop burning tokens with what had already happened and were no longer necessary for the next step.

It was not a discovery that came later. Burnless was born to separate things. What I didn’t know yet was the size of the problem, the size of the gain and how different it was from the path that everyone else was following. What I see nowadays is that everyone wants the context window to be bigger.

That helps, of course. But in my opinion, the concept is wrong. A larger window will only allow you to put more things inside it, but it does not solve the fact that we are using the same place for the conversation, memory, decisions, execution, open questions, work history and all the old records of what has already been done.

Burnless separates that into layers.

Conversations, thoughts, debates, questions, and the history of the work are indexed and stored in your disk.

The main context contains only the decisions and information that are still necessary to continue the work. But the real words are still in disk if they need to be checked (not even necessary to be honest). Also when we say something and someone asks us to repeat we never use the same words, why do AI need to do that? (remember, the original is still in the disk dont worry…)

Tasks are delegated to independent, lightweight workers. They receive a clean task, write the code, manipulate files, execute commands and register on disk what they have done. And yes, the workers use the same byte cache header (don't worry with this too)

Burnless then audits the result. If a worker claims that he created or altered a file, Burnless verifies that it actually exists before marking the task as complete.

So, the context stops being the place where everything has to live. It becomes the place where only what needs attention right now is kept.

That’s why I compared Burnless to a protocol and, in the beginning, even to TCP/IP. Not because it has the same history dimension, but because the movement is similar: separating responsibilities into layers, into worker capacities, into a useful and clean way of defining the communication between this alive system.

Memory is no longer carried throughout the conversation.

The execution stops being a role for the main model.

The project history no longer permanently occupies the work's memory.

The project can go on even after a /clear command or after switching between models.

Token's savings were the initial motivation, but it ended up becoming a consequence of the architecture.

In a real-world task, the workers processed approximately 1.4 million tokens. But the Brain’s active context had only 1,590 tokens after completing the full task.

I’m not claiming that Burnless took the exact same 1.4M tokens of text and compressed it to 1,590 tokens.

What really happened was that all of that work was done, recorded, verified and continued without the accumulated history remaining inside the active context.

The final operational ratio was approximately 908 to 1. (yeah 908x)

When I show you that number, it sounds unbelievable. That was when I realized that the problem was much larger than I had initially imagined.

While the general direction is to build increasingly larger context windows, I went in the opposite direction: removed from the context everything that doesn’t need to be considered at the moment.

The repository also includes an llms.txt file containing the complete architecture, benchmarks, calculations, limitations and commands that are required to reproduce the numbers.

As I cannot properly explain everything in a short comment, the llms.txt file is there for anyone who wants to understand what is happening at a deeper level and verify the claims. Use that to help your AI understand that stuff easily and respond to your questions.

Comments

rudekwydra•32m ago
Author here.

I use Burnless every day, and I really think that is really useful. And the most impressive thing is that the LLM learns how to use it instantly. It's really interesting to see how AI thinks when they are delegating or deciding about the /clear to help us.

Yesterday in a full real workday I used 1.44M tokens. But in context only 1,590 tokens. That's 908x less context and context can survive any /clear.

I'm not claiming that Burnless took the exact same 1.4M tokens of text and compressed it to 1,590 tokens. What really happened was that all of that work was done, recorded, verified and continued without the accumulated history remaining inside the active context.

To repro with your own key: python bench/run.py --turns 10

I posted here to get technical criticism from people who use long LLM or agent sessions.

Gunther von Hagens Obituary

https://www.theguardian.com/artanddesign/2026/jul/30/gunther-von-hagens-obituary
1•n1b0m•49s ago•0 comments

We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447

https://www.bottlenecklabs.com/blog/autonomously-run-businesses
1•Areibman•2m ago•0 comments

Flock CEO Claims They've Been Thinking About Privacy for Nine Years

https://ipvm.com/reports/flock-privacy-nine
1•jhonovich•2m ago•0 comments

China is starting to measure EV charging times in seconds, not minutes

https://electrek.co/2026/07/30/china-is-starting-to-measure-ev-charging-times-in-seconds-not-minu...
1•Brajeshwar•3m ago•0 comments

Kagi releases official Kagi Assistant apps

https://kagi.com/changelog#11136
1•PhilippGille•6m ago•0 comments

GardenOS: A Garden That Remembers (Prelaunch Best Practices)

https://github.com/KrazyKulsum/earth-scribe-suite
1•kulsumshannan•6m ago•0 comments

A tool for finding the causes of unstable Python tests

https://github.com/mgaitan/pytest-leak-finder
1•pomponchik•7m ago•0 comments

Apple's New Upgrade Program Is a Trap

https://www.theatlantic.com/technology/2026/07/apple-lease-upgrade-program/688106/
1•littlexsparkee•10m ago•0 comments

China's "artificial sun" project achieves new engineering milestone

https://en.people.cn/n3/2026/0629/c90000-20472114.html
2•yogthos•11m ago•0 comments

Web, iOS and Android from Same Codebase with Dowe Lang

https://dowe.dev
1•victorriba•11m ago•0 comments

We Are Losing the Ability to Discover What We Didn't Know to Ask

https://www.nytimes.com/2026/07/08/opinion/ai-google-gemini-search-questions.html
1•monkeydust•11m ago•1 comments

Trump's Career Mirrors Godzilla in Political Study

https://www.chosun.com/english/industry-en/2026/07/30/QFS6NTDIXNCPFKHAPPXHWUMROE/
1•DemiGuru•12m ago•0 comments

That's Not What I Meant by 'Using AI'

https://mudlej.com/articles/ai-development-approaches/
1•jhartikainen•14m ago•1 comments

Tim Cook's Final Earnings Call as Apple CEO

https://www.macrumors.com/2026/07/30/tim-cook-final-earnings-call-as-apple-ceo/
1•tosh•16m ago•0 comments

Spacecraft Fly

https://www.howspacecraftfly.com/
1•ColinWright•16m ago•0 comments

Erasure to Reach AGI

https://twitter.com/i/status/2082827517338005700
2•iamronaldo•17m ago•0 comments

Advancing the price-performance frontier with GPT‑5.6

https://openai.com/index/advancing-the-price-performance-frontier-with-gpt-5-6/
33•tedsanders•17m ago•5 comments

The Joy of Obsidian

https://www.jackbodine.com/blog/the-joy-of-obsidian/
1•speckx•18m ago•1 comments

Which programming languages offer built-in tools for modernizing your code?

https://seroter.com/2026/07/30/which-programming-languages-offer-built-in-tools-for-modernizing-y...
2•richards•18m ago•0 comments

AI policies that don't suck

1•reilly3000•20m ago•0 comments

Dana Scott – Geometry Without Points (2014) [video]

https://www.youtube.com/watch?v=sDGnE8eja5o
1•measurablefunc•20m ago•0 comments

Saturation: How Your Software Will Fail at Scale – Lorin Hochstein [video]

https://www.youtube.com/watch?v=PHYCRubnmSM
1•wofo•22m ago•0 comments

AMD Lucebox Beats Nvidia DGX Spark by 3.63x on DeepSeek V4 Flash

https://www.lucebox.com/blog/deepseek-v4-asymmetric-parallelism
2•GreenGames•24m ago•0 comments

Ask HN: Is the GitHub pancake menu now a pancake emoji?

13•sac2171•24m ago•6 comments

U.S. Sees Iran as Likely Behind Cyberattack on Minnesota Water Systems

https://www.nytimes.com/2026/07/30/us/politics/minnesota-water-cyberattack-iran.html
4•aaronharnly•24m ago•0 comments

Chicago's New Bike Lanes Spark a Rebellion from Businesses

https://www.wsj.com/us-news/chicagos-new-bike-lanes-spark-a-rebellion-from-businesses-fbf67cdf
2•JumpCrisscross•24m ago•0 comments

IBM says quantum computers are getting harder to verify. That's progress

https://thenewstack.io/ibm-quantum-advantage-verification/
2•Brajeshwar•25m ago•0 comments

LLM Routers Have Become a Service Category of Their Own

https://techstrong.ai/articles/llm-routers-have-become-a-service-category-of-their-own/
3•CrankyBear•25m ago•0 comments

Read This Before You Buy That TV Streaming Stick

https://krebsonsecurity.com/2026/07/read-this-before-you-buy-that-tv-streaming-stick/
34•speckx•28m ago•7 comments

Ask HN: Do you see a Pancake in the top left menu at Github.com?

14•MatMercer•29m ago•10 comments