Skip to content
View koydas's full-sized avatar

Block or report koydas

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

Stéphane Hamel

Staff engineer building systems that scale and pipelines that think.

Most of my public work explores one thesis: AI changes the SDLC fundamentally — not as a copilot, but as an autonomous actor with explicit contracts, guard rails, and observable state.

agent-patternsNamed patterns for multi-agent systems — extracted from real pipelines
autonomous-dev-loopIssue → AI coder → PR → AI reviewer → human merge gate
ai-dev-toolsClaude Code toolbox — commands, agents, skills for AI-native dev
sync-engineHybrid REST/webhook sync — idempotent, failure-tolerant
fullstack-pilotPolyglot multi-service stack — GitOps, ADRs, trade-offs documented

Homelab

gitops-homelabBare-metal microk8s, GPU passthrough — GitOps via ArgoCD
ollama-chatSelf-hosted LLM chat UI, deployed on the above

Pinned Loading

  1. autonomous-dev-loopautonomous-dev-loopPublic

    A fully autonomous GitHub-native dev loop: Issue → AI coder → PR → AI reviewer → iterative loop → human merge gate.

    JavaScript 2

  2. ai-dev-toolsai-dev-toolsPublic

    Production-grade Claude Code toolbox — commands, agents, skills, and scripts for AI-native development workflows.

    JavaScript 1

  3. agent-patternsagent-patternsPublic

    Patterns for multi-agent systems — named, documented, implemented.

    JavaScript 1

  4. fullstack-pilotfullstack-pilotPublic

    Polyglot platform reference: Node/Express, Flask, .NET 8, React/Vite — Docker Compose, GitHub Actions CI/CD, ArgoCD GitOps, end-to-end operational ownership across a heterogeneous stack.

    JavaScript 1

  5. sync-enginesync-enginePublic

    Hybrid REST/webhook sync engine — push/pull coordination, idempotent processing, and failure recovery. Extracted from production integrations.

    Python