1. Prompt engineering platforms
OpenAI ChatGPT (Pro): Versatile for strategy, coding, writing, and analysis. Custom GPTs extend capabilities for domain-specific use.
Anthropic Claude: Known for handling long contexts and structured reasoning tasks well.
Perplexity AI: Combines retrieval-augmented generation (RAG) with web search; good for real-time, citation-backed results.
Google Gemini Advanced: Strong on summarization, search, and research if you’re deep in the Google ecosystem.
2. Code generation and automation
GitHub Copilot: Pairs with VS Code and other IDEs; excellent for auto-generating code, comments, and unit tests.
Replit AI / Codeium: Useful for rapid prototyping or when working across languages and platforms.
LangChain / LlamaIndex: Indispensable for building custom AI apps and agents that rely on chaining logic or connecting to data.
3. Data and visualization tools
Pandas AI / DataPilot: Combines Gen AI with tabular data; great for quick exploratory data analysis.
ChatGPT Code Interpreter (Advanced Data Analysis) – Ideal for statistical summaries, visualizations, file parsing, and modeling.
Power BI with Copilot / Tableau GPT: Converts natural language into dashboards and reports.
4. Document & knowledge management
ChatGPT + file upload: Lets you interrogate, summarize, or transform documents (PDF, CSV, Word) with context.
Notion AI / Coda AI / Mem: For organizing notes, generating content, and automating workflows within productivity tools.
AskYourPDF / PDFGPT.io: Focused tools for querying dense technical documents.
5. Learning and benchmarking
Papers with Code: For keeping up with the latest LLM benchmarks and reproducible models.
Prompt Engineering Guide by DAIR.AI / FlowGPT: Community-driven libraries of reusable, optimized prompts.
AI newsletters (i.e., The Rundown AI, Latent Space, Ben’s Bites): Critical for staying current on capabilities and use cases.
6. Custom deployment & APIs
OpenAI API / Azure OpenAI / AWS Bedrock: To integrate Gen AI into products and enterprise workflows.
Vector databases (Pinecone, Weaviate, Chroma): Power retrieval-augmented generation (RAG) and context injection from enterprise data.