Live data from Hacker News

Viewing profile — tylerrecall

tylerrecall

HN member
Joined
Tue, Nov 11, 2025, 5:20 AM UTC
HN karma
2
Public activity
6 items

About tylerrecall

Gas utility worker turned self-taught developer. Building RecallBricks - memory infrastructure for AI coding tools. Learned to code with ChatGPT, now shipping with Claude Code.

Recent public activity

  1. comment
    Comment #46301480

    Also happy to discuss the technical architecture - the entire system runs on Supabase + pgvector, with SDKs for Python, TypeScript, and LangChain. Docs are at recallbricks.com. One…

  2. comment
    Comment #46301471

    Hi HN – I'm the founder of RecallBricks. I built this after repeatedly running into the same issue while building agents: once agents run beyond a single session, memory falls apar…

  3. story
  4. comment
    Comment #45888058

    Interesting approach. The challenge I keep hitting with AI-generated documentation is that it lacks the persistent context of how the codebase actually evolved - the decisions, the…

  5. comment
    Comment #45887970

    I'm building RecallBricks - persistent memory infrastructure for AI coding tools. The problem: Every time you switch between Cursor, Claude, ChatGPT, your AI forgets everything. Yo…

  6. comment
    Comment #45887936

    This is exactly why I'm building persistent memory for AI coding tools. LLMs hallucinate facts partly because they lose context between sessions. When they "remember" your project …