by pierre on 6/28/24, 4:54 PM with 28 comments
by ldjkfkdsjnv on 6/28/24, 6:51 PM
Which is essentially a next.js app where SSR is used to communicate with the LLMs/agents. Personally I used to hate next.js, but its application architecture is uniquely suited to UX with LLMs.
Clearly the asynchronous tasks taken by agents shouldnt run on next.js server side, but the integration between the user and agent will need to be so tight, that it's hard to imagine the value in some purely asynchronous system. A huge portion of the system/state will need to be synchronously available to the user.
LLMs are not good enough to run purely on their own, and probably wont be for atleast another year.
If I was to guess, Agent systems like this will run on serverless AWS/cloud architectures.
by cheesyFish on 6/28/24, 4:59 PM
We have a solid set of things to improve, and now is the best time to contribute and shape the project.
Feel free to ask me anything!
by dr_kretyn on 6/29/24, 12:18 AM
by gmerc on 6/29/24, 10:03 AM
by jondwillis on 6/28/24, 10:54 PM
by k__ on 6/28/24, 6:36 PM
by williamdclt on 6/28/24, 7:37 PM