- tactics is a product still in alpha, by Conjecture
- basically an editor and programming language (called c-tat https://tactics.dev/docs) and llm inference in one, you can use it for free via https://staging.tactics.dev/,
- (i believe that) it's part of the implementation of something they call Cognitive Emulation (https://www.conjecture.dev/research/cognitive-emulation-a-naive-ai-safety-proposal), which they believe is a more economically useful and (potentially) safe way to implement AI compared to the usual methods, because it's less blackboxy
- put a tactics json in
dumpresponse.json
:- open dev tools -> https://tactics.dev/dashboard -> network tab -> find the
https://api.tactics.dev/getTactics?sort=%22mostRecentlyUsed%22
call -> response tab -> paste to file
- open dev tools -> https://tactics.dev/dashboard -> network tab -> find the
- (optional) pip install colorama: https://pypi.org/project/colorama/
tactics overview, asking you to pick something
(not all numbers are shown, because as indicated by the purple text i['content'].strip()!=''
, it filters out tactics with an empty 'content' value)
after you pick something