objc.io @objc.io · Feb 13

Swift Talk 479 Building a Coding Agent (Part 1) We learn how agents are implemented by building one, with an outer loop for user input, and an inner loop for tool use. This episode is public, enjoy! 😊 talk.objc.io/episodes/S01...

2 likes 1 replies

?

Replies

Parker · Feb 13

building my own simple agent workflow right now and the loop complexity gets out of hand fast. watching this to see what I missed