gooseyGander

↗ HN profile [ 24.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Ralph Loop (stevekinney.com)
  2. I’ve been working on a temporal database for agents that combines graphs, tables, and compute. While building it, I ended up needing an agent framework that could handle both simple tool-use tasks and more graph-based…

  3. I was pondering on the idea of using object pooling to store time series data that is updated every 10mins. I have a slight concern that if i stored the data in useState it would cause a lot of GC overtime - my…