医療法人から依頼を受けたWindowsログ解析案件。
本番データの入手は担当者の出張後、来月以降になる。
それまでの準備として、自分のPCのイベントログを題材に、生成AIによる解析のシミュレーションを行っている。
PowerShellでCSV化したログを読み込ませ、削除・変更・アクセスの履歴を要約。
最初は雑多な出力だったが、プロンプトを調整するたびに精度が増していく。
AIは単に自動化の手段ではなく、「人の目を補う読解者」になりつつある。
実運用を前に、AIがどこまで“理解”できるかを見極めたい。
—–
A healthcare corporation has requested a Windows log analysis powered by generative AI.
While waiting for the real data, I’m testing on my own PC — extracting event logs with PowerShell and letting AI summarize deletions, changes, and access records.
Each refinement of the prompt improves the clarity of results.
Before the actual deployment, I want to see how deeply AI can truly understand what lies within the logs.