Remix.run Logo
lxgr 2 hours ago

Ironically, this seems much faster (for pages already, erm, "researched") than the real one! How?

bstrama 2 hours ago | parent [-]

It generates articles only once. So once it's generated, it never perish. Logic looks like: If article exist -> show it If not -> generate and save

lxgr 2 hours ago | parent [-]

I get that, but how does it serve the generated and cached ones seemingly faster than Wikipedia? (My guess is that single-page applications, which this one seems to be, just need less round trips between navigations or something?)

bstrama 2 hours ago | parent [-]

Yep, just a react. Also we use gemini 2.5 flash lite, so it's fast, cheap and dumb.

lxgr 41 minutes ago | parent [-]

Nice, that's what I used for by LLM-backed HTTP server [1] a while ago as well :) It's a shame they got rid of the generous free quota a while ago, which is why I had to shut my public instance down.

[1] https://github.com/lxgr/vibeserver/