Skip to content
View chandrudp29's full-sized avatar

Block or report chandrudp29

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 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
chandrudp29/README.md

Typing SVG


LinkedIn PyPI Newsletter Email


Profile Views


πŸš€ Featured Project

skillhub β€” The Skill Composer for AI Agents

PyPI version PyPI Downloads GitHub Stars CI

There are 50+ tools to install AI agent skills. There is exactly one that merges them.

Compose skills from 13 ecosystems β€” Anthropic, OpenAI, GitHub Copilot, Microsoft, Google, Vercel, and 8 more β€” into one unified expert skill with AI-powered conflict resolution.

pip install skillhub-ai

# Merge skills from 3 different companies into one expert
skillhub compose anthropic:claude-api openai:aspnet-core google:agent-platform-deploy -o cloud-expert

# AI-powered merge β€” Claude resolves section conflicts intelligently  
skillhub compose python-patterns security-review -o secure-python --strategy ai

Supported ecosystems: anthropic: Β· openai: Β· copilot: Β· microsoft: Β· google: Β· skills.sh: Β· agency-agents: Β· addyosmani: Β· scientific: Β· antigravity: Β· gamedev: Β· tech-leads: Β· github:


πŸ“„ Research

Fragile Safety: Automated Circuit Discovery is Vulnerable to Dormant Feature Bundling Chandrashekar DP β€” Zenodo Preprint, June 2026 Β· arXiv submission pending

Automated circuit discovery tools used for AI safety verification are structurally vulnerable to adversarial inputs. A linear probe achieving 97.5% accuracy on clean data fails completely on adversarial inputs (0% detection rate). The adversarial distribution is geometrically inseparable from clean positives at the anchor token (cosine similarity 0.989). Reproduced on Pythia-410m using TransformerLens. Practical mitigation: context-aware probing at the last sequence token achieves 100% adversarial detection with clean accuracy preserved.

πŸ“„ Preprint β€” Zenodo Β· πŸ’» Code


πŸ”­ What I'm building

Project What it is Status
skillhub Skill composer for AI agents β€” merge skills from 13 ecosystems βœ… Live on PyPI
TransformerLens Contributing test coverage for Google DeepMind's mech-interp library (3,500+ ⭐) β€” 4 PRs merged βœ… Ongoing
enterprise-rag-patterns Production RAG architectures from the GenAI in Production newsletter β€” RCA agent (80% triage reduction), RAG eval at scale βœ… Active
ComplianceShield AI compliance assistant β€” PII detection, session audit logging, HITL review, multi-LLM πŸ”¨ Building
nanoGPT β†’ micrograd β†’ minbpe Working through Karpathy's series β€” transformers from raw math, not API calls πŸ“– Ongoing

πŸ’‘ What I'm thinking about

The LLM observability gap β€” LLMs are in production everywhere. Engineers have nothing equivalent to what researchers have in TransformerLens. No production-grade "Sentry for model reasoning." This is the problem I keep returning to.

Evaluation is harder than training β€” Writing the RAG evaluation framework made this concrete. Measuring whether an LLM is correct is a deeper problem than making it correct. Most teams skip it. The ones who don't, ship reliable AI.

Interpretability as infrastructure β€” The people who build the measurement tools shape what the whole field builds next. Open-source research infrastructure is underrated leverage.


πŸ“Š GitHub Stats

GitHub Streak


πŸ› οΈ Tech Stack

Python PyTorch FastAPI LangChain Claude Docker Databricks PostgreSQL


πŸ“š Currently reading

Book Why
🧠 Concrete Problems in AI Safety β€” Amodei et al. Foundation for safety research
πŸ“ Attention Is All You Need β€” Vaswani et al. Primary source, always worth re-reading
πŸ—οΈ Designing Machine Learning Systems β€” Chip Huyen Production ML thinking
🧩 Thinking, Fast and Slow β€” Kahneman Applies directly to how humans evaluate AI outputs

"Build it end-to-end. Ship it. Then explain why it works."


LinkedIn skillhub Newsletter

Pinned Loading

  1. TransformerLens TransformerLens Public

    Forked from TransformerLensOrg/TransformerLens

    A library for mechanistic interpretability of GPT-style language models

    Python

  2. enterprise-rag-patterns enterprise-rag-patterns Public

    Python

  3. SAELens SAELens Public

    Forked from decoderesearch/SAELens

    Training Sparse Autoencoders on Language Models

    Python

  4. skillhub skillhub Public

    The skill composer for AI agents β€” merge skills from Anthropic, OpenAI, GitHub Copilot, Microsoft, Google + 8 more ecosystems with AI-powered conflict resolution

    Python 10