ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

index.html (731B)


      1 <!DOCTYPE html>
      2 <html lang="en" data-theme="dark">
      3 <head>
      4   <meta charset="UTF-8" />
      5   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      6   <title>AI Research Survey — Data Explorer</title>
      7   <link rel="stylesheet" href="/src/style.css" />
      8 </head>
      9 <body>
     10   <header>
     11     <h1><a href="#/">AI Research Survey</a></h1>
     12     <nav id="nav">
     13       <a href="#/">Dashboard</a>
     14       <a href="#/papers">Papers</a>
     15       <a href="#/network">Network</a>
     16       <a href="#/tensions">Tensions</a>
     17       <a href="#/findings">Findings</a>
     18     </nav>
     19     <button id="theme-toggle" aria-label="Toggle theme">☀</button>
     20   </header>
     21   <main id="app"></main>
     22   <script type="module" src="/src/main.ts"></script>
     23 </body>
     24 </html>

Impressum · Datenschutz