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

Repo Stack What it does
llm-tool-use-patterns Python · Anthropic SDK Production-oriented reference for LLM tool use. Guardrails, state, observability.
recap-engine-showcase Case study Production meeting recap engine with multi-level dedupe, stability buffers, and second-person addressing.

C# / .NET

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

Python and infra

Repo Stack What it does
ms-graph-python-helpers Python Testable Python helpers around the Microsoft Graph HTTP API.
python-watchdog-cooldown Python · SQLite Dependency-free health watchdog for cron-driven Python jobs with per-reason cooldown.
excel-formula-auditor-showcase Case study Static analysis for Excel workbooks. Catches silent formula bugs and structural risks.

Tooling

Repo Stack What it does
docx-cv-designer Node · docx-js Opinionated, 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-designer Public

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

    JavaScript

  2. llm-tool-use-patterns llm-tool-use-patterns Public

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

    Python

  3. python-watchdog-cooldown python-watchdog-cooldown Public

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

    Python

  4. ms-graph-python-helpers ms-graph-python-helpers Public

    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-showcase Public

    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-showcase Public

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