blog: add cover images to AMB, Claude Code Telegram, and NemoClaw posts (#667)
* blog: add cover images to AMB, Claude Code Telegram, and NemoClaw posts * blog: remove redundant landing image from AMB post
This commit is contained in:
parent
742f212b2f
commit
e1f539c612
3 changed files with 6 additions and 4 deletions
|
|
@ -8,6 +8,8 @@ image: /img/blog/2026-03-19/nemoclaw-memory.png
|
|||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||

|
||||
|
||||
## TL;DR
|
||||
|
||||
- [NemoClaw](https://nemoclaw.ai) sandboxes isolate AI agents — controlled filesystem, processes, and network. That isolation makes persistent memory harder.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ image: /img/blog/amb/explorer-0.png
|
|||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||

|
||||
|
||||
import ImageCarousel from '@site/src/components/ImageCarousel';
|
||||
|
||||
We're building Hindsight to be the best AI memory system in the world. "Best" doesn't mean winning every benchmark. It means building something that genuinely works — and being honest about where it does and doesn't.
|
||||
|
|
@ -15,10 +17,6 @@ That's why we built Agent Memory Benchmark (AMB), and why we're making it fully
|
|||
|
||||
<!-- truncate -->
|
||||
|
||||
<ImageCarousel images={[
|
||||
{ src: '/img/blog/amb/landing.png', alt: 'Agent Memory Benchmark landing page' },
|
||||
]} />
|
||||
|
||||
## "Best" is more than accuracy
|
||||
|
||||
When we say we want Hindsight to be the best AI memory system, we're not talking about a leaderboard position. We're talking about a complete system that performs across dimensions that actually matter in production:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ image: /img/blog/claude-code-telegram.png
|
|||
hide\_table\_of\_contents: true
|
||||
---
|
||||
|
||||

|
||||
|
||||
Anthropic just launched **Channels** for Claude Code: Claude Code sessions connected to messaging platforms. This means Claude Code can now operate as a fully autonomous agent, reachable also from your phone, always running against your codebase (and not just it).
|
||||
|
||||
Claude Code has a built-in memory system based on markdown files (`CLAUDE.md`, auto-memory), and it works very well for static preferences and project instructions. But it wasn't designed for conversational memory — it doesn't extract facts from your discussions, doesn't recall relevant context by semantic similarity, and doesn't build up structured knowledge over time. Close the session, and some richness and depth of what you discussed is gone.
|
||||
|
|
|
|||
Loading…
Reference in a new issue