Workflow
API
icon
Search documents
X @Elon Musk
Elon Musk· 2025-07-16 04:46
RT xAI (@xai)We’re thrilled by the overwhelming demand for Grok 4 through the xAI API.To support our API customers, we’ve increased the default rate limits for Grok 4. Happy building! ...
LangGraph Assistants: Building Configurable AI Agents
LangChain· 2025-07-02 14:45
Imagine you've built a perfect agent for your blog writing team. Now your social media team wants to use it but they need different prompts, different models and different tools. But modifying your underlying code for each use case is not only time consuming but also prone to errors.This creates two distinct problems. Developers get stuck in constant code changing cycles that slow down iteration while business teams can't experiment without engineering support. That's where Lang graph assistants come in.Tod ...
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]
Events are the Wrong Abstraction for Your AI Agents - Mason Egger, Temporal.io
AI Engineer· 2025-06-27 09:35
Core Argument - The presentation argues that event-driven architecture (EDA), while seemingly loosely coupled at runtime, is tightly coupled at design time, leading to complexities and challenges in AI agent development [21][22] - It proposes a shift in focus from events to durable execution as the core of AI agent architecture, which simplifies development and handles failures more effectively [26][27] Problems with Event-Driven Architecture - EDA sacrifices clear APIs, as events lack the documentation and structure of traditional APIs [15] - Business logic becomes fragmented and scattered across multiple services, making debugging and understanding the system more difficult [16] - Services become ad hoc state machines, leading to potential race conditions and difficult-to-debug issues [18][19] - EDA can lead to reluctance to iterate on architecture due to fear of breaking existing functionality [25] Durable Execution as a Solution - Durable execution is presented as a crash-proof execution environment that automatically preserves application state, virtualizes execution, and is not limited by time or hardware [27][28][29][30][31][32][33][34] - It allows developers to focus on business logic rather than managing events and queues [38] - Temporal provides durable execution as an open-source, MIT-licensed product with SDKs for multiple programming languages [38][39] - Durable execution abstracts away the complexities of events into the software layer [40][43] Temporal's Offering - Temporal's durable execution system offers automatic retries for failures, such as LLM downtime or rate limits [36] - It supports polyglot programming, allowing functions written in different languages to be called seamlessly [39] - Temporal is available for demonstration and further discussion at the company's booth and Slack channel [44][45]
趣图:真 AI、真 LLM、真 API…
程序员的那些事· 2025-06-10 03:49
Mumbai:印度孟买, 常被视为提供廉价技术劳动力的地区 真 AI、真 LLM、真 API… ↓↓↓ Gujarati:印度的古吉拉特邦,以商业著称 往期趣图 (点击下方图片可跳转阅读) ...
X @Avi Chawla
Avi Chawla· 2025-06-08 06:30
Steps:- Initiate your OpenAI client.- In the response API, specify your MCP server as the tools parameter.- Specify your query in the input parameter.MindsDB GitHub repo: https://t.co/PaFtyjuULv(Don't forget to star 🌟) ...