diff --git a/README.md b/README.md index fecb5d39..b51f9548 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Build fast, observable, and personalized AI agents. -Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-is-layer-7/) gateway designed to protect, observe, and personalize LLM applications (agents, assistants, co-pilots) with your APIs. +Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-is-layer-7/) gateway designed to protect, observe, and personalize AI agents (assistants, co-pilots) with your APIs. Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting [jailbreak](https://github.com/verazuo/jailbreak_llms) attempts, intelligently calling "backend" APIs to fulfill the user's request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way. diff --git a/www/index.html b/www/index.html index 4e8dc8fb..b5e403bd 100644 --- a/www/index.html +++ b/www/index.html @@ -58,7 +58,7 @@ display: block; } div.bold-text { - font-size: 1.5rem; + font-size: 1.4rem; margin-bottom: 5px; line-height: 3rem; } @@ -170,6 +170,15 @@ } + + +
The open source project was born out of the belief that:
+Arch is built on (and by the core contributors of) Envoy proxy with the belief that:
Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests including secure handling, intelligent routing, robust observability, and seamless integration with backend (API) @@ -249,7 +258,7 @@