Skip to content

Commit 85a0621

Browse files
stubborncoderclaude
andcommitted
Retitle multimodal cost post and add to homepage
Title is now "Saving Costs Using Multimodal Embeddings". Add it to the writing list at the top of the homepage. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5f8b190 commit 85a0621

6 files changed

Lines changed: 29 additions & 3 deletions

File tree

.claude/scheduled_tasks.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"sessionId":"18583df1-2cf5-465c-af33-38d2388be103","pid":1168,"acquiredAt":1776756184228}

.claude/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"CLAUDE_CODE_FORK_SUBAGENT": "1"
4+
}
5+
}

.vscode/extensions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"recommendations": ["astro-build.astro-vscode"],
3+
"unwantedRecommendations": []
4+
}

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"command": "./node_modules/.bin/astro dev",
6+
"name": "Development server",
7+
"request": "launch",
8+
"type": "node-terminal"
9+
}
10+
]
11+
}

src/pages/blog/multimodal-embeddings-cost.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
33
---
44

55
<BaseLayout
6-
title="Multimodal Embeddings: 5 Savings That Cut Our Bill 10x ~ stubborncoder"
7-
description="A follow-up on multimodal embeddings. Five practical savings that cut our embedding bill by an order of magnitude without losing retrieval quality."
6+
title="Saving Costs Using Multimodal Embeddings ~ stubborncoder"
7+
description="Multimodal embedding bills get out of hand fast. Five practical savings that cut ours by an order of magnitude without losing retrieval quality."
88
activeLink="writing"
99
>
1010

@@ -22,7 +22,7 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
2222
<span class="source-badge">LinkedIn</span>
2323
</div>
2424

25-
<h1 class="reveal">Multimodal Embeddings:<br>5 Savings That Cut Our Bill <span class="em">10x</span></h1>
25+
<h1 class="reveal">Saving Costs Using<br><span class="em">Multimodal Embeddings</span></h1>
2626

2727
<p class="post-subtitle reveal">
2828
A follow-up to <a href="/blog/multimodal-embeddings" class="inline-link">One Model, One Vector Space</a>.

src/pages/index.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
7474
<div class="section-line"></div>
7575
</div>
7676

77+
<a href="/blog/multimodal-embeddings-cost" class="blog-row reveal">
78+
<span class="br-date">2026.04</span>
79+
<span class="br-title">Saving Costs Using Multimodal Embeddings</span>
80+
<span class="br-src">LinkedIn</span>
81+
</a>
7782
<a href="/blog/invoice-verification-agent" class="blog-row reveal">
7883
<span class="br-date">2026.04</span>
7984
<span class="br-title">Let AP Clerks Do the Work That Needs a Human</span>

0 commit comments

Comments
 (0)