Skip to content

Commit 573023f

Browse files
author
Udit Akhouri
committed
Add OG/Twitter meta image for social sharing
1 parent 63f05ce commit 573023f

3 files changed

Lines changed: 131 additions & 1 deletion

File tree

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@
66
<title>ADHD: Parallel Divergent Ideation for Coding Agents</title>
77
<meta name="description" content="A preprint introducing ADHD, a parallel divergent ideation method for LLM coding agents. Tree-of-thought with cognitive-frame branching, generator-critic separation, and pruning.">
88
<meta property="og:title" content="ADHD: Parallel Divergent Ideation for Coding Agents">
9-
<meta property="og:description" content="A method that makes coding agents think wide before deep — and the evaluation showing it.">
9+
<meta property="og:description" content="A method that makes coding agents think wide before deep — and the evaluation showing it. Wins 5/6 against single-shot baseline with +5.17 novelty, +7.67 trap detection.">
1010
<meta property="og:type" content="article">
11+
<meta property="og:url" content="https://adhdstack.github.io/">
12+
<meta property="og:image" content="https://adhdstack.github.io/og.png">
13+
<meta property="og:image:width" content="1200">
14+
<meta property="og:image:height" content="630">
15+
<meta property="og:image:alt" content="ADHD: Parallel Divergent Ideation for Coding Agents — preprint card showing the diverge/focus loop and headline result: 5W/1L vs baseline, +5.17 novelty, +7.67 trap detection.">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="ADHD: Parallel Divergent Ideation for Coding Agents">
18+
<meta name="twitter:description" content="Stop your agent from picking the first answer. Wins 5/6 against single-shot baseline.">
19+
<meta name="twitter:image" content="https://adhdstack.github.io/og.png">
1120
<link rel="canonical" href="https://adhdstack.github.io/">
1221
<style>
1322
:root {

og.png

67.6 KB
Loading

og.svg

Lines changed: 121 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)