A curated list of resources, techniques, tools, and settings for building AI applications, with a focus on LLMs (Large Language Models) and AI code assistants.
- The Pragmatic Engineer - Real-world engineering challenges: building Cursor
- Engineering at Anthropic - Building effective agents
- Prompt Engineering Guide - Prompting Techniques
- Anthropic - Prompt engineering overview
- llms-txt - A proposal to standardise on using an /llms.tx
- Prompt Dev
- Continue.dev - Custom AI code assistants
- Context7 - documentation for LLMs and AI code editors
- System Prompts Leaks
- Asimov - Chatbot de IA do zero
- Web Security - Web LLM attacks
- Vector Databases com Qdrant
- DeepLearning.AI - All Courses
- DeepLearning.AI - MCP: Build Rich-Context AI Apps with Anthropic
- Anthropic - Academy
- Anthropic - courses
- Anthropic - AI Fluency
- OpenAI - Academy
- OpenAI - A practical guide to building agents
- Microsoft - Develop Generative AI solutions with Azure OpenAI in Foundry Models
- Microsoft - AI Agents for Beginners
- FC - MBA Engenharia de Software com IA
- Awesome LLM Apps
- LM Studio - Your local AI toolkit
- Abacus.AI - ChatLLM Teams
- Roo Code - Your AI-Powered Dev Team, Right in Your Editor
- Pinecone - The vector database for scale in production
- LlamaIndex - Build AI Knowledge Assistants over your enterprise data
- SearXNG - free internet metasearch engine which aggregates results from various search services and databases
- TaskMaster - An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others.
- Google Cloud - Model Armor overview (Security)
- docling - Get your documents ready for gen AI
- OpenRouter - The Unified Interface For LLMs
- Model Context Protocol (MCP) - Introduction
- Model Context Protocol - servers
- Awesome MCP Servers
- GitHub's official MCP Server
- Glama - Open-Source MCP servers
- DockerHub - MCP Servers
- MCP Server Prompt Generator For Devs Guide
- dbhub - Universal database MCP server connecting to MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, SQLite.
- Google Agent Development Kit (ADK)
- ADK - Common Multi-Agent Patterns
- ADK - A collection of sample agents
- Microsoft - Multi-agent design patterns
- LangChain
- LangGraph
- CrewAI - The Leading Multi-Agent Platform
- Microsoft AutoGen
- LiteLLM - LLM Gateway to provide model access
- ADK - Sistema de Criação de Posts com Múltiplos Agentes de IA
settings.json
{
"github.copilot.chat.codeGeneration.instructions": [
{ "file": ".vscode/rules/javascript/coding-guidelines.md" },
{ "file": ".vscode/rules/javascript/coding-style.md" }
],
"github.copilot.chat.reviewSelection.enabled": true,
"chat.promptFiles": true,
"chat.promptFilesLocations": {
".github/prompts": true,
".vscode/prompts": true
}
}