{R}R 開発ノート
合計 29 件の記事が見つかりました。
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
Frictionless SaaS, Chapter 5: Just-In-Time Learning - Teach Users at the Exact Moment They Need It
Chapter 5 of the Frictionless SaaS blog series. Users don't want to learn your product - they want to solve their problem. Just-In-Time Learning teaches at the moment of need, and the Skippable Onboarding Principle respects the users who already know what they're doing.
2026-03-26
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 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 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
Chapter 19 – Measuring AI Effectiveness
Chapter 19 of Master Claude Chat, Cowork and Code tackles the question every team eventually asks: is our AI actually working? Learn to build metrics frameworks, structured evaluations, and workflow acceleration measurements that prove (or disprove) AI's value.
2026-03-19
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
Chapter 18 – Sub-Agents and Multi-Agent Collaboration
Chapter 18 of Master Claude Chat, Cowork and Code explores multi-agent architecture — how to decompose complex problems into specialized sub-agents, coordinate parallel execution, and synthesize results into coherent outputs.
2026-03-18
Chapter 17 – Guardrails and Governance
Chapter 17 of Master Claude Chat, Cowork and Code moves from understanding risks to implementing controls — permission isolation, tool allow-lists, human-in-the-loop approval workflows, validation hooks, and enterprise-grade audit logging.
2026-03-18
Chapter 16 – Execution Risks and Isolation
Chapter 16 of Master Claude Chat, Cowork and Code confronts the real security risks of AI systems that execute commands and manipulate files — from command injection to data exposure — and explains the isolation models that keep things safe.
2026-03-17
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
Chapter 14 – Connecting Systems with the Model Context Protocol (MCP)
Chapter 14 of Master Claude Chat, Cowork and Code explores the Model Context Protocol — the universal bridge that lets Claude connect to Slack, GitHub, Jira, Google Drive, and more, turning isolated AI into a deeply integrated workflow partner.
2026-03-15
Chapter 13: Encapsulating Knowledge with Agent Skills — From Conversations to Autonomous Procedures
Chapter 13 of Master Claude Chat, Cowork and Code introduces Skills — reusable, encapsulated procedures that Claude executes autonomously. Covers SKILL.md structure, YAML frontmatter, trigger descriptions, and the Skills Library pattern for team distribution.
2026-03-14
Chapter 12: CLAUDE.md — Designing Guardrails That Shape How Claude Thinks
Chapter 12 of Master Claude Chat, Cowork and Code explores CLAUDE.md as a living constitution for AI behavior — positive constraints over prohibitions, complete financial and startup examples, instruction decay, hierarchical files, and anti-patterns to avoid.
2026-03-13
Chapter 11: CI/CD Integration and Automation — Claude Code in Your Pipeline
Chapter 11 of Master Claude Chat, Cowork and Code shows how to deploy Claude Code into CI/CD pipelines — GitHub Actions, GitLab CI, automated PR reviews, security audits, documentation sync, cost management, and production safety patterns.
2026-03-12
Chapter 10: Safe Legacy Code Refactoring — Horror Stories and the Discipline That Prevents Them
Chapter 10 of Master Claude Chat, Cowork and Code tackles the hardest problem in AI-assisted development — refactoring legacy code without introducing subtle bugs. Covers characterization tests, incremental verification, PR review, and catching hallucinations.
2026-03-11
Chapter 9: Claude Code Fundamentals — The CLI Agent That Rewrites Your Codebase
Chapter 9 of Master Claude Chat, Cowork and Code introduces Claude Code — a CLI agent that reads, analyzes, and modifies codebases directly from the terminal. Covers architecture, multi-file refactoring, Git worktrees, and permission management.
2026-03-10
Chapter 7: Plugins and Domain Specialization — Turning Claude Into Your Organization's Expert
Chapter 7 of Master Claude Chat, Cowork and Code explores how plugins transform Claude from a generalist into a domain expert — with pre-built plugins for Sales, Finance, Marketing, and Legal, slash commands, and organization-managed customization.
2026-03-08
Chapter 2: From OpenID to OpenID Connect — How the Industry Got This One Right
Chapter 2 of the OpenID: Modern Identity series — tracing how the industry moved from the original OpenID and SAML through OAuth 2.0 to OpenID Connect, and when to reach for each standard.
2026-03-08
Chapter 6: What Is Claude Cowork? — The Desktop Agent That Touches Your Files
Chapter 6 of Master Claude Chat, Cowork and Code introduces Claude Cowork — a sandboxed desktop agent that automates file management, data extraction, and cross-application workflows on your local machine.
2026-03-07
Master Claude, Chapter 3: Understanding Entropy and Prompting Fundamentals — Why Your Prompts Fail and How to Fix Them
Chapter 3 of Master Claude Chat, Cowork and Code explains why some prompts work and others fail — through the lens of entropy and probability. Covers XML-structured prompting, chain-of-thought reasoning, multishot examples, and a standard prompt template you can use immediately.
2026-03-04
Master Claude, Chapter 1: The Evolution of Large Language Models — From Markov Chains to Context Engineering
Chapter 1 of Master Claude Chat, Cowork and Code traces the journey from statistical text prediction to reasoning engines — and explains why context engineering, not bigger models, is where the next leap in AI productivity comes from.
2026-03-02
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, 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
Proactive Messaging|Mastering Microsoft Teams Bots 4.2
Learn how to build bots that initiate conversations in Microsoft Teams. This section explains proactive messaging — including when and how to use it, how to store conversation references, and best practices to ensure your bot helps without interrupting.
2025-04-12
Conversation Flow and Dialogs|Mastering Microsoft Teams Bots 3.3
Learn how to build intelligent conversation flows in Microsoft Teams bots using dialogs. This section explains how to guide users through multi-turn interactions, manage state, use prompts and waterfalls, and decide when to use dialogs versus Task Modules.
2025-04-10
Bot Authentication and Identity|Mastering Microsoft Teams Bots 2.3
Learn how Microsoft Teams bots authenticate users and access secure data. This section covers SSO, OAuth 2.0, and the Microsoft Graph API, giving your bot the ability to understand identity and act on behalf of users—safely and seamlessly.
2025-04-07
カテゴリー
タグ
検索ログ
Hello World bot 927
Deploy Teams bot to Azure 862
IT assistant bot 862
Microsoft Bot Framework 839
Azure CLI webapp deploy 812
Adaptive Card Action.Submit 768
Teams bot development 763
Bot Framework Adaptive Card 744
Adaptive Cards 738
Bot Framework example 737
Microsoft Graph 737
Microsoft Teams Task Modules 735
Teams app zip 733
Graph API token 732
Teams bot packaging 723
Teams production bot 722
Teams bot tutorial 717
Zendesk Teams integration 717
C 716
Task Modules 715
Azure Bot Services 713
Azure App Service bot 711
bot for sprint updates 711
Teams chatbot 706
Bot Framework CLI 700
ServiceNow bot 700
Bot Framework proactive messaging 698
Azure bot registration 696
Bot Framework prompts 695
proactive messages 681
Development & Technical Consulting
Working on a new product or exploring a technical idea? We help teams with system design, architecture reviews, requirements definition, proof-of-concept development, and full implementation. Whether you need a quick technical assessment or end-to-end support, feel free to reach out.
Contact Us