frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

StanChart CEO: AI to Replace "Lower-Value Human Capital"

https://www.bloomberg.com/news/videos/2026-05-19/stanchart-ceo-ai-to-replace-lower-value-human-ca...
1•ilreb•1m ago•0 comments

MailSec – Free email security audit API (one curl, eight checks)

https://fivetag.systems/mailsec/playground/
1•lgogolin•1m ago•0 comments

Patterns AI Field Guide – an evolving reference for AI concepts explained simply

https://www.patterns.dev/ai/field-guide/
3•iqen93•2m ago•0 comments

Anthropic hires OpenAI co-founder Andrej Karpathy, former Tesla AI leader

https://www.cnbc.com/2026/05/19/anthropic-hires-openai-cofounder-andrej-karpathy-former-tesla-ai-...
1•shinryudbz•2m ago•0 comments

Show HN: audio.observer – AI-generated songs from current events

https://audio.observer/
2•ugnju•4m ago•0 comments

Show HN: Symbols Copy and Paste

https://copyasymbol.com/
1•artiomyak•5m ago•0 comments

Benchmarking Subquadratic's latest model and SSA Kernel

https://www.appen.com/whitepapers/benchmarking-subquadratics-latest-model-ssa-kernel
1•famouswaffles•6m ago•0 comments

PoC: VPN over WebRTC to Bypass Whitelists

https://github.com/kulikov0/whitelist-bypass,https://github.com/kulikov0/whitelist-bypass-iran
2•kulikov0•6m ago•2 comments

Show HN: I built an open-source tool to see if ChatGPT recommends your products

https://github.com/foodaka/openllmrank
1•zipvoila•6m ago•1 comments

Understanding the Modern Cybercrime Landscape

https://www.technologyreview.com/2026/05/19/1136925/understanding-the-modern-cybercrime-landscape/
1•joozio•9m ago•0 comments

Show HN: LibreOffice-rs – I built a pure-Rust LibreOffice using autoresearch

https://github.com/clark-labs-inc/libreoffice-rs
3•stan_kirdey•9m ago•0 comments

The AI economy is rewriting the American Dream; and blue-collar is poised to win

https://www.cnbc.com/2026/05/19/ai-hiring-slowdown-skilled-trade-workers.html
1•indigodaddy•9m ago•1 comments

Google I/O

https://io.google/2026/
4•thanhhaimai•9m ago•0 comments

The New Workspace: A First-Principle Exploration of Dictation, Agents and Humans

https://www.inferterra.com/the-new-workspace-a-first-principles-exploration-of-dictation-agents-a...
1•matt_teresi•10m ago•1 comments

Confuse some SSH bots and make botters block you

https://ai.realhackers.org/confuse-some-ssh-bots.html
1•Bender•10m ago•0 comments

Raindrop Workshop: Your local OSS agent debugger

https://github.com/raindrop-ai/workshop
3•jamest•10m ago•0 comments

Show HN: Ait – Claude, Codex, and Aider as a team, on your laptop

https://github.com/m24927605/ait
1•m24927605•12m ago•1 comments

Google Flow Beta for Android

https://play.google.com/store/apps/details?id=com.google.android.apps.labs.whisk&hl=en_US
2•julianpye•14m ago•0 comments

A 1955 Los Alamos computer experiment changed our understanding of chaos

https://www.lanl.gov/media/publications/1663/science-of-unpredictability
2•LAsteNERD•15m ago•1 comments

Google IO 26 Keynote

https://www.youtube.com/watch?v=wYSncx9zLIU
5•Dinux•18m ago•0 comments

Polymarket debuts prediction markets tied to private companies

https://www.reuters.com/legal/government/polymarket-debuts-prediction-markets-tied-private-compan...
1•thm•19m ago•0 comments

Political Money Is Flowing to Influencers. But from Whom?

https://www.nytimes.com/2026/05/16/business/media/influencers-political-financing-disclosure.html
1•thm•19m ago•1 comments

Drone Swarms: Uncomfortably Plausible

https://silencingmachine.org/posts/0004-its-not-the-terminator-its-worse/
1•jaybill•20m ago•0 comments

Ask HN: Reliability Issues with AWS

3•yonisto•20m ago•0 comments

We made our sandbox filesystem 47× faster by deleting it

https://microsandbox.dev/blog/block-backed-rootfs
3•makeboss•20m ago•0 comments

Vendergood: Reconstructing a 1905 constructed language for AI agent cognition

https://github.com/mekickdemons-creator/libro-vendergood
1•Mekickdemons•20m ago•1 comments

Together, Edera and Minimus Claim They Can Protect Your Software from AI Hackers

https://cloudnativenow.com/features/together-edera-and-minimus-claim-they-can-protect-your-softwa...
1•CrankyBear•21m ago•0 comments

What's Easy Now? What's Hard Now?

https://brooker.co.za/blog/2026/05/18/whats-easy-whats-hard.html
3•KraftyOne•21m ago•0 comments

Bill C-22 Surveils Ordinary Canadians While Leaving Cartel Networks Untouched

https://www.thebureau.news/p/bill-c-22-surveils-ordinary-canadians
1•laurex•21m ago•0 comments

xs

https://cryptm.org/xs/
1•tosh•22m 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?