Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
763
stars
756
commits
Jupyter Notebook
primary language
Sep 9, 2026
updated
A curated collection of 130+ production-ready Gen AI apps, agents, installable Agent Skills, MCP servers, and latest-model cookbooks. Built with Claude, GPT-5, Gemini 3, Qwen, GLM, the Model Context Protocol, LangChain, RAG, and Multi-Agent Teams.
SKILL.md capabilities for Claude Code, Cowork, and Codex — from landing pages and talking avatars to prompt optimization and QA reviewInstallable, model-agnostic Agent Skills — each a self-contained SKILL.md (plus optional scripts/, references/, and assets/) that teaches an agent a repeatable workflow. Drop them into Claude Code, Cowork, or Codex. See the Skills index → for full details.
skills/frontend-skills/skills/backend-skills/skills/docs-writing-research-skills/The Model Context Protocol is the open standard for connecting agents to tools and data. This repo ships MCP servers, clients, integrations, and runnable examples under mcp/.
analyze_repo, generate_share_card.Contributing an MCP project? Servers go in
mcp/servers/, clients inmcp/clients/, integrations inmcp/integrations/, and runnable demos inmcp/examples/.
Day-one testing notebooks for the newest frontier and open models, organized by provider under cookbooks/models/.
Function-calling, tool orchestration, and model-side tool use — the plumbing that turns a chat model into an agent.
Perfect for beginners getting started with Gen AI:
Build more complex AI systems:
Production-grade implementations and cutting-edge research:
Quick directory map to help contributors and learners navigate faster.
skills/SKILL.md (plus optional scripts/, references/, assets/) that teaches an agent a repeatable workflow.mcp/agents/workflows/apps/cookbooks/models/, tools/, agents/, mcp/, rag/, multimodal/, fine-tuning/, evaluations/, and workshops/.cookbooks/agents/cookbooks/rag/cookbooks/workshops/archive/legacy/100-os-libraries/ (100+ library cookbooks), experiments/, and roadmaps/.Curated from recently updated and high-interest notebooks in this repository.
Clone the repository
git clone https://github.com/buildfastwithai/gen-ai-experiments.git
cd gen-ai-experiments
Navigate to your desired project
cd apps/your-desired-project
Install dependencies
pip install -r requirements.txt
Set up API keys
# Create a .env file and add your API keys
echo "OPENAI_API_KEY=your_key_here" > .env
Run the application
streamlit run app.py
# or
python app.py
# or
jupyter notebook
Follow project-specific instructions in each project's README.md for detailed setup
Agent Skills are model-agnostic. Point your agent (Claude Code, Cowork, or Codex) at any folder under skills/ and it will read the SKILL.md and follow the workflow. See the Skills index for what each one does.
# Example: Launch MCP in Claude Code
/plugin marketplace add buildfastwithai/launch-mcp
/plugin install launch-mcp@buildfastwithai-plugins
We welcome contributions from the community! Here's how you can help:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)skills/<skill-name>/ with a SKILL.mdmcp/servers/, mcp/clients/, mcp/integrations/, or mcp/examples/apps/<app-name>/ with a README.md and requirements.txtagents/<agent-name>/workflows/<workflow-name>/cookbooks/<category>/archive/legacy/README.md for new projectsFound a bug or have a feature request? Please create a GitHub Issue with:
Show your support by starring this repository!
Made with ❤️ by BuildFastWithAI
⭐ Star this repo if you find it helpful!
Jupyter Notebook
96.2%
HTML
2.7%
Collection of Jupyter notebooks is designed to provide you with a comprehensive guide to various AI tools and technologies
763
stars
756
commits
Jupyter Notebook
primary language
Sep 9, 2026
updated
A curated collection of 130+ production-ready Gen AI apps, agents, installable Agent Skills, MCP servers, and latest-model cookbooks. Built with Claude, GPT-5, Gemini 3, Qwen, GLM, the Model Context Protocol, LangChain, RAG, and Multi-Agent Teams.
SKILL.md capabilities for Claude Code, Cowork, and Codex — from landing pages and talking avatars to prompt optimization and QA reviewInstallable, model-agnostic Agent Skills — each a self-contained SKILL.md (plus optional scripts/, references/, and assets/) that teaches an agent a repeatable workflow. Drop them into Claude Code, Cowork, or Codex. See the Skills index → for full details.
skills/frontend-skills/skills/backend-skills/skills/docs-writing-research-skills/The Model Context Protocol is the open standard for connecting agents to tools and data. This repo ships MCP servers, clients, integrations, and runnable examples under mcp/.
analyze_repo, generate_share_card.Contributing an MCP project? Servers go in
mcp/servers/, clients inmcp/clients/, integrations inmcp/integrations/, and runnable demos inmcp/examples/.
Day-one testing notebooks for the newest frontier and open models, organized by provider under cookbooks/models/.
Function-calling, tool orchestration, and model-side tool use — the plumbing that turns a chat model into an agent.
Perfect for beginners getting started with Gen AI:
Build more complex AI systems:
Production-grade implementations and cutting-edge research:
Quick directory map to help contributors and learners navigate faster.
skills/SKILL.md (plus optional scripts/, references/, assets/) that teaches an agent a repeatable workflow.mcp/agents/workflows/apps/cookbooks/models/, tools/, agents/, mcp/, rag/, multimodal/, fine-tuning/, evaluations/, and workshops/.cookbooks/agents/cookbooks/rag/cookbooks/workshops/archive/legacy/100-os-libraries/ (100+ library cookbooks), experiments/, and roadmaps/.Curated from recently updated and high-interest notebooks in this repository.
Clone the repository
git clone https://github.com/buildfastwithai/gen-ai-experiments.git
cd gen-ai-experiments
Navigate to your desired project
cd apps/your-desired-project
Install dependencies
pip install -r requirements.txt
Set up API keys
# Create a .env file and add your API keys
echo "OPENAI_API_KEY=your_key_here" > .env
Run the application
streamlit run app.py
# or
python app.py
# or
jupyter notebook
Follow project-specific instructions in each project's README.md for detailed setup
Agent Skills are model-agnostic. Point your agent (Claude Code, Cowork, or Codex) at any folder under skills/ and it will read the SKILL.md and follow the workflow. See the Skills index for what each one does.
# Example: Launch MCP in Claude Code
/plugin marketplace add buildfastwithai/launch-mcp
/plugin install launch-mcp@buildfastwithai-plugins
We welcome contributions from the community! Here's how you can help:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)skills/<skill-name>/ with a SKILL.mdmcp/servers/, mcp/clients/, mcp/integrations/, or mcp/examples/apps/<app-name>/ with a README.md and requirements.txtagents/<agent-name>/workflows/<workflow-name>/cookbooks/<category>/archive/legacy/README.md for new projectsFound a bug or have a feature request? Please create a GitHub Issue with:
Show your support by starring this repository!
Made with ❤️ by BuildFastWithAI
⭐ Star this repo if you find it helpful!
Jupyter Notebook
96.2%
HTML
2.7%