https://github.com/jonigl/ai-publications
Open-source guides and tutorials on AI agents, generative AI, and machine learning—covering Python, TypeScript, MCP server setup, MCP Clients, Ollama and LLM integration.
https://github.com/jonigl/ai-publications
ai ai-agents artificial-intelligence generative-ai how-to learning machine-learning mcp mcp-client mcp-server medium-articles ollama publications python step-by-step tutorials typescript
Last synced: 3 months ago
JSON representation
Open-source guides and tutorials on AI agents, generative AI, and machine learning—covering Python, TypeScript, MCP server setup, MCP Clients, Ollama and LLM integration.
- Host: GitHub
- URL: https://github.com/jonigl/ai-publications
- Owner: jonigl
- Created: 2025-03-14T15:02:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T11:04:20.000Z (4 months ago)
- Last Synced: 2025-06-22T03:03:08.353Z (4 months ago)
- Topics: ai, ai-agents, artificial-intelligence, generative-ai, how-to, learning, machine-learning, mcp, mcp-client, mcp-server, medium-articles, ollama, publications, python, step-by-step, tutorials, typescript
- Language: Python
- Homepage:
- Size: 5.88 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Publications 📚
This repository contains a list of publications I have authored or co-authored about **Artificial Intelligence**, **Generative AI**, **Machine Learning**, etc.
## 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](https://medium.com/@jonigl/ollamas-new-thinking-mode-in-less-than-5-minutes-52c525e801c5)
- [Read on DEV](https://dev.to/jonigl/ollamas-new-thinking-mode-in-less-than-5-minutes-13ig)### 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.
- [Read here on GitHub](./publications/2025/05/Build%20an%20MCP%20Client%20in%20Minutes%20-%20Local%20AI%20Agents%20Just%20Got%20Real/README.md)
- [Read on Medium](https://medium.com/@jonigl/build-an-mcp-client-in-minutes-local-ai-agents-just-got-real-a10e186a560f)
- [Read on DEV](https://dev.to/jonigl/build-an-mcp-client-in-minutes-local-ai-agents-just-got-real-4gj6)## 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](https://medium.com/@jonigl/your-first-mcp-server-quick-5dc955a5f364)
- [Read on DEV](https://dev.to/jonigl/your-first-mcp-server-quick-35eg)## 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.
- [Read here on GitHub](./publications/2025/03/Using%20Ollama%20with%20TypeScript%20-%20A%20Simple%20Guide/README.md)
- [Read on Medium](https://medium.com/@jonigl/using-ollama-with-typescript-a-simple-guide-20f5e8d3827c)
- [Read on DEV](https://dev.to/jonigl/using-ollama-with-typescript-a-simple-guide-1nf4)### MCP filesystem: Server disconnected | ⏱️ 2 min read
🛠️ **A simple solution for nvm users** experiencing issues with MCP filesystem server in Claude Desktop.
- [Read here on GitHub](./publications/2025/03/MCP%20filesystem%20-%20Server%20disconnected/README.md)
- [Read on Medium](https://medium.com/@jonigl/mcp-filesystem-server-disconnected-750e00917eec)
- [Read on DEV](https://dev.to/jonigl/mcp-filesystem-server-disconnected-44db)## 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.
- [Read here on GitHub](./publications/2025/02/Getting%20Started%20with%20Ollama%20-%20Run%20LLMs%20on%20Your%20Computer/README.md)
- [Read on Medium](https://medium.com/@jonigl/getting-started-with-ollama-run-llms-on-your-computer-915ba084918c)
- [Read on DEV](https://dev.to/jonigl/getting-started-with-ollama-run-llms-on-your-computer-35d6)### 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.
- [Read here on GitHub](./publications/2025/02/Using%20Ollama%20with%20Python%20-%20A%20Simple%20Guide/README.md)
- [Read on Medium](https://medium.com/@jonigl/using-ollama-with-python-a-simple-guide-0752369e1e55)
- [Read on DEV](https://dev.to/jonigl/using-ollama-with-python-a-simple-guide-27c2)