This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AI Agent evaluation - Galileo | |
| AI technical cofounder - Woz (YC W25) | |
| LLM model and LLM system evaluation - Arize AI | |
| Statefull AI Agents - Letta | |
| LLM Fine tuning - unsloth https://unsloth.ai/blog/r1-reasoning | |
| Prompt Engineering : https://www.kaggle.com/whitepaper-prompt-engineering?utm_source=alphasignal | |
| Firebase Studio, a web-based IDE to build and deploy full-stack AI applications | |
| AI Agents Unleashed , playbook for ai agents in production | |
| NVIDIA provides a cutting-edge, modular workflow for synthetic data generation (SDG), leveraging platforms and models like Omniverse Replicator, Isaac Sim, NeMo, and advanced LLMs (such as Nemotron-4 and Llama 3.1). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Main Components of LLM training: | |
| architecture, training algo/loss, data, evaluation, systems | |
| AI systems: | |
| Majority completion strategy: for doing a hard reasoning task, the model can go in diff reasoning paths and final answer can be the majority output from these paths. | |
| dspy is a declarative programming library designed for building and optimizing AI-powered applications, especially those leveraging large language models (LLMs). It provides a structured and modular approach to defining tasks, training models, and integrating AI capabilities. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Lovable: | |
| Encourage External Tool Usage | |
| Nudge GPT to use external tools for specific tasks. | |
| Particularly useful for frontend tasks (e.g., progress bars, UI components). | |
| Explicitly Include "Connect to Database" | |
| Mention "Connect to database" in either the user prompt or system message to ensure proper handling of database-related tasks. | |
| Fix Row-Level Security (RLS) Issues |
NewerOlder