const darshan = {
role: "Software Engineer",
focus: [
"🤖 AI/ML Systems",
"🌐 Full-Stack Development",
"🔒 Security Research",
"🏗️ System Architecture"
],
currentWork: [
"Universal LLM Abstraction",
"AI Trading Systems",
"Security Vulnerability Research"
],
stats: {
publicRepos: 126,
totalStars: 15,
openSource: "❤️"
}
}; |
Languages & Frameworks
Specializations
Philosophy
|
|
Universal LLM Terminal Interface Talk to ANY AI model from your terminal. Claude, GPT, Gemini, Llama — one unified interface. npm install -g brahmand-cli
brahmand chat
> /set model anthropic/claude-opus-4
> Let's build something amazing🛠️ Built with: TypeScript, Samast Framework, OAuth |
Universal LLM Provider Abstraction One API for 100+ AI models. Switch providers without changing your code. import { Samast } from '@darshjme/samast';
const client = await Samast.create('anthropic');
const response = await client.complete({...});
// Switch to 'openai', 'google', 'nvidia' anytime🛠️ Built with: TypeScript, Multi-Provider, OAuth |
|
Multi-Signal Algorithmic Trading System Real money. Real trades. Real results. # Kelly Criterion position sizing
# Universal broker abstraction (CEX + DEX)
# ATR-based dynamic stop-losses
# 100+ exchange support via CCXT
win_rate = 0.55 # Realistic, not marketing🛠️ Built with: Python, CCXT, Web3, ML |
Bug Bounty & Vulnerability Research Responsible disclosure. Ethical hacking. Security community contribution. # Focus Areas:
# - Web3/DeFi security
# - OAuth flow vulnerabilities
# - API endpoint exploitation
# - OWASP Top 10
# Tools: Burp Suite, Python, Custom Scripts🛠️ Built with: OWASP, Burp Suite, Python |
📝 Currently Contributing to:
- AI/ML frameworks (Transformers, Unsloth, LangChain)
- Developer tools (OpenAI SDK, Anthropic SDK)
- Security research (Responsible disclosure to major platforms)