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 #
- “Wait, not like that”: Free and open access in the age of generative AI
- Please stop externalizing your costs directly into my face
- Tech and the climate crisis
- Universal Paperclip 与 AI 对齐问题 - neverland
- AI 创作的重重争议 - neverland
- AI 辅助创作的伦理问题 | 螺莉莉的数据中心
- Algorithmic Justice League - Unmasking AI harms and biases
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 #
- AI 寫程式新流派的 Vibe Coding 是什麼?開發者需知的操作技巧、技能轉變 - iKala
- Cursor, Windsurf AI, Replit
- Superwhisper, Whisper Flow
- Vibe Coding是什麼?Vibe Coding工具有哪些?程式小白上手必懂|數位時代 BusinessNext
- Here’s how I use LLMs to help me write code
- 12 Rules to Vibe Code Without Frustration
- Tell me your plan first; don’t code.
- Give me a few options, starting with the simplest first. Don’t code.
- Prompt Engineering Guide | Prompt Engineering Guide
- 一文了解Cursor使用方法和技巧 | windliang (Warning: This website is ICP licensed.)
- [Agentic AI] 搏一搏,$20变$500:一小时魔改Cursor变身Devin
- (Paid) From Users to Builders: Transform Yourself for the Age of AI | Superlinear Academy
- 首 页 - AI全书
- There’s An AI For That® - Browse AI Tools For Any Task
How I use LLMs by Andrej Karpathy #
How I use LLMs - YouTube (2025-02-27)
- Tiktokenizer
- Chatbot Arena Leaderboard
- SEAL LLM Leaderboards: Expert-Driven Private Evaluations
- Best Claude Artifacts
- Vibe coding - Wikipedia
- Few-shot prompting
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 (
@Docsfor 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 #
- Cursor docs
- PatrickJS/awesome-cursorrules: 📄 A curated list of awesome .cursorrules files
- 学习 Cursor ,拥抱 AI 编程 | Cursor 101
- 全部分类: Cursor教学 - AI全书