Skip to content
View Comuna-prog's full-sized avatar

Block or report Comuna-prog

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

Juan Felipe Delgado Quevedo

Software & AI Engineer · Multi-Model LLM Agents in Production · Full-Stack (Python, C#/.NET, SQL Server)

Bogotá, Colombia · English C2 (IELTS) · Open to Remote

Email · LinkedIn


Now

Building end-to-end intelligent systems and automation platforms in Python and C#/.NET. Available for freelance engagements and full-time remote roles.

What I build

  • Production LLM agents. Multi-model, tool-using, with the guardrails that turn a demo into something you can deploy: loop bounds, structured tool errors, observability, guarded retries.
  • Corporate integrations. Microsoft Graph, Microsoft 365 tenant work, Teams bots, SharePoint pipelines, Google Workspace. The awkward corners the SDKs leave to you.
  • Executive document generation. Programmatic PPT with custom render engines, DOCX with real styles, PDF, OCR pipelines. Output that looks like a designer touched it.
  • Static analysis for spreadsheets. Rule-based auditors that find silent bugs in workbooks people bet payroll on.

Featured repositories

AI and agents

RepoStackWhat it does
llm-tool-use-patternsPython · Anthropic SDKProduction-oriented reference for LLM tool use. Guardrails, state, observability.
recap-engine-showcaseCase studyProduction meeting recap engine with multi-level dedupe, stability buffers, and second-person addressing.

C# / .NET

RepoStackWhat it does
dotnet-graph-helpersC# · .NET 8Testable C# helpers around the Microsoft Graph HTTP API. IAsyncEnumerable pagination, fuzzy contacts, chunked SharePoint uploads.
sql-server-index-analyzerC# · .NET 8 · T-SQLStatic analysis for SQL Server. Catches missing indexes, unused indexes, and fragmentation via DMVs.

Python and infra

RepoStackWhat it does
ms-graph-python-helpersPythonTestable Python helpers around the Microsoft Graph HTTP API.
python-watchdog-cooldownPython · SQLiteDependency-free health watchdog for cron-driven Python jobs with per-reason cooldown.
excel-formula-auditor-showcaseCase studyStatic analysis for Excel workbooks. Catches silent formula bugs and structural risks.

Tooling

RepoStackWhat it does
docx-cv-designerNode · docx-jsOpinionated, ATS-friendly CV generator that renders professional .docx files from a JavaScript config.

Stack

Languages · Python · C#/.NET 10 · SQL (T-SQL) · C++ · Java · JavaScript / Node · HTML

AI / LLM · Claude (Anthropic API + Amazon Bedrock) · GPT (OpenAI) · Gemini · Self-hosted open-weight · MCP · Multi-agent · Tool use · RAG

Backend & Data · Entity Framework Core · SQL Server · SQLite · REST APIs · OAuth · Role-based authorization · Distributed workflows

Enterprise Integrations · Microsoft Graph · Teams · SharePoint · Bot Framework · Google Workspace · Telegram Bot API

Infra & Ops · Linux (systemd) · Raspberry Pi · Windows · macOS · Cron · Tailscale · Health checks · Watchdogs · Backup/rollback strategies

Security · IBM Cybersecurity Certificate · Secrets management · Least-privilege design · Guardrails

Currently exploring

  • Model Context Protocol (MCP) server design and tool registries.
  • Claude Code as a first-class developer tool for AI-assisted engineering.
  • Edge-hosted LLMs on constrained hardware for privacy-first agents.

Certifications

  • IBM: Cybersecurity Certificate · Cloud Computing Fundamentals · Enterprise Design Thinking Practitioner
  • Anthropic: AI Fluency: Framework & Foundations · Introduction to Claude Cowork · Introduction to Model Context Protocol · Claude 101 · Claude Code · Claude Code in Action · Claude Platform · Claude with the Anthropic API · Claude with Amazon Bedrock
  • Other: Python 1 · English C2 (CEFR / IELTS) · Certified Medical Interpreter (Martti)

Contact

Popular repositories Loading

  1. docx-cv-designer docx-cv-designerPublic

    Opinionated, ATS-friendly CV generator that renders professional .docx files from a plain JavaScript config.

    JavaScript

  2. llm-tool-use-patterns llm-tool-use-patternsPublic

    Production-oriented patterns for LLM agents with tool use in Python. Guard rails, state, observability.

    Python

  3. python-watchdog-cooldown python-watchdog-cooldownPublic

    Tiny, dependency-free health watchdog for cron-driven Python jobs with per-reason cooldown.

    Python

  4. ms-graph-python-helpers ms-graph-python-helpersPublic

    Small, testable Python helpers around the Microsoft Graph HTTP API. Fuzzy contacts, chunked SharePoint uploads, paginated transcripts, Bot Framework attachments.

    Python

  5. excel-formula-auditor-showcase excel-formula-auditor-showcasePublic

    Case study: static analysis for Excel workbooks. Catches silent formula bugs, fragile sums, VLOOKUP traps, and structural risks in real payroll spreadsheets. Source code private.

  6. recap-engine-showcase recap-engine-showcasePublic

    Case study: production-grade meeting recap engine with multi-level dedupe, stability buffers, second-person addressing, and bot filtering. Source code private.