External References
Curated links to LLM provider docs, research papers, related tools, and learning materials relevant to OpenClaw AI.
LLM Provider Documentation
- OpenAI API Reference — Chat Completions, function calling, embeddings
- Anthropic Claude Docs — Claude API, tool use, vision
- Ollama Model Library — Available local models
- LM Studio Docs — Local LLM server setup
Relevant Research Papers
- ReAct: Synergizing Reasoning and Acting in Language Models — Foundational paper for tool-using agents
- AutoGen: Enabling Next-Gen LLM Applications — Multi-agent orchestration
- Constitutional AI — Anthropic's safety alignment approach
Learning Resources
- Learn Prompting — Free guide to prompt engineering
- OpenAI Prompt Engineering Guide
- Anthropic Research Blog
Prompt Engineering Resources
These resources will help you write better tasks and prompts for OpenClaw:
- OpenAI Prompt Engineering Guide — official best practices for GPT models
- Anthropic Prompting Guide — Claude-specific techniques including XML tags and chaining
- PromptingGuide.ai — comprehensive, model-agnostic prompt engineering handbook
- LearnPrompting.org — beginner-friendly interactive course
AI Agent Research Papers
- AgentBench: Evaluating LLMs as Agents (2023) — benchmarks for LLM-based autonomous agents
- ReAct: Synergizing Reasoning and Acting in LLMs — the foundational paper for tool-using agents
- Tree of Thoughts: Deliberate Problem Solving with LLMs — advanced reasoning patterns
LLM Provider Documentation
| Provider | API Docs | Pricing | Status |
|---|---|---|---|
| OpenAI | platform.openai.com/docs | openai.com/pricing | status.openai.com |
| Anthropic | docs.anthropic.com | anthropic.com/pricing | status.anthropic.com |
| Ollama | ollama.ai/docs | Free (local) | — |
| Google Gemini | ai.google.dev/docs | ai.google.dev/pricing | Google Status |
Developer Tools & Ecosystem
- Ollama — run LLMs locally, the easiest way
- LM Studio — GUI for local models with OpenAI-compatible API
- llama.cpp — low-level inference engine for CPU/GPU
- LangChain — Python framework for LLM-powered apps (complementary to OpenClaw)
- jq — essential tool for processing JSON output from OpenClaw
- n8n — self-hosted workflow automation that can trigger OpenClaw via webhooks
Community & Blog Resources
- Simon Willison's Weblog — essential reading for practical LLM usage and safety
- Latent Space Podcast — deep technical interviews on AI engineering
- Lilian Weng's Blog (OpenAI) — the definitive technical blog on agents, RLHF, and emergent capabilities
- Hugging Face Blog — open-source model releases, fine-tuning guides, benchmarks
- BAIR Blog — academic AI research in accessible format
Benchmarks & Leaderboards
- LMSYS Chatbot Arena — live ELO-based model ranking by crowdsourced human preference
- Open LLM Leaderboard — benchmarks for open-source models
- Artificial Analysis — independent speed, cost, and quality benchmarks for API providers
Security & Safety References
- OWASP LLM Top 10 — the definitive security risk list for LLM applications. Essential reading before production deployment
- NIST AI Risk Management Framework — US government guidelines for responsible AI deployment
- Prompt Injection Attacks and Defences (2023) — academic coverage of the main LLM application attack vector
Tools for Building with LLMs
- LiteLLM — unified Python interface to 100+ LLM APIs (used internally by OpenClaw)
- Microsoft Guidance — structured generation and constrained decoding
- DeepEval — LLM output evaluation and regression testing framework
Related Automation Frameworks
OpenClaw works well alongside these tools — or as a replacement for specific use cases:
| Tool | What It Does | How It Relates to OpenClaw |
|---|---|---|
| LangChain | Python SDK for building LLM chains and agents | Lower-level; OpenClaw can be simpler for CLI automation tasks |
| CrewAI | Multi-agent role-play orchestration | Complementary — CrewAI for role-based agents, OpenClaw for CLI tasks |
| n8n | Self-hosted visual workflow automation | Trigger OpenClaw via webhook node as a workflow step |
| Zapier | No-code workflow automation | Call OpenClaw REST API from a Zapier webhook step |
| AutoGPT | Continuous goal-driven AI agent | See full comparison guide |
Keep References Up to Date
AI tools evolve rapidly. If you find a broken link or a resource that is no longer maintained, please open an issue on GitHub so we can update this page. Last reviewed: March 2026.
Benchmarks & Evaluations
Use these trusted evaluation frameworks to compare models and measure agent quality objectively:
| Benchmark | What It Measures | Relevance |
|---|---|---|
| SWE-bench | Code generation — real GitHub issue resolution | High — agent code tasks |
| HumanEval | Python function completion accuracy | High — coding assistants |
| GAIA | Tool use and web browsing tasks for agents | High — agentic workflows |
| AgentBench | Cross-environment agent abilities (OS, DB, web) | High — OpenClaw tasks |
| MMLU | General knowledge across 57 subjects | Medium — knowledge retrieval |
| LM-Eval Harness | Open-source unified benchmark runner | Medium — local model testing |
Track the latest model benchmark rankings at LMSYS Chatbot Arena and Open LLM Leaderboard.