josalhor 43 minutes ago

We need LLM query routing at the OS level like Mobile data. I know it will sound crazy but hear me out. I think about this AI inference as infrastructure. I do not want to pay for it on every app I use it on. I do not think "I have to pay the mobile data of youtube, and the mobile data of whatsapp etc.". I pay Mobile data infrastructure and let my device route it appropiately. In fact, if we ever go the local llm route, you could have LLM capabilities without having access to the internet (or local LAN), and your OS/computer is the only one capable of doing that routing for you.

JSR_FDED 35 minutes ago

Slight tangent, but “Wayfinder sits behind whatever OpenAI-compatible client you already use” reminds me that descriptions of where proxies sit in the information flow always seem so arbitrary to me:

  - “after the client”
  - “reverse proxy” (in front  of servers)
  - “proxy” (in front of client)

I always have to look this up, surely there must be a standardized way to describe this?

  • parasti 28 minutes ago

    "after the client" and "in front of client" can mean the same thing depending on your viewpoint.

dd8601fn 1 hour ago

It's funny how much that first paragraph is Claude's voice. I don't know how it got trained so hard to use, "the shape of" for everything.

  • paradox460 1 hour ago

    Loads of ed sheeran in the training data?

try-working 3 hours ago

Love to see local/cloud routing explicitly supported.

I'm building another router for routing between local and remote models, ShowHN coming up later today. Here's a sneak preview of the github: https://github.com/try-works/role-model

ListeningPie 1 hour ago

can you send to multiple LLMs to compare responses? From that create a heuristic of which LLM gets what.

throwawayk7h 2 hours ago

It'd be nice to just have a command prefix e.g.

/local fix my typo

  • girvo 1 hour ago

    That’s what I did with Pi, super simple :)