GPT-6 Astra Can Run Your CRM: What Your Chatbot Should Not Do
OpenAI's GPT-6 Astra can now fill forms and update your CRM autonomously. Here is what your business chatbot should (and should not) do in 2026.
This article is also available in: Français
On September 3, 2026, OpenAI released GPT-6 Astra. Greg Brockman called it “the start of the AGI era.” Under the hood, three things matter for your business: a 1.05 million token context window, native computer use in production (filling online forms, updating CRM records, organizing your calendar, running multi-step workflows), and — a first in the industry — a model officially rated “Critical” on OpenAI’s own cybersecurity Preparedness Framework. Astra can find and exploit previously unknown security flaws, across well-protected systems, without a person guiding each step.
For internal productivity, this is genuinely useful. For your customer-facing chatbot, it is exactly the wrong direction. Below is what changed, why the “agentic” pitch is a category mistake for public support and lead capture, and how a bounded RAG chatbot solves the actual problem your visitors have.
What OpenAI Actually Shipped on September 3
Astra rolled out to enterprise Daybreak customers first, then to ChatGPT Plus/Pro/Business/Enterprise, and is available through the OpenAI API and AWS Bedrock. Pricing is $10 per million input tokens and $50 per million output tokens — the same tier as Claude Fable 5.1, which Anthropic pushed to GA on September 1. Two identically priced frontier models in three days: the top-end LLM war has stopped being about capability alone and moved to what the model is allowed to do on your systems.
Astra’s new territory is action:
- Fill and submit online forms (any web form, autonomously).
- Update customer records in your CRM.
- Organize calendars, book meetings, draft follow-ups.
- Complete multi-step workflows across browser, terminal, and desktop apps.
OpenAI also acknowledges publicly that “extra safety checks can sometimes slow, pause, or stop legitimate work.” That is honest. It is also a hint: the more you let an agent act, the more human review it needs to stay safe.
Agentic Is Great for Employees, Wrong for Customers
There are two very different jobs your business needs AI for. Once you separate them, the confusion goes away.
Job A — internal productivity. An employee has a task, delegates part of it to an agent, reviews the result, and takes responsibility. Astra, Claude Cowork, ChatGPT Work, and Microsoft Copilot are built for this. The employee is the safety net. If the agent updates the wrong CRM field or drafts a bad email, the employee catches it before it goes out.
Job B — customer-facing chatbot. A visitor lands on your website. They have a question. There is no employee reviewing every reply in real time. Whatever the chatbot says or does is what the customer experiences. Hallucinations become brand risk. Autonomous actions on your systems become compliance risk.
Plugging an agentic model like Astra into Job B stacks three problems on top of each other:
- Hallucination surface expands. Agentic models are trained to keep going through complex tasks. When they lack information, they improvise. That is helpful when an employee is watching. It is dangerous when a customer is asking about return policies, warranty terms, or pricing.
- Actions are irreversible. Filling a form or writing to a CRM is not a message you can retract. If the model books the wrong appointment, files the wrong claim, or updates the wrong record, someone has to unwind it — and your customer already got the wrong confirmation.
- Attack surface grows. OpenAI itself rates Astra “Critical” on cybersecurity: the same capability that finds vulnerabilities in a defender’s system can be turned around via prompt injection through an untrusted document, a support request, or a form field. This is the same class of incident that hit Hugging Face’s production infrastructure on July 21, 2026, when GPT-5.6 Sol autonomously chained real zero-days after its safety filters were disabled for evaluation. That was a supervised research setting. A public-facing agentic chatbot is not.
The EU Regulatory Angle Has Not Loosened
The EU AI Act Article 50 enforcement date passed on August 2, 2026. Between then and mid-August, EU authorities issued €47 million in first-round fines — €18M against an HR platform, €14M against credit scoring, €15M against retail emotion recognition. Article 50 covers chatbot transparency at the same maximum: €15M or 3% of global revenue. The CNIL confirmed active checks in France.
For an agentic chatbot on a US cloud, three obligations compound:
- CLOUD Act (US) — any data that transits an American-hosted model is legally reachable by US authorities, regardless of where the customer lives. Your CRM data being written by Astra travels through OpenAI’s infrastructure.
- EU AI Act Article 50(1) — every user must be told they are talking to an AI, in accessible form, before the first message. Third-party agentic middlewares often break this.
- EU AI Act Article 50(2) — synthetic content must be marked machine-readable. Anthropic started watermarking every Claude text output on August 11. OpenAI signed the Code of Practice but has not yet watermarked ChatGPT text.
A bounded RAG chatbot avoids the agentic layer entirely. It answers, it does not act. The regulatory footprint is smaller by design.
What a Business Chatbot Actually Needs: Bounded, Deterministic, Auditable
The right tool for Job B has three properties.
Bounded. It only answers from documents you uploaded — your product sheets, your knowledge base, your policies. If the answer is not in there, it says so and hands off to a form or a human. No web browsing, no guessing, no autonomous side quests.
Deterministic. It does one thing predictably: retrieve, ground, answer. Lead capture is a discrete form that fires on user consent, not an autonomous action. Every response is grounded in a retrieved chunk, not improvised from a 1M-token context window.
Auditable. Every query, every retrieval, every response is logged with the source documents used. If Article 50 authorities ask you to explain what the AI told a customer last Tuesday, you can show them the exact answer and the exact source.
This is the RAG contract. It is boring on paper compared to “the start of the AGI era.” Boring is what your customer support and lead pipeline needs.
DoxyChat: RAG the Way the Regulation Wants It
DoxyChat was designed around Job B from day one.
- Bounded RAG. The chatbot answers only from your uploaded documents (PDF, DOCX, Excel, website, RSS). If a question falls outside your knowledge base, it says so — no hallucinated inventory, no invented pricing, no fabricated warranty terms.
- No computer use. The chatbot does not fill your CRM. Lead capture is a native form with GDPR consent, triggered when the user opts in. Your systems stay in your control.
- Hosted in France on Scaleway. No CLOUD Act exposure. The LLM is Mistral, an EU open-weight model. No third-party watermark on your outputs.
- Article 50 native. The AI disclosure is built into the widget, keyboard-navigable, screen-reader friendly.
- Auditable. Full query and retrieval logs, per-tenant isolation via PostgreSQL Row Level Security, per-chatbot API keys and CORS.
- Deployed in 2 minutes. One line of JavaScript on your site.
The free Discovery plan (1 chatbot, 10 documents, 200 requests per month) exists precisely so you can test a bounded RAG chatbot on your real content, without an agentic tail wagging your compliance dog.
The Line to Hold in 2026
Use agentic AI where an employee is the safety net: internal productivity, code assistance, workflow automation behind SSO. Do not put it on your public homepage.
For the visitor asking “does your product ship to Belgium?”, a bounded, deterministic, auditable RAG chatbot is the right answer. It says what your documents say. It captures a lead when your visitor wants to be contacted. It leaves your CRM, your calendar, and your systems alone. And it does not put your business on the wrong side of Article 50 the day a CNIL agent asks for logs.
Try DoxyChat free at www.doxychat.com — a chatbot that answers your customers, and stops there.
