frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Teams have a context-sharing problem; TeamContext is our attempt

https://github.com/hzhou9/TeamContext
1•hzhou9•1m ago•1 comments

AIs are not conscious, but most critics can't adequately explain why

https://plus.flux.community/p/its-like-this-why-your-perception
1•Novapebble•2m ago•0 comments

Show HN: Wez, modern terminal web browser with Vim bindings

https://github.com/keyle/wez
1•keyle•4m ago•0 comments

Feds take notice of iOS vulnerabilities exploited under mysterious circumstances

https://arstechnica.com/security/2026/03/cisa-adds-3-ios-flaws-to-its-catalog-of-known-exploited-...
1•givinguflac•4m ago•0 comments

Show HN: Skylos – A Python dead code finder benchmarked against 9 libraries

https://skylos.dev/blog/we-scanned-9-popular-python-libraries
1•duriantaco•6m ago•1 comments

Netflix acquires Ben Affleck's AI company

https://www.npr.org/2026/03/06/nx-s1-5739370/netflix-ben-affleck-ai-interpositive-deal
1•larubbio•7m ago•0 comments

Show HN: I built an autonomous AI company that runs itself (22 cycles, $36)

https://runautoco.com
1•Ndmtrieff•8m ago•2 comments

Intelligence Beyond Knowledge

https://philpapers.org/rec/HANIBK
1•huiwenhan•8m ago•1 comments

Some Words on WigglyPaint

https://beyondloom.com/blog/onwigglypaint.html
1•RebelPotato•10m ago•0 comments

I've built a better Lovable clone alone

https://playcode.io/
1•ianberdin•10m ago•0 comments

LLM Doesn't Write Correct Code. It Writes Plausible Code

https://blog.katanaquant.com/p/your-llm-doesnt-write-correct-code
1•dnw•13m ago•0 comments

Fast starting Clojure runtime built with GraalVM native-image and Crema

https://github.com/borkdude/cream
1•PaulHoule•13m ago•0 comments

Show HN: MarketplaceKit – Ship a rental marketplace in days instead of months

https://kit.creativewin.net
1•markoristicc•15m ago•0 comments

Tree Rings Reveal Origins of Some of the World's Best Violins

https://www.nytimes.com/2026/03/04/science/stradaviri-violin-forest-tree-rings.html
1•bookofjoe•16m ago•1 comments

Show HN: Reflectt-node – tell Claude to install it, AI team in 5 min

https://github.com/reflectt/reflectt-node
1•reflectt•16m ago•1 comments

Useful queries to analyze PostgreSQL lock trees (a.k.a. lock queues)

https://postgres.ai/blog/20211018-postgresql-lock-trees
1•tanelpoder•17m ago•0 comments

Many scientists now use AI but fail to disclose it, study finds

https://phys.org/news/2026-03-scientists-ai-disclose.html
2•g-b-r•19m ago•0 comments

Data reveal a significant acceleration of global warming since 2015

https://phys.org/news/2026-03-reveal-significant-global.html
2•g-b-r•20m ago•0 comments

A novel about a frustrated IT analyst who gets pulled into organized crime

https://www.amazon.com/dp/B0GRC31MCS
2•smafarin•22m ago•0 comments

Amazon says Anthropic's Claude still OK for AWS customers to use

https://www.cnbc.com/2026/03/06/amazon-aws-anthropic-claude-pentagon-blacklist.html
2•johnbarron•23m ago•0 comments

Show HN: Git for your AI workflow - Version control for what Claude remembers

https://dullnote.com/
1•thedizzyhub•24m ago•0 comments

New plan would tax the rich, eliminate taxes for half of U.S. workforce

https://www.oregonlive.com/politics/2026/03/a-surcharge-for-millionaires-this-plan-would-tax-the-...
3•MilnerRoute•24m ago•0 comments

Savage Care

https://aeon.co/essays/why-bioethics-cannot-help-doctors-in-actual-medical-practice
1•tomodachi94•35m ago•0 comments

Fully functional hair follicle organ regen using potential stem cells in vitro

https://www.sciencedirect.com/science/article/pii/S0006291X26002238
2•bookofjoe•36m ago•0 comments

Burdened by Tech, Gen Z Is Flocking to DVDs and VHS [video]

https://www.youtube.com/watch?v=4UqoTO9kO6c
4•hackerbeat•40m ago•0 comments

Opus 4.6 solved one of Donald Knuth's conjectures [pdf]

https://www-cs-faculty.stanford.edu/%7Eknuth/papers/claude-cycles.pdf
3•peterjliu•40m ago•0 comments

I'm not consulting an LLM

https://lr0.org/blog/p/gpt/
5•lr0•40m ago•0 comments

Tim Sweeney signed away his right to criticize Google's app store until 2032

https://www.theverge.com/news/889595/tim-sweeney-signed-away-his-right-to-criticize-google-until-...
3•CharlesW•42m ago•0 comments

Show HN: I wrote an LLM inference engine in pure Go – 48 tok/s zero dependencies

https://github.com/computerex/dlgo/tree/main
1•computerex•42m ago•0 comments

I built the "Strava for Developers" because I'm tired of being a bar on a chart

1•usmangurowa•43m ago•0 comments
Open in hackernews

Show HN: Contexa – Git-inspired context management for LLM agents

https://github.com/swadhinbiswas/contexa
1•0x0003r•5h ago
Hi HN,

I’ve been experimenting with building LLM agents and kept running into the same problem: managing context gets messy quickly. Prompts grow, reasoning steps get lost, and it's hard to reproduce or roll back agent behavior.

So I built Contexa, a small open-source project that treats LLM context a bit like Git — with ideas like snapshots, branching, and history for context.

The goal is to make it easier to:

track how context evolves

experiment with different reasoning paths

reproduce agent behavior

It’s still early, but I’d love feedback from people building LLM tools.

Repo: https://github.com/swadhinbiswas/contexa Paper: https://arxiv.org/abs/2508.00031