Type something to search...

Ollama

OpenAI’s Swarm (Part 2): A straightforward, local-first approach with Ollama and Pydantic

OpenAI’s Swarm (Part 2): A straightforward, local-first approach with Ollama and Pydantic

A short code reference to build upon. TLDR: Combining the Ollama and Swarm frameworks presents a local-first approach to building intelligent AI agents. Ollama can run large language

Read More
How to Scrape and Analyse Data for Free using AI: From Collection to Insight

How to Scrape and Analyse Data for Free using AI: From Collection to Insight

Learn how to combine web scraping, proxies, and AI-powered language models to automate data extraction and gain actionable insights effortlessly. While some websites are straightforward t

Read More
OpenAI’s Swarm and Ollama (Part 3) : Building a Step-by-Step Math Solver with Local LLMs

OpenAI’s Swarm and Ollama (Part 3) : Building a Step-by-Step Math Solver with Local LLMs

A short code reference to build upon. As a developer passionate about AI education, I’ve always been fascinated by how we can make complex problem-solving more interactive and engaging. R

Read More
Building a Local AI Task Planner with ClientAI and Ollama

Building a Local AI Task Planner with ClientAI and Ollama

In this tutorial, we’ll build an AI-powered task planner using ClientAI and Ollama. Our planner

Read More
Building a Code Analysis Assistant with Ollama: A Step-by-Step Guide to Local LLMs

Building a Code Analysis Assistant with Ollama: A Step-by-Step Guide to Local LLMs

Ever wanted your own AI-powered code reviewer that runs entirely on your local machine? In this two-part tutorial, we’ll build exactly that using [ClientAI](https://igorbenav.github.io/clienta

Read More
Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

Mastering CrewAI: Chapter 1 — Your First Intelligent Workflow

The Basics of Agents and Tasks CrewAI is a platform that allows us to create and manage teams of AI agents. It offers both enterprise and open-source solutions. In this blog post, we will

Read More
Bolt.new and Ollama: Revolutionizing AI-Powered Full-Stack Web Development

Bolt.new and Ollama: Revolutionizing AI-Powered Full-Stack Web Development

In the rapidly evolving world of web development, efficiency and innovation are paramount. Developers, project managers, and designers alike are constantly seeking tools that streamline workflow

Read More
Explore Swarm Multi-Agent Framework Locally

Explore Swarm Multi-Agent Framework Locally

Swarm is an experimental sample framework to simulate lightweight multi-age

Read More
How to Run Nvidia’ llama-3.1-nemotron-70b-instruct Locally

How to Run Nvidia’ llama-3.1-nemotron-70b-instruct Locally

Running large language models (LLMs) locally has become increasingly popular among developers, researchers, and AI enthusiasts. One such model that has gained significant attention is the llama-3.

Read More