{R}R 開発ノート


合計 21 件の記事が見つかりました。

The Engineering of Intent, Chapter 6: Autonomous Orchestration Frameworks

Chapter 6 of The Engineering of Intent blog series. Editors run one agent at a time; orchestration runs many. A teaser on task-specific personalities, memory banks, when to orchestrate (and when not), the 14,000-test case study, and the economics of multi-agent pipelines.
2026-04-22

The Engineering of Intent, Chapter 5: Agentic Editors and Flow States

Chapter 5 of The Engineering of Intent blog series. The editor is where the wiring meets your hands. A teaser on the three generations of editor, how semantic search amplifies your codebase's virtues and vices, the flow killers that destroy productivity, and the shortcut rebind that doubled a team lead's output.
2026-04-21

The Engineering of Intent, Chapter 4: The Model Context Protocol (MCP)

Chapter 4 of The Engineering of Intent blog series. MCP is to agents what HTTP was to the early Web — a common protocol that turns bespoke integrations into reusable infrastructure. A teaser on host/client/server roles, the anatomy of a good tool, the six anti-patterns, and the security pitfalls every team trips over.
2026-04-20

The Engineering of Intent, Chapter 3: Context Momentum and Path Dependence

Chapter 3 of The Engineering of Intent blog series. Agents amplify project momentum — good patterns propagate, bad ones propagate just as fast. A teaser on the First Prompt Trap, context rot, the physics of convention drift, and the ten-thousand-dollar rule for decision rigor.
2026-04-19

The Engineering of Intent, Chapter 2: Cognitive Load and Material Disengagement

Chapter 2 of The Engineering of Intent blog series. When the agent does most of the typing, the real failure mode is the engineer who has stopped engaging. A teaser on material disengagement, impressionistic scanning, the autocomplete trap, decision fatigue, and the seven habits of engaged engineers.
2026-04-18

OpenClaw Engineering, Chapter 13: Hardening the Ecosystem

The final chapter: ecosystem security, the ClawHavoc incident, defending against malware in dependencies, confirming high-risk operations, and building auditing and disaster recovery systems.
2026-03-28

OpenClaw Engineering, Chapter 12: The Agentic Zero-Trust Architecture

Zero-trust security for autonomous agents: managing blast radius, implementing three-tier defense (pre-action, in-action, post-action), container isolation, and defending against indirect prompt injection attacks.
2026-03-27

OpenClaw Engineering, Chapter 11: Continuous Learning with OpenClaw-RL

How OpenClaw-RL extracts training signals from conversations and uses them to improve agent behavior continuously. From binary feedback to token-level distillation, agents learn from every interaction without retraining the base model.
2026-03-26

OpenClaw Engineering, Chapter 10: Multi-Agent Systems

Build teams of specialized agents that work in concert. Learn how to architect planners, coders, critics, and surveyors, coordinate them via channels, and use adversarial collaboration and taste gates for high-quality output.
2026-03-25

OpenClaw Engineering, Chapter 9: Scheduling and Deterministic Orchestration

Time-based automation for agents: cron jobs for simple periodic tasks and the Lobster workflow engine for complex, deterministic, resumable multi-step pipelines with human approval gates.
2026-03-24

OpenClaw Engineering, Chapter 8: Event-Driven Workflows

How OpenClaw agents spring into action automatically via hooks, webhooks, and TypeScript handlers—without waiting for human invocation. From internal events to CI/CD pipelines.
2026-03-23

OpenClaw Engineering, Chapter 7: The Skill Ecosystem

Bundled skills vs workspace skills, skill discovery and context, publishing to ClawHub, managing 13,000+ community skills without collision, semantic search, and the meta-skills that let agents improve themselves.
2026-03-22

OpenClaw Engineering, Chapter 6: Extending Capabilities with SKILL.md

The anatomy of SKILL.md files in OpenClaw: how to author reusable, versioned instruction sets with YAML frontmatter, dependencies, and explicit procedural guidance for agents.
2026-03-21

OpenClaw Engineering, Chapter 5: Connecting Multiple Channels

How to connect your OpenClaw agent to multiple messaging platforms (Telegram, WhatsApp, Discord, Slack) and manage multi-channel routing. Setup, configuration quirks, and troubleshooting for each platform.
2026-03-20

OpenClaw Engineering, Chapter 4: Managing the Gateway and Models

Configuring your running gateway with the onboard wizard, diagnostics, and openclaw.json. How to connect model providers, manage API keys securely, and route different queries to different models.
2026-03-19

OpenClaw Engineering, Chapter 3: Deployment and Environment Setup

From local development to production: installing Node.js 22+, setting up Docker containers, and deploying OpenClaw to the cloud via AWS Lightsail or VPS providers.
2026-03-18

OpenClaw Engineering, Chapter 2: Anatomy of the Agent Brain

How OpenClaw agents think through their identity files, two-layer memory system, and proactive task scheduling. A deep dive into SOUL.md, AGENTS.md, USER.md, MEMORY.md, HEARTBEAT.md, and semantic memory via Supermemory.
2026-03-17

OpenClaw Engineering, Chapter 1: The OpenClaw Paradigm

The first chapter teaser in a new series on OpenClaw Engineering. Why autonomous agents need a different foundation, the four-layer architecture (Gateway, Nodes, Channels, Skills), and the three principles that hold it all together.
2026-03-16

Master Claude Chat, Cowork and Code – The Complete Blog Series

The complete index for the Master Claude Chat, Cowork and Code blog series — 20 chapter teasers covering everything from prompting fundamentals to multi-agent architectures, security governance, and the future of AI-powered work.
2026-03-01

Art of Coding, Part V: Tools and the Ecosystem

Tools shape the culture of how teams code. The right ecosystem amplifies clarity and craftsmanship; the wrong one creates friction and distraction.
2026-01-07

Art of Coding, Chapter 1: Code That Speaks

Chapter 1 of the Art of Coding series. Why beauty in code is not decoration but survival — clarity, empathy, efficiency, and what separates code that works from code that lasts. Plus: what AI-generated code means for craftsmanship.
2025-12-24