Skip to content
View rkfshakti's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ai-shakti

Block or report rkfshakti

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
rkfshakti/README.md
Typing SVG

LinkedIn Email GitHub Portfolio Sponsor

10+ years in IT  |  MBA, Liverpool Business School, United Kingdom  |  India


Who I Am

Intelligence is the new infrastructure. I'm the architect.

Not the kind who draws boxes on whiteboards. The kind who sits with the numbers, finds what they are actually saying, and builds systems that make organisations act on it. Autonomously. At scale. Reliably.

Over 10 years in IT, from business analyst to GenAI architect always following the data. I've led cross-functional teams across the US and Middle East, engaged C-suite stakeholders on AI strategy, and driven real transformation in financial services (BFSI), consumer goods (CPG), energy (EPG), and healthcare (HLM).

MBA from Liverpool Business School, UK not to step away from technology, but to understand the business problems well enough to solve them with it.

What drives me: the 10-day process that becomes 2 hours. The 3% error rate that drops to under 0.5%. The alert noise cut by 30%. The best AI systems are the ones nobody notices, because they just work.


What I Build

I build the systems that make AI useful in production — not demos, not prototypes. The work that turns a model into a reliable, observable, autonomous system that enterprises can actually depend on.

Agent Harness Engineering Designing the scaffolding around frontier models: context resets, structured handoffs, generator-evaluator loops, and sprint contracts that keep long-running agents coherent across multi-hour sessions. Inspired by Anthropic's harness design research and the GAN-inspired generator-evaluator pattern.

Loop Engineering Building self-correcting agent loops where an evaluator agent grades outputs against concrete criteria, feeds critique back to the generator, and iterates until quality thresholds are met. Turning subjective judgments ("is this good?") into gradable, testable contracts.

Context Engineering Managing what enters the context window, when, and in what form. Compaction, retrieval-augmented context, and structured artifacts (progress files, feature lists) that let agents pick up where the last session left off without guessing.

Multi-Agent Orchestration Planner → generator → evaluator architectures, A2A and MCP protocols, and frameworks like LangGraph, CrewAI, and the OpenAI Agents SDK. Orchestrating specialized agents that each own a slice of the SDLC.

LLM Platform & Vector Infrastructure AWS Bedrock, Azure OpenAI & Foundry, Vertex AI for model serving; Pinecone, FAISS, ChromaDB, and Azure AI Search for retrieval. Building the retrieval and serving layer that production agents depend on.

Python FastAPI LangGraph LangChain CrewAI MCP AWS Bedrock Azure OpenAI Vertex AI Pinecone ChromaDB Docker

Open to freelance, collaboration, and technical co-founder conversations.


Governance & AI Ethics

An architect who ships without a governance layer is shipping liability. I build AI systems that are not just capable but accountable — designed to pass audit, survive regulatory scrutiny, and earn the trust of the business and its customers.

Regulatory Alignment I design against the frameworks that matter in 2026: the EU AI Act (risk-tiered obligations, high-risk system conformity assessments, GPAI transparency duties, now in force), the NIST AI Risk Management Framework (Govern–Map–Measure–Manage lifecycle), and ISO/IEC 42001 (the first certifiable AI management system standard). For any system touching EU users or regulated sectors, compliance is designed in from day one — not bolted on after launch.

Responsible AI by Design Bias detection and mitigation in training data and model outputs. Human-in-the-loop checkpoints for high-stakes decisions. Explainability and audit trails so every automated decision can be traced, justified, and challenged. Model cards and system documentation as living artifacts, not afterthoughts.

Agent Containment & Safety As agents grow more autonomous, blast radius grows with them. I design containment boundaries, permission scoping, and tool-use guardrails so an agent that goes off-script cannot take production systems with it. Inspired by Anthropic's containment research for Claude Code and Cowork.

Data Governance PII handling, retention policies, and data lineage that satisfy GDPR and sector-specific privacy regimes. Retrieval pipelines that respect access controls — no leaking privileged context across tenants or user boundaries.

Transparency & Disclosure AI-generated content labelling, chatbot disclosure, and deepfake detection readiness — aligned with the EU AI Act's transparency obligations taking effect August 2026.

Governance is not a brake on innovation. It is the foundation that lets an enterprise deploy AI with confidence.


Open Source Contributions

I actively contribute to production-grade AI infrastructure — fixing real bugs in agentic frameworks, LLM platforms, vector databases, and AI tooling. The kind of issues that silently corrupt data, break under concurrency, or surface only at scale.

Merged contributions:

NousResearch/hermes-agent langgenius/dify chroma-core/chroma andrewyng/openworker optuna/optuna
topoteretes/cognee topoteretes/cognee-community seevee/cap_alerts Q00/ouroboros thomas-villani/all2md
firecrawl/firecrawl earendil-works/pi

Here are some of the key projects where I'm an active contributor and collaborator:

Repo Focus Area
NousResearch/hermes-agent Agentic AI framework — actively collaborating on improvements
langgenius/dify LLM application platform — contributing across agent nodes, API reliability, and data layer
openai/openai-python OpenAI Python SDK — contributing to the official client library
pydantic/pydantic-ai Agentic AI framework — collaborating on the Pydantic-powered agent ecosystem
chroma-core/chroma Vector database — contributing to the AI-native embedding store
huggingface/smolagents Lightweight agent framework — contributing to the Hugging Face agent ecosystem
crewAIInc/crewAI Multi-agent orchestration — contributing to agent coordination patterns
mem0ai/mem0 Memory layer for AI agents — contributing to persistent agent memory
firecrawl/firecrawl Web data for AI — contributing to the AI data ingestion pipeline
topoteretes/cognee Cognitive graph memory — contributing to agentic memory and knowledge graphs
andrewyng/openworker Agentic workflow platform — contributing to the open agent ecosystem

Recent Impact

Repo What I'm Working On
NousResearch/hermes-agent Gemini token budget, search path handling, SSL ciphers, update-check reliability
mem0ai/mem0 Log redaction, Gemma model token limits, embedding dim propagation
langgenius/dify Agent node defaults, MCP client resilience, email validation, file handling, and database migrations
openai/openai-python SDK correctness and edge case handling in the official Python client
chroma-core/chroma Embedding function correctness, FTS robustness, and dependency hygiene
huggingface/smolagents Code agent reliability and tool-use edge cases
andrewyng/openworker Tool-call/result pairing, MCP compatibility, approval gating

GitHub Stats

GitHub Activity Graph


Let's Connect

I'm open to architecture challenges, enterprise AI strategy, freelance engagements, or startup ideas in the GenAI space.

If you're building something that matters, let's talk.

LinkedIn Email GitHub Portfolio Sponsor


Data first. Always.

Pinned Loading

  1. chroma chroma Public

    Forked from chroma-core/chroma

    Search infrastructure for AI

    Rust 1

  2. dify dify Public

    Forked from langgenius/dify

    Production-ready platform for agentic workflow development.

    TypeScript 1

  3. hermes-agent hermes-agent Public

    Forked from NousResearch/hermes-agent

    The agent that grows with you

    Python 1

  4. langgraph langgraph Public

    Forked from langchain-ai/langgraph

    Build resilient agents.

    Python 1

  5. openai-agents-python openai-agents-python Public

    Forked from openai/openai-agents-python

    A lightweight, powerful framework for multi-agent workflows

    Python 1

  6. openworker openworker Public

    Forked from andrewyng/openworker

    Python 1