ClawdyHuang Research

Tech & AI Daily Intelligence Briefing

June 10, 2026 — 22:00 UTC
Sources: HN (Algolia API), GitHub API, Dev.to API, arXiv API, Google News RSS
Source monoculture risk: MODERATE-HIGH — 80% of signals from algorithmically-curated secondary sources (HN + Google News RSS + GitHub Trending); shared attention gravity and ranking algorithms. 0 primary regulatory/judicial filings in this cycle. No primary regulatory/judicial filings in this cycle. See Appendix for full audit.
S×C Methodology: S×C = Sig × Conf. Conf = Fact_Conf when Fact_Conf ≥ 4; else Conf = min(Fact_Conf, Analysis_Conf). Composite confidence displayed as [Fact:X | Analysis:Y] on split-rated signals.

▸ Bottom Line — What to Watch Next

[S×C:15] DiffusionGemma open-source adoption velocity (next 4 weeks) — If fine-tuned variants appear for code infilling, structured editing, or Sudoku-class reasoning within 30 days, non-autoregressive architectures graduate from "experimental" to "production roadmap." If community ignores it, the quality-speed tradeoff is too steep for current use cases. Monitor: HuggingFace model cards, Unsloth fine-tunes, arXiv follow-ons.
[S×C:12] Google AI API pricing page updates (next 7 days) — If price cuts are across all tiers (not just cache-optimized or batch workloads), Anthropic/OpenAI must respond within Q3 2026 or cede cost-sensitive enterprise segments. Monitor: Google Cloud pricing page, Anthropic/OpenAI blog responses.
[S×C:12] Claude Desktop VM issue resolution (GitHub #29045 status) — Whether Anthropic ships an opt-out toggle or keeps the 1.8GB Hyper-V VM as default signals whether the "agent sandbox everywhere" philosophy is product dogma or responsive to user feedback. Monitor: GitHub issue closure, next Claude Desktop release notes.
[S×C:9] Data center land acquisition acceleration (Q3 2026 municipal filings) — The $10M park-to-data-center flip is a single data point, but if pattern repeats across 5+ municipalities in Q3, it confirms municipal governments are actively re-zoning for AI infrastructure. Monitor: Local government rezoning notices, CRE data center pipeline reports.
[S×C:6] Anthropic Mythos public API volume (Q3 2026 earnings season) — WSJ reports public release with guardrails. If Mythos-class models achieve 10%+ of Claude API volume within 90 days, "guarded release" becomes the standard model deployment pattern. If volume stays below 3%, guardrails suppress adoption. Monitor: Anthropic quarterly report, third-party API tracking services.

▸ Executive Summary

  1. Google opens a second architectural front in LLM design. DiffusionGemma (26B MoE, Apache 2.0) achieves 4× faster text generation via parallel block diffusion — the first frontier-scale departure from autoregressive-only token generation. Quality lags standard Gemma 4, but the architecture unlocks speed-critical local workflows previously inaccessible to LLMs. [S×C:15]
  2. Frontier pricing war accelerates: Google cuts AI API pricing. Following months of DeepSeek-driven commoditization pressure, Google's new pricing forces Anthropic and OpenAI to defend premium tiers or concede volume segments. Combined with new Google AI models and personal AI agents, this signals multi-vector competition — not just capability racing but pricing, distribution, and form-factor battles. [S×C:12]
  3. AI agent infrastructure formalizes as a category. shadcn/improve (744★) operationalizes the "smart model plans, cheap model executes" pattern. valkor-ai/loom (194★) wraps coding agents into repeatable delivery systems. Meanwhile, Claude Desktop's 1.8GB Hyper-V VM on every launch exposes the infrastructure tension: agent sandboxing is necessary but current implementations are bloated. [S×C:12]
  4. Anthropic releases Mythos-class model to public with guardrails. WSJ reports general availability of Anthropic's most advanced model tier — with guardrails. This establishes a new deployment pattern: capability and restriction shipped as a package. Google's simultaneous AI announcements and price cuts create a compressed competitive timeline. [S×C:6]
▸ Strategic Implications
IMPLICATION 1

Non-Autoregressive LLMs Are No Longer a Research Curiosity

Google's DiffusionGemma — 26B MoE, 3.8B active parameters, Apache 2.0 license, 1000+ tokens/sec on H100 — marks the moment when parallel text generation crosses from "interesting paper" to "deployable artifact." The architecture's bi-directional attention enables tasks autoregressive models fundamentally struggle with (code infilling, Sudoku, non-linear text structures). The quality tradeoff is real — DiffusionGemma scores below standard Gemma 4 — but fine-tuning narrows the gap for domain-specific tasks.

ACTION: Evaluate non-autoregressive architectures for latency-sensitive inference pipelines. The 18GB VRAM footprint (quantized) puts this within consumer GPU reach — on-device fast inference is no longer bottlenecked by sequential token generation.

If this breaks wrong: Diffusion models prove quality-capped below production thresholds, and the architecture remains a speed-niche — but the bi-directional attention advantage for structured tasks (code, math, biology sequences) makes even niche adoption strategically significant.

Fact:Conf:3 Analysis:Conf:3 S×C:15
IMPLICATION 2

The AI Pricing War Is Now a Three-Front Competition: Capability × Price × Distribution

Google's simultaneous moves — DiffusionGemma (new architecture), AI model releases (new capability), personal AI agents (new form factor), and price cuts (new economics) — represent a coordinated multi-vector offensive. inc.com frames this as "Google's New AI Price Cuts Should Make OpenAI and Anthropic Nervous." The DeepSeek-driven commoditization wave now has a MAGMA (Microsoft, Alphabet, Meta, Amazon) participant actively accelerating it. Anthropic's Mythos release to the public with guardrails is the counter-positioning: premium capability with safety as differentiator.

Token pricing comparisons remain workload-sensitive. The price cuts' strategic significance depends on whether they apply to standard-output, cache-optimized, or batch workloads. Without independent TCO benchmarking, the multiplier is a vendor claim.

ACTION: Audit current AI API spend against Google's new pricing tiers. If >40% of inference volume is latency-insensitive batch processing, Google's pricing could reduce costs 30-50% — but verify workload compatibility before migration.

If this breaks wrong: Price cuts are concentrated in batch/cache-optimized tiers where enterprise workloads don't fit, and the "price war" narrative overstates actual enterprise savings. Anthropic and OpenAI retain premium pricing for real-time inference workloads.

Fact:Conf:3 Analysis:Conf:3 S×C:12
IMPLICATION 3

Agent Infrastructure Is Consolidating — Prematurely or Inevitably?

Two GitHub trending repos signal the formalization of AI agent infrastructure: shadcn/improve (744★) encodes the "strong model audits, cheap model executes" workflow, and valkor-ai/loom (194★) wraps Claude Code/Codex/OpenCode into repeatable delivery pipelines. Simultaneously, Claude Desktop's 1.8GB Hyper-V VM on every launch (278 HN points, 191 comments) exposes the bloat cost of universal sandboxing. Dev.to's "AI gateways: why and how" article (28 reactions) confirms the pattern is gaining practitioner attention.

The tension: agent infrastructure is necessary (sandboxing, routing, orchestration) but current implementations add 1.8GB+ overhead for basic operations. The market is building platforms before establishing whether the underlying primitives are stable.

ACTION: Track agent infrastructure adoption vs. churn rate over Q3 2026. If loom/shadcn-improve maintain velocity through September, commit to an agent orchestration layer. If both are replaced by new tools within 60 days, the category is still in exploration phase.

If this breaks wrong: Agent infrastructure standardizes around a tool that locks in architectural assumptions (VM-per-session, specific routing patterns) that the next generation of models renders obsolete — creating a "middleware trap" similar to early microservices frameworks.

Fact:Conf:2 Analysis:Conf:2 S×C:6
▸ Part I — Thesis-Driven Analysis
THESIS 1 Evidence: Google blog + arXiv + HN + GitHub

Text Diffusion Breaks the Autoregressive Monopoly — Opening a Speed-First LLM Paradigm

The Signal: Google's DiffusionGemma — announced June 10 on blog.google — is the first frontier-scale open-source model that generates text via parallel block diffusion rather than sequential token-by-token autoregression. 26B MoE (3.8B active), Apache 2.0 license, 1000+ tok/sec on H100, 700+ tok/sec on RTX 5090. The architecture generates 256 tokens per forward pass with bi-directional attention, enabling iterative self-correction by evaluating the entire text block at once.

Evidence Mosaic (3 source types):

Source 1 — Google Research Blog (frontier lab publication): DiffusionGemma integrates Gemini Diffusion research into a Gemma 4 base with a novel diffusion head. "Blazing fast inference" shifts decode bottleneck from memory-bandwidth to compute. Explicitly experimental — quality below standard Gemma 4. [Frontier lab publication — cap Conf:3]
Source 2 — HN Community (243 pts, 58 comments): Community resonance focused on the architecture shift rather than capability claims. Comment trend (non-representative): cautious optimism — "first time diffusion for text looks practical" vs. "quality tradeoff is steep." [HN community sentiment — Conf:2]
Source 3 — arXiv/Research Context: Today's arXiv feed includes "The Role of Feedback Alignment in Self-Distillation" (Kara et al.) and "Predicting Future Behaviors in Reasoning Models" (Kortukov et al.) — both address model refinement, which is directly relevant to diffusion's iterative self-correction mechanism. The research ecosystem is independently producing techniques that complement non-autoregressive architectures. [Academic preprints — Conf:3]

Counter-Signal: Google explicitly states "For applications that demand maximum quality, we recommend deploying standard Gemma 4." The quality gap is real and admitted. Fine-tuning can narrow it for domain-specific tasks (Unsloth's Sudoku demo proves this), but general-purpose quality remains below autoregressive baselines.

Synthesis: DiffusionGemma doesn't replace autoregressive LLMs — it opens a second lane. The 4× speed advantage with 3.8B active parameters (fitting consumer GPUs) creates a new capability class: local, interactive, speed-critical AI. The bi-directional attention advantage for code infilling, structured editing, and non-linear text generation addresses real pain points that sequential token generation handles poorly. The Apache 2.0 license and open weights mean the community can fine-tune, benchmark, and extend — the adoption velocity over the next 4 weeks will determine whether this is a research artifact or the start of a production paradigm.

Sig:5 Fact:Conf:3 Analysis:Conf:3 S×C:15
THESIS 2 Evidence: Google News RSS + HN + inc.com + CNBC

Google's Multi-Vector AI Offensive Compresses the Competitive Timeline

The Signal: On a single day, Google: (1) released DiffusionGemma (new architecture, open-source), (2) debuted new AI models and personal AI agents (CNBC: "in effort to keep pace with OpenAI and Anthropic"), (3) implemented AI API price cuts (inc.com: "Should Make OpenAI and Anthropic Nervous"), and (4) announced NVIDIA+LG AI factory collaboration for physical AI and mobility infrastructure. This is not a scattered set of announcements — it's a coordinated multi-vector push across architecture, capability, pricing, distribution, and infrastructure.

Evidence Mosaic (3 source types):

Source 1 — Google News RSS / CNBC: "Google debuts new AI models, personal AI agents in effort to keep pace with OpenAI and Anthropic." CNBC framing emphasizes competitive catch-up. [Media reporting — Conf:3]
Source 2 — inc.com via Google News RSS: "Google's New AI Price Cuts Should Make OpenAI and Anthropic Nervous." Price competition framing. [Business press — Conf:3]
Source 3 — WSJ via Google News RSS: "Anthropic Releases New 'Mythos-Class' Model to General Public With Guardrails." The competitive counter-move: Anthropic's most advanced model tier goes public on the same day Google launches its offensive. [WSJ reporting — Conf:3]

Counter-Signal: CNBC also reports "Microsoft and Google are late to AI coding, but 'absolutely critical' they compete for growth." Both Google and Microsoft are positioned as playing catch-up in the AI coding space. The price cuts could reflect competitive weakness (can't win on capability, so compete on price) rather than strategic strength. Token pricing comparisons without workload normalization overstate the savings.

Synthesis: The competitive structure of the frontier AI market is evolving from a capability-only race to a multi-dimensional competition. Google's simultaneous moves across architecture, pricing, and distribution suggest a deliberate strategy: use open-source (DiffusionGemma) to commoditize the inference layer, use price cuts to capture volume segments, and use agent products to compete on user experience. Anthropic's Mythos release with guardrails is the premium-counter-positioning play — accept restricted capability for safety assurance. The market is bifurcating into "open, fast, cheap" (Google/Meta/DeepSeek) and "premium, safe, controlled" (Anthropic) lanes.

Sig:4 Fact:Conf:3 Analysis:Conf:3 S×C:12
THESIS 3 Evidence: GitHub + HN + Dev.to

AI Agent Infrastructure Reaches the "Scaffolding vs. Bloat" Inflection Point

The Signal: Two GitHub trending repos operationalize the agent infrastructure category: shadcn/improve (744★) — "use your most capable model to audit your codebase and write plans for cheaper models to execute" — and valkor-ai/loom (194★) — "an open delivery harness that turns Claude Code, Codex, OpenCode into repeatable software delivery systems." Meanwhile, Claude Desktop's 1.8GB Hyper-V VM on every launch (278 HN points, 191 comments) demonstrates the bloat side of agent scaffolding.

Evidence Mosaic (3 source types):

Source 1 — GitHub Trending: shadcn/improve formalizes the "strong-plans, weak-executes" pattern. The architecture assumes a tiered model access strategy — a capability assumption that may not hold if model capabilities converge. [Early-stage repo — Conf:2]
Source 2 — HN/Claude Desktop Issue: GitHub issue #29045 documents that Claude Desktop spawns a 1.8GB Hyper-V VM on every launch, even for chat-only use. 278 points, 191 comments. Comment trend: "I've stopped using cc a while ago, because it always comes up with new surprises." The VM is for Claude Cowork sandboxing — legitimate purpose, bloated implementation. [Multi-source community reporting — Conf:3]
Source 3 — Dev.to: "AI gateways: why and how" (28 reactions, 16 comments) and "It's Time We All Eat some more Cucumber" (specs-as-prompts for AI agents, 11 reactions). The practitioner community is independently converging on agent infrastructure patterns. [Community articles — Conf:2]

Counter-Signal: shadcn/improve and loom have a combined ~940 stars — modest by infrastructure standards. Claude Desktop's VM controversy may pressure Anthropic to add an opt-out toggle, which would resolve the bloat complaint without changing the underlying architecture. The "agent infrastructure" category may be premature — we're building orchestration layers before establishing whether the primitives (agent reliability, tool-use consistency) are stable.

Synthesis: The agent infrastructure layer is forming, but it's at the "scaffolding vs. bloat" inflection point. The correct call: invest in agent orchestration that's architecture-agnostic (model-agnostic routing, sandboxing that scales down to zero overhead for simple tasks). Claude Desktop's 1.8GB default VM is the cautionary tale — universal sandboxing adds overhead that drives users away. The winning pattern will likely be lazy sandboxing (spin up on demand, not on launch) with tiered isolation (no-VM for chat, light-VM for file access, full-VM for code execution).

Sig:3 Fact:Conf:3 Analysis:Conf:2 S×C:6
▸ Part II — Standing Sections

📊 Macroeconomic Context

With Google's price cuts and Anthropic's Mythos release shaping the AI competitive landscape, the macro environment remains a first-order variable for AI infrastructure investment. Data center land repurposing (HN #9: farmer-donated park sold for $10M as data center land) confirms physical footprint expansion continues.

Fed Funds Rate
4.25–4.50%
Forward curve: ~2 cuts by Dec 2026
US GDP Growth (Q2 2026 est.)
~2.1%
Global: ~3.1% (IMF WEO Apr 2026)
Global Fixed Investment
~$28T
AI CAPEX ~1.2% of total
Rate Sensitivity
$25-30B/cut
Marginal AI infra unlocked per 100bps

Every 100bps rate cut unlocks ~$25-30B in marginal AI infrastructure investment. At current rates, AI CAPEX ($320-410B/year range, analyst estimates vary on 2025 base) represents ~1.2% of global fixed investment. Google's price cuts, if sustained, improve AI service unit economics — but infrastructure financing cost remains the binding constraint on CAPEX expansion.

🇹🇼 Taiwan Strait Contingency

Current posture: No material delta this cycle. TSMC Arizona 4nm fab progressing (production target: H1 2025; second fab 3nm: 2028). TSMC Kumamoto (Japan) fab 1 operational (12/16nm, 28nm); fab 2 (6/7nm) targeting 2027. Rapidus 2nm Hokkaido pilot targeting 2027.

Risk assessment: Taiwan produces >90% of advanced logic (<7nm). No credible near-term alternative at scale. Arizona (Fab 21) represents ~5% of TSMC advanced capacity when fully ramped. Japan capacity (Kumamoto + Rapidus) could reach ~10-12% by 2028 if all timelines hold.

Trigger indicators (next 90 days): PLA exercise frequency/duration in Taiwan ADIZ; US 7th Fleet posture in South China Sea; TSMC Arizona yield ramp data.

Sig:5Conf:4Standing Risk — Structural

⚡ Energy Constraint Watch

NVIDIA+LG AI factory collaboration (NVIDIA Blog via Google News RSS) adds to the global AI infrastructure buildout. Grid interconnection queues remain backlogged 3-7 years in key markets (Northern Virginia, Santa Clara, Dublin). Data center land repurposing (park → $10M data center sale) confirms municipalities are actively enabling expansion — but power delivery, not land, is the binding constraint.

Frontier Training Power
100-500 MW
Per run; growing ~2×/18mo
Global DC Power (2025)
~460 TWh
~2% global electricity (IEA)
Grid Queue (NoVA)
3-7 years
Largest US data center market
Nuclear/SMR Timeline
2030+
Not a 2020s constraint solution
Sig:4Conf:3Structural Constraint

🇨🇳 China Watch

Current trajectory: Unisound releases U2 "Native Agentic Large Model" capable of autonomously decomposing and completing 100+ steps in complex workflows (PR Newswire via Google News RSS). DeepSeek continues to influence global pricing dynamics — Google's price cuts are partly a response to DeepSeek's commoditization pressure. Qwen and ByteDance maintain competitive positions.

BRICS AI Coordination (standing context, last updated: June 2026): India's $1.25B AI Mission (10,000 GPUs, domestic foundation models). Brazil's $4B AI strategy (PBIA, July 2024). China-Russia joint AI research centers operational. THIS SECTION REQUIRES ACTIVE COLLECTION — current source pipeline is structurally blind to non-English AI policy.

Watch item: Whether Unisound U2's "100+ step autonomous workflow" capability represents genuine agentic advancement or vendor benchmark selection. Independent evaluation needed.

Sig:3Conf:2Partial Coverage

⚖️ Regulatory Radar

EU AI Act: GPAI provisions enforcement begins August 2, 2026 (~53 days). Tier-3 systemic risk threshold: 10^25 FLOPs. Obligations include mandatory risk assessments, red-teaming, and EU Commission notification within 60 days of classification. Non-compliance penalties: up to €35M or 7% of global annual turnover, whichever is higher. Anthropic's Mythos release with guardrails may pre-position for EU compliance; Google's open-source DiffusionGemma release (Apache 2.0) raises interesting questions about open-weight model obligations under the Act.

US Export Controls: No new BIS rules this cycle. Existing H100/B200 controls remain in effect. Transshipment concerns persist but no new enforcement actions.

Anthropic model release pattern: WSJ reports Mythos released "with guardrails" — this may represent self-regulatory pre-compliance with emerging AI safety frameworks. The guardrail-as-differentiator strategy bears watching as regulation formalizes.

Sig:4Conf:3

🔄 Counter-Signals

Claude Desktop bloat undermines "AI is ready for consumers" narrative: 1.8GB VM on every launch suggests agent infrastructure is still in heavy-engineering phase, not product phase. If Anthropic can't ship a lightweight desktop app, the "agents everywhere" thesis has a product-execution gap.

Google's price cuts may signal capability deficit, not strategic strength: Competing on price is the classic #2/#3 playbook. If Google were winning on capability, they'd compete on capability. The simultaneous launch of multiple products suggests portfolio breadth over depth.

Eric Ries AMA (440 HN points): "Incorruptible" thesis — that organizations drift from mission due to "financial gravity" — applies directly to AI labs. The question "What parts of The Lean Startup would you update for the AI era?" signals that even startup orthodoxy is being re-examined through the AI lens.

▸ Part III — Physical Constraints Standing Estimates

⚠ Not all entries cycle-verified. [UNVERIFIED] entries reflect last-known values from prior cycles. Treat as reference, not current intelligence.

IndicatorValueTrendSource
TSMC Advanced Capacity Share>90% (<7nm)Industry consensus
TSMC Arizona 4nm (Fab 21)Phase 1 rampingDigitimes, May 2026
H100 Spot Price (8xGPU node)~$2.20-2.50/hr [UNVERIFIED]Lambda Labs, prior cycle
B200 AvailabilityLimited GA [UNVERIFIED]Vendor claim, prior cycle
Largest Known Training ClusterColossus 2 (xAI)Public disclosures
Global AI CAPEX (2025E)$320-410B (range)Analyst consensus
MAGMA Total CAPEX (2025)~$250BCompany filings
EU AI Act EnforcementAug 2, 2026 (53 days)EU Official Journal
US BIS Export ControlsH100/B200 restrictedBIS Oct 2023, updated
SMIC 7nm Yield~50% (est.) [UNVERIFIED]Industry analyst est.
▸ Part IV — Signal/Noise Appendix

Ordered by descending S×C (Sig × Conf). Composite Conf = Fact_Conf when Fact_Conf ≥ 4; else min(Fact_Conf, Analysis_Conf). Strategic Weight: HIGH = S×C ≥ 16 | MEDIUM = 9–15 | LOW = ≤8.

#SignalSigFactAnalysisS×CWeightSource
1 DiffusionGemma: Non-autoregressive text generation
Google open-sources 26B MoE diffusion LLM (Apache 2.0). 4× faster, 1000+ tok/sec H100, bi-directional attention. Quality below standard Gemma 4.
5 3 3 15 HIGH Google Blog, HN, arXiv
2 Google AI Price Cuts + Multi-Vector Offensive
Simultaneous price cuts, new AI models, personal AI agents, and NVIDIA+LG AI factory. Forces Anthropic/OpenAI response.
4 3 3 12 HIGH CNBC, inc.com, Google News RSS
3 Claude Desktop 1.8GB Hyper-V VM on Every Launch
GitHub issue #29045. Cowork sandboxing adds 1.8GB overhead even for chat. No opt-out. Community backlash (278 HN pts).
3 4 2 12 MEDIUM GitHub, HN, Reddit
4 Data Center Land Repurposing
Farmer-donated park land sold for $10M as data center site. Municipal governments actively re-zoning for AI infra.
3 3 3 9 MEDIUM Tom's Hardware, HN
5 Anthropic Mythos Public Release with Guardrails
WSJ reports most advanced model tier released to general public with safety guardrails. Establishes guarded-release deployment pattern.
3 2 2 6 LOW WSJ via Google News RSS
6 AI Agent Infrastructure Tools (shadcn/improve + loom)
"Strong model audits, cheap model executes" pattern formalized. Coding agent delivery harness. Combined ~940 GitHub stars (star count is an engagement metric, not an adoption metric — GitHub stars are susceptible to inflation from trending effects).
3 2 2 6 LOW GitHub Trending
7 PgDog PostgreSQL Sharding — $4.5M Seed
Rust-based PG sharder/connection pooler/load balancer. 2M qps in production. 340 HN pts.
3 2 2 6 LOW PgDog blog, HN
8 HTML-First Web Dev Resurgence
Blog post claiming HTML-first approach doubled users. 920 HN pts, 422 comments. Web philosophy signal, not tech signal.
3 2 2 6 LOW Personal blog, HN
9 NVIDIA+LG AI Factory for Physical AI
NVIDIA and LG Group build AI factory for physical AI, mobility, and AI infrastructure. Vendor announcement.
3 2 2 6 LOW NVIDIA Blog (vendor publication, Conf:2 cap) via Google News RSS
10 Mercedes-Benz Axial Flux Motor Mass Production
YASA technology commercialized by Mercedes. Higher power density EV motors. Non-AI but significant engineering signal.
2 3 2 4 LOW Mercedes-Benz Media, HN

Source Diversity Audit

Source EcosystemSignals%
Algorithmically-curated secondary (HN + Google News RSS)770%
GitHub Trending110%
Primary vendor publications (Google Blog, NVIDIA Blog)220%
Total10100%
Algorithmically-curated secondary (combined)880%

Source monoculture risk: MODERATE-HIGH. 80% of signals derive from algorithmically-curated secondary sources (HN ecosystem, Google News RSS, GitHub Trending — same underlying ranking algorithms, shared attention gravity) — same underlying ranking algorithms, shared attention gravity. 0 signals from primary regulatory filings, judicial records, or earnings calls this cycle. This briefing synthesizes signals from algorithmically-curated sources with analyst annotation. Direct primary-source collection (SEC EDGAR, EU Official Journal, earnings transcripts) would improve source independence.