frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

U.S. ramps up frontier AI testing as White House pivots toward safety

https://www.axios.com/2026/05/05/us-frontier-ai-testing-white-house-pivots-safety
1•gmays•1m ago•0 comments

GitHub Action Runner Alternatives

https://binhong.me/blog/github-action-runner-alternatives/
1•8organicbits•1m ago•0 comments

Apple to let users choose rival AI models across iOS 27 features

https://www.reuters.com/technology/apple-let-users-choose-rival-ai-models-across-ios-27-features-...
1•thm•1m ago•0 comments

Should You Be Token-Maxxing?

https://speedrun.substack.com/p/should-you-be-token-maxxing
1•7777777phil•3m ago•0 comments

Ask HN: How do you pilot a service company full of AI agents?

1•louismalingrey•3m ago•0 comments

GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents

https://arxiv.org/abs/2604.26752
4•gmays•4m ago•0 comments

Moving to mainframe can be cheaper than sticking with VMware

https://www.theregister.com/2026/05/04/gartner_state_of_mainframes/
1•johnbarron•4m ago•0 comments

AI, your way: introducing the Poolside Platform

https://poolside.ai/blog/introducing-the-poolside-platform
1•icey•6m ago•0 comments

10 years helping Rails devs reach App Store. Today, someone shipped without me

https://masilotti.com/shipped-without-me/
1•joemasilotti•6m ago•0 comments

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
3•alefalfa•8m ago•2 comments

Oil 101, Second Edition

https://oil101.morgandowney.com
2•mxschumacher•9m ago•0 comments

An Open Letter to Jay Bhattacharya

https://www.science.org/content/blog-post/open-letter-jay-bhattacharya
3•jeromechoo•10m ago•0 comments

Show HN: I built a spoiler-free WWE dashboard for 2001-2019 with 15,000 matches

https://warner-wvez.github.io/wrestling-dashboard/
2•wvez22•10m ago•0 comments

PostHog Code

https://posthog.com/code
4•bewal416•10m ago•0 comments

Nostr Mail – Nostr Mail Documentation

https://nogringo.github.io/nostr-mail/#what-is-nostr-mail
3•janandonly•11m ago•0 comments

Spaces Protocol May 2026 Update

https://spacesprotocol.org/blog/may-2026-update/
1•ca98am79•12m ago•0 comments

Orbee chat: your name, your people, your rules

https://orbee.chat/
1•ca98am79•12m ago•0 comments

Changes in Hospital Finance, Operations and Quality After Management Consultants

https://jamanetwork.com/journals/jama/article-abstract/2848641
2•randycupertino•13m ago•2 comments

DigitalOcean's NYC region looked fine – until we ran it again

https://webbynode.com/articles/digitalocean-nyc1-performance-drops-over-time
3•gsgreen•15m ago•1 comments

Understand EOB and medical bill text locally in Chrome

https://chromewebstore.google.com/detail/keepmd-eob-decoder/dojjljfafpojmbhjljnkpglmahhglbco
2•teddyX•15m ago•1 comments

OpenAI smartphone leak reveals next-gen chipset and more details

https://www.notebookcheck.net/OpenAI-smartphone-leak-reveals-next-gen-chipset-and-more-details.12...
1•thunderbong•15m ago•0 comments

Detecting silent LLM agent degradation before users do

https://www.ainative.builders/platform/silent-agent-degradation-detection
2•v1b3•15m ago•1 comments

UALink AI Accelerator Spec Maintains Rapid Update Pace

https://www.eetimes.com/ai-accelerator-spec-maintains-rapid-update-pace/
1•mindcrime•16m ago•0 comments

The exotic particles that could break the Standard Model

https://www.nature.com/articles/d41586-026-01387-x
2•digital55•17m ago•0 comments

Quantum Key Distribution (QKD) and Quantum Cryptography (QC)

https://www.nsa.gov/Cybersecurity/Quantum-Key-Distribution-QKD-and-Quantum-Cryptography-QC/
6•mooreds•18m ago•0 comments

Teeny-Tiny Notes

https://khoaly.xyz/teeny-tiny-notes/
3•speckx•18m ago•0 comments

National space weather center on chopping block

https://www.nytimes.com/2026/03/13/climate/ncar-breakup-plan-nasa-noaa.html
1•eliascanetti•21m ago•0 comments

David Attenborough, 'the voice for nature,' turns 100

https://www.reuters.com/world/uk/david-attenborough-the-voice-nature-turns-100-2026-05-05/
1•jmsflknr•22m ago•0 comments

Dreamer: Make any coding agent self-evolving, across the whole team

https://github.com/luml-ai/dreamer
3•iryna_kondr•23m ago•3 comments

The Other Twin Towers in the Spider-Man Trailer

https://ironicsans.ghost.io/the-other-twin-towers-in-the-spider-man-trailer/
2•caminanteblanco•23m 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•11mo ago

Comments

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