Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); SiluPanda (Silu Panda) · GitHub
Skip to content
View SiluPanda's full-sized avatar
💭
exploring
💭
exploring
  • LinkedIn
  • Sunnyvale
  • 00:44 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

TypeScriptRustPythonNode.jsClaudeMCPJavaCodexCLI

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

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 projectsMarketOnePager

Connect

GitHubLinkedInWebsite


Pinned Loading

  1. weavweavPublic

    ⚡ 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

  2. superinvestorsuperinvestorPublic

    AI-powered quantitative trading agent harness

    Python

  3. sweteamsweteamPublic

    orchestrates your coding agents, so you dont have to

    TypeScript 2

  4. agent-crawlagent-crawlPublic

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

    TypeScript 11

  5. maze-solver-reinforcement-learningmaze-solver-reinforcement-learningPublic

    A smart agent which solves a escaping maze using MDP

    Python

  6. academic-researcheracademic-researcherPublic

    Skill to write academic research papers

    TeX 13 1