Skip to content

Commit 0e70314

Browse files
committed
chore: tech digest 2026-04-04
1 parent d46b265 commit 0e70314

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
})();
5858
</script>
59-
<script type="module" crossorigin src="/assets/index-WQ3kRPAF.js"></script>
59+
<script type="module" crossorigin src="/assets/index-DdJc7WUA.js"></script>
6060
<link rel="stylesheet" crossorigin href="/assets/index-C_Lu41ct.css">
6161
</head>
6262

src/data/newsletters.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
{
22
"digests": [
3+
{
4+
"id": "2026-04-04",
5+
"date": "2026-04-04",
6+
"tokensUsed": 10962,
7+
"entries": [
8+
{
9+
"rank": 1,
10+
"newsletter": "Hacker News",
11+
"author": "Mintlify Engineering",
12+
"title": {
13+
"en": "We replaced RAG with a virtual filesystem for our AI documentation assistant",
14+
"pt": "Substituímos RAG por um sistema de arquivos virtual para nosso assistente de documentação"
15+
},
16+
"summary": {
17+
"en": "Mintlify replaced standard RAG with ChromaFs, a virtual filesystem built on top of their existing Chroma vector database. The switch dropped session creation time from 46 seconds to 100ms while reducing per-conversation compute cost to near zero.",
18+
"pt": "A Mintlify substituiu o RAG tradicional pelo ChromaFs, um sistema de arquivos virtual construído sobre seu banco de dados Chroma já existente. A mudança reduziu o tempo de criação de sessão de 46 segundos para 100ms, enquanto o custo computacional por conversa caiu para quase zero."
19+
},
20+
"insights": {
21+
"en": [
22+
"AI agents converge on filesystems as their primary interface (grep, cat, ls, find) — modeling docs as files lets agents explore like a codebase, not just keyword-match chunks",
23+
"Infrastructure costs matter at scale: spinning micro-VMs at 850k conversations/month would exceed $70k/year; virtual FS reuses existing DB at $0 marginal cost",
24+
"The pattern is universal: whenever you need filesystem semantics for an agent without real disk I/O, a virtual FS layer over your existing data store can yield a 460x performance boost"
25+
],
26+
"pt": [
27+
"Agentes de IA convergem para filesystems como interface primária (grep, cat, ls, find) — modelar docs como arquivos permite explorar a estrutura como um codebase, não apenas buscar chunks por keyword",
28+
"Custos de infraestrutura importam em escala: criar micro-VMs a 850k conversas/mês custaria +$70k/ano; o filesystem virtual reutiliza o DB existente com custo marginal zero",
29+
"O padrão é universal: sempre que precisar de semântica de filesystem para o agente sem I/O real em disco, uma camada FS virtual sobre sua store existente pode gerar um ganho de 460x em performance"
30+
]
31+
},
32+
"link": "https://www.mintlify.com/blog/how-we-built-a-virtual-filesystem-for-our-assistant"
33+
}
34+
]
35+
},
336
{
437
"id": "2026-04-03",
538
"date": "2026-04-03",

0 commit comments

Comments
 (0)