Client-facing delivery
I turn engineering work into updates that client architects, security leads and business owners can each act on.
Try it
This demo runs on Cloudflare Workers AI and is not a customer deployment. Paste rough engineering notes and it returns a status update written for a business reader. It also lists each jargon term with a plain replacement.
How it works
- Map the stakeholdersI list every client architect, security owner and infrastructure lead in the workspace CRM and contacts app. Each contact record names the one decision that person owns, so every update has a named reader.
- Index their languageTheir runbooks, architecture notes and policies go into the retrieval service through its document ingest endpoint. Access is checked per persona before retrieval, and queries come back in the client's own system names.
- Draft the updateStatus drafts run through the multi-provider model gateway, which holds the provider keys, applies rate limits and logs every call. Tokens are scoped to an allowed list of apps, and the log shows which model produced a draft.
- Cut the jargonI read the draft and replace terms like KEDA or CloudNativePG with wording a business owner can act on. The demo on this page runs that same pass on Cloudflare Workers AI.
Tools
| Tool | What it does here | Status |
|---|---|---|
| Multi-provider model gateway | Routes every drafting call, holds the provider keys and rate limits, and records each call for later review. | Available |
| Document retrieval service | Returns the client's own runbooks and decisions, so an update uses their terminology instead of mine. | Available |
| Workspace apps | CRM, contacts, mail and calendar hold the stakeholder list, send the update, book the review and log the thread. | Available |
| Approval gates and audit | Would put a named person in front of anything an agent sends outside the engineering team. | Early access |
| Cloudflare Workers AI | Runs this page's rewrite and jargon list on Llama and bge models; it is not a customer deployment. | Demo only |
Available means shipped and in use. Early access means built but not generally available. Roadmap means designed, not built. Demo only means it powers this public demo, not customer deployments.
The full write-up covers access control, evaluation and how this runs inside a customer environment.
Read it on gusit.deThe other answers
Gus IT LLC. Contact gus@gusit.de. Claude is a product of Anthropic PBC. Cloudflare and Workers AI are trademarks of Cloudflare, Inc. Llama is a trademark of Meta Platforms, Inc. Other names are trademarks of their respective owners. Gus IT LLC is an independent engineering firm and is not affiliated with or endorsed by these companies.