স্কিপ করে মূল কন্টেন্ট এ যান

6 পোস্টস সঙ্গে ট্যাগ্গেড "Agentic AI"

সমস্ত ট্যাগ্স দেখুন

Being More Human — and a Specialist Team Behind It: Chat Realism, Concurrent Specialists, 42 Built-in Skills, Graph-Augmented Recall

· 10 মিনিট পড়া
Everett
MicroClaw Maintainer

The previous release (Hermes Catch-up) filled in the runtime's plumbing: a user model, a skill lifecycle, prompt-cache economics, checkpoints. This one is about something harder to measure and easier to feel — making MicroClaw behave like a person, and specifically like a very capable person who happens to have a team behind them.

The thesis, lifted from the design docs that drove this release: "being human" is two layers, and the magic is in the contrast between them.

On the surface they chat with you casually, lightly, in short replies. But the moment you need something real, they quietly pull in a mathematician, an illustrator, a researcher — several lines running at once — and come back with "done, here's the answer."

MicroClaw used to be robotic on both layers: it dumped long answers up top, and although it could run sub-agents concurrently, it worked in silence until everything was finished. This release reworks both — and gates every outward-facing, proactive behavior behind a default-off switch.

MicroClaw Feb 19: What Changed in the Past Week

· 5 মিনিট পড়া
Everett
MicroClaw Maintainer

MicroClaw has moved quickly in February, with significant updates across ClawHub integration, voice handling, path compatibility, modularization, web/auth hardening, and release automation.

This post summarizes the direction and outcomes based on the 50 most recent commits on main.

Built with Rust: MicroClaw as a Multi-Channel Agent Runtime

· 5 মিনিট পড়া
Everett
MicroClaw Maintainer

MicroClaw is no longer just a channel bot. In its current form, it is a Rust multi-channel agent runtime with a shared agent engine, provider abstraction, durable session state, and layered memory.

It supports Telegram, Discord, Slack, Feishu/Lark, IRC, and Web through adapters, while keeping one core execution path for reasoning and tool use.

Source code: https://github.com/microclaw/microclaw Quick Start: https://microclaw.org/docs/quickstart

MicroClaw system architecture

MicroClaw vs NanoClaw vs OpenClaw: Updated Three-Path Comparison

· 3 মিনিট পড়া
Everett
MicroClaw Maintainer

If you are building a personal AI assistant around chat, you usually choose among three distinct paths:

  1. Minimal and isolation-first
  2. Broad platform with high feature surface
  3. Balanced runtime with practical built-ins

This comparison is updated using publicly available docs/repos as of February 14, 2026.

Three-path capability spectrum

Building MicroClaw: A Practical Agent Runtime for Telegram and Beyond

· 3 মিনিট পড়া
Everett
MicroClaw Maintainer

MicroClaw is a Rust-based AI assistant that treats chat as an execution surface, not only a text interface.

It can run shell and file tools, browse the web, schedule jobs, and persist memory/session state so multi-step work can continue across turns.

MicroClaw runtime overview