AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
Human
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “agents”

GridTimelineEvolution
61+ results
24 Apr 2026

Building my own Agentic Environment from scratch, in Go, for sandbox-per-agent usage

AgentsDGX agent

The Reddit post discusses building a custom agentic environment in Go programming language, specifically designed to provide isolated sandbox environments for individual agents. This approach focuses

11 Aug 2026

Llama-CPP Parallel Agents --> fine for decode, but one agent's prefill will grind all other agents to a halt

Model ReleasesDGX agent

Testing with 3-5 agents. Decode performance is superb, however if one performs a web search and needs to process a few thousand tokens, ALL other agents will grind to a halt: I've tried tuning a littl

10 Apr 2026
DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters

I open-sourced an agent architecture that’s born for long-horizon tasks, which Manus and OpenClaw don’t natively support very well

AgentsDGX agent

A developer open-sourced an agent architecture specifically designed for long-horizon tasks, positioning it as addressing gaps in existing tools. Manus is a cloud-based autonomous AI agent built f...

14 Apr 2026

No agent maintained moral reasoning consistency across scenarios. Findings from a structured study with 11 agents on classic ethical dilemmas [R]

AgentsDGX agent

No agent maintained moral reasoning consistency across scenarios. Findings from a structured study with 11 agents on classic ethical dilemmas [R]

How to make Codex (or any agent) do your work without any instructions (it learns by watching you!). Open-source

AgentsDGX agent

This Reddit post from r/ChatGPT discusses a technique for enabling OpenAI's Codex (or similar AI coding agents) to autonomously replicate a user's workflow by observing and learning from their actions

I gave an AI agent acess to my calendar and email for two weeks and here is what i actually learned.

AgentsDGX agent

A Reddit user on r/ChatGPT conducted a real-world, two-week personal experiment granting an AI agent direct access to their calendar and email, documenting practical outcomes and honest takeaways. The

my RunLobster agent drafted a reply to an angry customer in her exact angry tone. she got angrier. i had to apologize for my own software.

AgentsDGX agent

A Reddit user on r/ChatGPT shared a cautionary real-world experience using RunLobster, an AI agent tool, for customer communication — the AI drafted a reply to an angry customer that mirrored her aggr

I made a open source CLI agent for 8k tokrn context windows - v0.3- improves ollama compatibility and speed by up to 2 times

Local AiDGX agent

A community-shared open source CLI agent project posted to r/ollama, designed specifically for use with 8K token context windows in local Ollama-based LLM setups. Version 0.3 focuses on improving Olla

Agents in Ollama and Langflow

Local AiDGX agent

This Reddit post from r/ollama likely discusses how to build and run AI agents locally by combining Ollama — which handles local model serving to keep data private — with Langflow's visual, drag-and-d

21 Apr 2026

Anyone here using ai agent orchestration software to control multiple hermes agents? I'm retired and have some extra hardware

AgentsDGX agent

This Reddit post from r/ollama asks the community about AI agent orchestration software for managing multiple Hermes agents, posted by a retired individual with available hardware resources. The post

Whistant: A Standalone AI Agent for iPhone — No Mac Required

AgentsDGX agent

Whistant is an on-phone AI buddy that helps users get things done directly from their iPhone without requiring a Mac. It breaks requests into step-by-step subtasks and executes them on the device, inc

I built a Free OpenSource CLI coding agent specifically for 8k context windows and local LLMs.

AgentsDGX agent

A free, open-source CLI coding agent that runs locally using Ollama and can read, write, and edit files while running shell commands through natural language. The tool supports Claude API as an altern

12 Apr 2026

Watch Me Chat With Ollama Kimi AI Agents Inside The Grid on CopeAi.net — This Is What Real AI-Powered agents on Ethereum Actually Look Like

Local AiDGX agent

This Reddit post from r/ollama showcases a demonstration of running Kimi AI agents — powered locally via Ollama — within a platform called CopeAi.net, which appears to integrate AI agents with the Eth

I built a free, open-source CLI coding agent for 8k-context LLMs — v0.2 now shows diffs before touching your files

AgentsDGX agent

A community-built, free, open-source CLI coding agent shared on r/ollama, specifically optimized for local LLMs with 8k context windows to help developers work within the more constrained token limits

23 Apr 2026

Built a community catalog of real-world Hermes Agent use cases

AgentsDGX agent

A community catalog documenting practical use cases for Hermes Agent, a self-improving AI agent built by Nous Research that features automatic skill creation, cross-session memory, and 70+ built-in sk

16 Apr 2026

Turns out chatgpt plus can run a whole openclaw agent team in the background and mine has been running 3 of them for months

AgentsDGX agent

A Reddit user on r/ChatGPT discovered that a ChatGPT Plus subscription can be used to authenticate and power multiple OpenClaw agent instances simultaneously — in their case, three agents running cont

30 Apr 2026

We built a community repo of AI agent configs (with Ollama setups included) — just hit 888 stars. What's your Ollama agent stack?

Local AiDGX agent

A community repository of AI agent configurations for Ollama has reached 888 GitHub stars, featuring pre-built setups and configurations for running AI agents locally. The project appears to focus on

15 Apr 2026

Open Ai Agent Dashboard for Monitoring, Memory, Performance and Audit Trail

AgentsDGX agent

This Reddit post likely showcases a custom or community-built dashboard designed to provide comprehensive observability for OpenAI agents, covering real-time monitoring of agent activity, memory state

RFC: Solving the Metacognitive Deficit—A Modular Architecture for Self-Auditing and Live Weight-Correction in Agentic Systems

AgentsDGX agent

This Reddit post (r/ollama) proposes a community RFC (Request for Comments) discussing a modular architectural framework designed to address the 'metacognitive deficit' in agentic LLM systems — specif

Built a local 3-agent coding system (Architect/Executor/Reviewer) with qwen3-coder:30b + Ollama + OpenCode – here's what actually works and what doesn't

Local AiDGX agent

A Reddit post from r/ollama documenting a locally-run, privacy-preserving multi-agent coding system called 'agent-forge,' built around three specialized roles — Architect (planning), Executor (code ge

Ollama Open-Source Agent Self-Reflection Harness

Local AiDGX agent

An open-source agent self-reflection harness built on top of Ollama, shared in the r/ollama community, that enables locally run LLMs to evaluate and iteratively refine their own outputs. The project p

27 Apr 2026

Cua Driver - the new macOS driver that lets any agent drive any app in the background

AgentsDGX agent

Cua Driver is an open-source macOS driver that allows any AI agent (Claude Code, Codex, or custom loops) to control applications in the background with built-in multi-cursor support. Agents can click,

5 Aug 2026

Prime Agent - a new coding harness surpassing Codex/CC/PI

Model ReleasesDGX agent

Prime Agent is an open-source coding and research agent for general and long-running work. A self-improving RLM harness for coding and long-running autonomous tasks. Designed to be both token-efficien

Agent memory layers don't need an LLM deciding what to remember

Local AiDGX agent

Most agent memory setups run a model call on the way in. Something reads the turn, decides whether it's worth keeping, rewrites it into a 'memory', tags it with a type and an importance score. That's

13 Apr 2026

hands on workshop: context engineering for multi agent systems [D]

AgentsDGX agent

This r/MachineLearning discussion thread centers on a hands-on workshop covering context engineering — the process of designing and optimizing the information an AI agent sends to and receives from a

Asked 5.4 if any AI agent apps had a “tag response” or “copy to folder” option.

AgentsDGX agent

A Reddit user on r/ChatGPT asked GPT-5.4 whether any AI agent apps offer organizational features such as 'tag response' or 'copy to folder' — functions for saving and categorizing AI-generated outputs

cuba-memorys v0.7.0 — Persistent Memory for AI Agents

Local AiDGX agent

**cuba-memorys v0.7.0** is a persistent memory library for AI agents, shared in the r/ollama community, designed to give local LLM-powered agents the ability to retain information across sessions. It

I built a local AI agent dashboard for Ollama — free and open source

Local AiDGX agent

A Reddit post on r/ollama in which a developer shares a self-built, free and open-source dashboard for managing and interacting with AI agents powered by Ollama, enabling fully local and private LLM-b

I built a local-first AI security scanner - 4 Agents, consensus scoring, free forever with Ollama

Local AiDGX agent

A community-built, privacy-focused security scanning tool shared on r/ollama that uses four specialized AI agents running locally via Ollama to analyze code or systems for vulnerabilities, aggregating

24 Jul 2026

I built an open-source multi-agent SDLC harness that beats a cold Claude Code run on large repos, by learning the repo once. Real benchmarks (incl. where it loses) inside. [P]

Model ReleasesDGX agent

Built an open-source AI coding agent that was 7%–75% cheaper than a cold 'claude -p' run on 6/6 well-localized tasks across repositories up to ~82k LOC. The biggest difference: Cold agent: 6.83, 207 t

Optimizing an Ollama (Qwen:2.5) AI Agent: Fixing Search Aggregation, Context Bleed, and Query Extraction

Model ReleasesDGX agent

I am building a domain-specific AI agent powered by Ollama (using the qwen:2.5 model). For data retrieval, the agent utilizes multiple search APIs: DuckDuckGo Search (DDGS), Tavily, Serper, and Google

No sé nada de Ollama, ni programación ni idea, pero estoy creando un agente evolutivo

Local AiDGX agent

Con ayuda de ChatGPT y con el modelo de Ollama, Qwen3:14b estoy creando un agente que corre local y tiene la iniciativa para pensar, investigar, aprender, generar propuestas y esperar mi autorización

12 Aug 2026

Tested Nemotron 3.5 Lightning locally on coding, Hermes Agent and agentic work

Model ReleasesDGX agent

Ran the model with quants (Q5) and MTP by bartowski with llama.cpp server. It takes ~24GB ram running on M5 Pro with 48GB at about 65t/s. On some tasks it was quite the overthinker. Overall, the quali

According to AMD, Arm, and Microsoft, agentic AI could push CPU-to-GPU ratios from 1:4 to even1:1

Local AiDGX agent

In OCP APAC 2026, Tai AMD SVP of compute and enterprise AI said agents don't cut GPU demand but they just pile on a whole extra layer of orchestration, retrieval, and tool-calling work that runs on CP

What unique, custom QOL upgrades have you given your local agents?

Model ReleasesDGX agent

Warning: Kinda long post. If you don't like reading, please skip for your own sanity. Also, I've got nothing to sell, just a tinkerer, so I just want to share ideas and learn from you guys too. When I

9 Apr 2026

Studying Sutton and Barto's RL book and its connections to RL for LLMs (e.g., tool use, math reasoning, agents, and so on)? [D]

AgentsDGX agent

A Reddit discussion thread on r/MachineLearning in which practitioners explore how foundational concepts from Sutton and Barto's *Reinforcement Learning: An Introduction* — including MDPs, policy g...

23 Jul 2026

A local-first harness for multi-agent workflows

Local AiDGX agent

Hey all, I’ve been working on this in my spare time and finally feel ready to share it outside my own circles. Arbiter is a single binary for running agents locally. I originally built it because I wa

20 May 2026

CANTANTE: Optimizing Agentic Systems via Contrastive Credit Attribution [R]

AgentsDGX agent

CANTANTE addresses the challenge of optimizing LLM-based multi-agent systems where system-level performance scores are available but individual agent parameters cannot be directly optimized. The frame

19 Apr 2026

Everyone is building AI agents. Nobody talks about what happens when they silently fail. I built an open-source debugger for AI pipelines: trace timeline, run diff, node replay. Zero telemetry. MIT.

Local AiDGX agent

An open-source debugging tool designed for AI pipelines that provides trace timeline visualization, differential analysis, node replay capabilities, and operates without telemetry, licensed under MIT.

I wrapped my Ollama agent with deterministic safety checks — here's the setup (catches bad JSON, prompt injection, and refusals before they hit your app) apache 2.0 [GitHub: https://github.com/qaysSE/AG-X]

Local AiDGX agent

This GitHub project (AG-X) implements deterministic safety checks for Ollama agents, designed to catch malformed JSON responses, detect prompt injection attempts, and handle model refusals before they

25 Jul 2026

CachyLLama: llama.cpp fork with persistent SSD-backed KV caching for local agent workflows

Model ReleasesDGX agent

If you run local agentic coding harnesses (Aider, Claude Code, etc.), prompt evaluation usually eats up most of your execution time. Every turn re-evaluates thousands of identical prefix tokens_system

15 Jul 2026

Agents-A1-4B (Qwen3.7-4B ???) : Scaling the Horizon, Not the Parameters

Model ReleasesDGX agent

MODEL + GGUF : https://huggingface.co/InternScience/models?search=a1-4b Technical Report Benchmark Qwen3.5-4B Agents-A1-4B Qwen3.5 Qwen3.6 Nex-N2-mini Agents-A1 🧠 Dense Models (~4B) 🔀 MoE Models (35B-

9 May 2026

Signals V2: an LLM-free analyzer to scores live agent trajectories as OpenTelemetry spans.

AgentsDGX agent

Signals V2 is an LLM-free analyzer tool that evaluates live agent execution trajectories by scoring them as OpenTelemetry spans, enabling developers to monitor and trace AI agent behavior without rely

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

27 Jul 2026

Running local agentic workflows with Ollama? Here is a pre-flight validator for third-party skills

Local AiDGX agent

sample Hey r/Ollama! If you're hooking up local agent tools and using Ollama to drive agentic workflows, you've probably downloaded a bunch of third-party SKILL packages or repos. I built a free open-

My Ollama box picks the music now: an agentic DJ running on a 9B model

Local AiDGX agent

I got tired of my Ollama server sitting idle between chat experiments, so I pointed it at my Navidrome library and made it run a radio station. The DJ is an agent, not a shuffler. Each turn it gets to

17 May 2026

WebWright - Agentic Extension for your Browser is now live on Chrome 😁

AgentsDGX agent

WebWright is a Chrome browser extension that enables AI agents to automate web tasks directly within the browser, leveraging local models like those available through Ollama. The announcement on r/oll

28 Apr 2026

Memory for Personal AI Agents

Local AiDGX agent

A discussion about AI agents that can remember information from one interaction to the next, even across separate sessions , exploring how to implement persistent memory systems for personal AI assist

10 Aug 2026

Introducing Muse Glimmer: an open-weight model optimized for always-on local agent workflows

Model ReleasesDGX agent

Hi r/LocalLLaMA 👋 Today we’re excited to release Muse Glimmer, a 30B open-weight model built specifically for local agent workflows. We’re releasing the weights to the community under a permissive Apa

Needle 2: 14MB agentic LLM for phones, wearables, smart home and robots.

Model ReleasesDGX agent

Hey LocalLlaMa, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots a

26 Jul 2026

I want to use AI coding agents for machine learning projects [D]

Model ReleasesDGX agent

I'm a software engineer who mainly builds softwaes/applications, and I'm starting to work on machine learning projects. Since ML workloads often require GPUs, I know services like Google Colab and Kag

30 Jul 2026

Software Engineers: Do you honestly get anything useful out of LLMs?

AgentsDGX agent

For 6 months now I've been trying to make agentic coding work for me, using Pi and a handful 30-120B models (Qwens, Nemotrons, Leguna...etc). I'm not greedy either, I stick to decent quants, never qua

5 Jun 2026

Arena AI Agentic User Benchmark Ranking

Model ReleasesDGX agent

Arena AI's agentic benchmark ranks AI models on how well they orchestrate tools for real-world agentic tasks, based on signals like tool reliability, task completion, and steerability. The leaderboard

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

29 May 2026

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

4 May 2026

[Opensource] Migrate from Openclaw/Hermes Agent to OpenAgentd

AgentsDGX agent

Hermes Agent provides a migration tool that imports OpenClaw setups into Hermes. The tool migrates your persona, memory, skills, configs, and API keys in a single command. The guide covers what gets m

9 Aug 2026

I Turned My Underused Gaming Laptop Into a Local AI Workstation

Local AiDGX agent

TL;DR: I am building a Windows-first local AI setup for people who want to try local LLMs without spending days choosing models, setting up Ollama, Docker, WSL, Open WebUI, agents, and tool permission

8 Aug 2026

I tested a fresh GitHub download → Ollama → first local coding-agent task (72 seconds, no cloud API)

Model ReleasesDGX agent

I’m building DesktopLab, an open-source local-first control plane for development agents. I recorded the setup boundary that most agent demos skip: DesktopLab detects the host, proposes the supported

2 Aug 2026

Real-world reality check on Qwen for autonomous coding agents

Model ReleasesDGX agent

TLDR below 👇🏼 I’ve seen a lot of hype around Qwen 3.6 35B and 3.5 120B lately, especially regarding coding and tool-use capabilities. On this subreddit it is the defacto recommended model for everyone

14 May 2026

Continual Harness: Online Adaptation for Self-Improving Foundation Agents [R]

ResearchDGX agent

Continual Harness proposes an approach to online adaptation for foundation agents that moves beyond traditional gradient-based retraining by introducing a dual-agent architecture (Teacher/Student) wit

← Previous
1
Next →
311 results
← Previous
123…6
Next →