# AI Model Selection ## Goal Use appropriate models for tasks. --- # Task Categories ## Simple Tasks Examples: - Grammar correction. - Shortening text. Use: Fast/cheap models. --- ## Complex Tasks Examples: - CV generation. - Career analysis. Use: Higher quality models. --- ## Long Context Tasks Examples: - Analysing full CV. - Comparing job descriptions. Use: Large context models. --- # Principles Do not use expensive models unnecessarily. Balance: Quality. Speed. Cost.