Running in the terminal is already powerful, but many workflows call for automation: triggering it from a CI pipeline, embedding it in another application, or…
Tag Archives: Automation
How to Use opencode-ralph: A CLI Tool for Ralph Loops with OpenCode

Ralph Driven Development runs AI agents in a loop. opencode-ralph brings this philosophy to OpenCode. This article covers everything from installation to…
What is Ralph Driven Development? A New AI Agent Loop Methodology Explained

AI can now write code, but the “one-shot completion” approach has significant limitations. AI forgets context, misinterprets instructions, and sometimes goes…
Export Slack Mentions to CSV with Python: A Workflow Game Changer

When using Slack daily, you often find yourself thinking, "Where was that request assigned to me?" oContinue reading “Export Slack Mentions to CSV with Python: A Workflow Game Changer”
Slackの自分宛メンションをPythonで取得したらめっちゃ楽だった件

毎日の業務でSlackを使っていると、「あの時の自分への依頼、どこだっけ?」「先週のフィードバックを見返したい」という場面がよくあります。 Slackの検索機能は優秀ですが、「自分宛のメンションをリスト化してCSVで保存Continue reading “Slackの自分宛メンションをPythonで取得したらめっちゃ楽だった件”
Exception: Service error: Drive in Google Apps Script — Causes, Patterns, and Practical Fixes

When working with Google Apps Script (GAS), especially in scripts that interact heavily with Google Drive, youContinue reading “Exception: Service error: Drive in Google Apps Script — Causes, Patterns, and Practical Fixes”
ChatGPT×Copilot×自作CLIで実現する「思考するだけ」の執筆フロー
記事を書く作業は、かつては「調べる・書く・整える・投稿する」という複数の工程を、すべて人力で順番にこなす必要がありました。しかし、生成AIと自動化ツールの組み合わせで、その流れは劇的に変化しています。 この記事では、私がContinue reading “ChatGPT×Copilot×自作CLIで実現する「思考するだけ」の執筆フロー”
The “Thinking-Only” Writing Workflow with ChatGPT, Copilot, and Custom CLI
Writing articles used to involve multiple manual steps: researching, drafting, formatting, and publishing. HowContinue reading “The “Thinking-Only” Writing Workflow with ChatGPT, Copilot, and Custom CLI”
頻繁にOCRするなら GCP × VSC × CLI が正解ルートになる理由
OCR(文字起こし)を単発ではなく、継続的・高頻度に行うようになると、ツール選定の基準は一気に変わります。 「無料ツールで済ませるか」「GUIサービスを使うか」という段階を越えたとき、現実的な選択肢として浮上してくるのがContinue reading “頻繁にOCRするなら GCP × VSC × CLI が正解ルートになる理由”
Why GCP x VSC x CLI is the Best Approach for Frequent OCR Workflows
When you start performing OCR (Optical Character Recognition) continuously and frequently rather than as a oneContinue reading “Why GCP x VSC x CLI is the Best Approach for Frequent OCR Workflows”