frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DesiPeeps

https://desipeeps.com
1•saibuilds•1m ago•0 comments

Should Sam Altman fear token compression?

https://www.edgee.ai/blog/posts/2026-03-12-should-sam-altman-fear-token-compression-technology-or...
1•Gillesray•2m ago•1 comments

I wrote Gitleaks, now I'm maintaining Betterleaks

https://www.aikido.dev/blog/betterleaks-gitleaks-successor
1•zricethezav•2m ago•1 comments

Nvidia Fork of Godot Engine

https://github.com/NVIDIA-RTX/godot
1•throwaway2027•3m ago•0 comments

Hegger

https://hegger.party
1•davedx•3m ago•0 comments

Ask HN: Which DNS based ad blocker do you suggest?

1•SoftwareEn2•3m ago•1 comments

Save the Student Essay

https://openquestionsblog.substack.com/p/save-the-student-essay
1•voxleone•4m ago•0 comments

Show HN: BoltzPay – fetch() that pays for AI agents (x402 and L402)

https://github.com/leventilo/boltzpay
1•leventilo•6m ago•0 comments

Show HN: Stop AI Debugging with Print(). Use a Debugger

https://github.com/AlmogBaku/debug-skill
1•almogbaku•7m ago•0 comments

Show HN: Claude Status

https://github.com/gmr/claude-status
1•crad•7m ago•0 comments

AI isn't digital anymore. It's a 1-GW power problem

1•TheBottlenecker•8m ago•0 comments

Show HN: OpenTabs – Your AI calls Slack's internal API through the browser

https://github.com/opentabs-dev/opentabs
1•Jbced•8m ago•0 comments

What we learned building 100 API integrations with OpenCode

https://nango.dev/blog/learned-building-100-api-integrations-with-opencode
1•rguldener•10m ago•0 comments

Important Updates to GitHub Copilot for Students

https://github.com/orgs/community/discussions/189268
1•archb•10m ago•0 comments

We will come to regret our every use of AI

https://libresolutions.network/articles/ai-regret/
3•paulnpace•10m ago•0 comments

Show HN: Subagent-CLI – a CLI for managing multiple coding agents

1•otakumesi•11m ago•0 comments

What's My ΔE(OK) JND?

https://www.keithcirkel.co.uk/whats-my-jnd/
2•sebg•11m ago•0 comments

Cynium

https://cynium.com/
2•falibout•13m ago•0 comments

Claude can now build interactive charts and diagrams, directly in the chat

https://twitter.com/claudeai/status/2032124273587077133
2•tzury•14m ago•0 comments

I built a system that turns tax law from 100 regions into executable rules

https://www.getsphere.com/blog/building-tram
4•abowcut•15m ago•0 comments

Julian Shapiro: Landing Pages

https://www.julian.com/guide/startup/landing-pages
1•cat-whisperer•16m ago•0 comments

Show HN: GitClassic, a fast, lightweight GitHub front end (pages under 14KB)

https://gitclassic.com
1•heythisischris•17m ago•1 comments

Notes on AI Led Growth (ALG)

https://arnon.dk/notes-on-ai-led-growth-alg/
1•arnon•17m ago•0 comments

Empathia – open-source social network where empathy is the only score

https://empathia.world
2•DeAeternum•18m ago•1 comments

Learn about the ebbs and flows of citibikes in NYC

https://citibike.live
1•eltokh7•19m ago•0 comments

1 in 4 American Adults Have an "Intimate/Romantic" Relationship with AI

https://vantagepointdallascounseling.com/research/artificial-romance-a-study-of-ai-and-human-rela...
3•bananamogul•20m ago•1 comments

Tech backs Anthropic in its Pentagon fight

https://tapestry.news/tech/anthropic-pentagon/
3•sygonical•21m ago•0 comments

Alex Karp: "People are likely gonna have less good, and less interesting jobs"

https://newrepublic.com/post/207693/palantir-ceo-karp-disrupting-democratic-power
5•DGAP•22m ago•0 comments

B12 3.0 – A decade of helping customers build their home online

https://blog.marcua.net/2026/03/12/b12-30.html
1•sebg•22m ago•0 comments

Ask HN: When do you think "NO AI" will become a part of recruiting pitches?

1•asimpletune•22m ago•0 comments
Open in hackernews

Show HN: I got tired of writing release notes so I built a bot with Claude

https://github.com/arthur-ai/louisa
4•ashleynader•2h ago

Comments

ashleynader•2h ago
I'm a PM at Arthur. Every release I'd spend hours combing through commit logs and PRs trying to write something coherent for our users. Repetitive, time consuming, painful.

This week, I used Claude to build my very first agent, Louisa — a single Vercel serverless function that listens for git tags, fetches commits and PRs, generates polished release notes, and publishes them straight to GitHub/GitLab Releases. Louisa also posts a summary to Slack to notify my team!

Zero npm dependencies. Works with GitHub, GitLab, or both. The whole thing is about 500 lines of code.

Happy to answer questions about building dev tools as a non-engineer.