Found 89 bookmarks
Newest
Agents
Agents
Foundation models enable many new application interfaces, but one that has especially grown in popularity is the conversational interface, such as with chatbots and assistants. The conversational interface makes it easier for users to give feedback but harder for developers to extract signals. This post will discuss what conversational AI feedback looks like and how to design a system to collect the right feedback without hurting user experience.
·huyenchip.com·
Agents
AI Agent In Production - Insights from the market
AI Agent In Production - Insights from the market
Explore the capabilities of AI Agents and their real-world applications. CrewAI showcases the power and versatility of AI technologies across various sectors.
·insights.crewai.com·
AI Agent In Production - Insights from the market
The Problem with Reasoners
The Problem with Reasoners
A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team
·aidanmclaughlin.notion.site·
The Problem with Reasoners
A Multi-Agent Framework for Synthetic Data Generation
A Multi-Agent Framework for Synthetic Data Generation
Presents MAG-V, a multi-agent framework that first generates a dataset of questions that mimic customer queries. It then reverse engineer alternate questions from responses to verify agent trajectories. Reports that the… — elvis (@omarsar0)
·x.com·
A Multi-Agent Framework for Synthetic Data Generation
Agentless is a great example of how a more constrained agent is better than a general agent for specific tasks 💡 - it achieves much higher scores on SWE-Bench Lite for bug-fixing than other agent approaches 🛠️
Agentless is a great example of how a more constrained agent is better than a general agent for specific tasks 💡 - it achieves much higher scores on SWE-Bench Lite for bug-fixing than other agent approaches 🛠️
The whole point is to not let the agent do everything, but to do a… — Jerry Liu (@jerryjliu0)
·x.com·
Agentless is a great example of how a more constrained agent is better than a general agent for specific tasks 💡 - it achieves much higher scores on SWE-Bench Lite for bug-fixing than other agent approaches 🛠️
DAIR.AI
DAIR.AI
Learn important prompt engineering techniques to build use cases with LLMs.
·dair-ai.thinkific.com·
DAIR.AI
LLM Resource Hub
LLM Resource Hub
A comprehensive collection of Large Language Model (LLM) resources, tools, and learning materials.
·llmresourceshub.vercel.app·
LLM Resource Hub
Rig - Build Powerful LLM Applications in Rust
Rig - Build Powerful LLM Applications in Rust
Rig: Build modular and scalable LLM Applications in Rust. Unified LLM interface, Rust-powered performance, and advanced AI workflow abstractions for efficient development.
·rig.rs·
Rig - Build Powerful LLM Applications in Rust
Floneum
Floneum
Floneum is a graph editor for local LLM workflows.
·floneum.com·
Floneum
Roadmaps
Roadmaps
Community driven roadmaps, articles and guides for developers to grow in their career.
·roadmap.sh·
Roadmaps
NirDiamant/GenAI_Agents: This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
NirDiamant/GenAI_Agents: This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive A...
·github.com·
NirDiamant/GenAI_Agents: This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
Patterns for Building LLM-based Systems & Products
Patterns for Building LLM-based Systems & Products
Evals, RAG, fine-tuning, caching, guardrails, defensive UX, and collecting user feedback.
There are seven key patterns.
We can group metrics into two categories: context-dependent or context-free.
First, there’s poor correlation between these metrics and human judgments.
Second, these metrics often have poor adaptability to a wider variety of tasks.
Third, these metrics have poor reproducibility.
Building solid evals should be the starting point for any LLM-based system or product
we can start by collecting a set of task-specific evals
These evals will then guide prompt engineering, model selection, fine-tuning, and so on.
Eval Driven Development (EDD)
Rather than asking an LLM for a direct evaluation (via giving a score), try giving it a reference and asking for a comparison. This helps with reducing noise.
Dense vector retrieval serves as the non-parametric component while a pre-trained LLM acts as the parametric component.
When evaluating an ANN index, some factors to consider include:
Some popular techniques include:
To retrieve documents with low latency at scale, we use approximate nearest neighbors (ANN).
·eugeneyan.com·
Patterns for Building LLM-based Systems & Products
How we built Text-to-SQL at Pinterest
How we built Text-to-SQL at Pinterest
Adam Obeng | Data Scientist, Data Platform Science; J.C. Zhong | Tech Lead, Analytics Platform; Charlie Gu | Sr. Manager, Engineering
·medium.com·
How we built Text-to-SQL at Pinterest