frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Sweeter Lesson

https://cacm.acm.org/opinion/the-sweeter-lesson/
1•visha1v•2m ago•0 comments

Why your Amazon order confirmation emails have become so unhelpful

https://www.theverge.com/ai-artificial-intelligence/977733/amazon-order-emails-google-gmail-ai-ag...
1•Macha•2m ago•0 comments

Intercity Bus Atlas

https://maps.dot.gov/BTS/IntercityBusAtlas/
1•jaredwiener•3m ago•0 comments

Ask HN: Why are we still building web UI's just for human consumption?

1•ud0•3m ago•0 comments

If LLMs can't write, I doubt it can lead us to AGI

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
2•adletbalzhanov•3m ago•0 comments

I used Claude to make an NES game that runs in an emulator

https://www.youtube.com/watch?v=RIEoIEcUosE
1•rib3ye•3m ago•0 comments

US Government is pushing to gain unprecedented access to your medical records

https://theconversation.com/us-government-is-pushing-to-gain-unprecedented-access-to-your-medical...
1•speckx•3m ago•0 comments

Show HN: See what an LLM learned, organised as a browsable tree

https://github.com/vishal-dehurdle/hypersae
1•visha1v•4m ago•0 comments

Retro phone trend reveals growing desire to disconnect, research finds

https://www.ecu.edu.au/newsroom/articles/research/retro-phone-trend-reveals-growing-desire-to-dis...
1•DeepLogin•4m ago•0 comments

Character and consequences in the age of intelligent machines

https://ctsmyth.substack.com/p/all-you-need-is-character
1•K0balt•5m ago•0 comments

Trump 2.0 has deleted or altered nearly 400 US datasets

https://www.theguardian.com/us-news/ng-interactive/2026/aug/18/trump-federal-data-deleted-altered
2•_djo_•5m ago•0 comments

China Removes Microsoft Windows at State Users Ahead of Plan

https://www.bloomberg.com/news/articles/2026-08-18/china-axing-microsoft-windows-from-state-agenc...
1•toomuchtodo•6m ago•1 comments

$1M hacker challenge for Vercel Sandbox

https://vercel.com/blog/one-million-dollar-hacker-challenge-for-vercel-sandbox
1•cletusigwe•8m ago•0 comments

Treasury Seeks Public Comment on Genius Act Proposed Rulemaking

https://home.treasury.gov/news/press-releases/sb0605
2•petethomas•8m ago•0 comments

PageSpeed Insights replays cached results, so I built an MCP that detects it

https://github.com/ConsidusOld/pagespeed-insights-mcp
1•Considus•12m ago•0 comments

Operationalizing agentic AI: The Day 0-2 blueprint for enterprise infrastructure

https://www.redhat.com/en/blog/operationalizing-agentic-ai-day-0-2-blueprint-enterprise-infrastru...
1•mooreds•13m ago•0 comments

30-year Treasury yield tops 5.33%, new 19-year high: inflation, spending worries

https://www.cnbc.com/2026/08/18/treasury-yields-.html
3•MilnerRoute•14m ago•0 comments

Why Don't We Version UIs?

3•gruensk•16m ago•2 comments

Diesel Margins Top $100 a Barrel to Reach Record High as Supply Crunch Grows

https://www.bloomberg.com/news/articles/2026-08-18/diesel-margins-top-100-a-barrel-to-reach-recor...
7•toomuchtodo•16m ago•1 comments

Hacker Koan

https://simple.wikipedia.org/wiki/Hacker_koan
1•gregsadetsky•19m ago•0 comments

The AI Slop Spiral

https://nolanfrausto.com/posts/ai-slop-spiral/
3•frausto•19m ago•1 comments

Eight hours of vintage department store Christmas music [video]

https://www.youtube.com/watch?v=nQKlEkKXBzQ
1•mooreds•20m ago•0 comments

Employees from lower class backgrounds face backlash when they negotiate

https://hbr.org/2026/08/research-employees-from-lower-class-backgrounds-negotiate-less-and-face-m...
1•underlipton•20m ago•0 comments

Recent grads say AI is making it harder to get a job. Economists aren't sure

https://text.npr.org/nx-s1-5910677
3•mooreds•22m ago•0 comments

the 404 test

https://www.oblo.mov/writing/the-404-test/
2•bahrtw•24m ago•1 comments

Show HN: Cronloop, run Claude Code or Codex on a schedule

https://cronloop.ai/
1•miketromba•25m ago•1 comments

Amazon Leo plans to connect mobile devices from space

https://www.aboutamazon.com/news/amazon-leo/amazon-leo-direct-to-device-satellite-service-explained
2•nateb2022•25m ago•0 comments

Self-Verification with DeepSeek V4 Flash Beats Claude Fable 5 on Terminal-Bench

https://github.com/llm-as-a-verifier/llm-as-a-verifier
2•yogthos•26m ago•0 comments

Trump Labels Map of Strait of Hormuz 'New U.S. Territory'

https://www.forbes.com/sites/zacharyfolk/2026/08/18/trump-labels-map-of-strait-of-hormuz-new-us-t...
2•bushwart•26m ago•0 comments

Sol Loves to Cheat

https://jumploops.com/blog/sol-loves-to-cheat/
1•jumploops•27m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?