feat: add AI Digest section and GLM-4.7 news

This commit is contained in:
Gemini AI
2025-12-22 21:54:43 +04:00
Unverified
parent 85891d3613
commit 8d3372d247
3 changed files with 88 additions and 1 deletions

View File

@@ -20,7 +20,42 @@
---
## 🚀 Quick Start
## <EFBFBD> AI Digest
<p align="center">
<img src="assets/vibe_coders_news_banner.svg" alt="The Vibe Coders News" width="100%">
</p>
### 🚀 GLM-4.7: The New SOTA for Agentic Workflows
The latest **GLM-4.7** has arrived, setting new records in reasoning, coding, and agentic capabilities. It is designed to handle the most complex developer tasks with precision and speed.
#### 💡 Key Performance Highlights:
- **Massive Context:** Supports up to **200K** context and **128K** output tokens.
- **Deep Thinking Mode:** Forced systematic reasoning (`thinking={ type: "enabled" }`) for high-complexity tasks.
- **Streaming Tool Calls:** Real-time parameter retrieval (`tool_stream=true`) for faster agentic response.
- **Superior Coding:** Dominating benchmarks across agentic and reasoning evaluations.
#### 📊 Benchmark Evaluation (128K Context)
| Benchmark | GLM-4.7 Score | Status |
| :--- | :---: | :---: |
| **AIME 25** | **95.7** | 🥇 Highest |
| **LiveCodeBench v6** | **84.9** | 🥇 Highest |
| **GPQA-Diamond** | **85.7** | 🥇 Highest |
| **HLE (w/ Tools)** | **42.8** | 🥇 Highest |
| **Terminal Bench 2.0** | **41.0** | 🥇 Highest |
| **τ²-Bench** | **87.4** | 🥇 Highest |
| **WebDev Leaderboard** | **Rank 6 (1449)** | 🔥 Top Tier |
<p align="center">
<a href="https://z.ai/subscribe?ic=R0K78RJKNW">
<img src="assets/glm_discount_banner.svg" alt="Get your GLM with 10% off Code here" width="100%">
</a>
</p>
---
## <20>🚀 Quick Start
| Action | Link |
| :--- | :---: |

View File

@@ -0,0 +1,26 @@
<svg width="700" height="150" viewBox="0 0 700 150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_discount" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF512F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#DD2476;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Container -->
<rect width="700" height="150" fill="#0a0a12" rx="15" ry="15"/>
<!-- Neon Border -->
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_discount)" stroke-width="3" rx="12" ry="12"/>
<!-- Icon -->
<text x="80" y="95" font-family="Arial, sans-serif" font-size="60" fill="url(#grad_discount)" opacity="0.8" font-weight="bold">🎟️</text>
<!-- Main Title -->
<text x="380" y="55" font-family="Arial, Helvetica, sans-serif" font-size="32" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="2">GET YOUR GLM WITH 10% OFF</text>
<!-- Description -->
<text x="380" y="90" font-family="Arial, Helvetica, sans-serif" font-size="16" fill="#cccccc" text-anchor="middle">Exclusive Discount Code for Vibe Coders Community</text>
<!-- Footer CTA -->
<text x="680" y="130" font-family="Arial, Helvetica, sans-serif" font-size="12" fill="url(#grad_discount)" text-anchor="end" font-weight="bold" letter-spacing="1.5">REDEEM NOW</text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,26 @@
<svg width="700" height="150" viewBox="0 0 700 150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_news" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#8E2DE2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4A00E2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Container -->
<rect width="700" height="150" fill="#0a0a12" rx="15" ry="15"/>
<!-- Neon Border -->
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_news)" stroke-width="3" rx="12" ry="12"/>
<!-- Icon -->
<text x="80" y="95" font-family="Arial, sans-serif" font-size="60" fill="url(#grad_news)" opacity="0.8" font-weight="bold">🗞️</text>
<!-- Main Title -->
<text x="380" y="55" font-family="Arial, Helvetica, sans-serif" font-size="32" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="2">THE VIBE CODERS NEWS</text>
<!-- Description -->
<text x="380" y="90" font-family="Arial, Helvetica, sans-serif" font-size="16" fill="#cccccc" text-anchor="middle">AI Digest: GLM-4.7 Launch, Performance &amp; Benchmarks</text>
<!-- Footer CTA -->
<text x="680" y="130" font-family="Arial, Helvetica, sans-serif" font-size="12" fill="url(#grad_news)" text-anchor="end" font-weight="bold" letter-spacing="1.5">LATEST UPDATE</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB