Files
lynchmark/newsletter/issue001.html

42 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lynchmark Newsletter - Issue 1</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #111; background: #f5f5f5; padding: 20px; }
.email { max-width: 600px; margin: 0 auto; background: white; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.header { background: #000; color: white; padding: 28px 20px; text-align: center; }
.header h1 { font-size: 24px; font-weight: 700; margin-bottom: 4px; letter-spacing: -0.5px; }
.content { padding: 28px 24px; }
.footer { text-align: center; padding: 20px; background: #f9f9f9; border-top: 1px solid #e5e5e5; color: #666; font-size: 12px; }
.footer a { color: #000; text-decoration: none; font-weight: 500; }
.footer a:hover { text-decoration: underline; }
p { margin-bottom: 14px; color: #222; font-size: 14px; }
</style>
</head>
<body>
<div class="email">
<div class="header">
<h1>Lynchmark Newsletter</h1>
</div>
<div class="content">
<p>gpt-5.1-codex-max was just added to api after having been introduced in codex only 2 weeks ago. i just benchmarked it and it scored better than gpt-5.1-codex.</p>
<p>codex alone scores 7/11 D but max scores 8/11 C-.</p>
<p>still worse than gemini 3 pro and claude opus 4.5 and deepseek v3.2 but on par with Claude sonnet 4.5.</p>
<p>This shows even with this release, how far behind openai is and why they 'declared code red'. the rumors of the upcoming model by openai codenamed garlic next week is very anticipated now.</p>
</div>
<div class="footer">
<p>Lynchmark tests LLMs by requiring correct CDN imports and library-specific implementations in browser JavaScript.</p>
<p><a href="https://lynchmark.com">View full benchmark results</a> | <a href="https://lynchmark.com/unsubscribe.html">Unsubscribe</a></p>
</div>
</div>
</body>
</html>