Tricks for Using AI Well

· Source: Towards AI - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Intermediate, extended

Summary

A recent analysis outlines empirically backed patterns and debunks common myths for effective AI utilization, drawing on studies from institutions like Harvard Business School and Wharton Generative AI Labs. It introduces the "jagged technological frontier," a concept from a 2026 *Organization Science* study, revealing AI's inconsistent performance: it boosted productivity by 12%, speed by 25%, and quality by 40% for suitable tasks, but degraded accuracy to 60–70% for unsuitable ones, compared to 84% for unassisted humans. The article details eight effective patterns, including providing rich context before questions, specifying output formats, and employing iterative refinement. It also highlights anti-patterns like accepting first outputs blindly and trusting model confidence, emphasizing that expert personas do not improve factual accuracy, as per Wharton's 2025 research. Reliable sources for AI information, such as arXiv and ACL Anthology, are also provided.

Key takeaway

For AI Engineers and Data Scientists integrating LLMs, recognize that model confidence does not equate to accuracy. You must critically verify AI outputs, especially factual claims, rather than accepting them passively. Implement structured prompting techniques like providing rich context and specifying output formats. Additionally, consider using a second model for cross-validation to enhance reliability and mitigate hallucinations. This approach is crucial for both project success and demonstrating proficiency in evolving technical interviews.

Key insights

Effective AI use demands understanding its "jagged frontier" and applying structured prompting with critical human verification.

Principles

Method

The Chain-of-Verification (CoVe) method mitigates hallucinations via a four-step process: initial response, generating verification questions, answering them separately, and then correcting the original response. Step-back prompting involves articulating general principles before specific application.

In practice

Topics

Best for: Prompt Engineer, AI Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards AI - Medium.