AI Course – Tools & Resources

🛠️ Tools & Resources

Curated list of tools for AI development and integration.

🤖 LLM Platforms

OpenAI / ChatGPT

GPT-4 API Chat

The most popular platform. API access for developers, ChatGPT for end users. Strong performance across most tasks.

platform.openai.com →

Anthropic / Claude

Claude 3 API 200k context

Known for strong reasoning, safety, and the largest typical context window (200k tokens).

console.anthropic.com →

Google / Gemini

Gemini 1.5 1M context Multimodal

Native multimodal understanding. 1 million token context window – can process entire books.

makersuite.google.com →

🛠️ Development Tools

Cursor

IDE AI coding

VS Code fork with built-in AI for code generation, debugging, and refactoring.

cursor.sh →

GitHub Copilot

IDE Code completion

AI pair programmer by OpenAI + GitHub. Best for autocomplete in familiar code.

github.com/features/copilot →

LangChain

Framework Python TypeScript

Orchestration framework for building LLM-powered applications (chains, agents, RAG).

python.langchain.com →

📚 Learning Resources

DeepLearning.AI

Courses by Andrew Ng. Free short courses on ChatGPT, Prompt Engineering, LangChain.

deeplearning.ai →

Learn Prompting

Comprehensive free course on prompt engineering – from basics to advanced.

learnprompting.org →