State of the Oligarchy — NOLIGARCHY.US
const DATA = [{ newsletter_json: {"week_of":"March 22, 2026","week_theme":"oligarchy in the crosshairs: tech barons weaponize hype, politicians pivot on power, the public pays the tab","oligarchs":[{"rank":1,"name":"Elon Musk","page_style":"yacht","subtitle":"tycoon in flight, chips and rockets","stamp":"ALL-CAPS: MUSK","articles":[{"headline":"Ukraine Is Suddenly on the Offensive, With Help From Elon Musk","blurb":"Musk’s role in Ukraine policy is cast as a weaponized tool of influence; WSJ frames it as a test of private power shaping geopolitics, with the tech titan at the center of a high-stakes information and weaponization debate.","scribble":"private power meets public war","source":"WSJ","url":"https://www.wsj.com/technology"},{"headline":"Elon Musk Is Liable for Some Twitter Investors’ Losses, Jury Says","blurb":"Jury verdict links Musk to investor losses, underscoring the legal exposure of platform founders when political speech and market moves collide.","scribble":"liability over tweets","source":"WSJ","url":"https://www.wsj.com/technology"},{"headline":"Elon Musk’s Terafab bet: what it means for Tesla investors","blurb":"Musk pitches Terafab, a massive chip fabrication push, tying Tesla, SpaceX, and xAI into a single Texas hub—ambitious enough to tilt the global chip race.","scribble":"terafab redux","source":"Yahoo Finance (Singapore)","url":"https://finance.yahoo.com/markets/stocks/articles/elon-musks-terafab-bet-means-220145218.html"}],"sticky_note":"grimly impressive gambits; chip factories, space satellites, and political risk all wrapped in one megaproject. Musk’s narrative weaponizes abundance to cloak risk."},{"rank":2,"name":"Mark Zuckerberg","page_style":"graph_paper","subtitle":"AI agent CEO in the wings","stamp":"ALL-CAPS: ZUCKERBERG","articles":[{"headline":"Ukraine Is Suddenly on the Offensive, With Help From Elon Musk","blurb":"Zuck appears in multiple pieces discussing AI agent developments; WSJ coverage centers on his push to automate executive decision-making via AI, signaling concentration of cognitive labor.","scribble":"agents to run the show","source":"WSJ","url":"https://www.wsj.com/technology"},{"headline":"Exclusive | Mark Zuckerberg Is Building an AI Agent to Help Him Be CEO","blurb":"WSJ reports Zuckerberg is deploying an AI aide to accelerate CEO-level decisions, raising questions about governance, accountability, and the erosion of human oversight.","scribble":"ai CEO aide","source":"WSJ","url":"https://www.wsj.com/technology"},{"headline":"Meta CEO Mark Zuckerberg is creating a CEO agent to assist him in his job - WSJ. $META","blurb":"Financial press repeats the same WSJ scoop, amplifying the aura of a wear-and-tear of traditional execs replaced by algorithmic copilots.","scribble":"copilot to CEO","source":"FinancialJuice","url":"https://www.financialjuice.com/News/9498426/Meta-CEO-Mark-Zuckerberg-is-creating-a-CEO-agent-to-assist-him-in-his-job---WSJ-META.aspx?xy=rss"}],"sticky_note":"the 'CEO as system' fantasy grows; Zuckerberg treats governance as a product feature."},{"rank":3,"name":"Peter Thiel","page_style":"dark","subtitle":"cow collar capitalism and cowgorithms","stamp":"ALL-CAPS: THIEL","articles":[{"headline":"Peter Thiel is betting big on a $2B AI cow collar startup powered by cowgorithms — and investors are fighting to get in","blurb":"Thiel-backed speculative hardware AI for cattle becomes a symbol of tech capital chasing novelty; investors jockey for entry into a bizarre, potentially inflated opportunity.","scribble":"cowgorithm capitalist fever","source":"Yahoo Finance (via MoneyWise/Yahoo Finance)","url":"https://finance.yahoo.com/sectors/technology/articles/peter-thiel-betting-big-2b-222000722.html"}],"sticky_note":"tech money chasing 'cow-powered AI' signals a broader appetite for high-risk, high-reward bets."},{"rank":4,"name":"Elon Musk (tie-in with Thiel coverage)","page_style":"dark","subtitle":"terafab ambitions","stamp":"ALL-CAPS: ELON","articles":[{"headline":"Elon Musk's Terafab bet: what it means for Tesla investors","blurb":"Continued focus on Terafab as a strategic bet; Musk’s chip ambitions redefine Tesla’s risk profile and expand the portfolio beyond cars into chips and AI.","scribble":"terafab ripple","source":"Yahoo Finance (Singapore)","url":"https://finance.yahoo.com/markets/stocks/articles/elon-musks-terafab-bet-means-220145218.html"}],"sticky_note":"chip ambitions push beyond auto; investors watch the risk-reward calculus."},{"rank":5,"name":"Jensen Huang","page_style":"nvidia-articulated dark","subtitle":"china, chips, and scandals","stamp":"ALL-CAPS: HUANG","articles":[{"headline":"Jensen Huang once said there was ‘no evidence’ Nvidia chips were getting diverted to China. The scandal at Super Micro suggests otherwise.","blurb":"MarketWatch story recasts Huang against a backdrop of supply chain scrutiny and potential geopolitical risk, linking Nvidia’s chip ecosystem to broader scrutiny.","scribble":"supply chain shadows","source":"MarketWatch","url":"https://www.marketwatch.com/technology"}],"sticky_note":"chip provenance and geopolitical entanglement escalate risk for the semiconductor power players."}],"week_closer":"The week closes with private power masquerading as technological progress. The public earns the bill while oligarchs spin complexity into inevitability.","bluesky_hook":"private power extends its reach as AI, chips, and media platforms consolidate; democracy needs more than fancy headlines to keep up."} }]; const d = DATA[0].newsletter_json; function el(tag,cls,html){const e=document.createElement(tag);if(cls)e.className=cls;if(html)e.innerHTML=html;return e;} function renderCover(){const div=el('div','cover');div.innerHTML=` NOLIGARCHY.US — WEEKLY DISPATCH
State of the Oligarchy
Week of ${d.week_of}
${d.week_theme}
HAND MADE WITH RAGE
`;return div;} function renderBanner(){return el('div','week-banner','✦ top 5 oligarchs this week ✦ ranked by chaos inflicted ✦');} function renderTapeTop(style){if(style==='yacht')return`
`;if(style==='pastel')return`
`;if(style==='legal_pad')return`
`;return`
`;} function renderHolePunches(){return`
`;} function stampColor(style){const map={dark:'border-color:#8040c0;color:#8040c0;',yacht:'border-color:#2e86c1;color:#2e86c1;',graph_paper:'border-color:#1877f2;color:#1877f2;',pastel:'border-color:#ff69b4;color:#c0186a;',newspaper:'border-color:#1e3a5f;color:#1e3a5f;',legal_pad:'border-color:#b91c1c;color:#b91c1c;'};return map[style]||'';} function annotationColor(i){const colors=['',' red',' green',' purple',''];return colors[i%colors.length];} function renderArticles(articles,style){return articles.map((a,i)=>` ${a.headline}
${a.blurb}
★ ${a.source}
↑ ${a.scribble}
`).join('');} function renderStickyNote(text,style){const colors={dark:'background:#2a1a3e;color:#d0b0ff;',pastel:'background:#ffb3d9;color:#3a0015;transform:rotate(3deg);',yacht:'background:#b3d9ff;color:#001a3a;transform:rotate(3deg);',graph_paper:'background:#b3d9ff;color:#001a3a;',newspaper:'background:#ffd966;transform:rotate(-3deg);',legal_pad:'background:#ffd966;'};return` ${text}
`;} function renderOligarch(o,idx){const style=o.page_style||'legal_pad';const div=el('div',`page style-${style}`);let inner=renderTapeTop(style);if(style==='legal_pad')inner+=renderHolePunches();inner+=` #${o.rank} ${o.name}
${o.subtitle}
${o.stamp}
${renderArticles(o.articles,style)}${renderStickyNote(o.sticky_note,style)}`;if(style==='yacht')inner+=`
`;div.innerHTML=inner;return div;} function renderClosing(){const div=el('div','closing');div.innerHTML=` That's your week, folks.
${d.week_closer}
Bluesky hook
${d.bluesky_hook}
NOLIGARCHY.US · Published Weekly · we@noligarchy.us
`;return div;} const sb=document.getElementById('scrapbook'); sb.appendChild(renderCover()); sb.appendChild(renderBanner()); d.oligarchs.sort((a,b)=>a.rank-b.rank).forEach((o,i)=>sb.appendChild(renderOligarch(o,i))); sb.appendChild(renderClosing());
