Posts in AI活用

生成AI運用の型を覚える: Goal / Memory / Tools / Planner / Guardrail チートシート

生成AIを毎回ゼロから使うと、会話は成立しても運用は安定しにくい。

Read more ...


同じ日に何度も Copilot セッションを書き出しても、ログを上書きしないようにする

AI とのやりとりをブログ記事の材料にするために、 Copilot Chat のセッションを Markdown として保存する流れを作っている。

Read more ...


Turning AI Work into a Workflow from Logs to Translation Review

How can we use AI better?

Read more ...


Avoid judging VS Code chat history from observed data alone

Last time, I created a mechanism to export Copilot Chat sessions using export_sessions.py in order to write an article about my interactions with AI later.

Read more ...


Export Copilot sessions to record interactions with AI as material for articles

When interacting with AI, it can be difficult to look back on something important at the moment, even though it is investigating or making decisions on the spot.

Read more ...


ChatGPT “Project” feature practice notes

This page organizes how to incorporate the ChatGPT-4o/o3 series “project” function into a problem-solving workflow centered on Python development. This is a memo that serves as both a personal memo and a blog article, from an overview of functions to model selection, handling of large repositories, limitations and countermeasures.

Read more ...