frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Sokoban AI Solver

https://mkornreich.me/projects/sokoban/
57•enjoyyourlife•6h ago•32 comments

Show HN: Tidy – a Mac app that names files by reading what's inside them

https://tidymacapp.com/find-text-in-scanned-pdf-mac
3•sdiazthomas•20m ago•0 comments

Show HN: Learn Flags Quiz

https://flagquizzes.com/
32•artiomyak•5h ago•15 comments

Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

https://saggar.marginalutility.dev/
34•mcclowes•5h ago•30 comments

Show HN: Desktopcolors.com – A museum for solid background colors of classic OS

https://desktopcolors.com
111•vlowrian•11h ago•47 comments

Show HN: A Buyer's Editor to Fix B2B Procurement PDF Hell with API and MCP

https://orbitquote.com/
4•diegowiprich•54m ago•0 comments

Show HN: HarnessRouter: Unified interface for agent harnesses

https://github.com/harnessrouter/harnessrouter
2•songrenchu•55m ago•0 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
2•WolfOliver•56m ago•0 comments

Show HN: UL-SMF – Open-source linear-complexity ~300x KV-cache compression

https://github.com/liventruth/UL-SMF-Cache-Compression
6•liventruth•3h ago•0 comments

Show HN: Visimer – open-source visual editor for Mermaid diagrams

https://github.com/inkeep/visimer
9•engomez•1h ago•0 comments

Show HN: Nikala UI – UI Component Library for SolidJS and Tailwind CSS v4

https://nikala.dev/
2•magradze•1h ago•0 comments

Show HN: Open-source comment section widget, Disqus alternative

https://github.com/Runn077/PlopKit
2•Runn077•1h ago•0 comments

Show HN: Schemagic – visual JSON Schema editor

https://schemagic.app
2•Minhir•1h ago•0 comments

Show HN: An Hacker News TUI Reader, handcrafted in Rust

https://www.hncli.newstackwhodis.com
2•pierreyoda•1h ago•0 comments

Show HN: I gave my job search data an MCP interface

https://ackd.app/agents
3•ekascs•1h ago•1 comments

Show HN: Tesana – An AI game engine that builds quality games end-to-end

https://tesana.ai/en
4•solomonyardley•1h ago•1 comments

Show HN: A community library for Claude Code status lines

https://statuslin.es
10•nastynate•6h ago•1 comments

Show HN: AI Text Watermarking Playground

https://watermark.keito.me/
2•keito•2h ago•2 comments

Show HN: Classifier and browser extension to detect rule violating HN comments

https://classify.stylometry.net/
5•costco•3h ago•0 comments

Show HN: OpenWebSearch – A router for web search indexes

https://openwebsearch.ai
3•yoeven•3h ago•2 comments

Show HN: A public AI whose memory is shared across all users

https://wildstatic.com/
78•adjohu•1d ago•69 comments

Show HN: All roads lead home – a Google timeline replacement

https://takeallroads.com/
8•lizhang•5h ago•3 comments

Show HN: I backtested my own stock site's signals and published what failed

https://matterofstocks.com/
2•matterofstocks•5h ago•2 comments

Show HN: An RSS Feed for DeepSWE Benchmarks

https://rss.xlit.app/deepswe
3•ghasemi•6h ago•0 comments

Show HN: Mic Drop, a real-time multiplayer karaoke game

https://www.micdrop.gg/
87•johnsillings•1d ago•41 comments

Show HN: I turned the ending of Trainspotting into a tiny web art installation

https://trainspotting.vercel.app
3•mayilian•2h ago•0 comments

Show HN: Making every company programmable like a computer [video]

https://www.youtube.com/watch?v=JCXmYEV9OIQ&list=PLdf47QnV4_58
3•Marten42•3h ago•0 comments

Show HN: ThoughtDAG – An editable context graph for LLM conversations

https://chenxiachan.github.io/thoughtdag/
134•chatchan•2d ago•61 comments

Show HN: Selvum – a password manager designed to outlive its developer

https://www.selvum.app/
3•selvum•10h ago•0 comments

Show HN: PageSieve, a web scraping browser extension

https://julius383.github.io/PageSieve/
17•kajm•1d ago•1 comments
Open in hackernews

Show HN: OpenWebSearch – A router for web search indexes

https://openwebsearch.ai
3•yoeven•3h ago
Hi HN, I'm one of the people behind OpenWebSearch (https://openwebsearch.ai).

It's a router for web search indexes. You POST to one endpoint with a `provider` field, and it normalizes both the request and the response for web search indexes like Parallel, Brave, Exa and more

Why we built it: we run a model company (Interfaze) and a lot of our models are smaller in size and we're experimenting if given web search can a smaller 9b or 70b model perform the same as 300b or 600b model and we found that it does extremely better when given web search similar to this paper (https://arxiv.org/abs/2203.05115)

but we also found not all web search are built the same, some are better in people search, some better at financial data and others are bio research, etc.

Like LLMs, web indexes are becoming commoditized with different indexes having different strengths and weaknesses with access to niche data, performance and cost. Every large model lab including Interfaze has to build their own internal mini-Google for training and eventually launch that index as a service.

Some cool features: - Centralized billing - Standardized input and output structure - Fallback support if a provider goes down - Cost tracking

Full blog: https://interfaze.ai/blog/introducing-openwebsearch

Comments

kesku•3h ago
this is neat! two thoughts though:

1. adding another hop in front of the search provider adds latency, which as an inference company I imagine you know sucks

2. I'm not convinced you actually want to route between this many search providers, for inference you generally just want the best web search available, which obviously I'd argue is Exa :) I can understand something like Apify + Exa where you need specialized/unique data, but otherwise the routing feels like extra complexity without much upside?

yoeven•3h ago
thanks!

1. yeah, we've optimized significantly for latency, give the API a try and you'll see it's pretty fast.

2. more than you think, we use a wide range of providers internally depending on the context needed. Exa could be great in some for example people search but is pretty bad at getting the latest content of the page, Parallel is better there. Apify is great for getting google ranked pages. Perplexity is great at financial data which Exa is pretty bad at. Context7 (coming soon) great at code, way better than exa for code. Depending on the use case, different indexes do better. we're also seeing companies with access to prosperity data like Valyu.