AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “r-ollama”

GridTimelineEvolution
427 results
21 Jul 2026

I just wanted a small WebUI with an admin panel… it escalated into a full open-source agent framework runs fully local with Ollama

Local AiDGX agent

Let me try to explain this clearly, simply, and neatly. Originally, I just wanted to build a small WebUI adapter with an admin panel, but things escalated over the last few months. At first, I faced t

Ollama Cloud Max vs. z.ai GLM Max Coding Plan

Local AiDGX agent

I've been considering Ollama's Cloud Max plan to replace my GLM Max plan but couldn't find good documentation on how their limits actually translate into GLM 5.2 usage. I know it's by GPU time but tha

Row-Bot v4.5.0 is live.

Local AiDGX agent

This release introduces native Computer Use for Windows and macOS, allowing Row-Bot to interact with desktop applications while keeping the user firmly in control. Computer Use is opt-in and protected

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

Using Ollama as a server

Model ReleasesDGX agent

I am currently running Qwen3.6-30B in Ollama, through Cline to use as an agent in VSCode. Qwen's skill in coding is not in question, but the performance in VSCode is slow and inaccurate and times out

20 Jul 2026

What are the current best local models to run on 48GB VRAM?

Local AiDGX agent

I have a 48GB M5 Pro and have far too many development projects going that just don't need the power of Anthropic to churn through so have started looking into running local models and while it certai

22 Jun 2026

Built a local codebase memory for agentic IDEs using Ollama + ChromaDB; zero cloud required

Local AiDGX agent

A developer created a local codebase memory system for agentic integrated development environments (IDEs) using Ollama and ChromaDB, enabling AI-assisted coding without reliance on cloud services. The

21 Jun 2026

OpenCodeRAG - RAG for OpenCode via locally hosted models

Local AiDGX agent

OpenCodeRAG is a local embedding service using FastAPI and SentenceTransformer, paired with a Node.js plugin that integrates RAG tools with Qdrant vector database via YAML configuration. It provides a

Your data changes and your multi-hop RAG goes stale? This one updates with embed-and-append -> open-weights Llama-3.3-70B, your own vLLM endpoint, no graph rebuild

Model ReleasesDGX agent

This post discusses a solution for keeping multi-hop retrieval-augmented generation (RAG) systems updated when data changes, using an embed-and-append approach with the open-weights Llama-3.3-70B mode

11 Jun 2026

I built a 100% local, CPU-only voice loop for Ollama — talk to your models hands-free (Silero VAD + Parakeet STT + Supertonic TTS 3)

Local AiDGX agent

A developer created a fully local, CPU-based voice interface for Ollama that enables hands-free conversation with AI models by combining three open-source components: Silero VAD (voice activity detect

Running Gemma 4 QAT 12B on an 8GB GPU at 16k context — measured the KV-cache tradeoffs

Model ReleasesDGX agent

This post discusses running Google's Gemma 4 QAT (Quantized Aware Training) 12B model on a GPU with 8GB of memory while maintaining a 16k token context window. The author likely shares performance ben

10 Jun 2026

Demo: Turn Research Into a Client-Ready Report with Row-Bot

Local AiDGX agent

Row-Bot is a local-first desktop AI assistant that orchestrates tools and models to handle reasoning and workflows while keeping data local. The demo likely showcases how Row-Bot's integrated tools, k

How can you just wipe past chat instances in Ollama?

Local AiDGX agent

Users can delete chat instances in Ollama's GUI by right-clicking and deleting each chat individually, though there is a feature request for a 'Select All' option to delete multiple chats at once. Alt

I took Andrej Karpathy's LLM Council concept to the next level (Docker, MCP, Skill, Search, local (Ollama)/cloud model support and much more)

Local AiDGX agent

A developer expanded on Andrej Karpathy's LLM Council concept by implementing an enhanced system with Docker containerization, Model Context Protocol (MCP) integration, skill modules, web search capab

MTP doubled my generation, but at 64k context it cuts total latency by only ~3%. Measured the prefill wall on a 3090.

Local AiDGX agent

MTP (Multi-Token Prediction) doubled generation speed but provided only ~3% total latency reduction at 64k context length on an RTX 3090 GPU. The limited overall benefit at large context sizes suggest

Nanocoder hit 2,000 GitHub stars 🌟

Local AiDGX agent

Nanocoder is an open coding agent for the terminal built by a community collective rather than a company. It allows users to bring their own model, keep code on their machine, and owe nothing to anyon

Ugh, I’m completely lost. I can’t get VS Code on Windows to connect to Ollama, it’s installed on a local Ubuntu server and I’m struggling to configure it.

Local AiDGX agent

This post discusses troubleshooting steps for connecting Visual Studio Code running on Windows to an Ollama instance installed on a local Ubuntu server, addressing configuration and connectivity issue

9 Jun 2026

How to use Row-Bot to turn unread emails into a daily action plan

TutorialsDGX agent

Row-Bot is a local-first desktop AI assistant that can check emails and integrate multiple tools in a single conversation turn . The application includes integrated tools, a personal knowledge graph,

I built a Windows GUI launcher to benchmark and manage multiple llama.cpp builds (useful for AMD GPU users juggling Vulkan/ROCm/HIP builds)

Model ReleasesDGX agent

A developer created a Windows GUI tool for managing and benchmarking different llama.cpp builds, addressing the needs of AMD GPU users who work with multiple compute backends like Vulkan, ROCm, and HI

Major update: my Ollama coding assistant now has a full autonomous agent + biggest release yet + qwen2.5-coder:7b

Local AiDGX agent

A user announced a major update to their Ollama coding assistant featuring Cline, an autonomous coding agent that operates within IDEs and can create, edit files, execute commands, and interact with t

why does ollama unloads models automatically?

Local AiDGX agent

Ollama automatically unloads inactive models from memory based on inactivity parameters, with models being removed after a specified duration of non-use . By default, Ollama unloads a model after 5 mi

8 Jun 2026

Hi everyone, I'm building a local AI agent with Ollama and exploring dynamic PDF extraction. Since Ollama can't directly process PDFs, I'm extracting text and passing it via prompts. Should I use PDFPlumber, a vector database (RAG), or another approach for accurate document understanding? Guide me !

Local AiDGX agent

User seeks guidance on PDF processing methods for local AI agents built with Ollama, comparing approaches like PDFPlumber extraction, vector database RAG systems, and alternative techniques for accura

7 Jun 2026

Need guidance setting up Local AI, Agents, MCP & RAG on an all-AMD Linux rig (7900 XTX / CachyOS)

Local AiDGX agent

This post seeks guidance on configuring local AI infrastructure on an AMD-based Linux system (7900 XTX GPU with CachyOS), specifically covering the setup of large language models via Ollama, AI agents

Tired of bloated UIs for Ollama? Built a minimal IDE that infers your hardware and just works

Local AiDGX agent

A developer created a minimal IDE for Ollama that automatically detects hardware capabilities and provides a streamlined user interface without unnecessary complexity. The tool aims to simplify the us

6 Jun 2026

Built a fully-local paper-RAG across 2× 1080 Ti + a 3090. Three Ollama gotchas that each cost me a day.

Local AiDGX agent

A developer documented their experience building a fully-local paper Retrieval-Augmented Generation (RAG) system using two NVIDIA GTX 1080 Ti GPUs and one RTX 3090, sharing three significant challenge

I built a small Windows tool to monitor and manage Ollama more easily

Local AiDGX agent

A tiny Windows system tray tool that monitors local Ollama runtime with quick visual feedback about status, resource usage, and models . The app uses color-coded tray icons for quick status checks and

Mac mini M4 vs Pc with Nvidia 5060 8gb for ai workloads?

HardwareDGX agent

The Mac mini M4 uses unified memory architecture where CPU and GPU share a single 24GB memory pool, while the RTX 5060 has dedicated VRAM. Mac mini M4 is preferred for large model inference (70B param

5 Jun 2026

Need advice on building/training an AI Agent for fully automated blog generation

AgentsDGX agent

A discussion on building an AI-powered article generator using CrewAI and Ollama with specialized AI agents for research and writing to generate comprehensive articles on any topic. The solution runs

Question from a beginner.

TutorialsDGX agent

I don't have the ability to access or retrieve the content of specific Reddit posts from URLs. To write an accurate summary for your knowledge base, I would need you to either: 1. Share the text conte

What are the most capable LLM models I can run on my laptop?

Local AiDGX agent

A discussion on r/ollama exploring which high-performance LLM models can be effectively run locally on standard laptop hardware , likely covering model size comparisons, hardware requirements, and per

4 Jun 2026

Where's gemma4:12b?

Local AiDGX agent

Gemma 4 12B is the first medium-sized, encoder-free multimodal model capable of natively ingesting audio and video , recently released by Google. The model is available on Ollama with 11.7M downloads

3 Jun 2026

MiMo v2.5 (pro) availability

Local AiDGX agent

MiMo-V2.5-Pro is a model available on Hugging Face that was requested to be added to Ollama's cloud models in May 2026. The discussion on r/ollama likely covers the availability status of this Xiaomi-

Nanocoder 1.27.0 - skills, daemon + more 🔥

Local AiDGX agent

Nanocoder 1.27.0 is an agentic coding tool available in your terminal that runs on any AI model you choose, whether local models via Ollama or cloud providers like OpenAI and Anthropic. This release i

Qwen3.6-35B-A3B on 2× GTX 1080 Ti with Ollama: ~20 tok/s + 3 gotchas (driver 570+, cuda_v12 for Pascal, quant fit on 22GB)

Local AiDGX agent

This post documents running the Qwen3.6-35B-A3B language model on dual GTX 1080 Ti GPUs using Ollama, achieving approximately 20 tokens per second. The author highlights three critical configuration r

What's the most unhinged thing you've used an uncensored Ollama model for? Also... what are the best uncensored models right now?

Local AiDGX agent

This Reddit discussion from r/ollama explores user experiences with uncensored Ollama language models, featuring anecdotal accounts of unusual or extreme use cases and recommendations for popular unce

2 Jun 2026

How to add specific knowledge to an ollama model?

Local AiDGX agent

Adds knowledge to Ollama models using Retrieval-Augmented Generation (RAG) , where users create a knowledge base directory with reference files like PDFs, text files, or CSVs . A custom model can be c

Ollama can't list this C# game script, because it might cause destruction.

Local AiDGX agent

A Reddit post discussing an issue where Ollama (an AI model tool) refuses to process or list a C# game script due to safety concerns about potential destructive code. The post likely explores the limi

1 Jun 2026

How is Ollama Cloud currently?

Local AiDGX agent

Ollama Cloud enables running large language models without a powerful GPU by offloading them to Ollama's cloud service . However, recent reports document significant reliability issues, including freq

MiniMax M3 launched!

Local AiDGX agent

MiniMax M3 launched on June 1, 2026 as the first open-weights model to combine frontier coding, a 1-million-token context window, and native multimodality. The model achieves top-tier performance on c

29 May 2026

I developed a brutalist GUI to interact with Ollama models and PI. It is open-sourced and available for arm64 and intel Macs. Repository in comments

Local AiDGX agent

A developer created an open-source GUI application with a brutalist design for interacting with Ollama models and the Personal Iris (PI) platform. The application is compatible with both ARM64 and Int

New LFM2.5 8b A1b model!!

Local AiDGX agent

Liquid AI released LFM2.5-8B-A1B, a device-optimized model designed to power real-life applications on phones, laptops, PCs, robots, and lightweight server-side use-cases. The model is a fast, memory-

Open Source Browser Agent That Learns and Repeats Workflows

AgentsDGX agent

An open-source browser with built-in AI agents that emphasizes privacy and automation, enabling task automation through natural language without coding. The browser supports multiple AI providers incl

Updated MarkItDown API Server

Local AiDGX agent

An updated MarkItDown API Server integrates Microsoft MarkItDown for converting PDF files, images, and Word documents to Markdown, with Ollama and LLaVA for generating image descriptions. This project

[Web Chat para Ollama: Tu propia IA local, gratis y con privacidad total] [Local AI Web Chat for Ollama: 100% private, free, and runs entirely on your machine]

Local AiDGX agent

Web Chat para Ollama is a tool that enables users to run a private, free AI chat interface locally on their own machines using Ollama, an open-source framework for running large language models. The p

28 May 2026

I built a chrome extension which can navigate, scroll, fill forms and type and scrape data on any website

Local AiDGX agent

A Chrome extension built for automated web interaction and data extraction that uses Ollama's local LLM capabilities to intelligently navigate websites, scroll pages, fill out forms, type text, and sc

26 May 2026

A tool to get Claude Code-style reliability from fully local models

Model ReleasesDGX agent

Ollama exposes an Anthropic-compatible Messages endpoint , allowing developers to run powerful open-source AI models locally with no API costs and pair them with Claude Code for a capable local AI cod

Mistral-7B v0.3 at 128K in llama.cpp: 22,657 → 13,235 MiB live VRAM with ≤0.004 PPL drift

Model ReleasesDGX agent

Mistral-7B v0.3 model achieves significant memory optimization when running at 128K context length in llama.cpp, reducing live VRAM usage from 22,657 MiB to 13,235 MiB while maintaining minimal perfor

25 May 2026

Android app Ollama Talk now on playstore

Local AiDGX agent

Ollama Talk is an Android app that connects to an Ollama server, enabling conversations with AI models like Llama and Mistral . The app features an intuitive chat interface with real-time conversation

Built a local MCP memory server that uses Ollama to give AI coding assistants persistent memory — no cloud, no API keys, Tool and Model Agnostic

Local AiDGX agent

A developer created a local Model Context Protocol (MCP) memory server that integrates Ollama to provide AI coding assistants with persistent memory capabilities while maintaining complete privacy and

Did Ollama Cloud silently nerf the usage limits?

Local AiDGX agent

This discussion likely addresses concerns about whether Ollama has quietly reduced its cloud usage limits, as the platform has revised limits twice since launch. Ollama Cloud usage is governed by sess

Ollama com 3x de 3060 12vram em uma placa Machinist ,Xeon com 32gb de memória ram,

Local AiDGX agent

This Reddit post discusses a technical setup for running Ollama with three NVIDIA RTX 3060 GPUs (each with 12GB VRAM) on a Machinist motherboard paired with a Xeon processor and 32GB of system RAM. Th

OpenStudio - Hybrid local/cloud (openrouter) AI router

Local AiDGX agent

OpenStudio is a hybrid AI router that combines local model inference with cloud-based model access through OpenRouter, a unified API providing access to hundreds of AI models through a single endpoint

The CLI natively displays “Thinking…” Is there a way to access the raw reasoning stream?

Local AiDGX agent

The raw reasoning stream can be accessed through the message.thinking field in the API response or the thinking endpoint field, which contains the reasoning trace separately from the final answer. Use

24 May 2026

Built an AI screen memory using llama.cpp + Gemma 4 — remembers everything you do on your computer,search/chat or make agents over it. 100% local

Model ReleasesDGX agent

This project demonstrates a local AI system built with llama.cpp and Gemma 4 that captures and analyzes screen activity to create persistent memory of user computer interactions, enabling search, chat

Dual 3090s?

Local AiDGX agent

A discussion about difficulties getting Ollama to fully utilize dual NVIDIA RTX 3090 GPUs when running various language models including 8B and 70B parameter models. Users report that despite Ollama r

23 May 2026

New to OLLAMA, how to install best model for my Mac?

Local AiDGX agent

Ollama can be installed on Mac by downloading the application and placing it in the Applications folder, after which you use Terminal to run commands that download and launch models . The best model c

22 May 2026

Are -mlx variants equivalent to -nvfp4 for gemma4 and qwen3.6?

Local AiDGX agent

Ollama has added MLX support for Qwen3.5 and Gemma 4 , with both MLX and NVFP4 quantization variants available for these models. There have been issues with broken Qwen3.6 NVFP4 generation on Ollama ,

21 May 2026

Creé mi propio agente de IA local centrado en Ollama y la ejecución de tareas prácticas.

Local AiDGX agent

This post describes a user's experience building a local AI agent using Ollama, an open-source tool for running large language models locally. The article likely covers the practical implementation st

I got tired of API limits, so I hooked up OpenClaw to an unlimited Qwen3.6:35b backend on a full H100 for $1.6/hr (Demo)

HardwareDGX agent

This post describes setting up OpenClaw with a self-hosted Qwen 3.6:35b language model backend running on an H100 GPU for approximately $1.60 per hour, eliminating API rate limits. The user shares the

20 May 2026

I built a local Qwen2.5-VL desktop tool that lets you ask questions about any part of your screen (using Ollama + live overlays)

Local AiDGX agent

This project implements a local desktop application using Qwen2.5-VL (a vision-language model) and Ollama that enables users to interactively query visual content on their screen through a live overla

Local LLM - privacy first - doctor

Local AiDGX agent

A discussion from the r/ollama community about using local large language models for privacy-sensitive applications, particularly for handling sensitive documents like medical records. Local LLMs proc

← Previous
12345…8
Next →