sreenathmenon

↗ HN profile [ 101 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Universal SDK for working with multiple LLM providers (OpenAI, Anthropic, Gemini, etc.). Built-in caching can reduce API costs by 90%+. 15K+ PyPI downloads. pip install llmswap

  2. I kept seeing developers (including myself) struggle with the same problem: "I need multiple second brains for different aspects of my life, but AI keeps forgetting context between sessions." So I built llmswap v5.1.0…

  3. Droids by Factory (businesswire.com)
  4. I was constantly switching between my terminal and ChatGPT/Claude/Gemini for code help. Built llmswap 4.1.1 to fix this. Now I just type: llmswap generate "command I need" Real examples that save hours: Site emergency -…

  5. LLMSwap is a CLI and Python SDK for switching between AI providers (OpenAI, Claude, Gemini, IBM watsonx, Ollama) with automatic fallbacks and response caching. Started this during a hackathon when constantly switching…

  6. I built llmswap to solve a problem I kept hitting in hackathons - burning through API credits while testing the same prompts repeatedly during development. It's a simple Python package that provides a unified interface…