class Kalindi:
"""
╭──────────────────────────────────────────╮
│ Solutions Architect │
│ Exploring AI x Cloud Computing │
╰──────────────────────────────────────────╯
"""
def __init__(self):
self.role = "Solutions Architect"
self.research = ["Generative AI", "Cloud Infra", "AI Agents"]
self.languages = ["TypeScript", "Python"]
self.cloud = "AWS"
self.interests = ["IaC", "AI-DLC", "MCP Servers"]
def current_focus(self):
return {
"architecting" : "Cloud-native AI solutions on AWS",
"building" : "Autonomous cloud coding agents",
"writing" : "Blog posts on cloud & AI",
"publishing" : "Research papers at IEEE",
} ┌─────────────────────────────────┐
│ SOLUTIONS ARCHITECTURE │
└────────────────┬────────────────┘
│
┌──────────────────────┼──────────────────────┐
│ │ │
┌─────────▼─────────┐ ┌─────────▼─────────┐ ┌─────────▼─────────┐
│ ☁️ CLOUD INFRA │ │ 🧠 GENERATIVE │ │ 📡 AI AGENTS │
│ │ │ AI │ │ │
│ AWS CDK │ │ LLM Pipelines │ │ MCP Servers │
│ IaC Constructs │ │ Bedrock / RAG │ │ AI-DLC Workflows │
│ Serverless │ │ Prompt Eng. │ │ Autonomous Ops │
└─────────┬──────────┘ └─────────┬────────┘ └─────────┬─────────┘
│ │ │
└──────────────────────┼──────────────────────┘
│
┌────────────────▼────────────────┐
│ 🚀 PRODUCTION SYSTEMS │
│ Scalable · Resilient · Smart │
└─────────────────────────────────┘
If the cards above don't render (forked repos), here's the full list:
| Repository | Description | Language | |
|---|---|---|---|
| aws-cdk | Framework for defining cloud infrastructure in code | ||
| generative-ai-cdk-constructs | CDK constructs for common generative AI patterns | ||
| sample-autonomous-cloud-coding-agents | Autonomous coding agents — turn tasks into PRs on AWS | ||
| mcp | Official MCP Servers for AWS | ||
| aidlc-workflows | AI-Driven Life Cycle steering rules for AI coding agents | ||
| agent-plugins | Agent plugins to architect, deploy & operate on AWS |





