frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What we talk about when we talk about sideloading

https://f-droid.org/2025/10/28/sideloading.html
837•rom1v•10h ago•393 comments

ChatGPT's Atlas: The Browser That's Anti-Web

https://www.anildash.com//2025/10/22/atlas-anti-web-browser/
104•AndrewDucker•3d ago•50 comments

EuroLLM: LLM made in Europe built to support all 24 official EU languages

https://eurollm.io/
550•NotInOurNames•13h ago•426 comments

Tinkering is a way to acquire good taste

https://seated.ro/blog/tinkering-a-lost-art
196•jxmorris12•7h ago•145 comments

Generative AI Image Editing Showdown

https://genai-showdown.specr.net/image-editing
196•gaws•7h ago•38 comments

Boring is what we wanted

https://512pixels.net/2025/10/boring-is-what-we-wanted/
249•Amorymeltzer•8h ago•128 comments

Tips for stroke-surviving software engineers

https://blog.j11y.io/2025-10-29_stroke_tips_for_engineers/
9•padolsey•47m ago•4 comments

Keeping the Internet fast and secure: introducing Merkle Tree Certificates

https://blog.cloudflare.com/bootstrap-mtc/
91•tatersolid•5h ago•31 comments

Project Shadowglass

https://shadowglassgame.com
45•layer8•3h ago•16 comments

The AirPods Pro 3 flight problem

https://basicappleguy.com/basicappleblog/the-airpods-pro-3-flight-problem
360•andrem•14h ago•211 comments

Why do some radio towers blink?

https://www.jeffgeerling.com/blog/2025/why-do-some-radio-towers-blink
122•warrenm•9h ago•86 comments

Gluing and framing a 9000-piece jigsaw

https://river.me/blog/puzzle-glue-9000/
10•busymom0•2d ago•0 comments

HTTPS by default

https://security.googleblog.com/2025/10/https-by-default.html
136•jhalderm•10h ago•138 comments

Fil-C: A memory-safe C implementation

https://lwn.net/SubscriberLink/1042938/658ade3768dd4758/
159•chmaynard•11h ago•42 comments

Using AI to negotiate a $195k hospital bill down to $33k

https://www.threads.com/@nthmonkey/post/DQVdAD1gHhw
868•stevenhubertron•12h ago•772 comments

Mapping the off-target effects of every FDA-approved drug in existence

https://www.owlposting.com/p/mapping-the-off-target-effects-of
123•abhishaike•10h ago•26 comments

We need a clearer framework for AI-assisted contributions to open source

https://samsaffron.com/archive/2025/10/27/your-vibe-coded-slop-pr-is-not-welcome
228•keybits•17h ago•117 comments

Nvidia takes $1B stake in Nokia

https://www.cnbc.com/2025/10/28/nvidia-nokia-ai.html
157•kjhughes•12h ago•96 comments

Samsung makes ads on smart fridges official with upcoming software update

https://arstechnica.com/gadgets/2025/10/samsung-makes-ads-on-3499-smart-fridges-official-with-upc...
460•stalfosknight•9h ago•374 comments

Ubiquiti SFP Wizard

https://blog.ui.com/article/welcome-to-sfp-liberation-day
219•eXpl0it3r•14h ago•163 comments

Apple will phase out Rosetta 2 in macOS 28

https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment
56•summarity•4d ago•93 comments

Our LLM-controlled office robot can't pass butter

https://andonlabs.com/evals/butter-bench
181•lukaspetersson•14h ago•96 comments

The Geomys Standard of Care

https://words.filippo.io/standard-of-care/
3•gpi•5d ago•0 comments

The decline of deviance

https://www.experimental-history.com/p/the-decline-of-deviance
122•zdw•12h ago•105 comments

I've been loving Claude Code on the web

https://ben.page/claude-code-web
109•speckx•11h ago•83 comments

1X Neo – Home Robot - Pre Order

https://www.1x.tech/order
115•denysvitali•10h ago•105 comments

Cheese Crystals (2019)

https://snipettemag.com/cheese-crystals/
74•Kaibeezy•5d ago•49 comments

SigNoz (YC W21) Is Hiring DevRel Engineers in the US – Open Source O11y Platform

https://jobs.ashbyhq.com/SigNoz/8447522c-1163-48d0-8f55-fac25f64a0f3
1•pranay01•11h ago

A brief history of random numbers (2018)

https://crates.io/crates/oorandom#a-brief-history-of-random-numbers
184•todsacerdoti•14h ago•60 comments

Show HN: Butter – A Behavior Cache for LLMs

https://www.butter.dev/
29•edunteman•8h ago•19 comments
Open in hackernews

Show HN: Butter – A Behavior Cache for LLMs

https://www.butter.dev/
29•edunteman•8h ago
Hi HN! I'm Erik. We built Butter, an LLM proxy that makes agent systems deterministic by caching and replaying responses, so automations behave consistently across runs.

- It’s a chat completions compatible endpoint, making it easy to drop into existing agents with a custom base_url

- The cache is template-aware, meaning lookups can treat dynamic content (names, addresses, etc.) as variables

You can see it in action in this demo where it memorizes tic-tac-toe games: https://www.youtube.com/watch?v=PWbyeZwPjuY

Why we built this: before Butter, we were Pig.dev (YC W25), where we built computer-use agents to automate legacy Windows applications. The goal was to replace RPA. But in practice, these agents were slow, expensive, and unpredictable - a major downgrade from deterministic RPA, and unacceptable in the worlds of healthcare, lending, and government. We realized users don't want to replace RPA with AI, they just want AI to handle the edge cases.

We set out to build a system for "muscle memory" for AI automations (general purpose, not just computer-use), where agent trajectories get baked into reusable code. You may recall our first iteration of this in May, a library called Muscle Mem: https://news.ycombinator.com/item?id=43988381

Today we're relaunching it as a chat completions proxy. It emulates scripted automations by storing observed message histories in a tree structure, where each fork in the tree represents some conditional branch in the workflow's "code". We replay behaviors by walking the agent down the tree, falling back to AI to add new branches if the next step is not yet known.

The proxy is live and free to use while we work through making the template-aware engine more flexible and accurate. Please try it out and share how it went, where it breaks, and if it’s helpful.

Comments

robofanatic•4h ago
So instead of OpenAI I should pay butter?
edunteman•3h ago
It’s bring-your-own-key, so any calls proxied to OpenAI just end up billing directly to your account as normal.

You’d only pay Butter for calls that don’t go to the provider. That’d be a separate billing account with butter.

realitysballs•4h ago
Funny, we are working to implement this same logic in our in-house financial categorization agent. When we have a repeat prompt it goes to a json that stores answers and only goes to AI for edge cases.

It’s a good idea

edunteman•3h ago
Awesome to hear you’ve done similar. JSON artifacts from runs seem to be a common approach for building this in house, similar to what we did with the muscle mem. Detecting cache misses is a bit hard without seeing what the model sees, part of what inspired this proxy direction.

Thanks for the nice words!

ronbenton•4h ago
Interesting... is it legal?
edunteman•3h ago
I couldn’t see how it wouldn’t be, as it’s a free market opt-in decision to use Butter
ronbenton•3h ago
it wouldn't be the first API service to disallow someone from selling a cache layer for their API. After all, this should likely result in OpenAI (or whatever provider) making less money
edunteman•1h ago
Ah yes that makes sense, have heard of those cases too but hadn’t put much thought into it. Thanks for pointing it out!
RestartKernel•1h ago
I've seen the OpenRouter guys here on HN before, so you can probably ask them what to look out for.
puppycodes•3h ago
I like the pricing model but I'm skeptical it will last.
edunteman•3h ago
I feel the same - we’ll use it as long as we can since it’s customer aligned but I wouldn’t be surprised if competitive or COGs costs force us to change in the future.
Jayakumark•3h ago
What local models will it work with ? Also what will be the pricing for local llms?
edunteman•1h ago
Good question, I imagine you’d need to set up an ngrok endpoint to tunnel to local LLMs.

In those cases perhaps an open source (maybe even local) version would make more sense. For our hosted version we’d need to charge something, given storage requirements to run such a service, but especially for local models that feels wrong. I’ve been considering open source for this reason.

invisibleink•3h ago
interesting. is the answer not context specific most of the time? even if I ask LLM the same question again and again the answer depends on the context.

what are some use cases where you need deterministic caching?

barapa•3h ago
We often will repeat calls to try again. Or sometimes we make the same call multiple times to get multiple answers and then score or merge them.

Is this used only in cases where you assume the answer from your first call is correct?

edunteman•2h ago
I’d love your opinion here!

Right now, we assume first call is correct, and will eagerly take the first match we find while traversing the tree.

One of the worst things that could currently happen is we cache a bad run, and now instead of occasional failures you’re given 100% failures.

A few approaches we’ve considered - maintain a staging tree, and only promote to live if multiple sibling nodes (messages) look similar enough. Decision to promote could be via tempting, regex, fuzzy, semantic, or LLM-judged - add some feedback APIs for a client to score end-to-end runs so that path could develop some reputation

mountainriver•3h ago
I also did computer agents with a vc backed startup, ran into the same issues, and we built a fairly similar thing at one point.

It’s useful but it has limitations, it seems to only work well in environments that are perfectly predictable otherwise it gets in the way of the agent.

I think I prefer RL over these approaches but it requires a bit more data.

rajit•2h ago
We spoke to a number of browser agent companies who said deterministic RPA with an AI fallback was their "secret" :)
edunteman•2h ago
Very, very common approach!

Wrote more on that here: https://blog.butter.dev/the-messy-world-of-deterministic-age...