Hacker News
Sandbox for Cisco
Article URL: https://developer.cisco.com/site/sandbox/
Comments URL: https://news.ycombinator.com/item?id=43477490
Points: 1
# Comments: 1
Show HN: Matrix-themed Nostr note composer
Article URL: https://enterthenostr.com/
Comments URL: https://news.ycombinator.com/item?id=43477453
Points: 3
# Comments: 1
Napster Just Sold for $207M
Article URL: https://www.engadget.com/entertainment/music/napster-just-sold-for-207-million-154432315.html
Comments URL: https://news.ycombinator.com/item?id=43477398
Points: 2
# Comments: 0
Franz Edelman Award for Achievement in Operations Research and the Mgmt Sciences
Article URL: https://en.wikipedia.org/wiki/Franz_Edelman_Award_for_Achievement_in_Operations_Research_and_the_Management_Sciences
Comments URL: https://news.ycombinator.com/item?id=43477359
Points: 1
# Comments: 0
INFORMS 2018 Franz Edelman Award
Article URL: https://milgrom.people.stanford.edu/news/informs-2018-franz-edelman-award/
Comments URL: https://news.ycombinator.com/item?id=43477345
Points: 1
# Comments: 0
How to Read a Paper (2016)
Show HN: I built a Reddit MCP server for faster and better research in Claude
tl;dr: I built a Reddit MCP server to make LLM-based research tasks faster and more accurate — especially for use cases where up-to-date or subreddit-specific info matters.
I’ve been bouncing between LLMs for "deep research" tasks lately — trend discovery, digging into niche use cases, finding the right community for topic . Reddit usually has the best signal for these, but getting reliable results from an LLM is tricky.
A few recurring issues: - Hallucinated subreddits: even with simple questions like “What’s the best subreddit for ?”, models often return made-up names. - Knowledge cutoffs: LLMs miss recent or trending content and topics, even when it’s easy to find on Reddit (try asking Claude what MCP is…) - Slow web tools: ChatGPT’s “Deep Research” and similar products can work to get up to date info, but they’re slow — often taking 5+ minutes to answer anything but the most trivial queries.
To make this faster and more consistent, I built a plug-and-play MCP server that connects directly to the Reddit API. It exposes a small set of structured tools (search, fetch, browse) that LLMs can use to retrieve Reddit posts and comments in real time. It’s read-only for now to prevent any unintended side effects, but I might add write access in the future.
Here’s a demo showing a request that a regular LLM without any tools simply could not complete at all, and a tool like ChatGPT Deep Research will take >5 mins and return worse results: asking the model to find highly upvoted comments in niche LLM subreddits. Demo video (sped up ~3x to reduce file size): https://github.com/user-attachments/assets/a2e9f2dd-a9ac-453...
The model runs a toolchain with a set of structured queries first to identify “niche” subreddits, then looks for promising posts and comments, and iterates on this until it thinks it’s satisfied the original request. It then returns a grounded answer — all in <2.5 minutes.
You can run this locally with Claude Desktop or any other MCP client (I actually use it with AutoGen -- example in the repo) — just plug in your Reddit API keys and go. There’s more in the README if you want to try it out, and I’m happy to provide any help as the MCP ecosystem is… not mature yet. Despite being a professional software engineer, building an MCP server was a total PITA so happy to pay it forward and help anyone in need of some guidance for anything they’re building.
Would love feedback — especially if you’ve been working on research tools, using MCP in novel ways, have a use case for this, or things you want to see in this space.
Comments URL: https://news.ycombinator.com/item?id=43477313
Points: 1
# Comments: 0
Logic-based Benders decomposition for large-scale optimization
Article URL: https://arxiv.org/abs/1910.11944
Comments URL: https://news.ycombinator.com/item?id=43477290
Points: 1
# Comments: 0
Safeguarding Research and Culture
Article URL: https://safeguar.de/
Comments URL: https://news.ycombinator.com/item?id=43477282
Points: 1
# Comments: 0
A practical guide to writing on the iPad (2023)
Article URL: https://billbennett.co.nz/ipad-pro-writing-field-guide/
Comments URL: https://news.ycombinator.com/item?id=43477272
Points: 4
# Comments: 0
The Super-Kamiokande Experiment
Article URL: https://link.springer.com/article/10.1140/epjc/s10052-019-6796-2
Comments URL: https://news.ycombinator.com/item?id=43477268
Points: 1
# Comments: 0
A conversation with Richard M Stallman (2004)
Article URL: https://senthil.learntosolveit.com/posts/2004/01/25/with-rms-the-guru-of-gnu.html
Comments URL: https://news.ycombinator.com/item?id=43477237
Points: 1
# Comments: 1
Two killer whales are hunting great white sharks – to eat their livers
Article URL: https://www.washingtonpost.com/science/2025/03/25/killer-whales-great-white-sharks-south-africa/
Comments URL: https://news.ycombinator.com/item?id=43477208
Points: 3
# Comments: 0
Oleg Gordievsky, a key double agent in the Cold War, dies at 86
Article URL: https://www.washingtonpost.com/obituaries/2025/03/25/oleg-gordievsky-dead/
Comments URL: https://news.ycombinator.com/item?id=43477206
Points: 1
# Comments: 2
Why is PostHog so in vogue?
I've noticed lately that a LOT of sites are using PostHog. Until now, I've never seen that many websites use it. Is there a reason why or is it just the Baader-Meinhof phenomenon?
Why PostHog and not Mixpanel, Amplitude and alike?
Comments URL: https://news.ycombinator.com/item?id=43477205
Points: 3
# Comments: 2
Discussion of backwards-incompatible changes in Python build back ends
An ORM for Google Sheets
Article URL: https://austinweisgrau.github.io/an-orm-for-google-sheets.html
Comments URL: https://news.ycombinator.com/item?id=43477180
Points: 2
# Comments: 1
931 Laid off at Block (Formerly Square) based on performance
Article URL: https://techcrunch.com/2025/03/25/we-read-the-email-jack-dorsey-sent-when-he-cut-931-of-blocks-staff/
Comments URL: https://news.ycombinator.com/item?id=43477178
Points: 3
# Comments: 0
Redesigning Jenkins (Part One)
Article URL: https://www.jenkins.io/blog/2025/03/26/design-post/
Comments URL: https://news.ycombinator.com/item?id=43477160
Points: 2
# Comments: 0
Scaling a 300B Mixture-of-Experts LING LLM Without Premium GPUs
Article URL: https://arxiv.org/abs/2503.05139
Comments URL: https://news.ycombinator.com/item?id=43477150
Points: 1
# Comments: 0