Skip to content
View SiluPanda's full-sized avatar
๐Ÿ’ญ
exploring
๐Ÿ’ญ
exploring
  • LinkedIn
  • Sunnyvale
  • 08:45 (UTC -07:00)

Block or report SiluPanda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
SiluPanda/README.md

Hi, I'm Silu ๐Ÿ‘‹

๐Ÿ“ Sunnyvale, CA | ๐Ÿ› ๏ธ Building AI infrastructure | ๐ŸŽ“ IIT Bombay CS | ๐Ÿ’ผ Software Engineer @ LinkedIn

TypeScript Rust Python Node.js Claude MCP Java Codex CLI

Ship fast, ship small, ship often โ€” modular tools that compose into powerful systems.

๐Ÿ“Š MarketOnePager (closed source) โ€“ Multi-agent market research platform.

Current Projects

  • ๐Ÿง  pith โ€“ AI-native task management for humans & agents. MCP-first, CLI-native, self-hosted.
  • โšก weav โ€“ In-memory context graph database written in Rust. Sub-10ms retrieval with vector search, temporal modeling, and token budgeting.
  • ๐Ÿค– sweteam โ€“ Orchestrates your coding agents, so you don't have to.
  • ๐Ÿ” ralph-py โ€“ Minimal CLI for orchestrating Ralph loops across coding agents.
  • ๐Ÿ•ท๏ธ agent-crawl โ€“ High performance, lightweight and typesafe web crawler built for LLM agents.
  • ๐Ÿ“ awesome-system-design โ€“ 30 production-grade system design documents for interview prep โ€” from URL shorteners to AI inference platforms. Scale estimations, architecture diagrams, tradeoffs, and interview tips.

All Projects

Agent & Orchestration

  • ๐Ÿงฉ mcp-tool-router โ€“ Aggregates tools from multiple MCP servers into one
  • ๐Ÿงช mcp-server-mock โ€“ Programmable mock MCP server for integration testing
  • ๐Ÿ” mcp-schema-lint โ€“ CLI linter for MCP tool/resource schemas
  • ๐Ÿšฆ mcp-rate-guard โ€“ Protocol-level rate limiter middleware for MCP
  • ๐Ÿฅ mcp-healthcheck โ€“ Programmatic health/liveness probe for MCP servers
  • โš™๏ธ mcp-config-ts โ€“ CLI to discover, add, validate, and sync MCP server configs
  • ๐Ÿ“‹ mcp-audit-log โ€“ Structured audit logger for MCP tool calls
  • ๐Ÿ“ agent-scratchpad โ€“ Lightweight key-value scratchpad for agent reasoning
  • ๐Ÿ”„ tool-call-retry โ€“ AI-specific retry wrapper with circuit breaker for tool calls
  • ๐Ÿ“ tool-output-guard โ€“ Runtime validator for tool execution results against schemas
  • ๐Ÿ’ฐ tool-cost-estimator โ€“ Estimate token cost of tool definitions in the context window
  • ๐Ÿ“จ multimodal-msg โ€“ Provider-agnostic multimodal message builder

LLM Infrastructure

  • ๐Ÿ” llm-retry โ€“ Smart retry orchestrator for LLM output parsing and validation
  • ๐Ÿ“ผ llm-vcr โ€“ Record and replay LLM API calls for deterministic testing
  • ๐Ÿงน llm-sanitize โ€“ Bidirectional I/O sanitizer middleware for LLMs
  • ๐Ÿ’พ llm-response-cache โ€“ Prompt-hash-keyed response cache with model-aware invalidation
  • ๐Ÿ“‰ llm-regression โ€“ Semantic regression testing for prompt versions
  • ๐Ÿงฝ llm-output-normalizer โ€“ Strip markdown fences and extract clean data from raw LLM output
  • โœ… llm-eval-lite โ€“ One-function LLM evaluation with heuristic and model-graded assertions
  • ๐Ÿ’ฒ llm-cost-per-test โ€“ Jest/Vitest reporter for per-test-case LLM API costs
  • ๐Ÿ”ฅ llm-chain-profiler โ€“ Flame-chart latency profiler for LLM chains
  • ๐Ÿค llm-canary โ€“ Invisible canary tokens for prompt leakage detection
  • ๐Ÿ“’ llm-audit-log โ€“ Tamper-evident compliance-ready audit logging for LLM I/O
  • ๐Ÿ”€ llm-dedup โ€“ Coalesce semantically similar in-flight LLM requests
  • ๐Ÿงฒ llm-semantic-cache โ€“ Self-hosted semantic cache using local embeddings
  • ๐Ÿ“„ llms-txt โ€“ Auto-generate and serve llms.txt for AI agent discoverability

Prompt Engineering

  • ๐Ÿ”ฌ prompt-lint โ€“ Static analysis for LLM prompts
  • ๐Ÿ”€ prompt-diff โ€“ Semantic diff engine for prompts
  • ๐Ÿงน prompt-dedup โ€“ Detect near-duplicate prompts via content hashing and similarity
  • ๐Ÿ“ˆ prompt-drift โ€“ Detect silent LLM output changes over time via semantic drift analysis
  • ๐Ÿšฉ prompt-flags โ€“ AI-native feature flags for prompt variants and model selection
  • ๐Ÿงฌ prompt-inherit โ€“ Composable inheritable prompt builder with TypeScript types
  • โœ‚๏ธ prompt-optimize โ€“ Compress prompts to use fewer tokens via deterministic heuristics
  • ๐Ÿ’ต prompt-price โ€“ Pre-flight cost estimation for any prompt and model combination
  • ๐Ÿ“ธ prompt-snap โ€“ Jest-like snapshot testing for LLM outputs with fuzzy matching
  • ๐Ÿท๏ธ prompt-version โ€“ Local-first git-friendly prompt versioning with semver

RAG & Retrieval

  • ๐Ÿงฑ chunk-smart โ€“ Structure-aware text chunker for RAG pipelines
  • ๐Ÿ“ chunk-overlap-optimizer โ€“ Analyze chunk boundaries and recommend optimal overlap size
  • ๐Ÿ“ฆ context-packer โ€“ Optimally pack retrieved chunks into an LLM context window
  • ๐Ÿ’ฐ context-budget โ€“ Token budget allocator for LLM context windows
  • ๐ŸชŸ sliding-context โ€“ Provider-agnostic sliding window context manager for LLMs
  • ๐Ÿ—๏ธ rag-prompt-builder โ€“ Compose RAG prompts from chunks with automatic metadata injection
  • ๐Ÿ“Ž rag-cite โ€“ Extract and verify inline citations from LLM responses
  • ๐Ÿ“Š rag-eval-node-ts โ€“ Lightweight RAG evaluation metrics for CI/CD pipelines
  • ๐Ÿ… rerank-lite โ€“ Lightweight retrieval reranker using cross-encoder scoring
  • ๐Ÿ”— fusion-rank โ€“ Reciprocal Rank Fusion for combining multiple retriever results
  • ๐Ÿ”ข sparse-encode โ€“ Generate BM25 and TF-IDF sparse vectors in JavaScript
  • ๐Ÿ’Ž embed-cache โ€“ Content-addressable embedding cache with deduplication and TTL
  • ๐Ÿ”ฎ embed-cluster โ€“ Cluster embeddings into topics with automatic labeling
  • ๐Ÿ“‰ embed-drift โ€“ Monitor embedding distribution shifts over time
  • ๐Ÿ“‘ docling-node-ts โ€“ Convert documents to clean RAG-ready markdown in Node.js
  • ๐Ÿ“Š doc-table-extract โ€“ Extract tables from PDFs and images as structured JSON
  • ๐Ÿ“‹ table-chunk โ€“ Extract and chunk tables preserving row/column structure

Data & Knowledge

  • ๐Ÿ•ธ๏ธ kg-extract โ€“ Extract entity-relationship triples and build knowledge graphs
  • ๐Ÿ”— entity-resolve โ€“ Deduplicate and merge entity mentions across documents
  • ๐Ÿง  memory-dedup โ€“ Semantic deduplication of agent memory entries
  • ๐Ÿ“ md-to-data โ€“ Parse LLM markdown responses into typed JSON objects
  • ๐Ÿ“ schema-from-text โ€“ Generate Zod schemas from natural language descriptions
  • ๐ŸŒ‰ schema-bridge โ€“ Write one Zod schema, get provider-specific structured output configs
  • ๐Ÿท๏ธ label-score โ€“ Inter-annotator agreement metrics in JavaScript
  • ๐Ÿงช synthdata-gen โ€“ Generate and validate synthetic training data using any LLM
  • ๐Ÿ‘ค synth-personas โ€“ Generate diverse synthetic user personas for AI testing
  • ๐ŸŽฏ fewshot-gen โ€“ Generate diverse few-shot test cases from seed examples
  • ๐Ÿ“‚ eval-dataset โ€“ Version-controlled eval dataset manager for LLM testing

AI Ops & Cost Management

  • โšก ai-circuit-breaker โ€“ Circuit breaker for AI API spend management
  • ๐Ÿ’ฒ ai-cost-compare โ€“ Compare cost of running prompts across models and providers
  • ๐Ÿฆ ai-chargeback โ€“ Tag and allocate AI API costs by team, project, or feature
  • ๐Ÿ“ˆ ai-spend-forecast โ€“ Predict future AI API spending from historical usage
  • ๐Ÿ”‘ ai-keyring โ€“ Manage, rotate, and health-check AI API keys across providers
  • ๐Ÿฅ ai-provider-healthcheck โ€“ Monitor AI provider endpoint latency and availability
  • ๐Ÿ’ฐ model-price-registry โ€“ Auto-updating registry of LLM pricing across providers

Safety & Quality

  • ๐Ÿ›ก๏ธ content-policy โ€“ Declarative business-rule content policy engine for LLMs
  • ๐Ÿ‘ป hallucinate-check โ€“ Heuristic hallucination detection for Node.js
  • ๐Ÿšซ jailbreak-heuristic โ€“ Zero-dependency jailbreak attempt classifier using pattern matching
  • ๐Ÿงช ai-output-assert โ€“ Rich assertion library for LLM outputs as Jest/Vitest matchers
  • ๐Ÿ“Š output-grade โ€“ Heuristic LLM output quality scoring without calling another LLM

Streaming & Real-time

  • ๐ŸŒŠ stream-tokens โ€“ Aggregate streaming LLM tokens into semantic units
  • โœ… stream-validate โ€“ Progressive Zod validation for streaming LLM responses
  • ๐ŸŽ™๏ธ voice-turn โ€“ Turn-taking manager for voice AI conversations
  • ๐Ÿ”Š tts-queue โ€“ TTS audio streaming manager with sentence-boundary queuing
  • ๐ŸŽต audio-chunker โ€“ Chunk audio streams into transcription-ready segments
  • ๐ŸŽฌ vidsnap-ai โ€“ Smart video frame sampler for vision AI analysis
  • ๐Ÿ–ผ๏ธ vision-prep โ€“ Resize and optimize images for vision LLM APIs

Developer Tools

  • ๐ŸŽจ ai-terminal-md โ€“ Terminal renderer optimized for AI markdown patterns
  • โณ ai-spinner โ€“ AI-aware terminal progress indicators with token and cost display
  • ๐Ÿ”€ ai-diff โ€“ Compare LLM responses across models with semantic diffs
  • ๐Ÿ“ ai-rules-lint โ€“ Linter and validator for AI instruction files
  • ๐Ÿ“ ai-file-router โ€“ Auto-detect file type and route through optimal parsing pipeline
  • ๐Ÿš€ ai-env-init โ€“ Bootstrap all AI config files from a single questionnaire
  • ๐Ÿ” token-fence โ€“ Token budget enforcement middleware with intelligent truncation
  • ๐ŸŒณ convo-tree โ€“ Tree-structured conversation state manager for branching chats
  • ๐Ÿ—œ๏ธ convo-compress โ€“ Incremental sliding-window chat compressor with rolling summaries
  • ๐Ÿงฌ codebase-ctx โ€“ Generate AI-optimized codebase summaries via static analysis
  • ๐Ÿ“ฆ npm-package-skill โ€“ Claude Code skill that scaffolds production-grade npm packages

What I'm Building

  • AI developer infrastructure โ€“ Modular, composable TypeScript libraries for every layer of the AI application stack
  • Agent orchestration โ€“ Tools to make multi-agent workflows reliable and observable
  • Context engines โ€“ From Rust-powered graph databases to smart chunking and retrieval primitives
  • Side projects โ€“ MarketOnePager

Connect

GitHub LinkedIn Website


Pinned Loading

  1. weav weav Public

    โšก In-memory context graph database written in Rust. Purpose-built for AI/LLM workloads โ€” combines graph storage, vector search, temporal modeling, token budgeting, and provenance tracking in a singโ€ฆ

    Rust

  2. sweteam sweteam Public

    orchestrates your coding agents, so you dont have to

    TypeScript

  3. agent-crawl agent-crawl Public

    High performance, lightweight and typesafe library to crawl and scrape web, built for LLM agents.

    TypeScript 8

  4. maze-solver-reinforcement-learning maze-solver-reinforcement-learning Public

    A smart agent which solves a escaping maze using MDP

    Python

  5. academic-researcher academic-researcher Public

    Skill to write academic research papers

    TeX 5