frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

From Tokenmaxxing to Token Minimalism

https://beyondruntime.substack.com/p/from-tokenmaxxing-to-token-minimalism
1•argoeris•35s ago•0 comments

Qualcomm to buy startup Modular for $4B in AI software push

https://www.reuters.com/business/qualcomm-buy-ai-startup-modular-2026-06-24/
1•kaycebasques•1m ago•0 comments

Ask HN: Best AI Gateway?

1•petemilly•1m ago•0 comments

The Trump White House Is over Anthropic CEO Dario Amodei

https://www.wired.com/story/the-trump-white-house-is-over-anthropics-dario-amodei/
2•PieUser•2m ago•0 comments

The Navy's Big 3-D Printing Bet

https://news.usni.org/2026/06/23/the-navys-big-3-d-printing-bet
1•Jimmc414•3m ago•0 comments

John Carmack on the mistakes around Quake that ruined id software

https://twitter.com/ID_AA_Carmack/status/2069799283369345247
1•shadowtree•4m ago•0 comments

Drones are coming for our cities. The tech is cheap, the threat is real

https://www.lawfaremedia.org/article/the-drone-threat-to-america-s-cities
1•speckx•5m ago•0 comments

Optimizing a CUDA FSST decompression kernel

https://www.polarsignals.com/blog/posts/2026/06/24/optimizing-fsst-cuda
1•asubiotto•5m ago•0 comments

Wikipedia Workers in Britain set global first by seeking union recognition

https://utaw.tech/news/wikipedia-recognition
1•TheresNoTime•6m ago•0 comments

Vanta's Agent Development Principles

https://www.vanta.com/resources/vantas-agent-development-principles
1•hamelj•8m ago•1 comments

Keeping the Web Open and Private in the Bot Era

https://blog.mozilla.org/en/privacy-security/keeping-the-web-open-and-private-in-the-bot-era/
1•aendruk•10m ago•0 comments

Show HN: AI-whisper – two real coding agent CLIs, one implements, one reviews

https://github.com/ai-creed/ai-whisper
1•vuphanse•10m ago•0 comments

A brutally tortured 3rd-Century saint became a gay icon

https://www.bbc.com/culture/article/20260623-how-3rd-century-saint-sebastian-became-a-gay-icon
1•JumpCrisscross•12m ago•0 comments

A Native American Proposal: De-Europeanizing Liberalism [pdf]

https://isonomiaquarterly.com/wp-content/uploads/2026/06/iq-4.2-summer-2026-morgan-native-america...
1•brandonlc•13m ago•0 comments

Games Made with Gen AI Suffer Up to 53% Worse Sales on Steam

https://www.techpowerup.com/350230/games-made-with-gen-ai-suffer-up-to-53-worse-sales-on-steam
2•bit_economist•15m ago•3 comments

GLM-5.2 vs. Claude Opus: Same Code, Less Than Half the Cost

https://entelligence.ai/blogs/glm-5-2-vs-claude-opus-coding-benchmark
2•Entelligence25•19m ago•0 comments

Show HN: My agents run on a mesh of old phones and argue over each other's work

https://github.com/genaforvena/lte-workstation
1•genaforvena•20m ago•0 comments

Developers are now validating code they didn't write – and may not understand

https://thenewstack.io/gitlab-ai-code-governance/
1•Brajeshwar•21m ago•1 comments

We built secure automated learning loops in Modal and Claude Code

https://twitter.com/oliviersm199/status/2069790892530016547
1•theo31•21m ago•0 comments

LineShine Debuts at No. 1 as the TOP500 Enters a New Global Exascale Era

https://top500.org/news/lineshine-debuts-no-1-top500-enters-new-global-exascale-era/
2•skeledrew•21m ago•0 comments

Beekeeper, threat intelligence for autonomous coding agents

https://beekeeper.vercel.app/
1•Bantuson•22m ago•0 comments

Quebec town recognizes trees as living beings with rights

https://www.cbc.ca/news/canada/montreal/terrasse-vaudreil-quebec-tree-rights-9.7243634
12•speckx•23m ago•2 comments

Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors"

https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-do...
15•connorboyle•23m ago•4 comments

Technical Setup Guide for Shopify Agentic Storefronts (Geo)

https://stackarchitect.xyz/blog/shopify-agentic-storefronts-setup-guide-2026/
1•StackArchitect•23m ago•0 comments

Still have spare tokens? Use /autoresearch

https://elazzabi.com/2026/06/24/still-have-spare-tokens-use-autoresearch/
1•elazzabi_•24m ago•0 comments

Travellers in a Foreign Land

https://rubenflamshepherd.com/articles/2026-06-22-travelers-in-a-foreign-land
1•rubenflamshep•24m ago•0 comments

Air conditioning creates political divide after France records hottest day

https://www.bbc.com/news/articles/c4gyqldl3p5o
2•JumpCrisscross•25m ago•3 comments

DARPA's New X-Plane Aims to Maneuver with Nothing but Bursts of Air

https://www.twz.com/darpas-new-x-plane-aims-to-maneuver-with-nothing-but-bursts-of-air
2•amichail•26m ago•0 comments

The "Super Weight:" How a Single Param Can Determine an LLM's Behavior (2025)

https://machinelearning.apple.com/research/the-super-weight
1•sarreph•26m ago•0 comments

Reinventing the Wheel, Now at a Bargain Price

https://zwischenzugs.com/2026/06/24/reinventing-the-wheel-now-at-a-bargain-price/
1•zwischenzug•26m ago•0 comments
Open in hackernews

I asked Gemini for a script to move files to Cloudflare R2. It deleted them

https://twitter.com/levelsio/status/1921974501257912563
6•bundie•1y ago

Comments

qwertox•1y ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•1y ago
It was truncating filenames, so /pics/1003-46.png overwrote /pics/1003-45.png because both were renamed /pics/1003-.png, or something like that.
qwertox•1y ago
Truncating file names for the target. Then it proceeded to delete the source file. "Successfully deleted local file: ..."

I mean, look at the printout. It shows that it created the remote file with the truncated filename, then deletes the local file with the correct filename.

turtleyacht•1y ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•1y ago
Recently there was a story about an updater causing a $8,000 bill because there was a lack of basic automated tests to catch the issue. [0]

The big lesson here is that you should actually test the code you write and also write automated tests to check any code generated by an LLM that the code is correct in what it does.

It is also useless to ask another AI to check for mistakes created by another LLM. As you can see in the post, both of them failed to catch the issue.

This why I don't take this hype around 'vibe-coding' seriously since not only it isn't software engineering, it promotes low quality and carelessness over basic testing and dismisses in checking that the software / script works as expected.

Turning $70 problems found in development into $700,000+ costs in production.

There are no more excuses in not adding tests.

[0] https://news.ycombinator.com/item?id=43829006

victorbjorklund•1y ago
Who runs such an AI generated script without checking the code first?
qwertox•1y ago
To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

It turns 10 lines of code which is perfectly fine to reason about into 100 lines of unreadable code full of comments and exception handling.

weatherlite•1y ago
Right so lets just always run the code as is ?
qwertox•1y ago
No. Not at all. I've settled to discussing my code with Gemini. That way it works very well. I explicitly say "Comment on my code and discuss it" or "Let's discuss code for a script doing this and that. Generate me an outline and let's see where this leads. Don't put comments in the code, nor exception handling, we're just discussing it".

Or you create elaborate System Instructions, since it adheres to them pretty well.

But out-of-the-box, Gemini's coding abilities are unusable due to the verbosity.

I've even gone so far to tell it that it must understand that I am just a human and have limited bandwidth in my brain, so it should write code which is easy to reason about, that this is more important than having it handle every possible exception or adding multiline comments.

rsynnott•1y ago
> To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

In which case, it should simply be considered unusable. Like, the sensible response to "tool is so inadequate that there is no reasonable way to make sure its output is safe" is to _not use that tool_.

rsynnott•1y ago
In which Roko's Basilisk fires a warning shot.
jethronethro•1y ago
This is why you test code or a script before running it for real. Live and learn, I guess ...