Tips for Using AI

Essential guidelines for getting the best results from AI

The Most Important Tip of All

Ask AI to Ask You Questions First

"Before responding, ask me questions to clarify your understanding of my request."

This single sentence enormously improves the quality of AI output. Instead of guessing what you want, AI will ask smart clarifying questions — just like a great human collaborator would. The result is always better when AI truly understands your intent.

Guidelines for Talking to AI

The better you communicate with AI, the better results you get. Here are the key ingredients for great AI conversations:

1. Provide Context

Tell AI the background. What's the situation? What do you already know? What have you tried? Context helps AI give relevant, useful answers instead of generic ones.

2. Personalize It

Make it personal to you and your experience. Share your perspective, your style, your voice. The output should feel like yours, not generic AI text. Make it relatable to others.

3. Define Your Audience

Who will see the result? Teenagers? Teachers? Investors? A friend? The audience changes everything — the language, the tone, the level of detail, the examples.

4. Explain Your Goal

What are you trying to achieve? Not just "write an essay" but "convince my class that renewable energy is urgent." The clearer the goal, the sharper the result.

5. Describe the Desired Output

How should it look? How long? What format? What structure? "Give me 5 bullet points" vs. "Write a 500-word essay" produces very different results.

6. Describe the Vibe

What's the look, feel, and style? Fun and playful? Serious and professional? Minimalist and clean? The vibe shapes everything from word choice to visual design.

7. Describe the Impact

What emotion do you want to evoke? What reaction do you want to provoke? "I want people to feel inspired and take action" guides AI in powerful ways.

8. Provide References

Share examples of what you like and don't like. "Make it like this website" or "I love this style but hate the colors." References are worth a thousand words.

9. Use One-Shot and Few-Shot Prompting

When you know exactly what you want — or what you don't want — show AI an example. One example is "one-shot," a few examples is "few-shot." Instead of describing the format, just show it: "Here's an example of what I want: [example]. Now do the same for [topic]." This eliminates guesswork and gets precise results fast.

10. Ask AI to Review Its Own Output

After AI gives you a response, ask it to review, improve, and fact-check what it just wrote. Say: "Now review your response — find any errors, weak arguments, or things that could be better, and give me an improved version." AI is often better at critiquing than creating on the first pass. This simple follow-up dramatically improves quality and catches mistakes AI made the first time around.

The Megatip for Interactive Content

Ask for a single HTML file with everything embedded

When you ask AI to create interactive content — a quiz, a game, a dashboard, an interactive presentation — use this magic phrase:

"Create a single HTML file with all the JavaScript, CSS, and HTML code embedded in it."

This creates an "all-in-one" file that:

  • Runs locally on any computer — just double-click to open
  • Needs no special software, no installations, no dependencies
  • Can be shared with anyone — they just open it in their browser
  • This very website you're reading right now was built exactly this way!

Bonus: Make it even better with cloud libraries

Want fancier charts, animations, or UI elements? Ask AI:

"Is there a library that can make this more interactive? Use a CDN link so it works without downloading anything."

CDN (Content Delivery Network) libraries load from the internet, so your HTML file stays small and simple. The only trade-off: the file needs an internet connection to work. But it's worth it for beautiful charts, smooth animations, and polished interfaces.