frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

League and other Riot Games require age verification in Brazil from March 17

https://www.riotgames.com/pt-br/not%C3%ADcias/eca-digital-brasil
1•haunter•22s ago•0 comments

MacBook Neo Has Most Accessible Mac Battery in over a Decade

https://www.macrumors.com/2026/03/13/ifixit-macbook-neo-teardown/
1•tosh•25s ago•0 comments

Wan 2.7 planned for March release with big upgrades

1•Alisaqqt•1m ago•0 comments

Microsoft Copilot now boarding your health information

https://www.theregister.com/2026/03/12/microsoft_copilot_health/
1•Bender•1m ago•0 comments

Show HN: Disposable inbox API with OTP extraction and WebSocket push

https://www.freecustom.email/en
1•dishantsinghdev•2m ago•0 comments

TeXmacs 2.1.5 has been released

http://forum.texmacs.cn/t/texmacs-2-1-5-has-been-released/2164
1•amichail•2m ago•0 comments

'Are you freaking crazy?' Bot harasses woman, gets led away by cops

https://www.theregister.com/2026/03/13/china_bot_berated_woman_freaking_crazy/
1•Bender•4m ago•0 comments

You deleted everything and AWS is still charging you?

https://jvogel.me/posts/2026/aws-still-charging-you/
1•ke4qqq•6m ago•0 comments

Bryan Johnson's Longevity Protocol

https://blueprint.bryanjohnson.com/blogs/news/bryan-johnsons-protocol
1•avonmach•8m ago•0 comments

The Hottest Job in Tech Isn't Glamorous

https://www.wsj.com/cio-journal/the-hottest-job-in-tech-isnt-very-glamorous-dc29ab3e
1•1vuio0pswjnm7•8m ago•0 comments

Ask HN: Is there prior art for this rich text data model?

2•chrisecker•8m ago•0 comments

Show HN: Execute local LLM prompts in remote SSH shell sessions

2•smudgy3746•9m ago•0 comments

My Life Got 100x Better When I Stopped Thinking About Google

https://joostboer.com/google-quality-of-life
1•bookofjoe•9m ago•0 comments

Troubleshooting Kubectl "No Route to Host" on a Mac

https://lizhaoliu.github.io/posts/troubleshooting-kubectl-local-network.html
1•lizhaoliu•9m ago•0 comments

How a mathematician is cracking open Mexico's powerful drug cartels

https://www.nature.com/articles/d41586-026-00299-0
1•herbertl•11m ago•0 comments

AI toys for young children must be more tightly regulated, say researchers

https://www.theguardian.com/technology/2026/mar/13/ai-toys-young-children-tigher-regulations-rese...
2•Brajeshwar•12m ago•0 comments

Reddit's Lawsuit Is a Dangerous Attempt to Expand Platform Power

https://serpapi.com/blog/reddits-lawsuit-is-a-dangerous-attempt-to-expand-platform-power/
2•paigealyse•13m ago•0 comments

Coding Agents and Complexity Budgets

https://leerob.com/agents
1•herbertl•14m ago•0 comments

ASA hails victory vs. SEC in off-channel communications challenge

https://www.investmentnews.com/regulation-legal-compliance/asa-hails-victory-vs-sec-in-off-channe...
1•petethomas•16m ago•0 comments

Protecting children is a good thing, but the policy proposals remain harmful

https://www.cato.org/blog/keeping-kids-safe-good-policy-proposals-are-still-bad-speech-innovation...
2•01-_-•18m ago•0 comments

Evaluating Claude's dbt Skills: Building an Eval from Scratch

https://rmoff.net/2026/03/13/evaluating-claudes-dbt-skills-building-an-eval-from-scratch/
2•rmoff•18m ago•0 comments

1M context window now generally available for Claude Opus and Sonnet 4.6

https://twitter.com/claudeai/status/2032509548297343196
2•tosh•23m ago•0 comments

Ask HN: Is "fast, cheap, correct – pick two" still true in software development?

1•VWWHFSfQ•24m ago•3 comments

Pandas Exercises for Data Analysis (Interactive)

https://machinelearningplus.com/python/101-pandas-exercises-python-interactive/
2•selva86•26m ago•1 comments

Why physical AI is becoming manufacturing's next advantage

https://www.technologyreview.com/2026/03/13/1134184/why-physical-ai-is-becoming-manufacturings-ne...
3•joozio•28m ago•0 comments

AI‑driven fraud and corporate crime: Risks, controls and insurance implications

https://www.wtwco.com/en-us/insights/2026/02/ai-driven-fraud-and-corporate-crime-risks-controls-a...
1•mooreds•28m ago•0 comments

Nvidia: Parrot

https://nvlabs.github.io/parrot/index.html
1•tosh•29m ago•0 comments

Your Phone Is an Entire Computer

https://medhir.com/blog/your-phone-is-an-entire-computer
26•medhir•29m ago•17 comments

AI writing has a homogeneity problem

https://usenoren.ai/blog/why-ai-writing-sounds-the-same
1•snoren•31m ago•2 comments

Adobe to Offer $75M in Free Services to Settle Government Lawsuit

https://www.bloomberg.com/news/articles/2026-03-13/adobe-cancellation-lawsuit-settled-for-150-mil...
6•1vuio0pswjnm7•31m ago•0 comments
Open in hackernews

An Enterprise-Level Retrieval-Augmented Generation System

https://comfyai.app/article/llm-applications/enterprise-level-rag-hands-on-practice-II
6•zljdanceholic•10mo ago

Comments

zljdanceholic•10mo ago
How can we search the wanted key information from 10,000+ pages of PDFs within 2.5 hours? For fact check, how do we implement it so that answers are backed by page-level references, minimizing hallucinations?

RAG-Challenge-2 is a great open-source project by Ilya Rice that ranked 1st at the Enterprise RAG Challenge, which has 4500+ lines of code for implementing a high-performing RAG system. It might seem overwhelming to newcomers who are just beginning to learn this technology. Therefore, to help you get started quickly—and to motivate myself to learn its ins and outs—I’ve created a complete tutorial on this.

We have a complete graph to explain its workflow where multiple tools are used: Docling for parsing PDFs, LangChain for chunking text, faiss for vectorization and similarity searching, and chatgpt for LLMs.

Besides, I also outline the codeflow, demonstrating the running logic involving multiple python files where starters can easily get lost. Different files are colored differently. The purpose of showing this is not letting you memorize all of these file relationships. It works better for you to check the source code yourself and use this as a reference if you find yourself lost in the code.

The original project of Ilya Rice design its RAG system for answering questions of annual reports from companies, so he only designed three types of question response format for that challenge: a name, a number, or a boolean. But to ask questions about technical stuff, we absolutely ask general questions like How does RoPE work? to know about some concepts and the like Therefore, I further modify the system logic to fit this need by customizing an AnswerWithRAGContextExplanationPrompt class and automatically matching the most related chapter and corresponding pages via searching through all faiss databases (only retrieve the top-1) The final performance is demonstrated below (not cherry-picked, only tested once).

- What's the steps to train a nanoGPT from scratch? The answer is:

Training nanoGPT from scratch involves several clearly defined steps. First, set up the environment by installing necessary libraries, using either Anaconda or Google Colab, and then download the dataset (e.g., tinyShakespeare). Next, tokenize the text into numerical representations and split the data into training and validation sets. Define the model architecture including token/positional embeddings, transformer blocks with multi-head self-attention and feed-forward networks, and layer normalization. Configure training hyperparameters and set up an optimizer (such as AdamW). Proceed with a training loop that performs forward passes, computes loss, backpropagates, and updates parameters, while periodically evaluating performance on both training and validation data. Finally, use the trained model to generate new text from a given context.

All code are provided on Colab and the tutorial is referenced here. Hope this helps!