feat: Fix review issues and integrate ASTRAL, PULSAR, AURORA product suite
Framework fixes: - antifragile-manifest.md: Correct AI Sovereignty pillar (data residency/audit rights framing); add consultant note - executive-summary.md: Same AI sovereignty correction; add EU Regulatory Context (NIS2, DORA, GDPR) - README.md: Add Brownhat brand explanation; expand Standards Alignment with NIS2/DORA/GDPR - core/about-cqre.md: Prominent TEMPLATE WARNING banner to prevent accidental sharing - index.md: Add CQRE Product Suite; renumber consultant nav 1-26 consistently New: playbooks/cqre-product-suite.md - ASTRAL/PULSAR/AURORA product reference with antifragile pillar alignment, regulatory mapping, deployment prerequisites, and objection handling Updated: sovereign-tool-stack.md - ASTRAL updated to GitHub product spec; AOC replaced with PULSAR; AURORA section added Co-Authored-By: Tom Kracmar <tom+claude@cat6.cz>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# About CQRE · Brownhat
|
||||
|
||||
> ⚠️ **TEMPLATE — NOT READY TO SHARE** ⚠️
|
||||
>
|
||||
> This document contains unfilled `[PLACEHOLDER]` sections. **Do not share this file with clients or external contacts until every placeholder has been replaced with real content and all INTERNAL NOTE sections have been removed.**
|
||||
>
|
||||
> To check: `grep -r "\[PLACEHOLDER\]" about-cqre.md` should return no results before this file leaves the repository.
|
||||
>
|
||||
> *This document introduces CQRE and the Brownhat methodology to new clients and new team members. Fill every `[PLACEHOLDER]` section with specific, honest information. Avoid generic consulting language — clients can tell. The sections marked **INTERNAL NOTE** contain guidance for completing the template; remove them before sharing externally.*
|
||||
>
|
||||
> *A Czech-language version of this document is maintained at [about-cqre-cs.md](about-cqre-cs.md).*
|
||||
|
||||
@@ -118,9 +118,11 @@ An organization that outsources its cognition outsources its future. Sovereign i
|
||||
|
||||
### The Argument
|
||||
|
||||
The current AI paradigm is extractive. Every prompt sent to a cloud AI is a contribution to a competitor's training set. Every workflow built on a third-party model is a dependency on an intelligence you do not control, cannot audit, and cannot guarantee will serve your interests tomorrow. This is not a privacy concern. It is a **survival concern**.
|
||||
The current AI paradigm introduces three underappreciated risks. First, **vendor dependency**: every workflow built on a third-party model is a dependency on an intelligence you do not control, cannot fully audit, and cannot guarantee will serve your interests when the vendor's incentives shift. Second, **data residency and audit rights**: even where enterprise agreements prohibit training on your data, you typically cannot verify this independently — and audit rights over model inference are absent from most SLAs. Third, **operational continuity**: cloud AI services can change pricing, degrade quality, or enforce new acceptable-use restrictions at will. Your workflows break on their schedule, not yours.
|
||||
|
||||
Sovereign intelligence is the antifragile response: local models, proprietary data loops, and owned reasoning infrastructure that improves with use rather than leaking value to external platforms.
|
||||
Sovereign intelligence is the antifragile response: owned or auditable models, proprietary data loops, and reasoning infrastructure that improves with use rather than creating dependency. This does not require rejecting all cloud AI. It means treating AI infrastructure with the same dependency analysis you would apply to any critical vendor: map it, stress-test the exit, and ensure you retain options.
|
||||
|
||||
> **Consultant note**: The strongest client argument is not "your prompts are training competitors" — most enterprise agreements explicitly prohibit this, and technically literate clients will push back. The more durable arguments are data residency requirements (NIS2, DORA, GDPR Article 32), audit rights over inference decisions, and operational continuity risk when a critical workflow depends on an endpoint you cannot control. Start there.
|
||||
|
||||
### Antifragile Moves
|
||||
|
||||
|
||||
@@ -34,16 +34,24 @@ An antifragile organization does not merely survive shocks. It **grows stronger
|
||||
|
||||
## The Strategic Mandate: AI Sovereignty
|
||||
|
||||
The current AI paradigm is **extractive**. Every prompt sent to a cloud AI teaches that system how to replace you. By running artificial intelligence on infrastructure you control, you:
|
||||
Cloud AI introduces three risks that most organisations have not priced. **Vendor dependency**: your critical workflows run on an endpoint you cannot audit, cannot predict, and cannot replace overnight. **Data residency and audit rights**: even where enterprise agreements prohibit training on your data, you typically cannot verify this, and regulators increasingly want proof — not assurances. **Operational continuity**: cloud AI services change pricing, restrict acceptable use, and degrade quality on the vendor's timeline, not yours.
|
||||
|
||||
- **Protect your intellectual property** from becoming public training data
|
||||
By running intelligence on infrastructure you control, you:
|
||||
|
||||
- **Retain audit rights** over every inference decision — increasingly required by GDPR, NIS2, and DORA auditors
|
||||
- **Ensure operational continuity** regardless of vendor decisions, geopolitics, or API changes
|
||||
- **Eliminate data residency risk** — EU customers in particular face regulatory requirements that cloud AI processing often cannot satisfy
|
||||
- **Reduce long-term costs** from unpredictable per-token pricing to fixed infrastructure
|
||||
- **Demonstrate regulatory maturity** to auditors who increasingly scrutinize data residency and third-party risk
|
||||
|
||||
> *"If our company's intelligence were a physical pile of cash, would we store it in a public bank that takes a 'training fee' off every dollar and reserves the right to change the currency? Or would we keep it in our own vault?"*
|
||||
|
||||
Local AI is the vault.
|
||||
Local AI — or auditable AI with clear data residency — is the vault.
|
||||
|
||||
## The Regulatory Context
|
||||
|
||||
For organisations operating in the EU, the compliance case is now as compelling as the security case. **NIS2** (in force October 2024) requires essential and important entities to demonstrate configuration management, logging, and incident detection. **DORA** (applying to financial entities from January 2025) mandates ICT change management records and audit log retention. **GDPR Article 32** requires appropriate technical measures that are increasingly interpreted as continuous, evidenced controls — not annual point-in-time reviews.
|
||||
|
||||
Every engagement we deliver produces evidence that maps directly to these requirements. This is not coincidence — it is by design.
|
||||
|
||||
## The 180-Day Commitment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user