Posts tagged Copilot

生成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 ...


Plugin management in Neovim and GitHub Copilot introduction notes

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.

Read more ...