Skip to content
View Samanosukeh's full-sized avatar
🥩
wir brauchen Fleisch!
🥩
wir brauchen Fleisch!

Block or report Samanosukeh

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

Hi, I'm Flauberth Duarte 👋

Data Science | AI Engineer | Tech Lead

What I deliver: AI systems that turn documents, data, and complex processes into useful answers.

I'm a Computer Scientist focused on connecting cutting-edge software engineering with Artificial Intelligence. I define technical direction, design architectures.

LinkedIn Email WhatsApp Instagram


🚀 What I Do Best

  • Advanced RAG & Hybrid Search: I build pipelines that combine semantic search (dense vectors) with exact keyword search (sparse vectors / BM25) simultaneously, using databases like Qdrant and ClickHouse.
  • Autonomous AI Agents: I develop multi-step decision-making systems with LangGraph and LangChain capable of structured extraction, classification, and deduplication of items from unstructured documents.
  • LLMs in Production: I ensure AI application resilience through prompt A/B testing, prompt engineering, automatic model fallbacks (OpenAI, Anthropic, Mistral), and deep observability (tracking cost, quality, and latency) with Langfuse.
  • Classical Data Science: I go beyond generative AI using supervised/unsupervised ML models, time series forecasting, and distributed processing with PySpark.

🛠️ My Stack

AI / ML

Python LangChain scikit-learn PySpark Databricks


🤖 Major LLM providers I have worked with


Databases & Vector Stores

Qdrant ClickHouse PostgreSQL

Backend & Cloud

Django Flask AWS Docker

Observability, Evaluators and Prompt Versioning

Langfuse


Activity Graph

Let's talk? If you want to discuss AI architecture, Vector Databases, or data engineering, feel free to reach out!

Pinned Loading

  1. langgraph-ticket-triage langgraph-ticket-triage Public

    Get -> classify -> Enrich User Tickets Intent from text

    Python

  2. rag-hybrid-search-multi-query rag-hybrid-search-multi-query Public

    RAG project using Qdrant with hybrid search: dense + sparse vectors

    Python

  3. agent-mcp agent-mcp Public

    Agent with memory than call local tools and remote tools in a mcp server

    Python

  4. A-B-Prompt-Testing A-B-Prompt-Testing Public

    A/B Prompt Testing using langfuse automation with dataset

    Python

  5. guardrails-pii-masking guardrails-pii-masking Public

    Spacy used to mask personal info before pass content to LLM

    Python

  6. Supervisor-Agent Supervisor-Agent Public

    Multi-agent orchestration using the Supervisor pattern with LangGraph, LangChain and Mistral AI — with Langfuse tracing.

    Python 1