Ask HN: Why hasn't x86 caught up with Apple M series?
419 points by stephenheron 2d ago 600 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Stop squashing your commits. You're squashing your AI too
4 points by jannesblobel 1d ago 9 comments
DeepMyst- Model Router and Token Optimizer
5 bahaAbunojaim 1 8/27/2025, 1:18:35 PM playgrounds.deepmyst.com ↗
Comments (1)
bahaAbunojaim · 12h ago
We've developed a model router and a token optimizer exposed through a simple gateway compatible with OpenAI SDK. The model router would automatically route to the best model for the prompt and the token optimizer would optimize the tokens used in a thread to only the ones relevant to the query; essentially expanding the context window limit, reducing cost and increasing both inference and reliability. We would love your feedback as we continue to develop it.