4 pointsby frntn5 hours ago2 comments
  • jameschaearley3 hours ago
    6832 bytes for the core loop really shows how little actual agent logic exists once you strip away the framework overhead. Cool that you went all the way to assembly to make it visible. The pipe architecture is slick too since you never have to touch the binary to extend it.
  • skwuwu4 hours ago
    7kb binary file that runs agent is impressive but i guess it would be very hard to define FSM and implement pipeline manually. is it necessary to separate agent atomically with this hardness?