frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Cost of Overfitting the Harness

https://www.dbreunig.com/2026/05/10/overfitting-the-harness.html
1•Brajeshwar•59s ago•0 comments

Building AI skills like checklists

https://blog.lawrencejones.dev/building-ai-skills-like-checklists/
1•lawrjone•1m ago•0 comments

Texas sues Netflix for advertising 'bait and switch' and spying

https://www.theverge.com/streaming/928071/texas-netflix-lawsuit-privacy
1•droidjj•2m ago•0 comments

Pure Borrow: Linear Haskell Meets Rust-Style Borrowing

https://discourse.haskell.org/t/pure-borrow-linear-haskell-meets-rust-style-borrowing/13975
1•PaulHoule•2m ago•0 comments

Despite rise of AI is there still hope for EE's translators?

https://www.theguardian.com/technology/2026/may/08/being-human-helps-despite-rise-of-ai-is-there-...
1•speckx•4m ago•0 comments

Freeman Dyson's Model of a Cell

https://chillphysicsenjoyer.substack.com/p/freeman-dysons-model-of-a-cell
1•crescit_eundo•4m ago•0 comments

The Highest-Flying Repo Men Are Collecting Spirit Airlines' Jets

https://www.wsj.com/business/airlines/spirit-airlines-jets-liquidation-repo-men-5c44a46f
1•jbredeche•5m ago•0 comments

Why MistralAI Grows Faster Than OpenAI/Anthropic

https://productify.substack.com/p/why-mistralai-grows-faster-than-openaianthropic
1•gmays•6m ago•0 comments

Contra Kotler and Friston on 'the body keeps the score'

https://essays.debugyourpain.com/p/contra-kotler-friston-et-al-on-the
1•yichab0d•6m ago•0 comments

Podatek od narzędzi. Dlaczego serwery MCP pożerają Twój budżet na AI

https://jakubpradzynski.substack.com/p/podatek-od-narzedzi-dlaczego-serwery
1•jakubpradzynski•7m ago•0 comments

Rassvet, Russia's Answer to Starlink

https://www.wired.com/story/meet-rassvet-russias-answer-to-starlink/
1•smurda•7m ago•0 comments

Are old Java Developer Journals or Dr. Dobbs mags worth anything?

https://old.reddit.com/r/java/comments/1t3uqc7/are_old_java_developer_journals_or_dr_dobbs_mags/
1•theanonymousone•7m ago•0 comments

Wordle to Become Prime-Time TV Show, with Savannah Guthrie as Host

https://www.nytimes.com/2026/05/11/business/media/wordle-nbc-savannah-guthrie.html
1•apparent•7m ago•1 comments

The left-wing case for AI

https://www.seangoedecke.com/the-left-wing-case-for-ai/
1•rhazn•8m ago•0 comments

State of the Map 2027 – Call for Venues

https://blog.openstreetmap.org/2026/05/11/state-of-the-map-2027-call-for-venues-is-now-open/
1•rhazn•9m ago•0 comments

Build a Basic AI Agent from Scratch

https://www.ruxu.dev/articles/ai/build-a-basic-ai-agent/
1•ruxudev•10m ago•0 comments

Microsoft Israel chief leaves amid ethical controversy

https://en.globes.co.il/en/article-microsoft-israel-chief-leaves-amid-ethical-controversy-1001542602
1•bhouston•12m ago•0 comments

Porting 3D Movie Maker to Linux

https://benstoneonline.com/posts/porting-3d-movie-maker-to-linux/
1•speckx•12m ago•0 comments

AIQ Rank – a score for how AI-native your workflow is

https://www.aiqrank.com
2•grahac•13m ago•0 comments

Pull Request: Java language implementation of value classes and objects

https://github.com/openjdk/jdk/pull/31120
2•munksbeer•14m ago•0 comments

Ask HN: Agents for coding feels like a L2 automation system. Yay/Nay?

1•ak681443•15m ago•0 comments

PaidSync, Run Google/Meta/LinkedIn/TikTok Ads from Claude or ChatGPT

https://paidsync.ai/
1•ahmedashrav•18m ago•0 comments

Mythos 'Discovered' a CVE in Its Training Data – That's Still Worrying

https://rival.security/posts/mythos-discovered-a-cve-already-in-its-training-data---and-thats-sti...
1•theanonymousone•18m ago•0 comments

Show HN: I built a mobile website builder on the Claude Agent SDK

https://sitespin.app/
1•adamhsn•19m ago•0 comments

Redistricting, Democrats are playing as the away team

https://www.natesilver.net/p/on-redistricting-democrats-are-playing
1•7777777phil•20m ago•0 comments

Show HN: Design.md and Skill.md Generator Chrome Extension

https://chromewebstore.google.com/detail/ai-design-taste-designmd/peclkdlolmcclhhgpoehpikgknbmkknc
4•novateg•22m ago•0 comments

How to Leave Instagram

https://www.a-side.social/blog/how-to-leave-instagram/
11•proletarian•23m ago•6 comments

AI's Next Phase Plays into TSMC's Hands

https://www.wsj.com/tech/ais-next-phase-plays-into-tsmcs-hands-3d1f2b60
1•Brajeshwar•24m ago•0 comments

Unauthorized Anthropic stock sales and investment scams

https://support.claude.com/en/articles/13704655-unauthorized-anthropic-stock-sales-and-investment...
4•dylanpyle•26m ago•1 comments

Want a better DDD domain model in 5 minutes?

https://www.esdm.io/getting-started/your-first-model-with-ai/
1•goloroden•26m 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•12mo ago

Comments

uberman•12mo 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•12mo 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•12mo 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•12mo 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?