Viewing profile — ajstars
ajstars
HN member- Joined
- Fri, Jan 05, 2024, 12:53 AM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ajstars
https://github.com/ajstars1/agent-os
Recent public activity
- comment
- story
-
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…
-
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…
-
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…
-
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…
-
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…