Thanks to visit codestin.com
Credit goes to github.com

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

Highlights

  • Pro

Block or report ingscarrero

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

Sergio Carrero

Staff Software Engineer. GenAI-leaning platform work. Building software since 2011, across enterprise platforms, BI, full stack, mobile, and cloud. Most recently at Intuit: part of the team that brought MCP and agentic tooling to the IXP platform, contributed GenAI work on Commerce checkout, and led the Marketing Studio convergence.

🌐 me.passonova.com: my portfolio, with an AI assistant grounded in my real work history. Ask it anything about what I've built.

What I'm building

Everything below is a working system, not a tutorial. The first three form one product: an AI career assistant that knows my history and helps me apply, prepare, and answer. The three repos marked private form the career-assistant product and are being opened up next; ask and I'll walk you through any of them.

Project What it does Stack
sergio-portfolio-api · private RAG-backed career agent: résumé and cover-letter generation, structured profile records, application-answer tracking. Langfuse-managed prompts, hermetic agent evals with hallucination-safety cases. FastAPI · SQLAlchemy async · pgvector · LiteLLM · AWS ECS Fargate via CDK
passonova-extension · private Chrome MV3 side panel that scans a job-application form and fills it from the agent, one cited value per field, plus a streaming ask-anything chat. React 19 · Vite · Tailwind
sergio-portfolio · private The public site and its private admin UI for the structured career data. React 19 · Vite · Cloudflare Workers
mcp-linkedin-manager MCP server that manages a LinkedIn profile, posts, and certifications from an agentic coding tool via the official API. Multi-account, keychain-backed. Python · MCP
local-rag Fully local agentic RAG over PDFs: hybrid text + ColPali visual retrieval. LangGraph · LM Studio / llama.cpp
adk-multiagent-stream Real-time multi-agent message feed on Google ADK: multiplexed SSE, ordered concurrent threads, deterministic model for tests, agent evals. TypeScript · Playwright
dom-lens Chrome DevTools extension: DOM snapshots, React fiber walks, Module Federation mapping, analysis with a local model. TypeScript · MV3
3dgs-studio · private + 3dgs-mcp Self-hosted 3D Gaussian Splatting studio, and the MCP server that lets Claude Desktop drive it. Next.js · Podman

Writing

How I work

  • Every repo above ships with architecture docs, a runbook, and CI. main is branch-protected; everything lands through reviewed PRs.
  • Most of my professional work lives in corporate GitHub and can't be shown here. The portfolio site's assistant can talk about it at the level I'm allowed to share.

LinkedIn · me.passonova.com

Pinned Loading

  1. 3dgs-mcp 3dgs-mcp Public

    MCP server for Claude Desktop — manage 3DGS Studio projects via natural language

    TypeScript

  2. adk-multiagent-stream adk-multiagent-stream Public

    Real-time multi-agent message feed on Google ADK (TypeScript): multiplexed SSE, ordered concurrent threads, deterministic model, Playwright + agent evals.

    TypeScript

  3. dom-lens dom-lens Public

    Chrome MV3 DevTools extension: capture DOM snapshots, walk React fiber trees, map Module Federation, analyze with local AI.

    TypeScript

  4. ingscarrero ingscarrero Public

    Profile README: Staff Software Engineer, GenAI platform work

  5. local-rag local-rag Public

    Fully-local agentic RAG over PDFs — hybrid text + ColPali visual retrieval, LangGraph agent, LM Studio / llama.cpp

    Python