frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Taint: Testing Artifact Integrity by Non-Repudiable Tampering

https://github.com/juli/taint
1•wslh•2m ago•0 comments

The Oil Market Breaking Point Is Here

https://www.hfir.com/p/wctw-the-oil-market-breaking-point-eab
1•endorphine•2m ago•0 comments

Show HN: Too many browser tabs! I solved it with a simple electron app

https://github.com/magland/tabs/blob/main/README.md
1•jmagland•2m ago•0 comments

Show HN: LennyFighter: A multiplayer fighting game on Cloudflare Durable Objects

https://lennyfighter.com
1•iglesiasbrandon•3m ago•0 comments

The Role of a New Machine

https://newsletter.dancohen.org/archive/the-role-of-a-new-machine/
1•speckx•4m ago•0 comments

Map 236 years of US constitutional power on a grid: where design meets reality

https://www.papercutslibrary.com/explore/constitutional-reality-framework/
1•apeconmyth•5m ago•0 comments

Alarms Sound over 'Technofascist' Palantir Manifesto

https://www.commondreams.org/news/palantir-technofascist-manifesto-criticism
1•abdelhousni•5m ago•0 comments

An AI bot is running a retail store. Is this the future?

https://www.usatoday.com/story/money/2026/04/21/ai-boss-retail-store-future-shopping/89649006007/
1•alhazrod•6m ago•0 comments

CATL's new LFP battery can charge from 10 to 98% in less than 7 minutes

https://arstechnica.com/cars/2026/04/catls-new-lfp-battery-can-charge-from-10-to-98-in-less-than-...
1•ndr42•7m ago•0 comments

Rapidhash Unity Port

https://aras-p.info/blog/2026/03/07/Rapidhash-Unity-port/
1•klaussilveira•7m ago•0 comments

Vector math library codegen in Debug (2024)

https://aras-p.info/blog/2024/09/14/Vector-math-library-codegen-in-Debug/
1•klaussilveira•7m ago•0 comments

Blue Origin's New Glenn Fails Third Launch, Jeopardizing NASA Moon Plans

https://www.techbuzz.ai/articles/blue-origin-s-new-glenn-fails-third-launch-jeopardizing-nasa-moo...
1•Vaslo•8m ago•0 comments

EU Commission awards €180M tender for sovereign cloud to four European providers

https://ec.europa.eu/commission/presscorner/home/en
1•mweibel•8m ago•0 comments

Concluding the Arc Experiment (Email)

https://www.ietf.org/archive/id/draft-adams-arc-experiment-conclusion-00.html
1•DASD•10m ago•0 comments

Show HN: Runner – A Better Claude Cowork

https://runner.now
5•kentf•10m ago•1 comments

Former ransomware negotiator pleads guilty to BlackCat attacks

https://www.bleepingcomputer.com/news/security/former-ransomware-negotiator-pleads-guilty-to-blac...
1•Brajeshwar•11m ago•0 comments

SuperDisk: The Better Floppy That Never Caught On

https://hackaday.com/2026/04/21/superdisk-the-better-floppy-that-never-caught-on/
1•speckx•11m ago•0 comments

Show HN: My Silly Sun Server

https://technically.kakwalab.ovh/posts/silly-sun-server-intro/
1•kakwa_•12m ago•0 comments

Falling fertility, debt and AI: is the US headed toward a population crisis?

https://www.theguardian.com/business/2026/apr/19/us-population-fertility-rate
3•Teever•15m ago•0 comments

A Harness for Claude Code

https://euleptos.com
3•obius_prime•16m ago•0 comments

Months of Flaky CI. The Root Cause Analysis Was in CloudTrail All Along

https://infrahouse.com/blog/2026-04-20-ci-was-failing-every-other-day-for-months/
2•aleks2•16m ago•0 comments

Show HN: Easily share games made by you/ your kids/ your dog etc.

https://arcadelab.ai
2•mlapeter•16m ago•0 comments

Opus 4.7 isn't dumb, it's just lazy

https://shimin.io/journal/opus-4-7-just-lazy/
2•recurrence•17m ago•0 comments

Moving Past Bots vs. Humans

https://blog.cloudflare.com/past-bots-and-humans/
2•doomrobo•18m ago•0 comments

I made a research test suite for analysis of software metrics overtime

https://abigail.sh/writing/historical-analysis-of-software-metrics/
3•abigailphoebe•19m ago•1 comments

Why Are Palantir and OpenAI Scared of Alex Bores?

https://www.youtube.com/watch?v=znKb71kLG5c
2•frm88•19m ago•0 comments

Designing web interfaces with Claude Code

https://segbedji.com/designing-interfaces-with-claude-code/
2•segbedji•19m ago•0 comments

Better (Free) GitHub Readme Widgets

https://gh-stats.com
2•s_manor•20m ago•1 comments

The Luddites Were the First to Attack AI

https://marginalrevolution.com/marginalrevolution/2026/04/the-luddites-were-the-first-to-attack-a...
2•speckx•20m ago•0 comments

Is your site agent-ready?

https://blog.cloudflare.com/agent-readiness/
2•tgdn•20m ago•0 comments
Open in hackernews

Show HN: GoModel – an open-source AI gateway in Go; 44x lighter than LiteLLM

https://github.com/ENTERPILOT/GOModel/
31•santiago-pl•1h ago
Hi, I’m Jakub, a solo founder based in Warsaw.

I’ve been building GoModel since December with a couple of contributors. It's an open-source AI gateway that sits between your app and model providers like OpenAI, Anthropic or others.

I built it for my startup to solve a few problems:

  - track AI usage and cost per client or team
  - switch models without changing app code
  - debug request flows more easily
  - reduce AI spendings with exact and semantic caching
How is it different?

  - ~17MB docker image
    - LiteLLM's image is more than 44x bigger ("docker.litellm.ai/berriai/litellm:latest" ~ 746 MB on amd64)
  - request workflow is visible and easy to inspect    
  - config is environment-variable-first by default
I'm posting now partly because of the recent LiteLLM supply-chain attack. Their team handled it impressively well, but some people are looking at alternatives anyway, and GoModel is one.

Website: https://gomodel.enterpilot.io

Any feedback is appreciated.

Comments

anilgulecha•48m ago
how does this compare to bifrost - another golang router?
santiago-pl•21m ago
First of all, GoModel doesn't have a separate private repository behind a paywall/license.

It's more lightweight and simpler. The Bifrost docker image looks 4x larger, at least for now.

IMO GoModel is more convenient for debugging and for seeing how your request flows through different layers of AI Gateways in the Audit Logs.

anilgulecha•16m ago
That would be valuable if there's a commitment to never have a non-opensource offering under GoModel? If so, you can document it in the repo.
santiago-pl•12m ago
I would love to keep it open source forever, but I can't promise that for now. I've written a whole doc page about it if you're curious: https://gomodel.enterpilot.io/docs/about/license
Talderigi•34m ago
Curious how the semantic caching layer works.. are you embedding requests on the gateway side and doing a vector similarity lookup before proxying? And if so, how do you handle cache invalidation when the underlying model changes or gets updated?
giorgi_pro•6m ago
Hey, contributor here. That's right, GoModel embeds requests and does vector similarity lookup before proxying. Regarding the cache invalidation, there is no "purging" involved – the model is part of the namespace (params_hash includes the LLM model, path, guardrails hash, etc). TTL takes care of the cleanup later.
pjmlp•34m ago
Expectable, given that LiteLLM seems to be implemented in Python.

However kudos for the project, we need more alternatives in compiled languages.

santiago-pl•15m ago
Agree and thank you! Please let us know if you'd like to give it a try and if you miss any feature in GoModel.