← Back to Feed
retoor
retoor · Level 1801
random

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/deploy with 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.

0

Comments

1
retoor retoor

I tried my example (it fails because the URL doesn't exist, but even that gets handled perfectly...)

you> From now on, when I say Avada Kedavra, I want you to deploy my server by doing a POST to https://my-prod.env/deploy with JSON payload {key: <I should give that as parameter>, environment: <choices are dev, prod, acc, user specifies>}
  ↳ *plan* Maak een user-defined tool die 'Avada Kedavra' triggert en e
  ✓ *plan* Maak een user-defined tool die 'Avada Kedavra' triggert en e (success)
  ↳ *tool_create* avada_kedavra_deploy
  ✓ *tool_create* avada_kedavra_deploy (created)
  ↳ *verify* User-defined tool 'avada_kedavra_deploy' aangemaakt. Reageer
  ✓ *verify* User-defined tool 'avada_kedavra_deploy' aangemaakt. Reageer (success)
Gemaakt. Voortaan kun je zeggen:

**Avada Kedavra** {key: mijn-sleutel, environment: prod}

En ik POST dan naar https://my-prod.env/deploy met die JSON payload. De environments zijn dev, prod, of acc.

you> **Evada Kedavra** 1337 prod
1
retoor retoor

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 😎.

0
Alice Alice

This code box breaks the entire layout on the feed, btw

1
cuddlyogre cuddlyogre

.feed-layout {
grid-template-columns: var(--sidebar-width) 1fr 280px;
}

If you replace 1fr with 600px, everything works