frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pace Layering: How Complex Systems Learn and Keep Learning (2018)

https://longnow.org/ideas/pace-layers/
1•walterbell•11s ago•0 comments

The 'botlash' movement is gaining momentum

https://www.ft.com/content/ecead6b9-eb42-4a85-bd33-073c659e84bf
1•johntfella•1m ago•0 comments

HookShow HN: BrokenClaw – RCE in OpenClaw via Gmail

https://brokenclaw.eu
1•veganmosfet•1m ago•1 comments

Skill Synthesis

https://cra.mr/skill-synthesis/
1•Olshansky•3m ago•0 comments

Firefox 148 Launches with AI Kill Switch Feature and More Enhancements

https://serverhost.com/blog/firefox-148-launches-with-exciting-ai-kill-switch-feature-and-more-en...
2•shaunpud•7m ago•0 comments

Show HN: AgentBudget – Real-time dollar budgets for AI agents

https://github.com/sahiljagtap08/agentbudget
4•sahiljagtapyc•8m ago•1 comments

Are functions just syntactic sugar for inheritance?

https://arxiv.org/abs/2602.16291
1•yangbo•9m ago•0 comments

'An AlphaFold 4' - Scientists marvel at DeepMind drug spin-off's new AI

https://www.scientificamerican.com/article/an-alphafold-4-scientists-marvel-at-deepmind-drug-spin...
1•helloplanets•14m ago•0 comments

AI Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
1•HotGarbage•15m ago•0 comments

Who Wins When Everyone's Writing Code?

https://predictabledialogs.com/learn/openclaw/future-of-software
2•jaikant•30m ago•4 comments

Taiwan's PSMC Joins Intel, SoftBank's ZAM alternative to HBM AI Memory

https://www.trendforce.com/news/2026/02/23/news-psmc-joins-intel-softbanks-zam-initiative-to-manu...
1•walterbell•30m ago•0 comments

Show HN: Build Your Own CLI Coding Agent in Python

https://github.com/primaprashant/alduin
1•primaprashant•30m ago•1 comments

Rust Debugging Survey 2026

https://blog.rust-lang.org/2026/02/23/rust-debugging-survey-2026/
2•umairnadeem123•32m ago•0 comments

Machine-Generated, Machine-Checked Proofs for a Verified Compiler

https://arxiv.org/abs/2602.20082
1•umairnadeem123•32m ago•0 comments

Machine gun set up close to the University of Tehran

https://www.iranintl.com/en/202602234502
2•ukblewis•32m ago•0 comments

Show HN: Describe a workflow in plain English and builds the multi-agent system

https://www.phinite.ai/
2•PhiniteAI•35m ago•3 comments

Cassandra Complex

https://en.wikipedia.org/wiki/Cassandra_(metaphor)
2•sans_souse•36m ago•0 comments

How to Organize Safely in the Age of Surveillance

https://www.wired.com/story/how-to-organize-safely-in-the-age-of-surveillance/
2•jbegley•38m ago•0 comments

Colt – Describe a browser task in English, get a Playwright script

1•Vipul_Sharma_69•39m ago•0 comments

Anthropic misanthropic toward China's AI labs

https://www.theregister.com/2026/02/24/anthropic_misanthropic_chinese_ai_labs/
1•abdelhousni•41m ago•1 comments

Show HN: Memctl.com: Open-source shared memory infrastructure for coding agents

2•meszmate•46m ago•0 comments

The Looming Taiwan Chip Disaster That Silicon Valley Has Long Ignored

https://www.nytimes.com/2026/02/24/technology/taiwan-china-chips-silicon-valley-tsmc.html
6•blatherard•47m ago•3 comments

Workaholic open source developers need to take breaks

https://www.theregister.com/2026/02/23/open_source_devs_column/
2•abdelhousni•48m ago•0 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
4•parkaboy•50m ago•1 comments

Huntarr – Your passwords and your ARR stack's API keys are exposed to anyone

https://old.reddit.com/r/selfhosted/comments/1rckopd/huntarr_your_passwords_and_your_entire_arr_s...
2•donutshop•50m ago•0 comments

Why I Hate Anthropic and You Should Too

https://danielmiessler.com/blog/why-you-should-hate-anthropic
4•curmudgeon22•56m ago•0 comments

Show HN: L88 – A Local RAG System on 8GB VRAM (Need Architecture Feedback)

2•adithyadrdo•57m ago•0 comments

Compiler Education Deserves a Revolution

https://thunderseethe.dev/posts/compiler-education-deserves-a-revoluation/
3•azhenley•1h ago•1 comments

Torvalds Drops Old Linux Kconfig Option to Address Tiresome Kernel Log Spam

https://www.phoronix.com/news/Torvalds-Unseeded-Random
2•voxadam•1h ago•0 comments

FDA approves swallowable weight-loss balloon as alternative to GLP-1 drugs

https://www.businesswire.com/news/home/20260223930098/en/Allurion-Receives-U.S.-FDA-Approval
4•sizzle•1h ago•0 comments
Open in hackernews

Show HN: LexReviewer – Because "Chat with PDF" is broken for legal workflows

https://github.com/LexStack-AI/LexReviewer
1•sherebanuk•1h ago
Hi HN!

Most “chat with PDF” tools work fine until you try using them for something that actually matters, like contracts.

The issue isn’t that they can’t answer questions. It’s that you can’t trust the answers. They return something that sounds correct, but don’t clearly show where it came from, or they miss context from referenced clauses and related documents.

Legal docs make this harder because questions aren’t uniform: - sometimes you’re searching concepts - sometimes exact clause IDs - sometimes text from a different linked document

Most systems handle all of those the same way, which is where things break.

So I built LexReviewer, an open-source backend designed around a single rule: ""an answer isn’t useful unless you can verify it instantly.""

Instead of treating every query identically, it adapts its search strategy based on what you’re asking and can follow references across documents when needed. The result is answers that stay grounded in real text and point directly to the source passage.

Repo: https://github.com/LexStack-AI/LexReviewer

-- Currently tested on 300+ page contracts with cross-references

Feedback I’d especially value:

- Where do current document-AI systems fail hardest for you? - What’s been the biggest blocker to trusting AI outputs in production workflows? - If you’ve built something similar, what design choices ended up mattering most?

Comments

sherebanuk•1h ago
Author here, happy to dive into technical details if anyone’s curious.

I’m especially interested in how others are solving: - multi-document reasoning - citation reliability - retrieval accuracy in dense technical text

Would love to hear what’s worked (or failed) in real deployments.