Live data from Hacker News

Viewing profile — algis-hn

algis-hn

HN member
Joined
Thu, Jun 26, 2025, 1:59 PM UTC
HN karma
3
Public activity
6 items

About algis-hn

Software engineer. Building dev tools and infrastructure. Interested in LLMs, developer workflows, and keeping things local-first.

Recent public activity

  1. story
  2. comment
    Comment #47384716

    Accurate for naive MCP client implementations, but a proxy layer with inference-time routing solves exactly this control problem. BM25 semantic matching on each incoming query expo…

  3. comment
    Comment #47337751

    Hard caps treat the symptom. If agents call tools they shouldn't need, the root cause is tool set visibility - 80 tools in context means the model tries irrelevant ones, fails, and…

  4. comment
    Comment #47320239

    The auth problem you've hit is the exact use case for OAuth relay at the proxy layer - the proxy holds enterprise tokens and handles refresh independently, so each tool integration…

  5. comment
    Comment #46959139

    110 tools is exactly where you need a discovery layer in front. A proxy that only surfaces the 5-10 relevant tools per query keeps the context clean without splitting into separate…

  6. story
    Show HN: Open-Source App to Run 100× More AI Tools and Block Malicious Servers

    Hey HN, I built MCPProxy to make AI agents (Cursor, Claude Desktop, etc.) more useful. - Scale beyond limits – federate hundreds of MCP servers while bypassing Cursor’s 40-tool and…