frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

QRPC: Low Latency RPC over Link Layer

https://github.com/malandrakisgeo/qRPC
1•plethon•1m ago•0 comments

For These Millennials, College Was a Party. Then Came Real Life

https://www.nytimes.com/2026/02/17/books/review/so-old-so-young-grant-ginder.html
1•paulpauper•3m ago•0 comments

Almost a third of Gen Z men agree a wife should obey her husband

https://www.kcl.ac.uk/news/almost-a-third-of-gen-z-men-agree-a-wife-should-obey-her-husband
1•johntfella•4m ago•0 comments

Ask HN: Would you use a job board where every listing is verified?

1•BelVisgarra•6m ago•0 comments

I glimpsed heaven and it showed me the door (Jhourney retreat report)

https://lalachimera.com/p/i-glimpsed-heaven-and-it-showed-me
1•paulpauper•6m ago•0 comments

From a £1B dream to a brutal collapse: How Brewdog hit the rocks

https://www.bbc.com/news/articles/cn4ggqgyk51o
1•ZeljkoS•10m ago•0 comments

A16Z: The Power Brokers

https://www.notboring.co/p/a16z-the-power-brokers
1•sershe•12m ago•0 comments

Autonomous AI Agents Have an Ethics Problem

https://undark.org/2026/03/05/opinion-ai-agents-ethics/
1•EA-3167•16m ago•1 comments

Typst Meetup 2026: Keynote

https://www.youtube.com/watch?v=WOQXL6vRrJs
1•todsacerdoti•16m ago•0 comments

Show HN: I built a zero-lag, local-first Markdown capture tool

https://gojot.app/
1•shubham2892•18m ago•0 comments

Show HN: Main Character – A gamified productivity app (no login demo)

https://maincharacter.game
1•gmays•21m ago•0 comments

Apple Silicon Laptops Can Run a Mind, but Never a Superintelligence

https://vbar.io/laptop-mind.html
1•walterbell•24m ago•0 comments

New KV cache compaction technique cuts LLM memory 50x without accuracy loss

https://venturebeat.com/orchestration/new-kv-cache-compaction-technique-cuts-llm-memory-50x-witho...
2•mellosouls•25m ago•0 comments

Building a TB-303 from Scratch

https://loopmaster.xyz/tutorials/tb303-from-scratch
1•stagas•25m ago•0 comments

Show HN: OpenGrammar Open-source, self-hostable Grammarly alternative

https://swadhinbiswas.github.io/opengrammar/
2•0x0003r•28m ago•0 comments

Show HN: Open-Sable, Self-hosted cognitive AI agent with memory and 127 tools

https://github.com/IdeoaLabs/Open-Sable
1•aerosol•28m ago•0 comments

Calif. lawsuit accuses Meta of sending nude video from AI glasses to workers

https://www.sfgate.com/tech/article/meta-ai-glasses-lawsuit-21960004.php
2•c420•30m ago•0 comments

Show HN: BeyondComments – Find content ideas and signals from YouTube comments

https://beyondcomments.io
1•ProgrammerByDay•33m ago•0 comments

Show HN: Sajtanalys.se – Automated website analysis for Swedish businesses

https://sajtanalys.se
1•qvalitet•33m ago•0 comments

The Day NY Publishing Lost Its Soul

https://www.honest-broker.com/p/the-day-ny-publishing-lost-its-soul
2•wallflower•33m ago•0 comments

LLM Writing Tropes.md

https://tropes.fyi/tropes-md
3•walterbell•35m ago•0 comments

Palmer Luckey's $1B pitch to reboot 1990s video game consoles

https://www.ft.com/content/77e330a5-8e59-4a36-b08b-c18010a2383b
2•hackerbeat•35m ago•1 comments

Show HN: MicroBin – Easy File Sharing for Everyone – Self-Hostable

https://my.microbin.eu/
1•dszb•36m ago•0 comments

SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI

https://arxiv.org/abs/2603.03823
1•stepri•39m ago•0 comments

I Failed an Interview. Fair or Not, I Built This Workbook

https://doap.metal.bohyen.space/blog/post/java-fintech-interview-workbook/
2•nanacnote•41m ago•1 comments

Sunflowers

https://napo.dev/sunflowers/
1•napolux•45m ago•0 comments

Senators Launch Effort Ban Elected Officials Profiting from Prediction Markets

https://www.merkley.senate.gov/merkley-klobuchar-launch-new-effort-to-ban-federal-elected-officia...
38•stopbulying•48m ago•7 comments

Show HN: ShareNova – Zero-knowledge file transfer with magic-byte scanning

2•HatemDabet•51m ago•0 comments

Show HN: Luna Agent – Custom AI agent in ~2300 lines of Python, no frameworks

https://nonatofabio.github.io/blog/post.html?slug=luna_agent
1•nonatofabio•54m ago•0 comments

Drink the Radioactive Gatorade (AI Pilled)

https://twitter.com/SparksZilla/status/2030336440987463837
1•rmason•54m ago•0 comments
Open in hackernews

How do teams prevent duplicate LLM API calls and token waste?

1•cachelogic•1h ago
I'm curious how teams running LLM-heavy applications handle duplicate or redundant API calls in production.

While experimenting with LLM APIs, I noticed that the same prompt can sometimes be sent repeatedly across different parts of an application, which leads to unnecessary token usage and higher API costs.

For teams using OpenAI, Anthropic, or similar APIs in production: How do you currently detect or prevent duplicate prompts or redundant calls? Do you rely on logging and dashboards, caching layers, internal proxy services, or something else? Or is this generally considered a minor issue that most teams just accept as part of normal usage?