プロンプトも技術負債になる
ソフトウェア開発において、プロンプト(AIへの指示文)も技術負債と同様の問題を引き起こす可能性がある。プロンプトは理解や保守が難しく、変更に弱く、時間とともに価値を失う。本記事では、プロンプトを適切に管理し、負債化を防ぐための方法を考察する。
ソフトウェア開発において、プロンプト(AIへの指示文)も技術負債と同様の問題を引き起こす可能性がある。プロンプトは理解や保守が難しく、変更に弱く、時間とともに価値を失う。本記事では、プロンプトを適切に管理し、負債化を防ぐための方法を考察する。
Prompts for AI coding tools are a form of technical debt that decays silently with each model upgrade, unlike code. The author advises against investing heavily in bespoke agentic setups, recommending instead using third-party tools with minimal configuration and keeping custom prompts limited to concrete project facts.
Gary Marcus scrutinizes recent claims from OpenAI and Anthropic, urging readers to examine the underlying details and math behind their headline-grabbing announcements rather than taking them at face value.
Adding assumptions to a formal property makes it logically weaker—guaranteed to work in fewer cases. Engineers add assumptions when stronger properties are impossible, too costly, or unverifiable. These assumptions often involve factors outside the program, like the operating environment or external dependencies.