Skip to content
View Ricoledan's full-sized avatar
🎧
🎶
🎧
🎶

Block or report Ricoledan

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

Yerrr! I'm Ricardo 👋🏾

Currently doing research and development @Deloitte.

I design intelligent systems at the intersection of AI, blockchain, and quantum technologies. My work is rooted in systems thinking and driven by cross-domain innovation—transforming complex research into scalable, real-world solutions.

About Me

class Profile:
    name: str
    title: str
    skills: List[Tuple[str, List[str]]]


ricardo = Profile(
    name="Ricardo Ledan",
    title="Full-Stack AI Engineer",
    skills=[
        ("Core Engineering", ["Python", "Rust", "TypeScript", "SQL"]),
        ("AI Systems & Retrieval",
         ["Multi-Agent Architectures", "RAG", "LangChain", "Vector Search", "ChromaDB", "Pinecone"]),
        ("Frontend Platforms", ["React", "Next.js", "TailwindCSS", "Streamlit"]),
        ("API & Service Design", ["FastAPI", "Node.js", "GraphQL", "REST"]),
        ("Cloud Infrastructure", ["AWS", "Docker", "Kubernetes", "Terraform", "Serverless"]),
        ("Decentralized Systems", ["Solidity", "EVM", "Hyperledger", "Hardhat", "Web3.js"]),
        ("Data Engineering", ["PostgreSQL", "MongoDB", "Snowflake", "Neo4j", "Data Modeling"]),
        ("Systems Design",
         ["Event-Driven Architecture", "Microservices", "Serverless Design", "Scalability & Resilience"]),
        ("Soft Skills", ["Technical Writing", "Team Leadership", "Cross-Functional Collaboration", "Mentorship",
                         "Client Communication"]),
        ("Personal Interests", ["Brazilian Jiu-Jitsu", "JRPGs", "Reading"]),
    ]
)

Current Focus

  • Supervisor Multi-agent Systems - Architecting coordinated AI agents for complex task automation
  • Self-hosted LLM infrastructure - Building scalable, private AI deployment solutions
  • Quantum Computing - Exploring basics and implementation

Latest Substack Articles

GitHub Stats

GitHub Stats Top Languages

Connect

LinkedIn Twitter Substack Email

Pinned Loading

  1. nix-config nix-config Public

    📦 my personal cross-platform development environment using Nix flakes + native package managers

    Shell

  2. supervisor-multi-agent-system supervisor-multi-agent-system Public

    🤖 Example of a Multi-Agent System leveraging a central supervisor agent that delegates tasks to specialized worker agents.

    Python

  3. feeder feeder Public

    📄 A powerful command-line tool to extract articles from your Feedly feeds with flexible filtering, date ranges, and export options.

    Python

  4. homelab-llm-server homelab-llm-server Public

    🔬 Self-hosted large language model API service. It enables local AI inference for chatbots, automation, and experimentation—without relying on cloud services.

    Shell

  5. deloitte-insightbot deloitte-insightbot Public

    💬 Retrieval Augmented Generation (RAG) system based on Deloitte's Weekly Global Economic Update

    Python

  6. digimon-knowledge-graph digimon-knowledge-graph Public

    👾 A comprehensive knowledge graph built from digimon.net/reference to analyze relationships between Digimon based on their characteristics, evolution patterns, and shared attributes.

    Jupyter Notebook