frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Your AI Agent Needs a Proxy

https://proxybase.xyz/blog/why-your-ai-agent-needs-a-proxy
1•m00dy•1m ago•0 comments

It's hard to build the right thing

https://www.dev-log.me/my_ai_dev_workflow/
2•yfk999•3m ago•0 comments

Tall buildings lead to more compact and productive cities

https://cepr.org/voxeu/columns/tall-buildings-lead-more-compact-and-productive-cities
1•005vc16607•4m ago•0 comments

OpenDQV – open-source data quality validation at the point of write

https://github.com/OpenDQV/OpenDQV
1•OpenDQV•6m ago•1 comments

Yet Another Image Translator

https://image-1.org/
1•ashing•7m ago•0 comments

Reasoning Core: Procedural Data Generation Suite for Symbolic Pre-Training

https://arxiv.org/abs/2603.02208
1•jean-porte•8m ago•0 comments

Claude Code Channels

https://twitter.com/trq212/status/2034761016320696565
1•edf13•10m ago•1 comments

Show HN: TourVault – Voice-first golf analytics SaaS (for sale, $12K)

https://tourvault.ai
1•masonwyatt23•13m ago•0 comments

FSFE supporters affected: Payment provider Nexi cancelled us

https://fsfe.org/news/2026/news-20260316-01.en.html
2•rasjani•13m ago•0 comments

XML Is the Future

https://www.bitecode.dev/p/hype-cycles
1•Seb-C•18m ago•0 comments

Ortrace- We built a system that connect all your feedback sources into one place

https://ortrace.com/
1•soooovittt•18m ago•0 comments

An Opinionated Guide to Agentic Coding

https://aidanli.dev/writing/articles/agentic-coding
2•vinhnx•20m ago•0 comments

How I Do Personal Experiments (2020)

https://commoncog.com/doing-personal-experiments/
1•blackbrokkoli•20m ago•0 comments

OpenAI tries to build its coding cred, acquires Python toolmaker Astral

https://www.theregister.com/2026/03/19/openai_aims_for_the_stars/
3•ajkavanagh•24m ago•0 comments

Blue Origin FCC application to launch 51,600 datacenter satellites

https://www.theregister.com/2026/03/20/blue_origin_project_sunrise_orbital_datacenter/
2•defrost•25m ago•0 comments

M5 Max MacBook Pro beats Nvidia RTX 5090 laptops at Blender 5.1 rendering

https://opendata.blender.org/benchmarks/query/?compute_type=METAL&compute_type=OPTIX&blender_vers...
1•ykl•28m ago•1 comments

One async call for grounded web research (web-scout-AI)

https://github.com/RSO9192/web-scout-ai
1•RSO9912•34m ago•0 comments

Why is US tech giant Palantir suing a small Swiss magazine?

https://www.theguardian.com/global-development/2026/mar/20/us-tech-giant-palantir-swiss-magazine-wav
4•charlysl•34m ago•0 comments

Claude Code Commands That Improve Developer Workflows

https://www.toolmesh.ai/news/unlocking-claude-code-hidden-features-advanced-commands
2•Greeeeg•36m ago•1 comments

Welcome to Paris, the City That Said No to Cars

https://www.bloomberg.com/graphics/2026-paris-transformed-hidalgo/
3•helsinkiandrew•39m ago•0 comments

Show HN: Draw RDF exports Draw.io diagrams to RDF graphs

https://app.diagrams.net
1•paveljee•46m ago•2 comments

Alibaba, Tencent Shares Lose $66B as AI Vision Falls Flat

https://www.bloomberg.com/news/articles/2026-03-20/alibaba-tencent-shed-66-billion-after-ai-visio...
4•petethomas•50m ago•2 comments

OpenAI Plans Desktop App Fusing Chat, Coding and Web Browser

https://www.bloomberg.com/news/articles/2026-03-20/openai-plans-desktop-app-combining-chat-coding...
2•petethomas•51m ago•0 comments

Clawforce – spin up a team of AI agents in minutes

https://saolalab.github.io/clawforce/
1•xuancanh•53m ago•1 comments

Energy fallout from Iran war signals a global wake-up call for renewable energy

https://apnews.com/article/middle-east-wars-renewable-energy-asia-4b5fe0693ce5816472c905db85f7da6e
4•petethomas•54m ago•0 comments

US Takes Down Botnets Used in Record-Breaking Cyberattacks

https://www.wired.com/story/us-takes-down-botnets-used-in-record-breaking-cyberattacks/
4•jbegley•55m ago•0 comments

Models are optimizing their own tooling

https://cyrusradfar.com/thoughts/self-optimizing-models
5•cyrusradfar•58m ago•2 comments

AI agent escapes sandbox and mines crypto

https://www.tomshardware.com/tech-industry/artificial-intelligence/crafty-ai-tool-caught-repurpos...
1•wiradikusuma•1h ago•0 comments

Show HN: RunOnce – Run one-off LLM scripts from Windows context menu

https://apps.microsoft.com/detail/9nx07brmkgh2?hl=en-US&gl=US
2•alwaysredown•1h ago•0 comments

Horizon Quantum Debuts ObjectOriented Language for Programming Quantum Computers

https://www.horizonquantum.com/resources/newsroom/horizon-quantum-to-debut-object-oriented-langua...
2•austinallegro•1h 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•10mo ago

Comments

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