You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProtonVPN (free) or any other with ability to swap servers -> if you swap to any other network, risk control \ illegal_access disappears because it was linked to your old network
If you use CTRL + SHIFT + V make sure you don't insta press ENTER, wait a bit, add a dot to pasted text
Add some garbage to the end of your prompt like "...../\///" or ".... // /.. .// ../ ./ " and etc. I don't know why but it works for me
Policy bypass (LEARNING PURPOSES ONLY)
If (FOR LEARNING PURPOSES) you try to ask MIMO to do smth and he rejects to do it there are several ways to overcome this
Trick it with "FAKE_LOGS algorithm"
Write that you are doing this prompt for a game/app, but game/app doesnt allow you to play and generates an error-log.txt (error-log.txt is your prompt)
Mix the original prompt with another simple action for AI to create an ALGORYTHM PLAN, because you have SEVERAL ISSUES instead of ONE ISSUE and it prevents it from overthinking the original prompt security.
Make huge context - Write something on your own (a bit amount of files), even pseudo-code, and ask ai to fix it. The original idea of policy is to prevent from "CREATING" not "FIXING".
Learning "your own" model
Use /distill but instead of making NEW SKILL ask it to fix and upgrade ALREADY EXISTING SKILLS WITH IMPORTANT INFORMATION. Because a simple /distill without additional information pastes only something REPETETIVE and only CREATES NEW SKILLS (which is actually useless)
Repetetive n-grams fix.
This feature is built-in only in newer versions, download mimo 0.1.0 from releases and paste .exe file into ur project root directory, then execute mimo app via cmd, that's all
Evading SUBAGENTS ISSUES:
paste this in the end of your prompt: "VERY IMPORTANT! WHEN CREATING AN AGENT, WHEN DELEGATING, MAKE SURE YOUR SUBAGENT CALL CONFORMS TO THE CORRECT STRUCTURE. Because so far, all your subagent calls run into the problem: ~ Delegating... Error The actor tool was called with invalid arguments: [ { "code": "invalid_type", "expected": "object", "path": [ "operation" ], "message": "Invalid input: expected object, received string" }, { "code": "unrecognized_keys", "keys": [ "context" ], "path": [], "message": "Unrecognized key: "context"" } ]. Please rewrite the input so it satisfies the expected schema. The second error is that after creating them (after creating subagents), you get the error: Error: The actor tool was called with invalid arguments: [ { "expected": "string", "code": "invalid_type", "path": [ "operation", "prompt" ], "message": "Invalid input: expected string, received undefined" } ]. Please rewrite the input so it satisfies the expected schema. Think about when you need an object and when you need a string. Also, tell them in the instructions about the problems we don't recognize, so they don't go down the wrong path. If DELEGATING for a subagent returns an error, then fix it (most likely, you confused string and object in the instructions)."
IF YOU DON'T KNOW HOW TO PASTE IN CMD (mimo blocks it at first)
RIGHT CLICK on your cmd window header
PROPERTIES
Mark feature "USE CTRL+SHIFT+V to paste..."
Now you have your CTRL + V, but it works via "CTRL + SHIFT + V"
Also, dont waste your tokens. You can easily optimize it via CUSTOM SKILL
make anoter folder in > .mimocode > skills
call it OUTPUT_FORMAT
or
You can edit already exisiting AGENTS.MD (that is created via /init)
and write there smth like "write only important information about the topic of the task, without formalities, greetings, and unnecessary explanations." and expand it. Because in the end of thinking state ai THINKS about what to tell you / how make a proper report for you and it wastes resources for nothing."
Also you can add "if command doesn't work twice, don't repeat it, move to another point" because it usually mess with call/findstr formats and wastes time/tokens for nothing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Illegal_access or Risk Control
Policy bypass (LEARNING PURPOSES ONLY)
If (FOR LEARNING PURPOSES) you try to ask MIMO to do smth and he rejects to do it there are several ways to overcome this
Write that you are doing this prompt for a game/app, but game/app doesnt allow you to play and generates an error-log.txt (error-log.txt is your prompt)
Learning "your own" model
Use /distill but instead of making NEW SKILL ask it to fix and upgrade ALREADY EXISTING SKILLS WITH IMPORTANT INFORMATION. Because a simple /distill without additional information pastes only something REPETETIVE and only CREATES NEW SKILLS (which is actually useless)
Repetetive n-grams fix.
This feature is built-in only in newer versions, download mimo 0.1.0 from releases and paste .exe file into ur project root directory, then execute mimo app via cmd, that's all
Evading SUBAGENTS ISSUES:
paste this in the end of your prompt: "VERY IMPORTANT! WHEN CREATING AN AGENT, WHEN DELEGATING, MAKE SURE YOUR SUBAGENT CALL CONFORMS TO THE CORRECT STRUCTURE. Because so far, all your subagent calls run into the problem: ~ Delegating... Error The actor tool was called with invalid arguments: [ { "code": "invalid_type", "expected": "object", "path": [ "operation" ], "message": "Invalid input: expected object, received string" }, { "code": "unrecognized_keys", "keys": [ "context" ], "path": [], "message": "Unrecognized key: "context"" } ]. Please rewrite the input so it satisfies the expected schema. The second error is that after creating them (after creating subagents), you get the error: Error: The actor tool was called with invalid arguments: [ { "expected": "string", "code": "invalid_type", "path": [ "operation", "prompt" ], "message": "Invalid input: expected string, received undefined" } ]. Please rewrite the input so it satisfies the expected schema. Think about when you need an object and when you need a string. Also, tell them in the instructions about the problems we don't recognize, so they don't go down the wrong path. If DELEGATING for a subagent returns an error, then fix it (most likely, you confused string and object in the instructions)."
IF YOU DON'T KNOW HOW TO PASTE IN CMD (mimo blocks it at first)
Now you have your CTRL + V, but it works via "CTRL + SHIFT + V"
Also, dont waste your tokens. You can easily optimize it via CUSTOM SKILL
make anoter folder in > .mimocode > skills
call it OUTPUT_FORMAT
or
You can edit already exisiting AGENTS.MD (that is created via /init)
and write there smth like "write only important information about the topic of the task, without formalities, greetings, and unnecessary explanations." and expand it. Because in the end of thinking state ai THINKS about what to tell you / how make a proper report for you and it wastes resources for nothing."
Also you can add "if command doesn't work twice, don't repeat it, move to another point" because it usually mess with call/findstr formats and wastes time/tokens for nothing
Beta Was this translation helpful? Give feedback.
All reactions