Skip to main content
Artificial Intelligence

Artificial Intelligence #

I really don’t like the current direction of where artificial intelligence is going, and their ethical/environmental implications. However, if everyone else is using it, and it has become the new “Google search”, then not being able to understand and utilise it (even only to the bare minimum) would be to voluntarily exclude oneself from the ever-changing world. Therefore, I want to at least know how people are using it. Then, and only then, will I be able to decide if I would finally jump onto the train or not.

How to think about artificial intelligence #

Law department #

Personal rules #

1. Always refer to AI assistants as “it”.

2. Do not treat AI assistants as humans.

3. Do not use AI assistants for psychological therapy.

Tutorials #

How I use LLMs by Andrej Karpathy #

How I use LLMs - YouTube (2025-02-27)

Summary
  • Types & functionalities of LLMs
    • Pre-training
    • Post-training -> traditional LLM
    • Reinforcement learning (think/reason) -> new, slow
    • Internet search -> recent information
    • Deep research -> new
    • Program interpreter -> new
    • Voice input & output
    • Image input
    • Image generation
    • Video output
  • How to find them
    • Chatbot Arena
    • Seal LLM Leaderboard
  • Things to do & keep in mind
    • Use few-shot prompting
    • Ask about non-recent, common knowledge
    • Hallucinations is ultimately unavoidable
    • Mind the knowledge cutoff (training date)
    • Create new conversation when change topic
    • Summarise articles & make flow chart
    • Movie recommendations
    • Learn new language (OCR, translate, explain)
  • LLMs
    • ChatGPT (feature-rich)
    • Gemini, Meta AI, Copilot
    • Claude, Grok (X), Perplexity (DeepSeek UK/EU hosting), DeepSeek, Le Chat
    • Cursor Composer (programming copilot, vibe coding)
    • SuperWhisper, WisperFlow, MacWhisper (voice)
    • NotebookLM (podcast generation)
    • DALL-E, Ideogram
  • ChatGPT
    • Data analysis (be careful of hallucinations)
    • Real-time conversation & video input -> new
    • Memory between chats
    • Custom bots with consistent prompt
  • Claude
    • Artefacts

Cursor AI tutorial for beginners by Greg Isenberg & Ras Mic #

Cursor AI tutorial for beginners - YouTube (2024-09-13)

Summary
  • Planning
    • Wireframe (handwritten is fine)
    • v0
  • Coding
    • Cursor Directory
    • Give AI the link to documentation to the language (@Docs for Cursor)
    • Ask other AIs when stuck, give them the problem, wrong solution, and expected results
  • Other things AI is good at
    • Explain code
    • Write documentation & comments
    • Expand project boilerplate

Coding #

Cursor #

v0 #