Upgrade to Pro — share decks privately, control downloads, hide ads and more …

生成AI による論文執筆サポート・ワークショップ コーディング・エージェントのインストール編 ...

Avatar for Kenji Saito Kenji Saito PRO
November 09, 2025

生成AI による論文執筆サポート・ワークショップ コーディング・エージェントのインストール編 / Generative AI-Assisted Academic Writing Support Workshop: Installing the Coding Agents

2025年11月9日(日)、オンラインで開催された、早稲田大学ビジネススクール DX 委員会主催「生成AI による論文執筆サポート・ワークショップ」の番外編のスライドです。

Avatar for Kenji Saito

Kenji Saito PRO

November 09, 2025
Tweet

More Decks by Kenji Saito

Other Decks in Research

Transcript

  1. Icon for GAMER PAT (GAme MastER, Paper Authoring Tutor), generated

    by Stable Diffusion 3.5 AI (WBS) DX ( : ) AI — — 2025-11-09 – p.1/12
  2. Codex CLI, Claude Code, Gemini CLI npm / Homebrew macOS

    (Tahoe 26.0.1) + Homebrew Linux (Ubuntu 24.04) Windows 11 Pro 22H2 Windows WSL (Windows Subsystem for Linux) Linux AI WSL AI — — 2025-11-09 – p.3/12
  3. Windows : WSL WSL (Windows Subsystem for Linux) Windows Linux

    Windows PowerShell ( ) (‘>’ ) > wsl --install Linux Windows ( ; WSL2 Ubuntu 24.04 OK) > wsl -l -v WSL WSL2 > wsl --set-default-version 2 Ubuntu 24.04 > wsl --install -d Ubuntu-24.04 AI — — 2025-11-09 – p.5/12
  4. macOS : Homebrew Homebrew (Apple macOS ) UNIX brew Apple

    brew ( ) brew https://github.com/Homebrew/brew/releases pkg Path (brew ) “.zshrc” ( ) eval "$(/opt/homebrew/bin/brew shellenv)" AI — — 2025-11-09 – p.8/12
  5. npm JavaScript Node Package Manager . . . npm is

    not an acronym ninaa acronym ( ) macOS (Homebrew ) https://qiita.com/kyosuke5_20/items/c5f68fc9d89b84c0df09 Linux https://qiita.com/seibe/items/36cef7df85fe2cefa3ea Windows (WSL ) https://zenn.dev/kuuki/articles/windows-nodejs-install PowerShell > Set-ExecutionPolicy -Scope CurrentUser RemoteSigned AI — — 2025-11-09 – p.10/12
  6. Codex CLI (OpenAI) https://developers.openai.com/codex/cli/ (Homebrew ) Claude Code (Anthropic) https://docs.claude.com/ja/docs/claude-code/overview

    (Homebrew ) Gemini CLI (Google) https://github.com/google-gemini/gemini-cli (Homebrew ) AI — — 2025-11-09 – p.11/12