frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ralph Review – OSS code review that loops fixes until no issues remain

https://github.com/kenryu42/ralph-review
1•kenryu•37s ago•0 comments

Situational Awareness (2024)

https://situational-awareness.ai/
1•piinbinary•1m ago•0 comments

Show HN: Tymeslot – Open-source cal.com alternative built with Elixir/Phoenix

https://github.com/tymeslot/tymeslot
1•luka-thb•1m ago•0 comments

The End of Eleventy

https://brennan.day/the-end-of-eleventy/
1•dzogchen•1m ago•0 comments

High-performance TRAMP back end using JSON-RPC instead of shell parsing

https://github.com/ArthurHeymans/emacs-tramp-rpc
2•PaulHoule•1m ago•0 comments

Show HN: Nemilia – multi-agent AI workspace in a single HTML file, no back end

https://github.com/luislopez1212/nemilia
1•Nemilia•2m ago•0 comments

Show HN: Liftstack – Snippet-level A/B testing for CRM marketers

https://www.liftstack.com/
1•iamacyborg•2m ago•0 comments

How to build great products (2013)

https://defmacro.org/2013/09/26/products.html
1•ozgune•2m ago•0 comments

Show HN: Searchable JSON compression (offline demo and DD evidence and BYOD kit)

https://flippa.com/12431275-pre-revenue-tech-asset-searchable-json-ndjson-compression-offline-10-...
1•Tetsuro•2m ago•0 comments

macOS Tahoe 26.3.1 update will "upgrade" your M5's CPU to new "super" cores

https://arstechnica.com/gadgets/2026/03/macos-tahoe-26-3-1-update-will-upgrade-your-m5s-cpu-to-ne...
1•voxadam•2m ago•0 comments

We have more privacy controls yet less privacy

https://www.bbc.com/news/articles/c4gj39zk1k0o
1•Brajeshwar•3m ago•0 comments

Why your IQ no longer matters in the era of AI

https://bigthink.com/business/why-your-iq-no-longer-matters-in-the-era-of-ai/
1•Brajeshwar•3m ago•0 comments

A basket of new fruit varieties is coming your way

https://www.economist.com/science-and-technology/2026/03/04/a-basket-of-new-fruit-varieties-is-co...
1•Brajeshwar•3m ago•0 comments

Palantir and other tech companies are stocking offices with tobacco products

https://fortune.com/2026/03/04/palantir-tech-companies-offices-vending-machines-tobacco-worker-pr...
2•donutshop•4m ago•0 comments

Bringing Claude Code Intelligence to Your SaaS

https://www.twinsai.com/blog/bringing-claude-code-intelligence-to-your-saas
2•nirajs•4m ago•0 comments

Furgit, fast Git library in pure Go, re-structured

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

Show HN: Tokenusage – Rust CLI that tracks Claude Code/Codex tokens 214x faster

https://github.com/hanbu97/tokenusage
1•hanbu97•7m ago•1 comments

What is "Nothing"? 9 levels of nothing [video]

https://www.youtube.com/watch?v=PhfqdBk8qxk
1•caustic•7m ago•0 comments

New USPS Galaxy Pair Stamp

https://store.usps.com/store/product/galaxy-pair-stamp-S_129604
1•bookofjoe•7m ago•1 comments

Show HN: ClawLite – AI agent runtime built on Android Termux

https://github.com/eobarretooo/ClawLite
1•eobarretooo•7m ago•0 comments

Rust: The Unlikely Engine of the Vibe Coding Era

https://www.forbes.com/councils/forbestechcouncil/2026/03/03/rust-the-unlikely-engine-of-the-vibe...
2•01-_-•7m ago•0 comments

What VSCode type IDE to use to avail of open source models for code gen / comp

2•vivzkestrel•7m ago•0 comments

Humans Have Context Windows Too

https://a-z.md/posts/jn73t389b1p7nynnqz0n08nh7d82axn3
2•andytratt•8m ago•0 comments

The Resource Allocator Inherits the Earth

https://a-z.md/posts/jn7fcq6re1gjd9nxjj4w3jq73n82b26a
2•andytratt•8m ago•0 comments

Ask HN: Bet on when an LLM will be able to run doom

1•julienreszka•8m ago•0 comments

Show HN: Instillr – An app that simulates reactive instant film chemistry

https://instillr.app/
1•atticusinclair•9m ago•0 comments

Show HN: Neo – AI-powered native .NET desktop app generator

1•hfriedrich•10m ago•0 comments

Show HN: 10 months ago I collected 300 daily games,today I have 773 and counting

https://dles.gg
2•trizoza•11m ago•1 comments

The IRIX 6.5.7M (sgi) source code

https://github.com/calmsacibis995/irix-657m-src
5•reconnecting•13m ago•2 comments

How Easy Is It to Trick an AI? Notes from a Red Team Competition

https://medium.com/@pol.avec/how-easy-is-it-to-trick-an-ai-notes-from-a-red-team-competition-523d...
1•pol_avec•13m ago•0 comments
Open in hackernews

How do you stop AI from making bad architectural decisions in your codebase?

2•Ansh_Dhanani•1h ago
The problem I keep hitting: AI assistants are making architectural decisions — what to import, which layer to touch, which module to put things in — without any understanding of the architecture they're working in.

It's not just wrong paths. It's more fundamental. The AI doesn't know your module ownership. It can't trace the blast radius of a change. It has no idea which constraints your team has defined or why. It gets files and hallucinates the rest.

I built Mikk to fix this — a codebase context engine that parses your TypeScript project and gives your AI the architecture it's missing. Dependency graph, module boundaries, blast radius analysis, architectural contracts, and a live MCP server so the AI can query your real architecture mid-task.

Curious how others are handling this. CLAUDE.md written by hand? RAG pipelines over your source? Context window tricks? What's actually working for non-trivial codebases?

(Mikk is open source: https://github.com/Ansh-dhanani/mikk)