Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

145
Articles
0
Likes
382
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
Subtle Storm
Subtle Storm
Mar 31, 2026 · Artificial Intelligence

From Diminishing Single Agents to a Special‑Forces Team: OpenClaw’s Multi‑Agent Architecture

The article explains why a lone AI agent becomes slower, more costly, and less accurate as its context grows, and shows how OpenClaw’s main‑agent/sub‑agent design—offering static "agents add" and dynamic "sessions_spawn" modes, three communication primitives, and concrete configuration tips—turns isolated agents into an efficient, collaborative special‑forces workflow.

AI orchestrationAgent CommunicationOpenClaw
0 likes · 10 min read
From Diminishing Single Agents to a Special‑Forces Team: OpenClaw’s Multi‑Agent Architecture
Subtle Storm
Subtle Storm
Mar 30, 2026 · Artificial Intelligence

How OpenClaw’s Memory System Makes Your AI Truly Remember You

Many users see their OpenClaw AI forget rules and preferences after a restart because only conversational context is saved, but the guide explains OpenClaw’s four‑layer file‑based memory, the automatic 8‑file loading, Memory Flush protection, and three concrete best‑practice steps to keep the AI’s memory persistent.

AI memoryLLMOpenClaw
0 likes · 11 min read
How OpenClaw’s Memory System Makes Your AI Truly Remember You
Subtle Storm
Subtle Storm
Mar 28, 2026 · Artificial Intelligence

How OpenClaw Skills Power Your AI Agent: The Brain‑Hand Analogy

The article explains OpenClaw's Skills system—how each Skill is defined by a skill.md manifest and index.js logic, how the Agent scans and matches Skills based on capabilities, permissions and inputs, and provides step‑by‑step examples, installation commands, and best‑practice guidelines for secure, modular automation.

AI agentNotionOpenClaw
0 likes · 14 min read
How OpenClaw Skills Power Your AI Agent: The Brain‑Hand Analogy
Subtle Storm
Subtle Storm
Mar 25, 2026 · Operations

Automate Your Workflows with OpenClaw’s Advanced Scheduling

The article explains how OpenClaw’s built‑in cron system lets you replace manual command‑line scripts with natural‑language scheduled tasks, compares it to traditional Linux crontab, details three scheduling modes, provides ready‑to‑use command examples, and outlines common pitfalls and debugging steps.

CLIOpenClawautomation
0 likes · 10 min read
Automate Your Workflows with OpenClaw’s Advanced Scheduling
Subtle Storm
Subtle Storm
Mar 23, 2026 · Artificial Intelligence

10 Real-World Ways to Use OpenClaw for Automation and Productivity

OpenClaw acts as a flexible AI employee that can automate personal efficiency, email handling, calendar coordination, second‑brain note capture, content creation, video pipelines, news aggregation, social‑media mining, self‑healing servers, and meeting‑minute distribution, often cutting hours of manual work into minutes.

AIOpenClawautomation
0 likes · 8 min read
10 Real-World Ways to Use OpenClaw for Automation and Productivity
Subtle Storm
Subtle Storm
Mar 21, 2026 · Operations

How to Connect OpenClaw to Feishu: A Step‑by‑Step Integration Guide

This guide walks you through creating a Feishu bot, adding robot capabilities, obtaining App ID and Secret, installing the OpenClaw Feishu plugin, configuring channels and permissions, restarting the gateway, publishing the app, and verifying the integration so you can automate notifications and task distribution via OpenClaw.

APIFeishuOpenClaw
0 likes · 4 min read
How to Connect OpenClaw to Feishu: A Step‑by‑Step Integration Guide
Subtle Storm
Subtle Storm
Mar 13, 2026 · Artificial Intelligence

How to Configure the Right Model in OpenClaw for Reliable Agent Performance

This guide explains why selecting the correct AI model is crucial for OpenClaw, outlines the problems caused by a mismatched model, and provides step‑by‑step commands to list providers, authenticate, set defaults, and customize routing for models such as Qwen, OpenAI, Anthropic, and Gemini.

AI agentsCLIOpenClaw
0 likes · 5 min read
How to Configure the Right Model in OpenClaw for Reliable Agent Performance
Subtle Storm
Subtle Storm
Mar 12, 2026 · Artificial Intelligence

Master OpenClaw: A Complete Beginner’s Learning Path

This guide walks beginners through OpenClaw’s core concepts, local‑first architecture, multi‑model collaboration, step‑by‑step deployment, practical tasks, workflow integrations, and custom skill development, while highlighting common pitfalls and a month‑long roadmap to proficiency.

AI agentOpenClawTypeScript
0 likes · 5 min read
Master OpenClaw: A Complete Beginner’s Learning Path
Subtle Storm
Subtle Storm
Mar 7, 2026 · Artificial Intelligence

How RAG Can Stop AI Hallucinations: A Hands‑On Guide

The author demonstrates a practical RAG workflow that tames large‑model hallucinations by cleaning and chunking company documents, storing them in a vector database, and using LangChain or LlamaIndex with OpenAI embeddings and GPT‑4, while highlighting common pitfalls and tuning tips.

AI hallucinationLangChainRAG
0 likes · 7 min read
How RAG Can Stop AI Hallucinations: A Hands‑On Guide