Skip to content
View andrecodea's full-sized avatar
🎯
Locked In
🎯
Locked In
  • Magical Reality Network
  • Rio de Janeiro, Brazil
  • 15:46 (UTC -03:00)
  • LinkedIn in/andrecodea

Highlights

  • Pro

Block or report andrecodea

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
andrecodea/README.md

Hi, I'm AndrΓ© Codea πŸ‘‹

Jr. AI/ML Engineer | LLMOps Analyst | Cognitive Architect

Building the bridge between Deterministic Engineering and Probabilistic AI.


⚑ About Me

I am a Jr. AI Engineer and Computer Science student focused on architecting autonomous intelligent systems. My expertise lies in LLMOps and Prompt Engineering. I am driven by the tangible impact that my solutions generate and potentialize. In my free time, I like to play videogames, study, code, lift weights, and cook!

Currently, I'm focused on engineering Machine Learning Systems, Cognitive Systems, and preparing for the Microsoft Azure AI Fundamentals (AI-900) certification (wish me luck!).


πŸ› οΈ The Tech Stack

🧠 AI & Orchestration

LangChain LangGraph n8n OpenAI Hugging Face

πŸ”­ LLMOps, Observability & PromptOps

LangSmith PromptOps Supabase ChromaDB

πŸ’» Engineering & Backend

Python FastAPI Go PostgreSQL Redis

☁️ Cloud, DevOps & Infrastructure

Docker Azure Linux Coolify Git

πŸ“Š Data Science & Machine Learning

Scikit-Learn Pandas XGBoost Plotly


🌟 Featured Projects & Architectures

πŸ” Deep Research System with RAG via HITL (Repo)

Multi-agent research pipeline with semantic memory and knowledge curation via HITL.

  • Architecture: Orchestrated an advanced StateGraph using LangGraph featuring four specialized agents (Orchestrator, Router, Researcher, Writer).
  • Control: Implemented Human-in-the-Loop (HITL) breakpoints for knowledge base curation in ChromaDB, ensuring zero hallucinations before web searches via Tavily API.
  • Observability: Full-node tracing and PromptOps via LangSmith, exposing reasoning traces through a mandatory <thought> protocol before any tool call.
  • 🏷️ LangGraph LangSmith HITL ChromaDB PromptOps

πŸ“ˆ Financial Research Agentic API (Repo)

Real-time market analysis API with Generative UI and aggressive payload compression.

  • Optimization: Slashed token consumption by 60% (from ~100k to ~40k) via a payload compression pipeline (JSON β†’ CSV + pruning).
  • Telemetry: Actively monitored Time To First Token (TTFT) and latency via LangSmith.
  • UX Innovation: Delivered real-time financial dashboards via Generative UI (Thesys SDK), orchestrating LangChain and Yahoo Finance with Chain-of-Thought reasoning.
  • 🏷️ FastAPI LangChain GenUI LangSmith

πŸ€– Multi-Agent Productivity System (MCP & RAG) (Repo)

Cognitive Operating System for personal productivity via Telegram, governed by strict guardrails.

  • Memory: Three-tiered architecture inspired by the Atkinson-Shiffrin model (Sensory buffer in PostgreSQL, Short-term window, Daily consolidation via RAG in Supabase/pgvector) using Llama 3.3 70B.
  • Security: Deployed guardrails using Llama 3.1 70B (0.7 threshold) for NSFW and jailbreak detection.
  • Orchestration: Integrated specialized sub-agents (Calendar, Gmail, Tasks) via Model Context Protocol (MCP) with mandatory Chain-of-Thought reasoning.
  • 🏷️ n8n MCP Supabase/pgvector Llama 3.1

πŸ›’ Retail Demand Forecasting & Sales Analytics (Repo)

Dashboard for Sales Intelligence, Customer Clustering, and AI-driven narrative reporting.

  • Machine Learning: Built a customer segmentation pipeline via K-Means and a weekly revenue forecasting model using Prophet with 95% confidence intervals.
  • Observability: Tracked LLM latency in real-time via token-by-token streaming (TTFT P50: ~800ms).
  • Reporting: Generated narrative PDF reports combining ML trends with LLM analysis via ReportLab.
  • 🏷️ Python Scikit-learn Prophet Streamlit

πŸ“Š GitHub Analytics




Let's build the future of autonomous systems. πŸš€

Pinned Loading

  1. agentic-deep-research agentic-deep-research Public

    Deep Research Multi-Agent System with RAG via Human In The Loop

    Python

  2. credit-risk-classification-system credit-risk-classification-system Public

    Jupyter Notebook

  3. multi-agent-productivity-system-with-mcp multi-agent-productivity-system-with-mcp Public

    This is an advanced n8n multi-agent system capable of managing your google calendar, google tasks, gmail inbox, generating financial reports with plots, all through Telegram.

    1

  4. retail-demand-forecasting-and-analytics retail-demand-forecasting-and-analytics Public

    This is a streamlit dashboard for supermarket sales analysis, client segmentation via KMeans and revenue forecasting with a linear regression algorithm. All dataviz were made with Plotly and Pandas.

    Python 1

  5. financial-research-agentic-api financial-research-agentic-api Public

    This project is an agentic API with LangChain and FastAPI hooked with a generative UI TypeScript frontend

    Python

  6. project-architect-agent project-architect-agent Public

    CLI LangChain agent for project architecture analysis with observability via LangSmith

    Python