Hey Nate, hey awesome other guys, I love what you do! 2 months or so I switched over from make, where I coded self-improving, self-extending, user-centric multi-step-bots, but this took like forever and hundreds of modules. With n8n this is just so much easier. What I try to create since a while is a similar assistant to your 2.0, but with Microsoft instead of Gmail. It's getting better after I found out that credentials were taken wrongly first, but now I face other issues. What is core here? Even within email, there are so many possible tasks I want the assistant all to be able to combine effectively and efficiently. Commands like "can you please summarize the communication with xyz", "are there important mails in my mailbox", "can you please draft a response to xyz including abc", etc. should be doable. Initially with Telegram, later I'd love to install yor 11Labs integration <3 The above I programmed with make like: 1) understand the final goal of my task, 2) adapt it based on the knowledge about me (vector or knowledge database), 3) search API for final step in self-created API-overview, 4) feedback if there is no final API / create a "project" if there is one, 5) iteratively approach the goal with the bvest fitting API in the list to get closer to the goal, 6) if there is no API helping further: 6a try to reserch API-calls, try one out and integrate it in the API list if it works, or 6b ask the user if there is none. 7) asynchron at nights: review missing skills based on the user demands and try to find some with "more complex methods" (such as combining purposely created hallucinations with vector based hallucination on API-vactor base only, response/feedback of user, trying ou and proactively using disclosures. You can imagine what a code monster this was at n8n, considering I built this all for several systems, incl. lots of MS integration such as Outlook, Tasks, Onedrive, but also other services I use. With n8n I find myself having a harder time. Of course, the "fromAI" function is so massively helpful, bevor this was a nightmare (since I tried to do all this without any additional AI usage to have faster responses), also the AI agent modules make it a lot easier. But when I e.g. try to adapt your 2.0 assistant and need the agent to structure its approach more, I get errors.