πŸ‘Ύ codecook.ch πŸ₯„

AI Tutorials for Companies and Teams

A little cheat sheet for you and for us: just the tools and info you actually need right now (changing rapidly and almost daily, don't get attached to any tools)
Hands-on Setup:

Many coders love working directly in the command line. We prefer VS Code for almost everything, because you get code, files, terminal, and AI plugins cleanly in one place.
✍️ Prompt Tips for Beginners:

Describe the goal, user, platform, and desired result as concretely as possible.
Currently, it's best to prompt and code in English. German also works but usually a bit worse. Most models are primarily trained on English, and the programming world's language is English.
🧱 Especially Useful for Beginners:

Start with a small project rather than a huge idea.
First, let the model build a simple file and folder structure.
Ask the model to briefly explain each step and only make small changes at a time.
βœ… Good First Projects:

Small landing page
To-do app
Notes app
Simple data or CSV viewer
πŸ§ͺ Good Working Method:

First let it plan, then implement step by step.
Briefly test after each step.
Copy errors directly back into the tool and ask for a concrete fix.
🧠 Integrating Local LLMs:

llama.cpp, Ollama, or LM Studio let you bring local LLMs into VS Code or your own setups.
πŸ“ What You Almost Always Need:

Git or GitHub for version control
A terminal for commands
A good editor like VS Code
A clear README with goal and setup
πŸ“± Mobile Cross-Platform Apps (iOS + Android):

React Native Framework
Expo Runtime
Expo Logo
πŸ–₯️ Local Cross-Platform Apps (macOS + Windows):

Tauri Framework
🍎 Local macOS Apps:

Native Swift Framework
Xcode Project
🧠 Local LLMs:

Everything runs locally on your machine. Slower than the AI providers, but very secure and costs only electricity, no subscriptions. Almost all local LLM programs are based on llama.cpp, an important open-source library.
πŸ§ͺ Distilled Models:

Smaller, trimmed versions of large models. They're faster, cheaper, and often good enough for many practical tasks.
πŸ“¦ Typical Sizes:

Simple: 3B to 7B, often ~2 to 5 GB
Medium: 8B to 14B, often ~5 to 10 GB
Advanced: 32B and up, often 20 GB+

Rule of thumb:
16 GB RAM or VRAM is the absolute minimum.
More memory usually means larger models, more context, and smoother work.
⚠️ Requirements:

Computer with at least 16 GB RAM
or a strong Nvidia GPU
The more memory, the better.
🧩 Key Terms:

πŸ”’ 4B, 6B, 8B etc. roughly indicate the number of parameters in a model.
More parameters usually means more knowledge, nuance, and complexity. But it also requires more memory and compute.
πŸͺŸ GGUF is the standard format for many local llama.cpp setups and usually the best choice on Windows.
🍎 MLX is especially interesting for Apple Silicon and local models on Mac.
πŸ† Best Local Coding Model: Qwen3 Coder Next (45 to 85 GB).

Other models we use locally for coding: Qwen, Ministral, and GLM.
πŸŽ₯ For image and video processing we use:

Qwen and SmolVLM.
🍎 Our Setup of Choice:

Currently, Macs are the best and simplest setup for local coding with AI, mainly because of Unified Memory: CPU, GPU, and Neural Engine share the same memory pool. This often makes local models on Mac more straightforward and efficient.
πŸ’Ό For Professional Local LLM Tasks:

Mac Studio with at least 32 GB memory.
πŸͺŸ For Windows-Specific Development:

If you're developing with Unreal Engine, for PlayStation, or generally doing Windows-heavy work, a Windows machine is the better choice.
🧰 Our Devices:

MacBook Pro (Apple M Chip) with 16 GB RAM
Mac Studio (Apple M Chip) with 32 GB RAM
Windows PC with RTX 4070 Super and 64 GB RAM
🦞 Claws:

Claws are personal AI assistants or agent runtimes that don't just chat. They take on real tasks: web, apps, files, terminal, and entire small workflows.
🧭 What's Happening Right Now:

Established providers are releasing their own personal assistants or programs that can directly control the computer. The direction is clear: less chat, more real execution.
πŸ€– Names to Know:

OpenAI: ChatGPT agent, formerly Operator
Anthropic: Claude Computer Use
Google: Project Mariner
Kimi: Kimi Claw, Kimi Agent Swarm
πŸ” Security:

These tools often get extensive access: browser, files, terminal, logins, clipboard, or entire apps.
Prompt injections are a real problem. A website or file can slip hidden instructions to the agent.
If you run something like this with broad permissions, in the worst case you're voluntarily installing a trojan.
Therefore: only test on machines with little sensitive data, grant few permissions, treat skills and plugins like real code, and never blindly confirm everything.
Current LLM Providers:

A quick overview of which models we're currently tracking for chat and coding. This is an assessment, not a complete market overview.
ChatbotChatGPT
CodingCodex
ChatbotGemini
ChatbotLe Chat
CodingDevstral
ChatbotMeta AI
CodingLlama
ChatbotKimi
CodingKimi Code
ChatbotGrok
CodingGrok Code
ChatbotGLM