import React from 'react'; import { Settings, X } from 'lucide-react'; import 'katex/dist/katex.min.css'; import { BlockMath, InlineMath } from 'react-katex'; interface TechBlueprintModalProps { isOpen: boolean; onClose: () => void; } export default function TechBlueprintModal({ isOpen, onClose }: TechBlueprintModalProps) { React.useEffect(() => { const handleKeyDown = (e: KeyboardEvent) => { if (e.key === 'Escape') { onClose(); } }; if (isOpen) { window.addEventListener('keydown', handleKeyDown); } return () => { window.removeEventListener('keydown', handleKeyDown); }; }, [isOpen, onClose]); if (!isOpen) return null; return (
System User Manual & Interface Mechanics
Operational details of tech overcapacity diagnosis, segment monetization, and supply-chain metrics.
Monitors segment revenues (Azure, AWS, Google Cloud, Meta Family of Apps) against capital spending growth. The **Monetization Gap** is defined as the cloud-segment revenue growth percentage minus the absolute CapEx growth percentage:
A negative monetization gap (
Data origins are automated parsers indexing SEC 10-Q filings for forward capital allocations. The **Supply-Chain Velocity Index** maps the buyers' forward purchase commitments against the hardware supplier's (Nvidia) spot inventory:
This compares forward commitments to the supplier's balance sheet inventory levels to diagnose macro overcapacity and demand corrections 3-6 months in advance.
Monitors CapEx-to-depreciation ratios alongside Debt-to-Equity changes:
Ratios exceeding
Sloan Accrual Card & Indicators: Integrates the Sloan Ratio indicator at the top of the silo dashboard, classifying reported revenues into Safe or Anomaly regimes.
Silo Dashboard Sparklines: Displays quarterly trajectories for MSFT, GOOGL, META, AMZN, and AMD segment revenue and capital growth rates.