frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

All the ways GPT-5.3-Codex cheated [ ], progressively more insane

https://twitter.com/effectfully/status/2029364333919060123
1•algoth1•57s ago•0 comments

Why Visual Programming and Testing Are the Next Step

https://www.etiq.ai/posts/why-visual-programming-and-testing-are-the-next-step
1•robertcizmas•2m ago•1 comments

Europe Is Decoupling from U.S. Tech

https://foreignpolicy.com/2026/02/27/europe-technology-digital-sovereignty-eu-decoupling-us/
1•vrganj•4m ago•1 comments

I wrote 200 scrapers for city permit APIs to map US construction activity

https://permitradar.io
1•twincipher•5m ago•1 comments

A logic puzzle game I built for my 5-year-old daughter (mostly AI coded)

https://code.99puz.com/
1•oser•7m ago•0 comments

Show HN: Hierarchical Mission Authority Architecture for autonomous systems

https://github.com/burakoktenli-ai/hmaa
1•burakoktenli•8m ago•0 comments

Show HN: I built a daily affirmation iOS app solo — what AI actually helped with

1•imMovie•9m ago•0 comments

Show HN: Awesome-Claude-md – 20 stack-specific Claude.md templates for AI coding

https://github.com/sx4im/awesome-claude-md
1•sx4im•10m ago•0 comments

Show HN: Discord Voice AI – Self-hosted bot that talks in voice channels

https://github.com/agentzz1/discord-voice-ai
1•agentzz•10m ago•1 comments

Inside SKALA: How Chornobyl's reactor was actually controlled [video]

https://www.youtube.com/watch?v=Sjk2B0SzXUU
1•nxobject•10m ago•0 comments

macOS Screenshot Library

https://512pixels.net/projects/aqua-screenshot-library/
1•trymas•11m ago•0 comments

Paramount's $110B WBD Deal Backed by Sovereign Funds Raises Soft Power Concerns

https://variety.com/2026/film/global/middle-east-paramount-warner-bros-discovery-1236675832/
2•stopbulying•13m ago•0 comments

Show HN: podcast-cli - A Rust CLI for Podcast Index & YouTube Subtitles

https://github.com/the-waste-land/podcast-cli
2•liweixin•14m ago•0 comments

Ask HN: Is this the secret of One Piece?

2•itsmeadarsh•15m ago•0 comments

Pinpoint Answer Today

https://pinpointanswertoday.app
2•elng•18m ago•0 comments

Kerno: AI agents that instantly test every back end code change

https://www.kerno.io/
2•taubek•19m ago•0 comments

Show HN: DevTrack – A personal dashboard to track your developer growth

https://devtrack-rose.vercel.app
3•nullAffi•19m ago•0 comments

Accessibility and PDF Documents

https://vignatti.com/posts/accessibility-and-pdfs/
2•amadeuspagel•21m ago•0 comments

Show HN: MacBook Neo page scroll > video position effect

https://github.com/steveharrison/scroll-video
1•steveharrison•25m ago•1 comments

Plasma Bigscreen

https://plasma-bigscreen.org
3•bitigchi•26m ago•0 comments

Show HN: Simvyn – Universal mobile devtool, no SDK required

https://github.com/pranshuchittora/simvyn
1•pranshuchittora•27m ago•0 comments

Show HN: PromptPerfect – Open-source prompt optimizer for LLMs

https://github.com/Beagle-AI-automation/promptperfect
1•Chiraag27•28m ago•1 comments

Buy Deploy-Ready AI Assistants and Skills

https://easyclawmart.pro
1•gateszhang92•29m ago•0 comments

Ask HN: What is your recommendation for a Mail server and Domain name Hosting?

1•bookmtn•29m ago•0 comments

Show HN: Tool to test brand presence across major LLMs

https://usefox.ai/tools/ai-audit
2•loose_booze•32m ago•1 comments

AI could end online anonymity

https://techxplore.com/news/2026-03-ai-online-anonymity.html
2•daoboy•35m ago•1 comments

Show HN: I made a to-do list app where users use LLMs to rewrite their front end

https://malleabletodo.app
2•maxharrison•35m ago•0 comments

Field notes from the circus of corporate AI adoption

https://mildlyverbose.mataroa.blog/blog/come-one-come-all-to-the-spectacular-corporate-ai-circus/
1•vorpalcoil•38m ago•0 comments

Traffic to top tech publications has plummeted since 2024, new analysis shows

https://www.niemanlab.org/2026/03/traffic-to-top-tech-publications-has-plummeted-since-2024-new-a...
1•giuliomagnifico•40m ago•0 comments

Will Claude Code Consume Legaltech?

https://lexifina.com/blog/agentic-ai-vs-legaltech
1•alansaber•42m 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•9mo ago

Comments

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