frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pyodide: a Python distribution based on WebAssembly

https://github.com/pyodide/pyodide
2•tosh•44s ago•0 comments

Ask HN: How do you promote a new platform and reach critical mass?

1•LeanVibe•54s ago•0 comments

CorridorKey: Perfect Green Screen Keys

https://github.com/nikopueringer/CorridorKey
1•QuantumNomad_•1m ago•0 comments

ECJ says EU states must change gender of citizens even if nat'l laws forbid it

https://brusselssignal.eu/2026/03/ecj-says-member-states-must-change-gender-of-citizens-even-if-n...
1•slater•1m ago•0 comments

Dark money group pays influencers $1.5K for posts attacking Democratic candidate

https://www.ms.now/news/kat-abughazaleh-dark-money-influencers
1•embedding-shape•1m ago•0 comments

TweetStyler – Stylish Unicode fonts for social media (especially X)

https://www.tweetstyler.com/
1•Rashka7•2m ago•1 comments

War, AI, the Oscars and SXSW?

https://machined.substack.com/p/war-ai-the-oscars-and-sxsw
1•dcosta•3m ago•0 comments

The Shape of the Thing

https://www.oneusefulthing.org/p/the-shape-of-the-thing
1•gmays•4m ago•0 comments

Iran unleashes oil shock to blunt US firepower

https://www.reuters.com/world/middle-east/iran-unleashes-oil-shock-blunt-us-firepower-2026-03-13/
1•tartoran•7m ago•0 comments

Why the militaries are scrambling to create their own Starlink

https://www.newscientist.com/article/2517766-why-the-worlds-militaries-are-scrambling-to-create-t...
3•mooreds•8m ago•0 comments

APL9: An APL for Plan 9

https://apl.pmikkelsen.com/
1•tosh•8m ago•0 comments

Show HN: My personal AI-powered dev workstation

https://github.com/rbren/personal-ai-devbox
1•rbren•8m ago•0 comments

Dex: Task Tracking for Agents

https://github.com/dcramer/dex
1•sebst•9m ago•0 comments

Claude overtaking ChatGPT in the enterprise – measured by job posts mentions

https://trends.sumble.com/?techs=anthropic-claude%2Copenai-chatgpt
1•antgoldbloom•11m ago•1 comments

Show HN: AI milestone verification for construction using AWS

https://builder.aws.com
1•eugenelotsu•11m ago•0 comments

JEP Draft: Enhanced Local Variable Declarations

https://openjdk.org/jeps/8357464
1•mfiguiere•12m ago•1 comments

Multi-dimensional weighted random roll (choice, dice, selection)

https://www.sacrideo.us/multi-dimensional-weighted-random-roll-choice-dice-selection/
2•tosh•12m ago•0 comments

Show HN: Diraigent – Self-hosted orchestration for AI coding agents

https://github.com/diraigent/diraigent
1•diraigent•12m ago•1 comments

If Claude Code is performing poorly, you might be in an A/B test

https://twitter.com/backnotprop/status/2032499680547148035
1•ramoz•12m ago•0 comments

Ukraine's Flamingo Cruise Missile Will Reshape the War's Dynamics

https://www.forbes.com/sites/vikrammittal/2026/03/13/ukraines-flamingo-cruise-missile-will-reshap...
1•MilnerRoute•13m ago•0 comments

Alpine glacier holds history dating back to the Romans. And it's melting–fast

https://www.popsci.com/environment/alpine-glacier-ice-melting-history/
1•Brajeshwar•13m ago•0 comments

China's ByteDance Gets Access to Top Nvidia AI Chips

https://www.wsj.com/tech/chinas-bytedance-gets-access-to-top-nvidia-ai-chips-d68bce3a
1•gmays•15m ago•0 comments

An AI that plans multi-city trips in seconds. CRAZY product

https://explorinder.com/
1•pabloceg•15m ago•0 comments

Public Memories – Comedy Skits from Krazam [video]

https://www.youtube.com/watch?v=AS9y-d2BvZU
2•nvader•15m ago•0 comments

1M context is now generally available for Opus 4.6 and Sonnet 4.6

https://claude.com/blog/1m-context-ga
2•meetpateltech•16m ago•0 comments

Show HN: I Made a PS1 Static Recompiler with No Prior Experience (and Claude)

https://1379.tech/i-built-a-ps1-static-recompiler-with-no-prior-experience-and-claude-code/
1•Gamemaster1379•16m ago•0 comments

Yes, and

https://en.wikipedia.org/wiki/Yes,_and_...
1•lucidplot•17m ago•0 comments

Einstein's Riddle – Who owns the fish?

https://www.numericana.com/answer/recreational.htm#einstein5
2•v8xi•17m ago•0 comments

The Cost of Delegation

https://variantsystems.io/blog/cost-of-delegation
2•vipulbhj•18m ago•0 comments

Webhook Architecture – Design Pattern

https://beeceptor.com/docs/webhook-feature-design/
1•ankit84•18m ago•0 comments
Open in hackernews

Launch HN: Captain (YC W26) – Automated RAG for Files

https://www.runcaptain.com/
22•CMLewis•1h ago
Hi HN, we’re Lewis and Edgar, building Captain to simplify unstructured data search (https://runcaptain.com). Captain automates the building and maintenance of file-based RAG pipelines. It indexes cloud storage like S3 and GCS, plus SaaS sources like Google Drive. There’s a quick walkthrough at https://youtu.be/EIQkwAsIPmc.

We also put up this demo site called “Ask PG’s Essays” which lets you ask/search the corpus of pg’s essays, to get a feel for how it works: https://pg.runcaptain.com. The RAG part of this took Captain about 3 minutes to set up.

Here are some sample prompts to get a feel for the experience:

“When do we do things that don't scale? When should we be more cautious?” https://pg.runcaptain.com/?q=When%20do%20we%20do%20things%20...

“Give me some advice, I'm fundraising” https://pg.runcaptain.com/?q=Give%20me%20some%20advice%2C%20...

“What are the biggest advantages of Lisp” https://pg.runcaptain.com/?q=what%20are%20the%20biggest%20ad...

A good production RAG pipeline takes substantial effort to build, especially for file workloads. You have to handle ETL or text extraction, chunking, embedding, storage, search, re-ranking, inference, and often compliance and observability – all while optimizing for latency and reliability. It’s a lot to manage. grep works well in some cases, but for agents, semantic search provides significantly higher performance. Cursor uses both and reports 6.5%–23.5% accuracy gains from vector search over grep (https://cursor.com/blog/semsearch).

We’ve spent the past four years scaling RAG pipelines for companies, and Edgar’s work at Purdue’s NLP lab directly informed our chunking techniques. In conversations with dozens of engineers, we repeatedly saw DIY pipelines produce inconsistent results, even after weeks of tuning. Many teams lacked clarity on which retrieval strategies best fit their data.

We realized that a system to provision storage and embeddings, handle indexing, and continuously update pipelines to reflect the latest search techniques could remove the need for every team to rebuild RAG themselves. That idea became Captain.

In practice, one API call indexes URLs, cloud storage buckets, directories, or individual files. Under the hood, we’re converting everything to Markdown. For this, we’ve had good results with Gemini 3 Pro for images, Reducto for complex documents, and Extend for basic OCR. For embedding models, ‘gemini-embedding-001’ performed reasonably well at first, but we later switched to the Contextualized Embeddings from ‘voyage-context-3’. It produced more relevant results than even the newer Voyage 4 models because its chunk embeddings are encoded with awareness of the surrounding document context. We then applied Voyage’s ‘rerank-2.5’ as second-stage re-ranking, reducing 50 initial chunks to a final top 15 (configurable in Captain’s API). Dense embeddings are just half the picture and full-text search with RRF complete our hybrid retrieval. In the Captain API, these techniques are exposed through a single /query endpoint. Access controls can be configured via metadata filters, and page number citations are returned automatically.

The stack is constantly changing but the Captain API creates a standard interface for this. You can try Captain, 1 month for free, and build your own pipelines at https://runcaptain.com. We’re looking for candid feedback, especially anything that can make it more useful, and look forward to your comments!

Comments

jamiequint•1h ago
This is cool, like qmd as a service with real-time integrations where it matters?

How do you handle more structured data like csv/xlsx/json? Would be cool if it were possible to auto-process links to markdown (e.g. youtube, podcast, arbitrary websites, etc) a la https://github.com/steipete/summarize (which can pull full text in addition to summarizing).

CMLewis•57m ago
Thanks, we're just starting to optimize more for the semi-structured data. So far, we've been parsing tables into Markdown and running them through the contextualized embedding model with no overlap, taking advantage of how it strings together chunks. This isn't great for big files so we're exploring agentic exploration (slow but good for more structured numerical data) and automated graph creation (promising for more relational data).

Love the auto-process markdown idea, we'll add it to our roadmap :D

jzig•1h ago
> spotty RAG

:O

vg_head•51m ago
Good looking! I didn't get to watch the video or look at docs in depth, but do the results trace back to the location of the answers in a document? Let's say it finds an answer in a PDF, and I'd like to know where in that PDF the citation is. Is that possible or intended?
CMLewis•34m ago
Great question, we have deterministic page # citations for PDF results and exact bounding box citations coming very soon.

If you want to check out the Query API response example, here's a link: https://docs.runcaptain.com/api-reference/query/collection-v...

mchusma•26m ago
Having tried this a bit I do really like the single api call for all of it.

I also appreciate transparent pricing but I am not 100% sure the sense of scale of costs. It could be helpful to give some ballparks on things for each of the plans. I'm not sure exactly what i could get out of a plan. My guess, trying hard to figure it out, was if i had about 1,000 pages of new/updated content per month, I would pay $295/month for unlimited queries on top of it. Is that roughly correct?