Skip to content
View sebuzdugan's full-sized avatar

Block or report sebuzdugan

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

Sebastian Buzdugan

Website

📍 Cluj-Napoca  |  🧪 ML Engineer + PhD Student in AI  |  🛡️ Building open-source Responsible-AI tooling

Python TypeScript PyTorch Hugging Face LangChain FastAPI

I build tools that make AI safer to ship and easier to learn. Creator of the FRAI responsible-AI toolkit, and I teach modern LLM and agent engineering.


🛡️ Responsible AI (FRAI)

  • frai: Open-source toolkit for responsible AI. CLI + SDK to scan code, collect evidence, and generate model cards, risk files, evals, and RAG indexes.
  • frai-skills: Agent skills for responsible AI. The FRAI Gate makes AI coding agents answer 7 responsible-AI checks in every spec, with npx frai-gate blocking CI until they are. Install: npx skills add sebuzdugan/frai-skills.
  • frai-benchmark: A consensus "Panel of Experts" safety and compliance benchmark for SOTA LLMs (DeepSeek, Grok, GPT-5).
  • frai-chat: Responsible-AI copilot grounded in the EU AI Act, NIST AI RMF, and ISO/IEC 42001. BYOK, runs in the browser.
  • frai-judge: Model-as-judge evaluation used in the FRAI stack.
  • framework-rai-mcp: An MCP server that brings responsible-AI checks to agents.

More at frai.cc.

🛠️ Practical tools

  • CrossCheckAI: Ask multiple frontier LLMs the same question and see where they agree, disagree, and why the disagreement matters. Web + CLI + library, BYOK, runs in the browser. Live demo.
  • AIEngineerCV: A CV builder for AI engineers. Web + CLI + Claude plugin, with an AI Recruiter Score.
  • frontier-ai-prompts: A practical prompt library for GPT-5.5, Claude Opus, Gemini, and modern AI workflows.
  • async-nlp-pipeline: A production-style FastAPI NLP service: async preprocessing, transformer sentiment, spaCy NER, rate limiting, SQLModel.
  • chatbot-assessment: An AI chatbot for appointment scheduling.

📚 Learning & research

  • langchain-course-2026: 10 Days of LangChain. Build an agentic learning assistant with LangGraph and RAG.
  • LLM: Hands-on LLM fine-tuning and RAG: Gemma and LLaMA-2 (LoRA and full FT), Hugging Face workflows, end-to-end prototypes.
  • gpt-v2: GPT-style NLP from scratch: data extraction, bigram language modeling, custom training, early chatbot prototypes.
  • multi-agent-system: A multi-agent simulation where heterogeneous agents coordinate under partial observability.
  • MRIimagepreprocessing: MRI image preprocessing for medical-imaging ML.
  • audio-fingerprint: Audio fingerprinting in Python.

Plus neural-network coursework and earlier full-stack / Flutter projects across my repositories.

🤝 Connect

X YouTube Medium Website

Open source, responsible by default. Building in public from Cluj-Napoca.

Pinned Loading

  1. frai frai Public

    Open-source toolkit for responsible AI: CLI + SDK to scan code, collect evidence, and generate model cards, risk files, evals, and RAG indexes.

    JavaScript 53 4

  2. frai-benchmark frai-benchmark Public

    FRAI Benchmark: Future Responsible AI Evaluation A consensus-based safety and compliance benchmark for SOTA LLMs (DeepSeek, Grok, GPT-5). Uses a "Panel of Experts" methodology where multiple fronti…

    Python 9 1

  3. frai-chat frai-chat Public

    Responsible-AI copilot grounded in EU AI Act, NIST AI RMF, ISO/IEC 42001 and FRAI. Runs in the browser, BYOK, deployed on GitHub Pages.

    TypeScript 4

  4. frontier-ai-prompts frontier-ai-prompts Public

    A practical prompt library for GPT-5.5, Claude Opus 4.7, Gemini, and modern AI workflows

    5 1

  5. langchain-course-2026 langchain-course-2026 Public

    10 Days of LangChain 2026 is a hands-on course that walks you step-by-step through building a fully agentic AI Learning Assistant using LangChain, LangGraph, and modern RAG techniques, from core ag…

    Python 2

  6. async-nlp-pipeline async-nlp-pipeline Public

    A production-style FastAPI NLP service demonstrating async financial text preprocessing with transformer sentiment analysis, spaCy tokenization & entity extraction, rate limiting, and SQLModel pers…

    Python 2