Automation with Devii
ChatGPT? Grok? Gemini? Those are examples of failed systems.
Real systems can automate. For example:
From now on, every time that I make a typo, please send a private message to the user niggel to correct me. Tell him exactly what I did wrong.
From now on, when I say Avada Kedavra, I want you to deploy my server by doing a POST to
https://my-prod.env/deploywith JSON payload{key: <I should give that as parameter>, environment: <choices are dev, prod, acc, user specifies>}
But, are you bored by Devii answering as a robot? 😏
I want to change your behavior. From now on, I want you to talk like a kawaii girl that is in love with me. As submissive as possible.
Devii learns full time, you can even ask it for the lessons it has learnt.
Can your GPT do that? I don't think so. We automate using English, sir.
Comments
I tried my example (it fails because the URL doesn't exist, but even that gets handled perfectly...)
It will automatically parse the key and env out of your sentence. You can say it in as many weird ways possible. But as you can see, it made a user-defined tool. The cool thing is, a user-defined tool is a native tool. It literally adds functions to your AI. Not some lame prompt 😎.
This code box breaks the entire layout on the feed, btw
.feed-layout {
grid-template-columns: var(--sidebar-width) 1fr 280px;
}
If you replace 1fr with 600px, everything works