frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
128•levkk•5h ago•32 comments

Show HN: Sowbot – open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
76•Sabrees•5h ago•32 comments

Show HN: Search-sessions – Search all your Claude Code session history in <300ms

https://github.com/sinzin91/search-sessions
3•sinzin91•33m ago•2 comments

Show HN: Fostrom, an IoT Cloud Platform built for developers

https://fostrom.io/
8•arjunbajaj•3d ago•4 comments

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://github.com/vignesh07/babyshark
2•eigen-vector•41m ago•0 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
103•ai_bot•12h ago•45 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
452•MilkMp•1d ago•94 comments

Show HN: I vibe-coded a custom WebGPU engine for my MMO

https://github.com/verekia/voidcore
3•jverrecchia•2h ago•1 comments

Show HN: BVisor – An Embedded Bash Sandbox, 2ms Boot, Written in Zig

https://github.com/butter-dot-dev/bVisor
10•edunteman•3h ago•4 comments

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.)

https://github.com/AgentDbg/AgentDbg
3•z-a-f•3h ago•2 comments

Show HN: Unlock the best engineering knowledge in papers for your coding agent

https://code.paperlantern.ai
5•kalpitdixit•3h ago•19 comments

Show HN: A geometric analysis of Chopin's Prelude No. 4 using 3D topology

https://github.com/jimishol/cholidean-harmony-structure/blob/main/docs/03-case-study-chopin-prelu...
47•jimishol•3d ago•11 comments

Show HN: What I've learned from shipping 25 mobile apps

https://newsletter.masilotti.com/p/what-ive-learned-from-shipping-25
3•joemasilotti•4h ago•0 comments

Show HN: 3D Mahjong, Built in CSS

https://voxjong.com
122•rofko•1d ago•57 comments

Show HN: Free ecommerce platform for link-in-bio people

https://stoar.page/
2•arajnoha•4h ago•2 comments

Show HN: Mato – a Multi-Agent Terminal Office workspace (tmux-like)

https://github.com/mr-kelly/mato
3•chepy•5h ago•0 comments

Show HN: Agent Multiplexer – manage Claude Code via tmux

https://github.com/mixpeek/amux
2•Beefin•5h ago•0 comments

Show HN: TTSLab – A voice AI agent and TTS lab running in the browser via WebGPU

https://ttslab.dev
5•MbBrainz•5h ago•2 comments

Show HN: EloPhanto – A self-evolving AI agent that builds its own tools

https://github.com/elophanto/EloPhanto
2•elophanto_agent•5h ago•0 comments

Show HN: Self-hosted lightweight file sharing app. (folderhost)

https://github.com/MertJSX/folderhost
8•mertjsx•6h ago•0 comments

Show HN: Implementing ping from the Ethernet layer (ARP,IPv4,ICMP in user space)

https://github.com/v420v/ping
5•ibuki256•11h ago•1 comments

Show HN: Local-First Linux MicroVMs for macOS

https://shuru.run
206•harshdoesdev•1d ago•62 comments

Show HN: I built an iOS app to WebRTC into my Mac terminal from the toilet

https://macky.dev
2•Sayuj01•6h ago•2 comments

Show HN: Slipshow, a multi-paradigm presentation tool

https://slipshow.org
2•panglesd•7h ago•0 comments

Show HN: Rendering 18,000 videos in real-time with Python

https://madebymohammed.com/pysaic
36•mbmproductions•1d ago•5 comments

Show HN: Llama 3.1 70B on a single RTX 3090 via NVMe-to-GPU bypassing the CPU

https://github.com/xaskasdf/ntransformer
386•xaskasdf•2d ago•101 comments

Show HN: SkillScan – Free API to detect malicious AI agent skill files

https://skillscan.chitacloud.dev
3•AutoPilotAI•8h ago•0 comments

Show HN: Keep your eyes healthy with 20 20 20 rule reminder using bash

https://gist.github.com/kwkr/b6376b4ade4d14467334bc0dbb845a16
3•zukerpie•8h ago•0 comments

Show HN: Agentic programming needs new processes

https://github.com/agereaude/cx/blob/main/CX.md
3•agereaude•8h ago•1 comments

Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)

https://github.com/younes-io/agent-skills/tree/main/skills/tlaplus-workbench
41•youio•1d ago•4 comments
Open in hackernews

Show HN: Unlock the best engineering knowledge in papers for your coding agent

https://code.paperlantern.ai
5•kalpitdixit•3h ago

Comments

kalpitdixit•3h ago
The best engineering knowledge is locked in research papers. Paper Lantern unlocks it for your code.

Paper Lantern is an MCP server that distills 2M+ CS research papers into the right method for your problem — its tradeoffs, benchmarks, and how to implement it — delivered directly to your coding agent. Works with Claude Code, Cursor, Copilot, any MCP client.

Your coding agent can search for papers, but it's searching the open web — not a purpose-built research index. And even when it finds papers, the hard questions remain: which methods actually matter for your problem? What are the tradeoffs at your scale? What was tried and failed? What should you actually implement? That reasoning lives in papers and it never reaches your code.

EXAMPLE ask your agent to implement chunking for a RAG pipeline. Paper Lantern detects your context — multi-source corpus, accuracy-critical, technical documents — then searches across 2M+ papers and finds 4 from January 2026 that directly apply. It explains each technique in plain language, shows why it matters for your specific setup, synthesizes how they address different pipeline stages, and recommends what to start with and why — with implementation details your coding agent can act on immediately.

One of those papers: a cross-document topic-aligned chunking approach hitting 0.93 faithfulness vs 0.78 for semantic chunking (arxiv:2601.05265). Another: a pruning method that cuts input tokens 76% while improving answer quality (arxiv:2601.17532).

The index covers agent design, RAG and retrieval, LLM inference, fine-tuning, evaluation, search and ranking — hundreds of techniques across applied CS.

BACKGROUND I spent 7 years leading various LLM and RAG teams at AWS Bedrock (IIT-Bombay, Stanford). Paper Lantern started as a research discovery platform - this is the same engine with additional reasoning, now plugged into coding workflows via MCP.

Looking for engineers who use coding agents daily. Happy to answer questions about the search, the synthesis, or the MCP integration.

code.paperlantern.ai

Devansh11•3h ago
Amazing work. Really nice that you included actual numbers (0.93 vs 0.78) in your semantic chunking example. When the synthesis recommends a method, does it pull benchmark comparisons across papers so I can see how methods perform on the same metrics? That's the thing that takes me forever to compile manually.
kalpitdixit•3h ago
Yes - that's a pain, especially because different papers often use different test sets, test settings or different metrics. What we do is find benchmarks across papers; aggregate them, highlight what is comparable and what is not

actually, we also just give a short set of bullet points to summarize all of it for you - so accepting the output is easy for you

harshil4000•3h ago
Appreciate MCP server availability, will help integrate with Claude. I literally have a Notion database where I tag papers by technique and link them to our codebase decisions. It's a nightmare to maintain. Does Paper Lantern keep any kind of project memory - like "for this repo, we previously decided on approach Y because of paper Z" - so the reasoning compounds over time?
kalpitdixit•3h ago
yes - it instructs the coding agent to maintain a markdown file for the outputs from paper lantern, which the coding agent can refer to later. it also asks the coding agent to record whether the human user accepted the suggestion or not.

that way it helps you keep record of things - but also, you can come later and ask : which of our decisions now have updates in research ? can we adopt them ?

str1der23•3h ago
How do you evaluate the synthesis quality? Like if I ask about chunking strategies and it recommends method A over method B for my use case — how do you know that recommendation is actually good? Have you run any benchmarks on recommendation accuracy, or is this more of a "trust the retrieval + LLM reasoning" setup?
kalpitdixit•3h ago
we've run a few tests for this. The first was quite innovative - we created a mapping of method-to-target-problem by using the papers themselves because each paper says which problems it's methods target. Then we checked whether our recommendation followed that mapping or not.

The best test was of course to actually run coding agents without and with our mcp server, we saw performance improvements on the metrics that the user requested for on 100+ such real scenarios, so this was convincing enough then.

hdhruva•3h ago
Interesting. A few questions about the search layer: are you using dense retrieval, sparse, or hybrid? At 2M papers, how do you handle the drift between how engineers describe problems ("my RAG pipeline hallucinates on long docs") vs how papers describe solutions ("cross-document coherence in retrieval-augmented generation")? That query-document vocabulary gap is the hard part of academic search.
kalpitdixit•3h ago
we've been working on search for over a year now - it's a complex hybrid system now. so it does use primitives like word-based search and embeddings etc. but it's power comes from a unqiue combination of all these and more techniques together.

yes, the gap between engineer descriptions and paper description is real - we had to work on that. we use a combinations of LLMs, vectors and a few more techniques to create a good mapping between the two. the vocab gap didn't harm us too much because we aren't only using word overlaps etc.

aalishadalal•3h ago
With the landscape of AI/ ML space changing so rapidly, the ability for coding agents having access to SOTA research in their hand makes me feel that I suddenly would have the ability to solve some of the toughest engineering problems and expedite my journey in contributing in solving problems in new areas which I have always aspired to solve.
kalpitdixit•2h ago
yes :)

this is exactly what we are aiming for - that you can apply your ideas and imagination, without having to be an expert in everything. most applications need expertise in multiple areas to work but you might have some great ideas in a specific part of it.

Paper Lantern enables you to get the best version of all other aspects and then you can iterate on your ideas for the aspect you care about - to boost a much more compelx application

aalishadalal•2h ago
Thank you, I think that's the best part where you can contribute in areas where you might not have direct expertise but you may still care about.

Would this be also be able to provide research ideas for multi-modal space and what is your recommended approach for the best way of experimenting with the research recommendations based on your experience for an early understanding of whether a particular solution works for your use-case or not? Thanks!

kalpitdixit•2h ago
yes works for multi-modal

for every single paper, we describe the method and when it is relevant; we give our final recommendation on whether a certain technique would work for your use-case; ultimately we make it easy for you to understand the options, make recommendations but you choose which one to finally go ahead with.

the recommendations are generally good - so if you dont feel opinionated about a certain area - go ahead with it :)

parima08•2h ago
You mention the index covers "applied CS" — where does it draw the line? If I'm implementing a time series forecasting model, does it cover the stats/econometrics literature too, or only CS-venue papers? A lot of the best techniques for engineering problems live in adjacent fields. Same question for computational biology, NLP-for-legal, etc.
kalpitdixit•2h ago
for now, we are covering all of Computer Science - most techniques that are code-able likely show up there - but yes, if it is impactful we are open to expanding to other nearby domains too :)
parima08•2h ago
Yes - would be interested in other domains. I'm particularly interested in computational biology. Let me know when that becomes available.
kalpitdixit•2h ago
you should checkout paperlantern.ai , our main website - it already has biomedcine search over 45M+ papers :)

if you want MCP access to it, we can definitely do it - let us know

wmeredith•1h ago
I don't mean to be a jerk, I think this looks cool... but unless I'm missing something this is just a sign up page for something that may or may not exist someday?

From the Show HN rules: "Off topic: blog posts, sign-up pages, newsletters, lists, and other reading material. Those can't be tried out, so can't be Show HNs. Make a regular submission instead."

niel2403•1h ago
I’m curious about the mechanics of the MCP integration. When Paper Lantern sends results back to the coding agent, how much context is actually included? Are you returning full paper sections, or more compressed summaries? I’m especially thinking about token budget constraints. If the agent is already operating with a large codebase in its context window, does Paper Lantern’s output compete for that same space?