ai-publications
ai-publications is a Python library designed to efficiently manage and publish research and results related to AI. Users can easily collect, analyze, and visualize data. Notably, it features enhanced capabilities for automatic paper generation and citation management, making it highly useful for researchers and developers.
GitHub Stars
5
User Rating
Not Rated
Favorites
0
Views
20
Forks
0
Issues
0
AI Publications 📚
This repository contains a list of publications I have authored or co-authored about Artificial Intelligence, Generative AI, Machine Learning, etc.
July 2025
Ollama MCP Bridge: Effortless Tool Integration | ⏱️ 5 min read
🚪 Learn how to build a drop-in proxy that transparently adds every MCP server tool to your Ollama chat completions without any boilerplate code.
May 2025
Ollama's New Thinking Mode in less than 5 Minutes | ⏱️ 5 min read
🧠 Learn how to use Ollama's new thinking mode to build local AI agents that can reason through complex tasks.
- [Read here on GitHub](./publications/2025/05/Ollama’s%20New%20Thinking%20Mode in%20less%20than%205%20Minutes/README.md)
- Read on Medium
- Read on DEV
Build an MCP Client in Minutes: Local AI Agents Just Got Real | ⏱️ 5 min read
🤖 Learn how to build a full MCP client in under 100 lines and take your first steps into the world of local AI agents.
April 2025
How to Build Your First MCP Server (Fast) | ⏱️ 6 min read
🚀 Learn how to build your own MCP server to let LLMs interact with your tools.
- [Read here on GitHub](./publications/2025/04/Your%20first%20MCP%20Server (quick)/README.md)
- Read on Medium
- Read on DEV
March 2025
Using Ollama with TypeScript: A Simple Guide | ⏱️ 4 min read
💻 Learn how to integrate Ollama's powerful language models into your TypeScript applications with simple code examples.
MCP filesystem: Server disconnected | ⏱️ 2 min read
🛠️ A simple solution for nvm users experiencing issues with MCP filesystem server in Claude Desktop.
February 2025
Getting Started with Ollama: Run LLMs on Your Computer | ⏱️ 2 min read
🦙 A beginner's guide to installing and using Ollama to run large language models locally on your personal computer.
Using Ollama with Python: A Simple Guide | ⏱️ 4 min read
🐍 Learn how to integrate Ollama's powerful language models into your Python applications with simple code examples.