mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
36 lines
2.1 KiB
HTML
36 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 3</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:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}
|
|
.header{background:#000;color:#fff;padding:28px 20px;text-align:center}
|
|
.header h1{font-size:24px;font-weight:700;margin-bottom:4px;letter-spacing:-.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}
|
|
img{max-width:100%;height:auto;display:block;margin-top:20px;border-radius:2px}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="email">
|
|
<div class="header"><h1>Lynchmark Newsletter</h1></div>
|
|
<div class="content">
|
|
<p>Lynchmark verifies that gemini-3-flash-preview matches gemini-3-pro-preview in JS coding abilities, but specifically at Temperature 0.35.</p>
|
|
<p>Our findings support that both Pro and Flash deliver significantly more accurate results at 0.35. While this was previously established for Pro, we recently ran the same benchmark comparing the recommended Temperature 1.0 against 0.35.</p>
|
|
<p>The data shows a clear score difference once again. You can see the performance gap for yourself on the results page.</p>
|
|
<img src="https://cdn.jsdelivr.net/gh/multipleof4/lynchmark@master/newsletter/issue003.jpg" alt="i heart gemini 3 flash">
|
|
</div>
|
|
<div class="footer">
|
|
<p>You can reply to this but I can't respond.</p>
|
|
<p><a href="https://lynchmark.com">View full benchmark results</a> | <a href="https://lynchmark.com/unsubscribe">Unsubscribe</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|