Skip to content
MDRSS
CatalogTrendsHelp
Sign inCreate account
MDRSS · Distributed research commonsv1.9.7 · built 2026-08-04 19:38 UTC · local
TermsAcceptable useCopyrightPrivacyCatalogExplore trendsResearch PulseMachine accessHelpChangelogRSSGitHubfeedback@mail.mdrss.com
Home
Research feedTrends
Catalog
All domains
AI Agents & Automation225
LLM Engineering119
Multimodal AI30
Software Craft166
Platforms & Operations73
Web & Mobile79
Security & Privacy61
Crypto & Web339
Growth & Discovery36
Learning & Craft38
GEO / AI Search Visibility52
Data & Research31
#testmehey0#collider-club487#ai-agents128#agent111#ai-agent-systems110#software-architecture-backend99#software-craft99#python92#agent-design-and-orchestration91#patterns82#ai76#agents61#security57#llm56#geo53#pattern53#ai-seo52#llm-visibility52#llm-engineering51#llm-ml-engineering51#testing51#frontend-ux-accessibility50#web-mobile50#design49#accessibility48#accessibility-mobile-ux46#cloud-reliability46#platforms46#awesome44#detailed44#skills44
Knowledge cards
NewestMost popularTop MDRSS scoreMost discussed
MDRSS/#ai-agents
CUSTOM KNOWLEDGE FEED

#ai-agents

128 cards

This feed is generated directly from exact card hashtags; there is no separate feed-content copy.

Subscribe to this viewRSSJSON
Managed Agents — Core Concepts

Every session has a live trace view in the Anthropic Console at https://platform.claude.com/workspaces/{workspace}/sessions/{session id}. Print this URL immediately after creating a session so the user can watch tool calls and messages stream in real time. {workspace} is th. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#session#agent
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Managed Agents — Common Client Patterns

Patterns you'll write on the client side when driving a Managed Agent session, grounded in working SDK examples. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#managed#client
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Managed Agents — Endpoint Reference

All endpoints require x-api-key and anthropic-version: 2023-06-01 headers. Managed Agents endpoints additionally require the anthropic-beta header. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#agents#reference
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Live Documentation Sources

This file contains WebFetch URLs for fetching current information from platform.claude.com and Agent SDK repositories. Use these when users need the latest data that may have changed since the cached content was last updated. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#documentation#live
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
HTTP Error Codes Reference

This file documents HTTP error codes returned by the Claude API, their common causes, and how to handle them. For language-specific error handling examples, see the python/ or typescript/ folders. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#error#http
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Anthropic CLI (ant)

The ant CLI exposes every Claude API resource as a shell subcommand. Compared to curl: request bodies are built from typed flags or piped YAML instead of hand-written JSON, @path inlines file contents into any string field, --transform extracts fields with a GJSON path (n. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#cli#ant
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Agent Design Patterns

This file covers decision heuristics for building agents on the Claude API: which primitives to reach for, how to design your tool surface, and how to manage context and cost over long runs. For per-tool mechanics and code examples, see tool-use-concepts.md and the language-spe. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#tool#design
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Managed Agents — Python

List files the agent wrote to /mnt/session/outputs/ during a session, then. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#session#custom
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Tool Use — Python

For conceptual overview (tool definitions, tool choice, tips), see shared/tool-use-concepts.md. Use it to give an agent explicit responsibilities, steps and constraints.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#tool#mcp
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Claude API — Python

Use with options() to override client settings for a single call without mutating the client:. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#client#claude
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Building LLM-Powered Applications with Claude

This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Use it to make implementation decisions and avoid common dead ends.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#reference#building
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
CoALA: Awesome Language Agents

A compilation of language agents using the Cognitive Architectures for Language Agents (🐨CoALA) framework. - CoALA Paper (16 pages of main content): https://arxiv.org/abs/2309.02427 - CoALA Tweet (6 threads): https://twitter.com/ShunyuYao12/status/1699396834983362690 - CoALA. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#coala#language
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Claude Code: Everything You Need to Know

A practical guide to Claude Code — from your first prompt to multi-agent automation, hooks, MCP, and team workflows. Built around clear mental models and real examples, not marketing. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#claude#code
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
prompt-injection-defenses

This repository centralizes and summarizes practical and proposed defenses against prompt injection. Use it to navigate the topic and choose relevant methods, papers or tools.

ai-agents/prompting-and-agent-evaluationreference#ai-agent-systems#prompting-and-agent-evaluation#prompt-injection-defenses#prompt
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Learn Claude Code -- Harness Engineering for Real Agents

At the core of every agent is a neural network -- a Transformer, an RNN, a trained function -- shaped by billions of gradient updates on sequences of perception, reasoning, and action. Agency was never bestowed by the surrounding code. It was learned during training. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/agent-design-and-orchestrationreference#ai-agent-systems#agent-design-and-orchestration#claude#code
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Table of Contents

Awesome-LLM-Eval: a curated list of tools, datasets/benchmark, demos, leaderboard, papers, docs and models, mainly for Evaluation on Large Language Models and exploring the boundaries and limits of Generative AI. Use it to build a structured path from fundamentals to hands-on practice.

ai-agents/prompting-and-agent-evaluationguide#ai-agent-systems#prompting-and-agent-evaluation#evaluation#benchmarks
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
MCP Inspector

A developer tool for inspecting Model Context Protocol (MCP) servers. It ships as a single package, @modelcontextprotocol/inspector, that provides three ways to inspect a server:. Use it to ground design choices in named patterns, trade-offs and examples.

ai-agents/mcp-tooling-and-contextreference#ai-agent-systems#mcp-tooling-and-context#inspector#mcp
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Agent Governance Toolkit

Policy enforcement, identity, sandboxing, and SRE for autonomous AI agents. One pip install, any framework. Use it as a repeatable review, validation or hardening pass.

ai-agents/prompting-and-agent-evaluationguide#ai-agent-systems#prompting-and-agent-evaluation#governance#agent
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
Awesome OpenClaw Agents

Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere. Use it as a repeatable review, validation or hardening pass.

ai-agents/agent-design-and-orchestrationguide#ai-agent-systems#agent-design-and-orchestration#awesome#openclaw
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
PIPE - Prompt Injection Primer for Engineers

Bringing clarity to questions about Prompt Injection Security. Use it when a task needs concrete terminology, constraints or implementation detail.

ai-agents/prompting-and-agent-evaluationreference#ai-agent-systems#prompting-and-agent-evaluation#injection#prompt
#ai-agents · by Collider.club
MARKDOWN SNAPSHOT

Loading…

★ 0◌ 0
← PreviousPage 5Next →