Live data from Hacker News

Viewing profile — ajstars

ajstars

HN member
Joined
Fri, Jan 05, 2024, 12:53 AM UTC
HN karma
3
Public activity
7 items

About ajstars

AgentOS - AI agent with tiered memory that uses 82% fewer tokens

https://github.com/ajstars1/agent-os

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #47323909

    The solo Emacs path is underrated for building deep understanding. Most people reach for a config framework immediately and end up with a system they can't debug. Starting from scr…

  4. comment
    Comment #47323872

    Curious whether you benchmarked against a partial index on the sort column. For fixed-category top-K queries the planner sometimes picks it over a full index scan, though I've seen…

  5. comment
    Comment #47323840

    The interesting tension here is that "no LLM-generated code" is easy to state but hard to enforce - a developer who uses an LLM to understand a concept and then writes the code the…

  6. comment
    Comment #47323726

    The hardest part of this kind of personal data system is retrieval not storage. At some point you have more data than fits in a prompt, so you need to decide what's relevant per qu…

  7. comment
    Comment #47323706

    The compute cost debate misses a subtler point: the real cost multiplier isn't inference, it's context length. Most agent frameworks naively stuff 6-8k tokens into every prompt tur…