frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pgfmt – a PostgreSQL specific SQL formatter

https://github.com/gmr/pgfmt
1•whalesalad•59s ago•0 comments

Akamai: AI bot traffic surged 300% in 2025, hitting publishers hardest

https://www.akamai.com/resources/state-of-the-internet/publishing-ai-botnet-report
1•speckx•1m ago•0 comments

AI Experience Engineering

https://raqibul.com/writing/ai-experience-engineering
1•raqib-hayder•1m ago•0 comments

Improving citation accuracy in GenAI with agentic highlight tool for local files

https://old.reddit.com/r/LLMDevs/comments/1sfd6ga/annotation_update_just_pushed_improved_note/
1•ieuanking•3m ago•0 comments

Next Grok model training with 10T parameter model

https://twitter.com/i/status/2041754402239975479
1•ramshanker•3m ago•1 comments

Bonsai 8B: a 1-bit LLM that fits in 1.15GB

https://firethering.com/bonsai-8b-1bit-llm/
2•steveharing1•4m ago•0 comments

AI agents as CRDT peers – building collaborative AI with Yjs

https://electric-sql.com/blog/2026/04/08/ai-agents-as-crdt-peers-with-yjs
1•samwillis•5m ago•0 comments

Confidential Inference

https://confidentialinference.net/
1•rzk•5m ago•0 comments

OneLivePage

https://www.onelive.page/
1•erii•5m ago•1 comments

A New Jersey Teen Finds Treasure, and More, in Abandoned Storage Units

https://www.nytimes.com/2026/03/31/style/new-jersey-teen-storage-units.html
2•bookofjoe•6m ago•1 comments

Taskmaster

1•mangoshakeboss•7m ago•0 comments

Show HN: I quit my job to sell garlic online

https://kylebenzle.com/demeter
1•WWIII_Historian•8m ago•0 comments

Browser, editor, and terminal. One app

https://glassapp.dev
1•mooreds•8m ago•0 comments

Show HN: md.page – Your agent writes Markdown, you get a URL

https://github.com/maypaz/md.page
1•maypaz•8m ago•0 comments

Becoming Chief Technology Officer Wasn't a Promotion, It Was a Response

https://carmenh.dev/2026/04/08/becoming-a-chief-technology-officer/
1•mooreds•9m ago•0 comments

LLM-Kasten: a structured, persistent MD wiki CLI for agents

https://github.com/jordan-gibbs/llm-kasten
1•jordan_gibbs•9m ago•1 comments

Teen Basketball Is for Pros

https://www.cnn.com/2026/04/08/sport/high-school-basketball-nil-king-bacot-cec
4•mooreds•11m ago•0 comments

Ask HN: Why is email verification still treated as a separate workflow?

1•dimplemailgreet•12m ago•1 comments

lmcli: Sleek and minimal terminal agentic coding

https://codeberg.org/mlow/lmcli
1•wolttam•12m ago•1 comments

My Gratitude Jar – a gratitude journaling app to help remember the good times

https://play.google.com/store/apps/details?id=com.mygratitudejar.app&hl=en_US
2•YP_Rabs•12m ago•0 comments

Give LLMs a Thinking Medium

https://github.com/danieltanfh95/replsh
1•danieltanfh95•13m ago•0 comments

Cloud Networking Compared

https://adstuart.github.io/cloud-networking-compared/
2•mariuz•15m ago•1 comments

What a Japanese cooking principle taught me about overcoming AI fatigue

https://www.devas.life/what-a-japanese-cooking-principle-taught-me-about-overcoming-ai-fatigue/
2•philips•15m ago•0 comments

The Rust CLI tool that sped up our test suite by 6x

https://imbue.com/product/offload-how-it-works/
2•nvader•15m ago•0 comments

Show HN: stagewise: The coding agent built for the web - OSS [video]

https://www.youtube.com/watch?v=hmICdmqBKc0
2•glenntws•15m ago•0 comments

Google Workspace's Security Warning Was Just a Sales Pitch

https://blog.yaelwrites.com/googlew-s-security-warning-was-actually-a-sales-pitch/
2•yaelwrites•15m ago•0 comments

Show HN: ArcadeDB Academy – 6 Free Database Courses with Certification

https://arcadedb.com/academy.html
2•lvca•16m ago•0 comments

Show HN: Open-Source AI That Builds Screens, Not Just Text

https://github.com/SimonSchubert/Kai
2•arschibald•17m ago•0 comments

Muse Spark: Scaling Towards Personal Superintelligence

https://ai.meta.com/blog/introducing-model-meta-superintelligence-labs/?_fb_noscript=1
2•zielmicha•17m ago•0 comments

Show HN: I built a personal corporation of AI agents that runs on your PC

https://github.com/re-marked/claude-corp
2•re-marked•18m 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?