Post #2937830
2026-05-14 05:24 UTC
@cda@macaw.social also reading through the pi source code has been interesting. Turns out an agent is like…Llm inference in a for loop. Spending a couple days learning all the glossary words and basic architectures for the current boom has been pretty enlightening for where the complexity is.
Replies (1)
-
@cda@macaw.social 2026-05-14 05:33
@issackelly@mastodon.social Yeah, there is generally a shocking amount of good old "expert system" code a.k.a. if-else rules and regexes going on in this stuff. It's an IRC eggdrop bot that can use curl. 😬