|
6 | 6 |
|
7 | 7 | <!-- SEO Meta Tags --> |
8 | 8 | <title>21no.de — Publications</title> |
9 | | - <meta name="description" content="Publications and long-form research from 21no.de." /> |
| 9 | + <meta name="description" content="Long-form research from 21no.de — AI-native infrastructure, autonomous agents, verification economics, and systems engineering. Read The Next Frontier, The Agent Event Loop, and The Verification Trap." /> |
10 | 10 | <meta name="theme-color" content="#0a0a0b" /> |
11 | 11 |
|
12 | 12 | <!-- Open Graph --> |
13 | 13 | <meta property="og:type" content="website" /> |
14 | 14 | <meta property="og:url" content="https://21no.de/books/" /> |
15 | 15 | <meta property="og:title" content="21no.de — Publications" /> |
16 | | - <meta property="og:description" content="Publications and long-form research from 21no.de." /> |
| 16 | + <meta property="og:description" content="Long-form research: AI-native infrastructure, autonomous agents, verification economics, and systems engineering." /> |
17 | 17 | <meta property="og:image" content="https://21no.de/logo-v2.png" /> |
| 18 | + <meta property="og:site_name" content="21no.de" /> |
18 | 19 |
|
19 | 20 | <!-- Twitter Card --> |
20 | 21 | <meta name="twitter:card" content="summary_large_image" /> |
21 | 22 | <meta name="twitter:title" content="21no.de — Publications" /> |
| 23 | + <meta name="twitter:description" content="Long-form research: AI-native infrastructure, autonomous agents, verification economics, and systems engineering." /> |
| 24 | + <link rel="canonical" href="https://21no.de/books/" /> |
22 | 25 |
|
23 | 26 | <!-- Favicon --> |
24 | 27 | <link rel="icon" type="image/x-icon" href="/logo-v2.png" /> |
|
343 | 346 | "@type": "CollectionPage", |
344 | 347 | "name": "21no.de Publications", |
345 | 348 | "url": "https://21no.de/books/", |
| 349 | + "description": "Long-form research on AI-native infrastructure, autonomous agents, verification economics, and systems engineering.", |
346 | 350 | "publisher": { |
347 | 351 | "@type": "Organization", |
348 | 352 | "name": "21no.de", |
349 | 353 | "url": "https://21no.de" |
350 | | - } |
| 354 | + }, |
| 355 | + "itemListElement": [ |
| 356 | + { |
| 357 | + "@type": "Article", |
| 358 | + "name": "The Verification Trap", |
| 359 | + "description": "AI writes code 16,000x cheaper than we can review it. The verification gap is the industry's biggest blind spot.", |
| 360 | + "url": "https://21no.de/viewer.html?file=the-verification-trap.md&label=Whitepaper", |
| 361 | + "datePublished": "2026-05-09", |
| 362 | + "author": { "@type": "Organization", "name": "21no.de" } |
| 363 | + }, |
| 364 | + { |
| 365 | + "@type": "Article", |
| 366 | + "name": "The Agent Event Loop", |
| 367 | + "description": "The Simple Mechanics Behind AI Reasoning.", |
| 368 | + "url": "https://21no.de/viewer.html?file=agent-event-loop.md&label=Technical+Essay", |
| 369 | + "datePublished": "2026-05-08", |
| 370 | + "author": { "@type": "Organization", "name": "21no.de" } |
| 371 | + }, |
| 372 | + { |
| 373 | + "@type": "Book", |
| 374 | + "name": "The Next Frontier", |
| 375 | + "description": "5 Technologies That Will Disrupt AI and Software Engineering by 2046.", |
| 376 | + "url": "https://21no.de/viewer.html?file=the-next-frontier.md&label=Book", |
| 377 | + "datePublished": "2026-05-08", |
| 378 | + "author": { "@type": "Organization", "name": "21no.de" } |
| 379 | + } |
| 380 | + ] |
351 | 381 | } |
352 | 382 | </script> |
353 | 383 | </head> |
|
0 commit comments