GenAI

GenAI

346 bookmarks
Newest
A2A Deep Dive: Getting Real-Time Updates from AI Agents
A2A Deep Dive: Getting Real-Time Updates from AI Agents
I recently published a blog post on how to get started with the official A2A demo. In it we explored the capabilities of A2A and how it helps AI agents, potentially built with different frameworks…
·medium.com·
A2A Deep Dive: Getting Real-Time Updates from AI Agents
Jerry Liu (@jerryjliu0) on X
Jerry Liu (@jerryjliu0) on X
Here’s how to build an AI agent that auto-generates a company risk report over dozens of public filings 📈📉 Batch analyzing a ton of documents and writing up a memo would take 20+ hours of work. Agents have the potential to automate this but they completely fall apart without
·x.com·
Jerry Liu (@jerryjliu0) on X
Chain-of-Thought Prompting
Chain-of-Thought Prompting
Learn how Chain-of-Thought prompting improves AI reasoning by guiding models to explain their thought process. Discover its impact on LLM accuracy and complex tasks.
·learnprompting.org·
Chain-of-Thought Prompting
What Is GraphRAG?
What Is GraphRAG?
GraphRAG is a powerful retrieval mechanism that improves Generative AI applications by taking advantage of the rich context in graph data structures.
·neo4j.com·
What Is GraphRAG?
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
Late interaction allow for semantically rich interactions that enable a precise retrieval process across different modalities of unstructured data, including text and images.
In this context, “interaction” refers to the process of assessing how well a document matches a given search query by comparing their representations.
A dense retrieval model is a model that uses some type of neural network architecture to retrieve relevant documents for a search query.
Traditional methods for retrieval commonly use “no-interaction” retrieval models. In this case, the search query and documents are processed separately
Advantages of no-interaction retrieval models are primarily that they are fast and computationally efficient
These characteristics make full interaction models great for second-stage retrieval, like reranking a curated set of candidate documents
extremely computationally expensive
contextually rich
scalable and contextually rich
storage requirements - they require an embedding for each token, which requires a lot more storage for a complete set of vectors
Disadvantages of no-interaction retrieval models lie in the lack of interaction between the search query and the documents.
multimodal late interaction retrieval models
vision language models (VLMs) instead of text-only models
·weaviate.io·
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
The "think" tool: Enabling Claude to stop and think \ Anthropic
The "think" tool: Enabling Claude to stop and think \ Anthropic
A blog post for developers, describing a new method for complex tool-use situations
The primary evaluation metric used in τ-bench is pass^k, which measures the probability that all k independent task trials are successful for a given task, averaged across all tasks. Unlike the pass@k metric that is common for other LLM evaluations (which measures if at least one of k trials succeeds), pass^k evaluates consistency and reliability—critical qualities for customer service applications where consistent adherence to policies is essential.
·anthropic.com·
The "think" tool: Enabling Claude to stop and think \ Anthropic
LangChain (@LangChainAI) on X
LangChain (@LangChainAI) on X
Understanding multi-agent handoffs Handoffs are a central concept in multi-agent systems. LangGraph swarm is built on them. But, they can be hard to understand. Here, we break-down the swarm handoff mechanism. 📽️: https://t.co/YkSCFeg9A8
·x.com·
LangChain (@LangChainAI) on X