From 6c2967ff372c4a2375db62ebdeaec9d7ea392755 Mon Sep 17 00:00:00 2001 From: Aishwari Pahwa Date: Wed, 1 Jul 2026 15:49:35 +0530 Subject: [PATCH 1/4] latest anthropic release --- .optimize-cache.json | 1 + .../+page.markdoc | 127 ++++++++++++++++++ .../cover.avif | Bin 0 -> 17932 bytes 3 files changed, 128 insertions(+) create mode 100644 src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc create mode 100644 static/images/blog/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/cover.avif diff --git a/.optimize-cache.json b/.optimize-cache.json index 6d36dfa8ae..f4183842e6 100644 --- a/.optimize-cache.json +++ b/.optimize-cache.json @@ -483,6 +483,7 @@ "static/images/blog/claude-fable-5-and-mythos-5-access-suspended/cover.avif": "f6c50bbd5f1eaabef50803b5b76792f8f5f7a2fb009ed8670a08cd9ad1f23971", "static/images/blog/claude-mythos-preview/cover.png": "aea7b0c45c492939048fbf04a9b001b96c7bf727bcf7e5afc8274f84644dd35d", "static/images/blog/claude-mythos-release-date-what-we-know-so-far/cover.png": "0197caa87f00bc03063fb2b1872052cf02733298b2991871852762f32fcfa202", + "static/images/blog/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/cover.png": "15a3350966c037f6747c4b3626e9770ba4ee8065439702903ee3cde13a4573e2", "static/images/blog/claude-vs-gpt-vs-gemini-for-developers-who-wins-in-2026/cover.png": "b931411d483646bcc79649dfc518e86fa4768504b13dbd3d03885c9a2bbde531", "static/images/blog/client-dashboards-internal-tools/cover.png": "d758f2f517487e24037cef5b3e9036ade6c238cd2f216ef6c76ce5467c665d92", "static/images/blog/client-vs-server-components-react/cover.png": "b7ae8b7614902c8b4dd7826d59cfdb36db9abbe27bde99b3deb69c4bf178f425", diff --git a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc new file mode 100644 index 0000000000..596c1c4c50 --- /dev/null +++ b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc @@ -0,0 +1,127 @@ +--- +layout: post +title: "Claude Sonnet 5 is Anthropic's most agentic Sonnet yet" +description: "Claude Sonnet 5 is Anthropic's most agentic Sonnet model, nearing Opus 4.8 performance at lower prices. See benchmarks, pricing, and how to build on Appwrite." +date: 2026-07-01 +cover: /images/blog/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/cover.avif +timeToRead: 5 +author: aishwari +category: ai +featured: false +faqs: + - question: When was Claude Sonnet 5 released? + answer: Anthropic launched Claude Sonnet 5 on June 30, 2026. It is available everywhere from day one, including Claude Code, the Claude Platform, and the Claude API. + - question: How much does Claude Sonnet 5 cost? + answer: Claude Sonnet 5 launched with introductory pricing of $2 per million input tokens and $10 per million output tokens through August 31, 2026. After that it moves to standard pricing of $3 per million input tokens and $15 per million output tokens. For reference, Opus 4.8 costs $5 input and $25 output per million tokens. + - question: What is new in Claude Sonnet 5 compared with Sonnet 4.6? + answer: Better reasoning, tool use, coding, and knowledge work. It is more persistent on long tasks, checks its own output, and is safer overall. + - question: Is Claude Sonnet 5 good for coding? + answer: Yes. It scores 63.2% on SWE-bench Pro and 80.4% on Terminal-Bench 2.1, close to Opus 4.8 and well ahead of Sonnet 4.6. + - question: Is Claude Sonnet 5 free? + answer: Yes, in the consumer apps. Claude Sonnet 5 is the default model on the Free and Pro plans, and is also available to Max, Team, and Enterprise users. Developers who call it through the Claude API pay per token at the rates above. +--- +Anthropic just [launched Claude Sonnet 5](https://www.anthropic.com/news/claude-sonnet-5), the most agentic Sonnet model it has released. It can make plans, drive tools like browsers and terminals, and run autonomously on work that only a few months ago demanded larger, more expensive models. For anyone building agents, that shift matters. The capability you used to reach for an Opus-class model to get is now available in a Sonnet-class one, at a Sonnet-class price. You call it through the Claude API with the model id `claude-sonnet-5`. + +The agentic AI era arguably started with Sonnet-class models. Claude Sonnet 3.5, 3.6, and 3.7 were the first to show serious skill at coding and tool use. Since then, the sharpest gains had been concentrated in Opus-class models. Claude Sonnet 5 narrows that gap: its performance lands close to Opus 4.8 on many tasks, while carrying lower input and output token pricing than Opus 4.8. + +# What is Claude Sonnet 5? + +Claude Sonnet 5 is Anthropic's newest mid-tier model and the successor to Claude Sonnet 4.6. It's a substantial upgrade on the aspects of agentic performance that developers care about most: reasoning, tool use, coding, and knowledge work. The headline is efficiency. Sonnet 5 gets close to Opus 4.8 quality on a range of tasks while staying priced as a Sonnet, which makes it the natural default for high-volume, long-running agent workloads where cost per run adds up fast. + +It's available everywhere from launch. Sonnet 5 is the default model on Free and Pro plans, and is available to Max, Team, and Enterprise users. It also ships in Claude Code and on the Claude Platform, and developers can call it directly via the Claude API. + +One implementation detail worth knowing before you migrate: Sonnet 5 uses an updated tokenizer (the same change Anthropic introduced with Claude Opus 4.7). It changes how the model processes text to improve performance, with the tradeoff that the same input can map to more tokens, roughly 1.0 to 1.35 times as many depending on the content type. Anthropic set the introductory pricing so that moving from Sonnet 4.6 to Sonnet 5 is roughly cost-neutral despite this. + +# Claude Sonnet 5 benchmarks + +Anthropic published a benchmark table comparing Sonnet 5 against its predecessor Sonnet 4.6 and against Opus 4.8, which sits above it as a more generally capable reference model. Across the board, Sonnet 5 improves on Sonnet 4.6 and closes much of the distance to Opus 4.8. + +| Benchmark | Claude Sonnet 5 | Claude Sonnet 4.6 | Claude Opus 4.8 (for reference) | +| -------------------------------------------------------------- | --------------- | ----------------- | ------------------------------- | +| Agentic coding (SWE-bench Pro) | 63.2% | 58.1% | **69.2%** | +| Agentic coding (Terminal-Bench 2.1) | 80.4% | 67.0% | **82.7%** | +| Multidisciplinary reasoning (Humanity's Last Exam, no tools) | 43.2% | 34.6% | **49.8%** | +| Multidisciplinary reasoning (Humanity's Last Exam, with tools) | 57.4% | 46.8% | **57.9%** | +| Computer use (OSWorld-Verified) | 81.2% | 78.5% | **83.4%** | +| Knowledge work (GDPval-AA v2) | **1618** | 1395 | 1615 | + +*Scores for Sonnet 5 on a range of evaluations compared with Sonnet 4.6 and Opus 4.8 (a more generally capable model, shown for reference). The* [Claude Sonnet 5 System Card](https://www.anthropic.com/news/claude-sonnet-5) *reports a broader set of evaluations in detail.* + +**The pattern** + +* Sonnet 5 beats Sonnet 4.6 on every benchmark, often by a wide margin, and lands within a few points of Opus 4.8 on most of them. +* Terminal-Bench 2.1: 80.4% vs Opus 4.8's 82.7%. +* OSWorld-Verified: 81.2% vs 83.4%. +* Knowledge work (GDPval-AA v2): edges past Opus 4.8, 1618 to 1615. +* Clearest remaining gap: the harder SWE-bench Pro coding tasks, where Opus 4.8 still leads. + +**A note on shifting reference numbers** + +* A couple of these reference numbers moved recently for methodology reasons, so it's worth being precise. +* Anthropic updated the grader model for Humanity's Last Exam, so Sonnet 4.6 now sits at 34.6% (no tools) and 46.8% (with tools) rather than its original launch figures. +* Changes to how OSWorld-Verified is run, meant to better reflect real-world performance, moved Sonnet 4.6's score to 78.5%. +* If you compare against older blog posts, expect small discrepancies for exactly this reason. + +# How Claude Sonnet 5 compares to Opus 4.8 + +The most useful way to think about Sonnet 5 is not as a cheaper Sonnet upgrade, but as part of Anthropic's newer 5-series generation, alongside models like Fable 5. It is more capable than Sonnet 4.6 and has lower per-token pricing than Opus 4.8, but that does not automatically make every run cheaper. + +Anthropic lets developers adjust the effort level, from lower settings for faster runs up to max mode for harder tasks that need deeper reasoning. That matters because total cost depends on more than token price. If Sonnet 5 uses significantly more tokens on a long agent workflow or benchmark run, it can still end up costing more overall. + +The practical takeaway is to treat cost as a mix of model price, total tokens used, and effort level: + +* Use lower or medium effort for high-volume tasks where speed and cost control matter. +* Use max mode only when the task genuinely needs stronger reasoning or longer autonomous work. +* Do not assume Sonnet 5 is cheaper overall just because its per-token pricing is lower than Opus 4.8. + +# What Claude Sonnet 5 is good at + +Anthropic's early-access partners were consistent in their feedback: Sonnet 5 is much more agentic than its predecessors. The concrete behaviors they highlighted map neatly onto what an agent actually needs to do. + +* **Finishing long tasks.** Testers described Sonnet 5 completing complex, multi-step tasks where previous Sonnet models would stop short. That persistence across a long chain of steps is exactly what separates a usable agent from one that needs constant hand-holding. +* **Checking its own work.** Partners noted that Sonnet 5 verifies its own output without being explicitly told to. Self-checking is a small behavior with an outsized effect on reliability, because it catches errors before they compound down the chain. +* **Tool use and reasoning.** The gains over Sonnet 4.6 in tool use, reasoning, and coding are what let it operate browsers and terminals autonomously and recover when a step doesn't go as planned. + +# Claude Sonnet 5's safety and safeguards + +* Anthropic's pre-deployment evaluations found Sonnet 5 to be an overall improvement on Sonnet 4.6 for safety. It's better at refusing malicious requests and at resisting hijack attempts in prompt injection attacks, a meaningful property for agents that read untrusted web content or tool output. It also shows lower rates of hallucination and sycophancy than Sonnet 4.6. +* On Anthropic's automated behavioral audit, which tests for a wide range of misaligned behaviors such as cooperation with misuse and deception, Sonnet 5 scored lower (that is, safer) overall than Sonnet 4.6. It did show somewhat higher rates of misaligned behavior than the more capable Opus 4.8 and Claude Mythos Preview, which is the expected pattern for a smaller model. +* On cybersecurity, the key point is that Sonnet 5 simply isn't that capable of causing cyber harm. Anthropic did not deliberately train it on cyber tasks. It can handle routine, non-harmful cyber work but performs substantially worse than Opus 4.8 and Mythos 5 on potentially dangerous skills such as developing software exploits. On an evaluation built with Mozilla that tested exploit development against Firefox vulnerabilities (since patched), Sonnet 5 never produced a full working exploit. It showed a slightly higher partial-success rate than Sonnet 4.6, a shift Anthropic attributes to general intelligence gains rather than any cyber-specific training. +* Because Sonnet 5 is somewhat stronger than its predecessor here, it launches with cyber safeguards enabled by default. These are the same real-time detection-and-blocking safeguards present in Claude Opus 4.7 and 4.8, and they're deliberately less strict than the safeguards shipped with Fable 5, reflecting Anthropic's judgment that Sonnet 5's overall cyber risk is low. Sonnet 5 is also part of Anthropic's Cyber Verification Program. + +# Claude Sonnet 5 pricing + +Claude Sonnet 5 launches with introductory pricing, per million tokens: + +* **Input:** $2 +* **Output:** $10 + +That introductory rate runs through **August 31, 2026**, after which it moves to standard pricing of **$3 per million input tokens and $15 per million output tokens**. For comparison, Opus 4.8 is priced at $5 input and $25 output per million tokens. + +Keep the tokenizer change in mind when you model your bill: because the same input can map to more tokens under Sonnet 5's tokenizer, the introductory pricing is calibrated to keep the transition from Sonnet 4.6 roughly cost-neutral. Anthropic also raised rate limits across Chat, Cowork, Claude Code, and the Claude Platform to accommodate the higher token usage that comes with higher effort levels. + +# Claude Sonnet 5 availability + +Sonnet 5 is available everywhere today. It's the default model on Free and Pro plans and is available to Max, Team, and Enterprise users. Developers can reach it in Claude Code and on the Claude Platform, and call it directly through the Claude API using the model id `claude-sonnet-5`. There's no staged rollout to wait through, so you can start building on it now. + +# What this means if you build on Appwrite + +Sonnet 5's biggest strength is long-horizon, autonomous work at a price that makes running it at scale realistic: agents that plan, use tools, check their own output, and keep going across many steps. An agent doing that kind of work needs somewhere to authenticate users, store state, persist files between steps, and run server-side logic. In other words, it needs a backend, and wiring one up by hand is usually the slow part of shipping an agentic app. + +If you want your Sonnet 5 powered agent to stand up that backend without manually assembling infrastructure, the [Appwrite plugin for Claude Code](https://appwrite.io/docs/tooling/claude-code) bundles the [Appwrite API MCP server](https://appwrite.io/docs/tooling/mcp), the Appwrite Docs MCP server, and SDK-specific agent skills into a single install. With the right project access and permissions, an agent can work directly with Appwrite APIs and docs to set up [Auth](https://appwrite.io/docs/products/auth), [Databases](https://appwrite.io/docs/products/databases), [Storage](https://appwrite.io/docs/products/storage), [Sites](https://appwrite.io/docs/products/sites), and [Functions](https://appwrite.io/docs/products/functions). + +Because Sonnet 5 lets you tune effort against cost, it pairs especially well with high-volume agent workloads: run at medium effort for the bulk of routine steps, and dial up only when a task genuinely needs it. + +# Build agentic apps on Appwrite + +Spin up the backend your next app needs in minutes. Start for free on Appwrite Cloud, connect the Claude API with the model id `claude-sonnet-5`, and let Appwrite handle Auth, Databases, Storage, Functions, Messaging, and Sites. Your Sonnet 5 agent builds the app, Appwrite runs the backend behind it, and you ship the product instead of wiring up infrastructure. + +Recent releases have added [MongoDB support, Appwrite 1.9.0, realtime upgrades, and new AI tooling](https://dev.to/appwrite/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling-1eg6), with [more landing every few weeks](https://dev.to/appwrite/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more-9h5). We post weekly roundups of product announcements, AI updates, and [developer insights](https://dev.to/appwrite/weekly-roundup-presences-api-git-deployment-triggers-and-ai-updates-58lj) on the [Appwrite blog](https://appwrite.io/blog) and across our developer channels, so follow along wherever you read. + +# Resources + +* [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers/docs) +* [Start building on Appwrite Cloud](https://cloud.appwrite.io/) +* [Appwrite AI products](https://appwrite.io/docs/tooling/ai) +* [Appwrite integrations](https://appwrite.io/integrations) +* [Join the Appwrite Discord](https://appwrite.io/discord) \ No newline at end of file diff --git a/static/images/blog/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/cover.avif b/static/images/blog/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/cover.avif new file mode 100644 index 0000000000000000000000000000000000000000..ec3880fb6f8fc329d41d2f84109898b98dc9a52d GIT binary patch literal 17932 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 literal 0 HcmV?d00001 From e52ad2b045fed327b605a75ef20ca17096823526 Mon Sep 17 00:00:00 2001 From: Aishwari Pahwa Date: Wed, 1 Jul 2026 16:10:01 +0530 Subject: [PATCH 2/4] Update +page.markdoc --- .../+page.markdoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc index 596c1c4c50..d28d6c70b0 100644 --- a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc +++ b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc @@ -66,7 +66,7 @@ Anthropic published a benchmark table comparing Sonnet 5 against its predecessor The most useful way to think about Sonnet 5 is not as a cheaper Sonnet upgrade, but as part of Anthropic's newer 5-series generation, alongside models like Fable 5. It is more capable than Sonnet 4.6 and has lower per-token pricing than Opus 4.8, but that does not automatically make every run cheaper. -Anthropic lets developers adjust the effort level, from lower settings for faster runs up to max mode for harder tasks that need deeper reasoning. That matters because total cost depends on more than token price. If Sonnet 5 uses significantly more tokens on a long agent workflow or benchmark run, it can still end up costing more overall. +Anthropic lets developers adjust the effort level, from lower settings for faster runs up to max mode for harder tasks that need deeper reasoning. The important caveat is that Sonnet 5 tends to spend far more tokens at higher reasoning levels, so lower per-token pricing does not always mean lower task cost. In Artificial Analysis' benchmark, Sonnet 5 at max effort cost more per task than Opus 4.8 at standard pricing and also cost more to run than Fable 5 in the referenced comparison. That makes the tradeoff less about "cheap Sonnet vs expensive Opus" and more about choosing the right effort level for the workload. The practical takeaway is to treat cost as a mix of model price, total tokens used, and effort level: @@ -84,6 +84,8 @@ Anthropic's early-access partners were consistent in their feedback: Sonnet 5 is # Claude Sonnet 5's safety and safeguards +More autonomy also raises the bar for safety. Since Sonnet 5 is designed for tool-heavy agentic work, Anthropic evaluated how well it handles malicious requests, prompt injection, hallucination, sycophancy, and cyber misuse. + * Anthropic's pre-deployment evaluations found Sonnet 5 to be an overall improvement on Sonnet 4.6 for safety. It's better at refusing malicious requests and at resisting hijack attempts in prompt injection attacks, a meaningful property for agents that read untrusted web content or tool output. It also shows lower rates of hallucination and sycophancy than Sonnet 4.6. * On Anthropic's automated behavioral audit, which tests for a wide range of misaligned behaviors such as cooperation with misuse and deception, Sonnet 5 scored lower (that is, safer) overall than Sonnet 4.6. It did show somewhat higher rates of misaligned behavior than the more capable Opus 4.8 and Claude Mythos Preview, which is the expected pattern for a smaller model. * On cybersecurity, the key point is that Sonnet 5 simply isn't that capable of causing cyber harm. Anthropic did not deliberately train it on cyber tasks. It can handle routine, non-harmful cyber work but performs substantially worse than Opus 4.8 and Mythos 5 on potentially dangerous skills such as developing software exploits. On an evaluation built with Mozilla that tested exploit development against Firefox vulnerabilities (since patched), Sonnet 5 never produced a full working exploit. It showed a slightly higher partial-success rate than Sonnet 4.6, a shift Anthropic attributes to general intelligence gains rather than any cyber-specific training. @@ -122,6 +124,6 @@ Recent releases have added [MongoDB support, Appwrite 1.9.0, realtime upgrades, * [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers/docs) * [Start building on Appwrite Cloud](https://cloud.appwrite.io/) -* [Appwrite AI products](https://appwrite.io/docs/tooling/ai) +* [Appwrite AI tooling](https://appwrite.io/docs/tooling/ai) * [Appwrite integrations](https://appwrite.io/integrations) -* [Join the Appwrite Discord](https://appwrite.io/discord) \ No newline at end of file +* [Join the Appwrite Discord](https://appwrite.io/discord) From ce46f1b30d012662f1527d859be0608d038fb569 Mon Sep 17 00:00:00 2001 From: Aishwari Pahwa Date: Wed, 1 Jul 2026 16:15:42 +0530 Subject: [PATCH 3/4] Apply suggestion from @atharvadeosthale Co-authored-by: Atharva Deosthale --- .../+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc index d28d6c70b0..bb22a96d9c 100644 --- a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc +++ b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc @@ -66,7 +66,7 @@ Anthropic published a benchmark table comparing Sonnet 5 against its predecessor The most useful way to think about Sonnet 5 is not as a cheaper Sonnet upgrade, but as part of Anthropic's newer 5-series generation, alongside models like Fable 5. It is more capable than Sonnet 4.6 and has lower per-token pricing than Opus 4.8, but that does not automatically make every run cheaper. -Anthropic lets developers adjust the effort level, from lower settings for faster runs up to max mode for harder tasks that need deeper reasoning. The important caveat is that Sonnet 5 tends to spend far more tokens at higher reasoning levels, so lower per-token pricing does not always mean lower task cost. In Artificial Analysis' benchmark, Sonnet 5 at max effort cost more per task than Opus 4.8 at standard pricing and also cost more to run than Fable 5 in the referenced comparison. That makes the tradeoff less about "cheap Sonnet vs expensive Opus" and more about choosing the right effort level for the workload. +Anthropic lets developers adjust the effort level, from lower settings for faster runs up to max mode for harder tasks that need deeper reasoning. The important caveat is that Sonnet 5 tends to spend far more tokens at higher reasoning levels, so lower per-token pricing does not always mean lower task cost. In Artificial Analysis' benchmark, Sonnet 5 at max effort cost more overall than Fable 5 and Opus 4.8, officially being the most expensive model on their benchmark. That makes the tradeoff less about "cheap Sonnet vs expensive Opus" and more about choosing the right effort level for the workload. The practical takeaway is to treat cost as a mix of model price, total tokens used, and effort level: From 1382657bb5d17946c13229f4c37176a0d0a05feb Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Wed, 1 Jul 2026 16:16:43 +0530 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Atharva Deosthale --- .../+page.markdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc index bb22a96d9c..386d2f5456 100644 --- a/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc +++ b/src/routes/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet/+page.markdoc @@ -122,8 +122,8 @@ Recent releases have added [MongoDB support, Appwrite 1.9.0, realtime upgrades, # Resources -* [Appwrite MCP server docs](https://appwrite.io/docs/tooling/ai/mcp-servers/docs) +* [Appwrite MCP server docs](/docs/tooling/ai/mcp-servers/) * [Start building on Appwrite Cloud](https://cloud.appwrite.io/) -* [Appwrite AI tooling](https://appwrite.io/docs/tooling/ai) -* [Appwrite integrations](https://appwrite.io/integrations) +* [Appwrite AI tooling](/docs/tooling/ai) +* [Appwrite integrations](/integrations) * [Join the Appwrite Discord](https://appwrite.io/discord)