From ce9296b4e4e4c16b14a0fdbb2cf9cec74f93ba4b Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Tue, 18 Mar 2025 22:28:37 -0700 Subject: [PATCH] updating README to better describe the problems we are solving --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf46770b..0b99f890 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ _Move faster by letting Arch handle the **pesky** heavy lifting in building aget Past the thrill of a quick AI demo, have you ever found yourself hitting these walls 🧱. You know, the all-too-familiar ones: -- To improve performance you go from one prompt to specialized prompt, but get stuck building/manintaing **routing and handoff code** in the application layer? -- You want to incorporate strengths and features of new LLMs, but struggle to safely, reliably, and **rapidly incorporate new LLMs** without writing integrate code? -- The hit/miss boilerplate prompt engineering work to ensure that your agent **quickly clarifies the user ask and validates the input** to improve performance? -- Wasting cycles chosing, integrating and insutrumenting your application code for **rich observability**, when all of that should just happen transparently? +- You go from one BIG prompt to specialized prompts, but get stuck building **routing and handoff code**? +- You want to incorporatefeatures of new LLMs, but struggle to safely, and **rapidly incorporate new LLMs** without writing integrate code? +- The hit/miss boilerplate prompt engineering work to ensure that your agent **clarifies the user ask and validates the input** to improve performance? +- Wasting cycles chosing, integrating and insutrumenting application code for **rich observability**, when all of that should just happen transparently? And you think to youself, can't I move faster and just focus on higher-level objectives in a language and framework agnostic way? Yes, you can.
**Arch Gateway** was built by the contributors of [Envoy Proxy](https://www.envoyproxy.io/) with the belief that: