Posts tagged Copilot
生成AI運用の型を覚える: Goal / Memory / Tools / Planner / Guardrail チートシート
- 2026/06/05
生成AIを毎回ゼロから使うと、会話は成立しても運用は安定しにくい。
同じ日に何度も Copilot セッションを書き出しても、ログを上書きしないようにする
- 2026/06/01
AI とのやりとりをブログ記事の材料にするために、 Copilot Chat のセッションを Markdown として保存する流れを作っている。
Turning AI Work into a Workflow from Logs to Translation Review
- 2026/05/31
How can we use AI better?
Avoid judging VS Code chat history from observed data alone
- 2026/05/30
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.
Export Copilot sessions to record interactions with AI as material for articles
- 2026/05/29
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.
Plugin management in Neovim and GitHub Copilot introduction notes
- 2025/05/08
This is a record of building an auto-completion environment by installing a minimum number of plugins in the environment immediately after installing Neovim. In the first stage, we adopted vim-plug as our plugin manager and introduced GitHub Copilot as the first plugin.