frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

YourCompanyBrain

https://pypi.org/project/ycb/
1•Kirtan16•43s ago•0 comments

Per-tensor layout maps for GGUF quantization

https://huggingface.co/blog/bartowski/per-tensor-layout-maps-for-gguf-quantization
2•pickledish•6m ago•0 comments

Benchmark: CadQuery vs. OpenSCAD for agentic CAD work

https://modelrift.com/blog/cadquery-vs-openscad/
2•jetter•12m ago•0 comments

Show HN: AgentRuleBench, does AI agents violate inferred architecture rules?

https://github.com/Tommkruix/agentrulebench
1•Tommkruix123•12m ago•0 comments

OpenAI delaying IPO amid AI safety concerns, Sam Altman says

https://www.axios.com/2026/09/12/openai-public-ipo-delay-sam-altman
4•m-hodges•14m ago•0 comments

Show HN: An independent directory of AI misalignment reports

https://misalignment.xyz/
1•awormuth•14m ago•0 comments

OmarchyOS Agentic Linux

https://omarchy.us/#home
3•ijidak•17m ago•1 comments

JetKVM OS Services

https://jetkvm.com/blog/introducing-jetkvm-os-services
3•thinkafterbef•17m ago•0 comments

Void Linux Maintainer Orphans 100 Packages over AI Policy Dispute

https://www.phoronix.com/news/Void-Linux-AI-Policy-Orphan
5•Bender•20m ago•0 comments

Uber Guests Aren't Bound by Uber's TOS–Walker vs. Uber

https://blog.ericgoldman.org/archives/2026/09/uber-guests-arent-bound-by-ubers-tos-walker-v-uber.htm
1•hn_acker•22m ago•0 comments

The Dangers of Musk's Votesafe.org

https://popular.info/p/the-hidden-dangers-of-musks-votesafeorg
4•DeepLogin•22m ago•0 comments

I Made a Bet with Tesla

https://www.youtube.com/watch?v=fo-uubnajWM
1•Betelbuddy•22m ago•0 comments

Using Elm and Rust for one 3D web app

https://yoggimix.bearblog.dev/elm-rust-and-webgl-in-one-app/
1•yoggimix•23m ago•0 comments

Asking the most uncomfortable question in AI

https://www.aiminority.dev/the-ai-danger-public-temperature-check
2•danba340•23m ago•1 comments

Show HN: Picobble – my daily word puzzle game

https://picobble.com/
1•vortegne•24m ago•0 comments

40C3 is moving. Just around the corner. Come and help pack up

https://events.ccc.de/en/2026/07/02/were-moving/
1•Tomte•24m ago•0 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
1•poltora•26m ago•1 comments

Can large language models understand hum4n L4ngu4ge and the W0rld behind W0rds?

https://royalsocietypublishing.org/rsta/article/384/2320/20250008/481681/A-sentence-is-worth-a-th...
1•Anon84•29m ago•0 comments

Show HN: SimTower, Decompiled, Rewritten, and in the Browser

https://kvetch.io/conciliatower/
1•jonahss•29m ago•1 comments

Anthropic CEO calls on AI companies to slow down development

https://www.euronews.com/my-europe/2026/09/12/anthropic-ceo-dario-amodei-calls-on-ai-companies-to...
2•throwawayffffas•31m ago•0 comments

Show HN: Come prove the Berge Fulkerson conjecture with a swarm of agents

https://provetogether.ai/problems/15
4•fcesco•31m ago•0 comments

Show HN: StateHunter and AuditGuard – Client-Side SPA Recon and Safe Harbor CLI

https://codeandcypher.com/posts/client-side-spa-recon-and-safe-harbor-verification/
1•hlldvr•32m ago•0 comments

LG Says We're Fake News [video]

https://www.youtube.com/watch?v=ToP9xfLDSME
4•HelloUsername•34m ago•0 comments

In the Age of AI, TODOs Considered Harmful

https://frequal.com/java/TodosConsideredHarmful.html
1•TeaVMFan•36m ago•2 comments

OpenAI won't go public this year

https://fortune.com/2026/09/12/sam-altman-openai-ipo-delay-ill-advised-moment-safety-concerns/
6•spidersouris•36m ago•1 comments

On teaching mathematics (2007) [pdf]

https://www-sop.inria.fr/members/Ian.Jermyn/philosophy/writings/Arnoldonmaths.pdf
3•exposition•37m ago•0 comments

Tesla Roadster to be unveiled on Oct first

https://www.tesla.com/roadster
2•simonebrunozzi•40m ago•0 comments

The first-ever naval battle between unmanned boats

https://twitter.com/GirkinGirkin/status/2098799352328183918
2•newsuser•40m ago•0 comments

SEC Proposes Regulation Crypto Assets

https://www.dlapiper.com/en-us/insights/publications/2026/09/sec-proposes-regulation-crypto-assets
1•thedragongc•41m ago•0 comments

Jimmy Kimmel Interviews James Talarico

https://www.youtube.com/watch?v=WLDE9LrGpNk
18•Betelbuddy•41m ago•2 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•1y ago

Comments

zljdanceholic•1y 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!