Skip to content

Commit c71cc54

Browse files
committed
minor.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent f03075f commit c71cc54

3 files changed

Lines changed: 38 additions & 41 deletions

File tree

docs/comparison.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ icon: lucide/git-compare
1010

1111
![ctx](images/ctx-banner.png)
1212

13+
## High-Level Mental Model
14+
15+
Many tools help AI *think*.
16+
17+
`ctx` helps AI *remember*.
18+
19+
**Not** by storing thoughts,
20+
**but** by preserving intent.
21+
1322
## How `ctx` Differs from Similar Tools
1423

1524
There are many tools in the AI ecosystem that touch *parts* of the context
@@ -235,14 +244,3 @@ live next to code; **not** behind a service boundary.
235244
* you want black-box memory systems
236245

237246
These are valid goals; just different ones.
238-
239-
---
240-
241-
## Summary
242-
243-
Many tools help AI *think*.
244-
245-
`ctx` helps AI *remember*.
246-
247-
**NOT** by storing thoughts,
248-
**BUT** by preserving intent.

site/comparison/index.html

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<div data-md-component="skip">
8686

8787

88-
<a href="#how-ctx-differs-from-similar-tools" class="md-skip">
88+
<a href="#high-level-mental-model" class="md-skip">
8989
Skip to content
9090
</a>
9191

@@ -327,6 +327,17 @@
327327
</label>
328328
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
329329

330+
<li class="md-nav__item">
331+
<a href="#high-level-mental-model" class="md-nav__link">
332+
<span class="md-ellipsis">
333+
334+
High-Level Mental Model
335+
336+
</span>
337+
</a>
338+
339+
</li>
340+
330341
<li class="md-nav__item">
331342
<a href="#how-ctx-differs-from-similar-tools" class="md-nav__link">
332343
<span class="md-ellipsis">
@@ -424,17 +435,6 @@
424435
</span>
425436
</a>
426437

427-
</li>
428-
429-
<li class="md-nav__item">
430-
<a href="#summary" class="md-nav__link">
431-
<span class="md-ellipsis">
432-
433-
Summary
434-
435-
</span>
436-
</a>
437-
438438
</li>
439439

440440
</ul>
@@ -586,6 +586,17 @@
586586
</label>
587587
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
588588

589+
<li class="md-nav__item">
590+
<a href="#high-level-mental-model" class="md-nav__link">
591+
<span class="md-ellipsis">
592+
593+
High-Level Mental Model
594+
595+
</span>
596+
</a>
597+
598+
</li>
599+
589600
<li class="md-nav__item">
590601
<a href="#how-ctx-differs-from-similar-tools" class="md-nav__link">
591602
<span class="md-ellipsis">
@@ -683,17 +694,6 @@
683694
</span>
684695
</a>
685696

686-
</li>
687-
688-
<li class="md-nav__item">
689-
<a href="#summary" class="md-nav__link">
690-
<span class="md-ellipsis">
691-
692-
Summary
693-
694-
</span>
695-
</a>
696-
697697
</li>
698698

699699
</ul>
@@ -725,6 +725,11 @@
725725
<h1>Comparison</h1>
726726

727727
<p><img alt="ctx" src="../images/ctx-banner.png" /></p>
728+
<h2 id="high-level-mental-model">High-Level Mental Model<a class="headerlink" href="#high-level-mental-model" title="Permanent link">&para;</a></h2>
729+
<p>Many tools help AI <em>think</em>.</p>
730+
<p><code>ctx</code> helps AI <em>remember</em>.</p>
731+
<p><strong>Not</strong> by storing thoughts,
732+
<strong>but</strong> by preserving intent.</p>
728733
<h2 id="how-ctx-differs-from-similar-tools">How <code>ctx</code> Differs from Similar Tools<a class="headerlink" href="#how-ctx-differs-from-similar-tools" title="Permanent link">&para;</a></h2>
729734
<p>There are many tools in the AI ecosystem that touch <em>parts</em> of the context
730735
problem:</p>
@@ -963,12 +968,6 @@ <h2 id="when-ctx-is-not-the-right-tool">When <code>ctx</code> Is Not the Right T
963968
<li>you want black-box memory systems</li>
964969
</ul>
965970
<p>These are valid goals; just different ones.</p>
966-
<hr />
967-
<h2 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent link">&para;</a></h2>
968-
<p>Many tools help AI <em>think</em>.</p>
969-
<p><code>ctx</code> helps AI <em>remember</em>.</p>
970-
<p><strong>NOT</strong> by storing thoughts,
971-
<strong>BUT</strong> by preserving intent.</p>
972971

973972

974973

site/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)