Avi Chawla

Search documents
X @Avi Chawla
Avi Chawla· 2025-07-03 06:30
Core Concept - The document explains uv in Python with code examples [1]
X @Avi Chawla
Avi Chawla· 2025-07-02 19:45
RT Avi Chawla (@_avichawla)After MCP, A2A, & AG-UI, there's another Agent protocol (open-source).ACP (Agent Communication Protocol) is a standardized, RESTful interface for Agents to discover and coordinate with other Agents, regardless of their framework (CrewAI, LangChain, etc.).Here's how it works:- Build your Agents and host them on ACP servers.- The ACP server will receive requests from the ACP Client and forward them to the Agent.- ACP Client itself can be an Agent to intelligently route requests to t ...
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs.Avi Chawla (@_avichawla):After MCP, A2A, & AG-UI, there's another Agent protocol (open-source).ACP (Agent Communication Protocol) is a standardized, RESTful interface for Agents to discover and coordinate with other Agents, regardless of their framework (CrewAI, LangChain, etc.).Here's how it works: https://t.co/q6xFvQKYgw ...
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
GitHub repo: https://t.co/FnehWkOqGD.Get a free visual guidebook to learn MCPs from scratch (with 11 projects): https://t.co/rQnuFGWGQd. ...
X @Avi Chawla
Avi Chawla· 2025-07-02 06:30
After MCP, A2A, & AG-UI, there's another Agent protocol (open-source).ACP (Agent Communication Protocol) is a standardized, RESTful interface for Agents to discover and coordinate with other Agents, regardless of their framework (CrewAI, LangChain, etc.).Here's how it works:- Build your Agents and host them on ACP servers.- The ACP server will receive requests from the ACP Client and forward them to the Agent.- ACP Client itself can be an Agent to intelligently route requests to the Agents (just like MCP Cl ...
X @Avi Chawla
Avi Chawla· 2025-07-01 06:33
If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs. https://t.co/AxraWu19RNAvi Chawla (@_avichawla):Postman's AI-readiness Playbook is one of the most important documents you can read today as a developer!We are headed into an era where every website must be "Agent-ready".- Agents will make purchases, not humans.- Agents will find the best options, not humans.- Agents https://t.co/ePqILv3UZX ...
X @Avi Chawla
Avi Chawla· 2025-07-01 06:32
AI Readiness & API Transformation - Every website must be "Agent-ready" in the coming era [1] - APIs need to be transformed into reliable, AI-ready tools [2] - Postman's 90-day AI readiness playbook details how to turn APIs into reliable, AI-ready tools [2] Key Components for AI-Ready APIs - Predictable structures are essential for AI agents [3] - Machine-readable metadata is crucial for AI understanding [3] - Standardized behavior is necessary for seamless AI interaction [3] Postman Playbook Highlights - Automatic documentation can be achieved by standardizing API format, Postman's Spec Hub automatically generates and validates API docs for both humans and AI agents without any manual work [2] - Validated specs can be turned into hosted, function-style endpoints, letting AI agents invoke APIs like native commands [3] Impact of AI Agents - Agents will make purchases, not humans [3] - Agents will find the best options, not humans [3] - Agents will fill out job applications, not humans [3]
X @Avi Chawla
Avi Chawla· 2025-06-30 19:06
LLM Application Evaluation - Deepeval enables component-level evaluation and tracing of LLM applications, addressing the need to identify issues within retrievers, tool calls, or the LLM itself [1] - The "@observe" decorator allows tracing of individual LLM components like tools, retrievers, and generators [2] - Metrics can be attached to each component for detailed analysis [2] - Deepeval provides a visual breakdown of component performance [2] Open Source and Data Control - Deepeval is a 100% open-source tool with over 8.5 thousand stars [2] - Users can self-host Deepeval to maintain control over their data [2] Ease of Use - Implementing Deepeval requires only 3 lines of code [1] - No refactoring of existing code is needed [1]
X @Avi Chawla
Avi Chawla· 2025-06-30 06:33
If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs.Avi Chawla (@_avichawla):A Python decorator is all you need to trace LLM apps (open-source).Most LLM evals treat the app like an end-to-end black box.But LLM apps need component-level evals and tracing since the issue can be anywhere inside the box, like the retriever, tool call, or the LLM itself. https://t.co/dWXyJb3DNs ...