|
|
|
|
|
by windsignaling
456 days ago
|
|
I think "low-level" is relative to what's being discussed. Low-level for LLMs would have to do with how transformer layers are implemented (self-attention layer, layer norms, etc.) whereas low-level for agents would be the graph structure. Although I personally don't think the graph implementation for agents is necessarily as established or widely standardized, it's helpful to know about why such an implementation was chosen and how it works. > the inner workings of the processing, probing agents, and getting into the weeds These feel to me like empty words... "inner workings of the processing"? You can say that about anything. |
|