frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Copy Fail looked like on a minimal OS

https://github.com/siderolabs/awesome-talos/wiki/Why-Kubernetes-nodes-inherit-problems-they-never...
1•hannle•9s ago•0 comments

Show HN: WiFi Heatmap – free, browser-based predictive WiFi planner

https://wifiheatmap.app/
1•kgergov•48s ago•0 comments

There's no such thing as "age verification"

https://pluralistic.net/2026/05/19/shes-dead-of-course/
1•Brajeshwar•49s ago•0 comments

Chart: How Tech Giants Make Their Billions (2017)

https://www.visualcapitalist.com/chart-5-tech-giants-make-billions/
1•chistev•1m ago•1 comments

Powertracker, 29 GW of announced AI capacity mapped to host counties

https://powertracker.io/
1•twistedwabbit•3m ago•0 comments

Forward-Looking Laziness: What Changes When AI Writes 95% of the Code

https://www.szia.ai/post/forward-looking-laziness-what-changes-when-ai-writes-95-of-the-code
1•mszel•3m ago•0 comments

What Bazel taught us about Terraform

https://stategraph.com/blog/what-bazel-taught-us-about-terraform
1•lawnchair•3m ago•0 comments

Parag Agrawal's AI startup wants to pay publishers when AI agents use their work

https://fortune.com/2026/05/19/parag-agrawal-parallel-startup-pay-publishers-when-ai-agents-use-t...
1•rahul003•4m ago•0 comments

.DJVU – Open, Highly Compressed .PDF Alternative

https://en.wikipedia.org/wiki/DjVu
1•evolve2k•4m ago•0 comments

Moving my backups to restic (2021)

https://blog.darkmere.gen.nz/2021/02/moving-my-backups-to-restic/
2•mooreds•5m ago•0 comments

Book on Truth in the Age of A.I. Contains Quotes Made Up by A.I

https://www.nytimes.com/2026/05/19/business/media/future-of-truth-ai-quotes.html
1•droidjj•5m ago•0 comments

My sci-fi novel recommendations (2023)

https://www.noahpinion.blog/p/my-sci-fi-novel-recommendations-888
1•mooreds•6m ago•0 comments

Mystery Math Whiz and Novelist Advance Permutation Problem (2018)

https://www.quantamagazine.org/sci-fi-writer-greg-egan-and-anonymous-math-whiz-advance-permutatio...
1•mooreds•6m ago•0 comments

AI's Missing Pricing Tier

https://medium.com/@sandeepjawaharp/ais-missing-pricing-tier-a0522ab083d4
1•SandeepJawahar•6m ago•0 comments

EJBCA – Open-source public key infrastructure (PKI) and CA software

https://github.com/Keyfactor/ejbca-ce
1•sigalor•7m ago•0 comments

Programming the Amiga and Atari ST in C: Counter Loops and Game Ticks

https://retrogamecoders.com/st-amiga-c-loops/
1•ibobev•7m ago•0 comments

Cheap cloud AI was never going to last. The off-ramp wasn't built for everyone

https://www.greatworkeveryone.com/writing/cheap-cloud-ai-was-never-going-to-last
1•connorrandazzo•8m ago•0 comments

EvmScript: Write EVM programs using TypeScript

https://github.com/KimlikDAO/EvmScript
1•szaglam•8m ago•0 comments

Show HN: Askbyemail.com – Send an email, get AI answer or summary (no signup)

https://www.askbyemail.com
1•ahallan•8m ago•0 comments

OCC Violated 4 Statutes, Allowing National Banks to Engage in Crypto Activities

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6789822
3•petethomas•9m ago•0 comments

AI Agents Reason over Enterprise Data

https://nexla.com/agentic-rag-guide/
1•Debanitrkl•14m ago•0 comments

Why so many tools getting hacked? Tanstack, Mistral, Grafana?

https://techcrunch.com/2026/05/18/open-source-tool-maker-grafana-labs-says-hackers-stole-its-code...
1•duriantaco•15m ago•0 comments

Something's Rotten in the State of macOS Icon Design

https://blog.jim-nielsen.com/2026/rotten-macos-icon-design/
2•Brajeshwar•16m ago•0 comments

Show HN: Orbit – delegate a backlog to your AI agent and trust what comes back

https://github.com/human-again/orbit
1•varmahaj•18m ago•0 comments

VS Code: different themes for different filetypes

https://github.com/microsoft/vscode/issues/20652
1•tosh•18m ago•0 comments

Researchers attack AMD's Infinity Fabric to bypass hardware security protections

https://www.tomshardware.com/pc-components/researchers-attack-amds-infinity-fabric-to-bypass-hard...
1•Timofeibu•18m ago•0 comments

Caltrans explores 140mph 'bullet buses' between L.A. and San Francisco

https://secretlosangeles.com/california-140-mph-bullet-buses-la-sf/
2•voxadam•19m ago•2 comments

Kubernetes' Default CoreDNS Configuration Is *Insecure

https://blog.kammel.dev/post/kubernetes_coredns_insecure/
3•datosh•19m ago•0 comments

'It is incredible': How AI is transforming mathematics

https://www.nature.com/articles/d41586-026-01553-1
1•sbulaev•20m ago•0 comments

I built a market digest. Then I asked it about my own portfolio

https://bitinforming.com/blog/dogfooding
2•wombatclat•20m ago•0 comments
Open in hackernews

We cut Claude's token usage 79% by redesigning our CLI for agents

https://www.infracost.io/resources/blog/we-cut-claude-s-token-usage-79-by-redesigning-our-cli-for-agents
11•glenngillen•49m ago

Comments

akh•43m ago
co-founder of Infracost here, we launched Infracost on HN five years ago, when the CLI just generated cost estimates for Terraform. Earlier this year we were scoping a 1.0 release: the CLI would stop being just a cost-estimation tool and start surfacing the issues behind the costs: previous-generation instances, policy violations, the kinds of issues a thorough PR review would catch.

Then agent traffic started showing up, and it became clear the 1.0 scope was the right idea aimed at the wrong caller. A human reviewer reads a PR comment; an agent runs `infracost inspect --filter` ... and gets the same insight as a tabular row it can pipe into the next step. So we decided to skip our planned 1.0 release and go for 2.0, where we treated agents as a first-class citizen user of the CLI.

Along the way we picked up some interesting lessons on optimizing user token usage when designing a CLI, and we want to share them with the HN community since other CLI builders might benefit.

dividendflow•36m ago
Designing interfaces specifically for agents (M2M DX) is a fascinating shift from traditional human-centric CLI design. We're moving from a world where "pretty" output and progress bars mattered to a world where raw, structured density is the goal. A 79% reduction is massive, but I wonder if we’ll see a new type of "Agent-Optimized" protocol emerge that completely bypasses the text-heavy nature of current CLIs. The overhead of an LLM trying to parse "human" terminal output is essentially a tax on every call.
glenngillen•30m ago
I mostly agree with what you said (the diff being we've still done the "pretty" output and progress bars for the human-centric outputs). And I found it a fun exercise as trawling through the log output of the LLM tests to see why things were slow at times felt like watching a bunch of usability tests. Various approaches to solve problems that seem obvious in hindsight but not at all paths we'd optimised for. If you've ever done usability testing on something you've built you probably have a sense for what I'm talking about.

And yes, one of the outcomes of this was also ditching the human output for something more dense and LLM friendly.