frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Law as Computation: AI Must Become a Normative Agent

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6043174
1•YuriKozlov•33s ago•1 comments

Show HN: Rynko Playground – 400ms JSON-to-PDF and Excel Engine

https://app.rynko.dev/playground
1•ksrijith•52s ago•0 comments

Show HN: Sayiir – A simple durable workflow engine (Rust core, Python/Node.js)

https://github.com/sayiir/sayiir
1•ybsoft•1m ago•0 comments

Muscle Knots: The Science of Trigger Points and the 2024 Pdgfr-α Breakthrough

https://sigmatic.science/en/muscle-knots-trigger-points-science/
1•science_casual•1m ago•0 comments

Show HN: Kadai –> AI friendly, discoverable project tools

https://github.com/mm-zacharydavison/kadai
1•billybat•1m ago•0 comments

Hardwood: A New Parser for Apache Parquet

https://www.morling.dev/blog/hardwood-new-parser-for-apache-parquet/
1•rmoff•3m ago•0 comments

Show HN: Self-contained offline knowledge cards with ULID-DNA and IDsEd25519

https://stoutenburger.com
1•tomneijman•3m ago•0 comments

Show HN: Nano Banana 2 – 4K AI Image Generator with Character Consistency

https://nanobanana2img.org/
1•Jenny249•3m ago•0 comments

Breaking the Fix-It Loop: Strategies for Collaborative AI Debugging

https://contalign.jefflunt.com/collaborative-debugging/
1•normalocity•3m ago•0 comments

CEO of World Economic Forum quits after Epstein ties come to light

https://www.reuters.com/world/ceo-world-economic-forum-quits-after-epstein-ties-scrutinised-2026-...
1•tartoran•3m ago•0 comments

Larry Summers to resign from Harvard over Epstein ties

https://www.reuters.com/world/us/larry-summers-resign-harvard-new-york-times-reports-2026-02-25/
4•tartoran•4m ago•0 comments

Show HN: CodevOS – Human-AI dev OS that shipped 106 PRs in 14 days on 80k LOC

https://cluesmith.com/blog/a-tour-of-codevos/
1•waleedk•4m ago•1 comments

Show HN: ApplyFlow – Free Kanban job tracker with multi-tier Chrome capture

https://www.applyflowtracker.com
1•santoshus•5m ago•0 comments

Links are getting curated by humans, for humans

https://linkits.xyz
1•max_cm•5m ago•0 comments

The Self-Driving Codebase

https://background-agents.com/
1•john_cogs•6m ago•0 comments

Ruby Can Create Images Again

https://rubystacknews.com/2026/01/05/ruby-can-create-images-again/
2•Kerrick•7m ago•0 comments

So, you think it's easy to change an app icon?

https://www.granola.ai/blog/so-you-think-its-easy-to-change-an-app-icon
1•issaias•8m ago•0 comments

Show HN: I built a conditional political donation system (demo)

https://demo.powerback.us/
1•powerback•9m ago•0 comments

Sentinel Protocol – open-source AI firewall

1•Raviteja_•11m ago•0 comments

Show HN: SupaSidebar – I made Arc's sidebar universal for every browser

https://www.supasidebar.com
1•supasidebar•12m ago•0 comments

Thermal Imaging for Cardiorespiratory and Sudomotor Response Monitoring

https://arxiv.org/abs/2602.12361
1•PaulHoule•13m ago•0 comments

Git City

https://www.thegitcity.com/
1•mellosouls•13m ago•0 comments

Show HN: Termstage – Animated terminal SVGs from YAML, no screen recording

https://github.com/saikatkumardey/termstage
1•saikatkumardey•13m ago•2 comments

Show HN: Phone a Friend for Claude Code – GPT, Gemini, DeepSeek via MCP

1•spranab•13m ago•0 comments

phyz@home: distributed quantum gravity

https://home.phyz.dev
1•ecto•13m ago•0 comments

Show HN: The von Neumann era is over. Fabricating physical 3-phase AC ternary AI

1•tech_founder•13m ago•0 comments

Non-Consumer Hardware Represents ~15% of YC W26

https://www.extruct.ai/research/industrial-tech-thesis/
1•zkid18•13m ago•0 comments

Area Man Discovers Gravity

https://campedersen.com/phyz-at-home
2•ecto•14m ago•0 comments

Garden Horizons Codes

https://garden-horizons.com/
1•candseven•14m ago•0 comments

Seized Art, Eavesdropping at Detention Center as Kids Shared Their Stories

https://www.propublica.org/article/dilley-detention-center-kids-art-removal
3•hn_acker•14m ago•2 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?