Tagged articles
5 articles
Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Mar 10, 2026 · Artificial Intelligence

Inside Nanobot: A Deep Dive into a Lightweight AI Assistant Framework

This article provides a comprehensive walkthrough of the open‑source Nanobot project, detailing its architecture, core configuration, message bus, tool system, LLM provider, context builder, session management, agent loop, channel integration, cron and heartbeat services, and CLI commands, while illustrating each component with code snippets and diagrams.

AI assistantLLMNanobot
0 likes · 29 min read
Inside Nanobot: A Deep Dive into a Lightweight AI Assistant Framework
AI Algorithm Path
AI Algorithm Path
Mar 4, 2026 · Artificial Intelligence

Beginner’s Guide: Building a Pedestrian Detection Skill with NanoBot

This step‑by‑step tutorial shows how to install NanoBot, configure it with a DeepSeek API key, create a YOLO‑based pedestrian detection skill via natural‑language commands, test the generated code, and extend the output to JSON, demonstrating AI agents in Python.

AI agentDeepSeekNanobot
0 likes · 6 min read
Beginner’s Guide: Building a Pedestrian Detection Skill with NanoBot
AI Algorithm Path
AI Algorithm Path
Mar 3, 2026 · Artificial Intelligence

Exploring the OpenClaw Ecosystem: OpenClaw, NanoBot, PicoClaw, IronClaw, and ZeroClaw

The article surveys the emerging personal AI‑assistant ecosystem—including OpenClaw, NanoBot, PicoClaw, IronClaw, and ZeroClaw—detailing each project's origins, technology stack, performance metrics, and design goals, then dives deep into OpenClaw's layered memory, six‑stage execution pipeline, tool‑skill framework, and five core architectural principles.

AI agentsAgent ArchitectureNanobot
0 likes · 16 min read
Exploring the OpenClaw Ecosystem: OpenClaw, NanoBot, PicoClaw, IronClaw, and ZeroClaw
AI Engineer Programming
AI Engineer Programming
Mar 3, 2026 · Artificial Intelligence

OpenClaw Alternatives: Which Projects Can Catch the Hot New AI Assistant?

OpenClaw surged to a record 247,200 GitHub stars in under four months but suffers from high memory usage and deployment complexity, prompting a wave of self‑hosted and commercial forks—ZeroClaw, NullClaw, NanoClaw, Nanobot, PicoClaw, CoPaw, and MaxClaw—each offering distinct trade‑offs in size, speed, security, and platform support, with a concise decision table to help users pick the right fit.

AI assistantsNanoClawNanobot
0 likes · 8 min read
OpenClaw Alternatives: Which Projects Can Catch the Hot New AI Assistant?
Architect
Architect
Feb 5, 2026 · Artificial Intelligence

Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase

The article dissects nanobot’s lean 4‑5k‑line architecture, contrasting it with OpenClaw’s 430k‑line implementation, and explains how its message‑bus, AgentLoop, ContextBuilder, tool registry, and proactive Cron/Heartbeat components create a readable, controllable, and extensible AI agent runtime.

Agent ArchitectureContext BuilderLLM Tool Loop
0 likes · 22 min read
Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase