Skip to content
View cleversonledur's full-sized avatar

Block or report cleversonledur

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


πŸ‘¨β€πŸ’» About Cleverson L

Senior AI Engineer with 8+ years of experience building innovative software solutions across global tech companies β€” Google, SAP, and Riot Games β€” as well as high-growth startups. Author of 5 technical books. Passionate about designing AI systems that make a real impact, from production-ready agent frameworks to cloud-native platforms serving millions of users.

My expertise spans the full AI/ML stack: LLM integration & fine-tuning (LoRA, Hugging Face), multi-agent orchestration, RAG systems, and enterprise-grade cloud architecture. I've led open-source projects with 500+ GitHub stars and contributed to systems used by millions daily.


πŸ› οΈ Tech Stack

AI / ML

OpenAI Anthropic Google Vertex AI DeepSeek Hugging Face PyTorch TensorFlow Scikit-learn Weaviate Langfuse MLflow vLLM

Agent Frameworks

LangChain LangGraph CrewAI AutoGen Semantic Kernel LlamaIndex Google ADK

Backend & Languages

Go Python Java Kotlin TypeScript C++ Node.js FastAPI Flask

Cloud & DevOps

GCP AWS Azure Kubernetes Docker Terraform Kafka

Frontend

React Angular SAP UI5

Databases

PostgreSQL MongoDB Redis MySQL Supabase


πŸ… Certifications


πŸ’Ό Work Highlights

Google β€” AI Application Engineer

Jan 2024 – Jul 2024

Built GenAI apps for healthcare & fast food clients using Vertex AI, FastAPI, React, Dialogflow. Engineered sales-tracking tools and dynamic dashboards.

SAP Labs β€” Software Development Specialist

2019 – 2020

Full-stack development across pharma, construction, and commerce sectors. SAP UI5, React Native, Java microservices. Built CI/CD pipelines and OData APIs.

πŸ‘Ύ Riot Games β€” Senior Software Engineer

2021

Built reward integrations for 5M+ players, Spotify-linked Arcane experience (100k+ users), and Kafka pipelines processing 60k msg/min.

πŸš€ Ingenimax β€” Lead AI Engineer

2025 – Present

Architected Agent SDK Go (500+ GitHub stars), Agent GoGo platform, and StarOps DevOps automation. Multi-model LLM support (OpenAI, Anthropic, Vertex AI), MCP protocol integration, LoRA fine-tuning research.

🌱 Intellebox β€” AI Engineer

2026

Built Deep Research Agents for wealth management with real-time financial telemetry. High-precision RAG pipelines via Weaviate & PostgreSQL. FinTech backend in Go with Redis & Supabase.

πŸ₯ Kake / Author Health β€” Senior Software Engineer

2024

Scalable Go backend services, Cloud SQL/PostgreSQL data systems, React UIs for healthcare enrollment. Deployed on GCP Cloud Run.

πŸ›’ CWI Software / Via Varejo

2018 – 2021 β€” Senior Developer

High-throughput marketplace backend integrations. Azure migration (AKS). Led AppSec "Security Champions" program. WhatsApp API integration for customer engagement.

πŸ“š Grupo A

2017 – 2019 β€” Computer Science Professor

Authored 5 technical books on Big Data, IoT, Software Engineering, C#, and Data Visualization. Created online disciplines for undergraduate and graduate courses.


πŸ“Š GitHub Stats

streak


πŸŽ“ Education

Degree Institution Year
MSc in Computer Science β€” High-Performance Computing & Data Analytics PUCRS, Brazil 2014 – 2016
BSc in Information Systems Lutheran University of Brazil 2009 – 2013
Technical in Information Systems Dr. Solon Tavares School 2007 – 2009

πŸ“« Contact

Email: cleversonledur@gmail.com


Pinned Loading

  1. Ingenimax/agent-sdk-go Ingenimax/agent-sdk-go Public

    A powerful Go framework for building production-ready AI agents!

    Go 581 128

  2. doctalk-pdf-langchain-rag doctalk-pdf-langchain-rag Public

    DocTalk: AI Chat for Documents! DocTalk is a Python application powered by LangChain and llama3 that lets you have a conversation with your documents!

    Python

  3. GCCTranslationUnitParser GCCTranslationUnitParser Public

    This is a parser that I created using ANTLR. This parses the translation unit file generated by GCC when using the -fdump-translation-unit flag.

    C++ 2

  4. crudify crudify Public

    This is a library that provides the @Crudify annotation in order to facilitate the creation of CRUD endpoints based on model classes.

    Java 1

  5. clang_examples clang_examples Public

    This is a POC of a simple source-to-source transformation using Clang Lib.

    C++ 5

  6. logparser logparser Public

    A parser in Java that parses web server access log file, loads the log to MySQL and checks if a given IP makes more than a certain number of requests for the given duration

    Java