diff --git a/.gitignore b/.gitignore index d7604345f..6a0cfecf9 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,5 @@ shinkai-bin/shinkai-node/shinkai_db_tests shinkai-tools-runner-resources storage_debug_agent_provider agent_provider +image_0.txt +storage_debug_0_7_33.zip diff --git a/Cargo.lock b/Cargo.lock index 116aab699..b09a9a357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,61 +236,25 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" -[[package]] -name = "arrow" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219d05930b81663fd3b32e3bde8ce5bff3c4d23052a99f11a8fa50a3b47b2658" -dependencies = [ - "arrow-arith 51.0.0", - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-cast 51.0.0", - "arrow-csv 51.0.0", - "arrow-data 51.0.0", - "arrow-ipc 51.0.0", - "arrow-json 51.0.0", - "arrow-ord 51.0.0", - "arrow-row 51.0.0", - "arrow-schema 51.0.0", - "arrow-select 51.0.0", - "arrow-string 51.0.0", -] - [[package]] name = "arrow" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" dependencies = [ - "arrow-arith 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-csv 52.2.0", - "arrow-data 52.2.0", - "arrow-ipc 52.2.0", - "arrow-json 52.2.0", - "arrow-ord 52.2.0", - "arrow-row 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", - "arrow-string 52.2.0", -] - -[[package]] -name = "arrow-arith" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0272150200c07a86a390be651abdd320a2d12e84535f0837566ca87ecd8f95e0" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "chrono", - "half", - "num", + "arrow-arith", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-csv", + "arrow-data", + "arrow-ipc", + "arrow-json", + "arrow-ord", + "arrow-row", + "arrow-schema", + "arrow-select", + "arrow-string", ] [[package]] @@ -299,31 +263,15 @@ version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", "chrono", "half", "num", ] -[[package]] -name = "arrow-array" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8010572cf8c745e242d1b632bd97bd6d4f40fefed5ed1290a8f433abaa686fea" -dependencies = [ - "ahash 0.8.11", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "chrono", - "half", - "hashbrown 0.14.5", - "num", -] - [[package]] name = "arrow-array" version = "52.2.0" @@ -331,9 +279,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" dependencies = [ "ahash 0.8.11", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-buffer", + "arrow-data", + "arrow-schema", "chrono", "chrono-tz 0.9.0", "half", @@ -341,17 +289,6 @@ dependencies = [ "num", ] -[[package]] -name = "arrow-buffer" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0a2432f0cba5692bf4cb757469c66791394bac9ec7ce63c1afe74744c37b27" -dependencies = [ - "bytes", - "half", - "num", -] - [[package]] name = "arrow-buffer" version = "52.2.0" @@ -363,38 +300,17 @@ dependencies = [ "num", ] -[[package]] -name = "arrow-cast" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9abc10cd7995e83505cc290df9384d6e5412b207b79ce6bdff89a10505ed2cba" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "arrow-select 51.0.0", - "atoi", - "base64 0.22.0", - "chrono", - "comfy-table", - "half", - "lexical-core", - "num", - "ryu", -] - [[package]] name = "arrow-cast" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", + "arrow-select", "atoi", "base64 0.22.0", "chrono", @@ -405,36 +321,17 @@ dependencies = [ "ryu", ] -[[package]] -name = "arrow-csv" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95cbcba196b862270bf2a5edb75927380a7f3a163622c61d40cbba416a6305f2" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-cast 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "chrono", - "csv", - "csv-core", - "lazy_static", - "lexical-core", - "regex", -] - [[package]] name = "arrow-csv" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", "chrono", "csv", "csv-core", @@ -443,91 +340,45 @@ dependencies = [ "regex", ] -[[package]] -name = "arrow-data" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2742ac1f6650696ab08c88f6dd3f0eb68ce10f8c253958a18c943a68cd04aec5" -dependencies = [ - "arrow-buffer 51.0.0", - "arrow-schema 51.0.0", - "half", - "num", -] - [[package]] name = "arrow-data" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" dependencies = [ - "arrow-buffer 52.2.0", - "arrow-schema 52.2.0", + "arrow-buffer", + "arrow-schema", "half", "num", ] -[[package]] -name = "arrow-ipc" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ea853130f7e78b9b9d178cb4cd01dee0f78e64d96c2949dc0a915d6d9e19d" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-cast 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "flatbuffers 23.5.26", -] - [[package]] name = "arrow-ipc" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", "flatbuffers 24.3.25", "lz4_flex", "zstd 0.13.2", ] -[[package]] -name = "arrow-json" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaafb5714d4e59feae964714d724f880511500e3569cc2a94d02456b403a2a49" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-cast 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "chrono", - "half", - "indexmap 2.1.0", - "lexical-core", - "num", - "serde", - "serde_json", -] - [[package]] name = "arrow-json" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", "chrono", "half", "indexmap 2.1.0", @@ -537,51 +388,21 @@ dependencies = [ "serde_json", ] -[[package]] -name = "arrow-ord" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3e6b61e3dc468f503181dccc2fc705bdcc5f2f146755fa5b56d0a6c5943f412" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "arrow-select 51.0.0", - "half", - "num", -] - [[package]] name = "arrow-ord" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", + "arrow-select", "half", "num", ] -[[package]] -name = "arrow-row" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "848ee52bb92eb459b811fb471175ea3afcf620157674c8794f539838920f9228" -dependencies = [ - "ahash 0.8.11", - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "half", - "hashbrown 0.14.5", -] - [[package]] name = "arrow-row" version = "52.2.0" @@ -589,19 +410,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" dependencies = [ "ahash 0.8.11", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", "half", ] -[[package]] -name = "arrow-schema" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d9483aaabe910c4781153ae1b6ae0393f72d9ef757d38d09d450070cf2e528" - [[package]] name = "arrow-schema" version = "52.2.0" @@ -611,20 +426,6 @@ dependencies = [ "bitflags 2.4.0", ] -[[package]] -name = "arrow-select" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "849524fa70e0e3c5ab58394c770cb8f514d0122d20de08475f7b472ed8075830" -dependencies = [ - "ahash 0.8.11", - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "num", -] - [[package]] name = "arrow-select" version = "52.2.0" @@ -632,41 +433,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" dependencies = [ "ahash 0.8.11", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", "num", ] -[[package]] -name = "arrow-string" -version = "51.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9373cb5a021aee58863498c37eb484998ef13377f69989c6c5ccfbd258236cdb" -dependencies = [ - "arrow-array 51.0.0", - "arrow-buffer 51.0.0", - "arrow-data 51.0.0", - "arrow-schema 51.0.0", - "arrow-select 51.0.0", - "memchr", - "num", - "regex", - "regex-syntax 0.8.2", -] - [[package]] name = "arrow-string" version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", + "arrow-select", "memchr", "num", "regex", @@ -2711,10 +2495,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab9d55a9cd2634818953809f75ebe5248b00dd43c3227efb2a51a2d5feaad54e" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-ipc 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-ipc", + "arrow-schema", "async-trait", "bytes", "chrono", @@ -2758,10 +2542,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "def66b642959e7f96f5d2da22e1f43d3bd35598f821e5ce351a0553e0f1b7367" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-schema", "chrono", "half", "hashbrown 0.14.5", @@ -2787,7 +2571,7 @@ version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ac0fd8b5d80bbca3fc3b6f40da4e9f6907354824ec3b18bbd83fee8cf5c3c3e" dependencies = [ - "arrow 52.2.0", + "arrow", "chrono", "dashmap", "datafusion-common", @@ -2809,9 +2593,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2103d2cc16fb11ef1fa993a6cac57ed5cb028601db4b97566c90e5fa77aa1e68" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", "chrono", "datafusion-common", "paste", @@ -2827,7 +2611,7 @@ version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a369332afd0ef5bd565f6db2139fb9f1dfdd0afa75a7f70f000b74208d76994f" dependencies = [ - "arrow 52.2.0", + "arrow", "base64 0.22.0", "chrono", "datafusion-common", @@ -2850,8 +2634,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92718db1aff70c47e5abf9fc975768530097059e5db7c7b78cd64b5e9a11fc77" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-schema", "datafusion-common", "datafusion-execution", "datafusion-expr", @@ -2867,11 +2651,11 @@ version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30bb80f46ff3dcf4bb4510209c2ba9b8ce1b716ac8b7bf70c6bf7dca6260c831" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", "datafusion-common", "datafusion-execution", "datafusion-expr", @@ -2888,7 +2672,7 @@ version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82f34692011bec4fdd6fc18c264bf8037b8625d801e6dd8f5111af15cb6d71d3" dependencies = [ - "arrow 52.2.0", + "arrow", "async-trait", "chrono", "datafusion-common", @@ -2909,12 +2693,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45538630defedb553771434a437f7ca8f04b9b3e834344aafacecb27dc65d5e5" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", - "arrow-string 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", + "arrow-string", "base64 0.22.0", "chrono", "datafusion-common", @@ -2939,7 +2723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d8a72b0ca908e074aaeca52c14ddf5c28d22361e9cb6bc79bb733cd6661b536" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", + "arrow", "datafusion-common", "datafusion-expr", "hashbrown 0.14.5", @@ -2953,11 +2737,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b504eae6107a342775e22e323e9103f7f42db593ec6103b28605b7b7b1405c4a" dependencies = [ "ahash 0.8.11", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", "async-trait", "chrono", "datafusion-common", @@ -2986,9 +2770,9 @@ version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5db33f323f41b95ae201318ba654a9bf11113e58a51a1dff977b1a836d3d889" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-schema", "datafusion-common", "datafusion-expr", "log 0.4.21", @@ -3936,16 +3720,6 @@ dependencies = [ "rustc_version", ] -[[package]] -name = "flatbuffers" -version = "23.5.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640" -dependencies = [ - "bitflags 1.3.2", - "rustc_version", -] - [[package]] name = "flatbuffers" version = "24.3.25" @@ -4033,11 +3807,10 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsst" -version = "0.1.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5be8e6f9ffb7860aa8dd5998142374e4bfdf5c8c7f28fe963ce4b182829aab" +checksum = "26212c1db7eee3ec0808bd99107cf62ba4d3edd3489df601e2d0c73c5d739aec" dependencies = [ - "arrow 51.0.0", "rand 0.8.5", ] @@ -5225,18 +4998,18 @@ checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" [[package]] name = "lance" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d4c2e52b6ebad7e60e033ecca7f3369facdfb41823d4d3e87a1c32b84d6cfa" -dependencies = [ - "arrow 52.2.0", - "arrow-arith 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ord 52.2.0", - "arrow-row 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a427160737dd74d2d4f566f3111027edc63927106541d173459d010209371c42" +dependencies = [ + "arrow", + "arrow-arith", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-row", + "arrow-schema", + "arrow-select", "async-recursion", "async-trait", "async_cell", @@ -5256,7 +5029,6 @@ dependencies = [ "lance-arrow", "lance-core", "lance-datafusion", - "lance-datagen", "lance-encoding", "lance-file", "lance-index", @@ -5265,11 +5037,8 @@ dependencies = [ "lance-table", "lazy_static", "log 0.4.21", - "lru_time_cache", "moka", - "num_cpus", "object_store", - "ordered-float", "pin-project", "prost 0.12.6", "prost-build", @@ -5288,32 +5057,31 @@ dependencies = [ [[package]] name = "lance-arrow" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18599d887554d3cb4c4b056850c452cc51f6788fecec6c3af2a4dffebbeea184" +checksum = "c2f1cfebe08c64b1edabe9b6ccd6f8ea1bc6349d0870d47f2db8cdadf02ab8e2" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", + "arrow-select", "getrandom 0.2.10", "half", "num-traits", "rand 0.8.5", - "serde", ] [[package]] name = "lance-core" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112becb10992ae62b5e5e7ea02e60302f9072afd0b4e3c45cecad58d6379879e" +checksum = "243aa2323dee6fcab6bb9bb3a21ae8f040c98a5de9bbfb7ab8484a036176185a" dependencies = [ - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-buffer", + "arrow-schema", "async-trait", "byteorder", "bytes", @@ -5345,16 +5113,16 @@ dependencies = [ [[package]] name = "lance-datafusion" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cfb7663ed20daa3c9a910f971b7b521e37841046ae224aa032ab4c5e762fe7e" +checksum = "c0a69d039f93a43477245b51a8f1ce58a1f41485f8ded946f53031a11ded8c97" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", + "arrow-select", "async-trait", "datafusion", "datafusion-common", @@ -5363,57 +5131,41 @@ dependencies = [ "futures", "lance-arrow", "lance-core", + "lazy_static", "log 0.4.21", "prost 0.12.6", "snafu", "tokio", ] -[[package]] -name = "lance-datagen" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbfd57d950044b31b0d69c3e7637306aab56497f99668609b03304800292dea" -dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-cast 52.2.0", - "arrow-schema 52.2.0", - "chrono", - "futures", - "hex", - "rand 0.8.5", - "rand_xoshiro", -] - [[package]] name = "lance-encoding" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a52cbffee5cf5263b98bfd9adccb10506aee5419e75f07980f5e6f298f112dca" -dependencies = [ - "arrow 52.2.0", - "arrow-arith 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b713e49ce6039d0ca0f88e8ded66ee64d89c42f85107bc9e684fbff41386a65" +dependencies = [ + "arrow", + "arrow-arith", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", + "arrow-select", "bytes", "fsst", "futures", + "hex", "hyperloglogplus", + "itertools 0.12.1", "lance-arrow", "lance-core", - "lance-datagen", "log 0.4.21", "num-traits", - "num_cpus", "prost 0.12.6", "prost-build", "prost-types 0.12.6", "rand 0.8.5", - "rand_xoshiro", "snafu", "tokio", "tracing", @@ -5422,16 +5174,16 @@ dependencies = [ [[package]] name = "lance-file" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d4597be8c9380c63e1f164eca091804397fd2846a5f50bb2bf0cbf528a598f7" +checksum = "4e0eaebd40c77f8f06a0cbadcd07f9344aea616dcd4d8712f6cad81c2eda14d5" dependencies = [ - "arrow-arith 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow-arith", + "arrow-array", + "arrow-buffer", + "arrow-data", + "arrow-schema", + "arrow-select", "async-recursion", "async-trait", "byteorder", @@ -5441,13 +5193,10 @@ dependencies = [ "futures", "lance-arrow", "lance-core", - "lance-datagen", "lance-encoding", "lance-io", - "lance-testing", "log 0.4.21", "num-traits", - "num_cpus", "object_store", "prost 0.12.6", "prost-build", @@ -5461,15 +5210,15 @@ dependencies = [ [[package]] name = "lance-index" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e6bfd777b30acbc80d7b5bf2f60739deaba752e2ec79f6ef07ba4eee50cbc7" +checksum = "d1ad5a42b9a4909749ee62fc94c64d19259c2aadca7c8446f42ee8e9c7a097d3" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", + "arrow", + "arrow-array", + "arrow-ord", + "arrow-schema", + "arrow-select", "async-recursion", "async-trait", "bitvec", @@ -5494,15 +5243,14 @@ dependencies = [ "lance-table", "lazy_static", "log 0.4.21", + "moka", "num-traits", - "num_cpus", "object_store", "prost 0.12.6", "prost-build", "rand 0.8.5", "rayon", "roaring", - "rustc_version", "serde", "serde_json", "snafu", @@ -5510,22 +5258,23 @@ dependencies = [ "tempfile", "tokio", "tracing", + "uuid 1.8.0", ] [[package]] name = "lance-io" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c27b9892790fc463920c6092704d52f456f75ffa8ebe48d3c47aa9c253abbe" -dependencies = [ - "arrow 52.2.0", - "arrow-arith 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-schema 52.2.0", - "arrow-select 52.2.0", +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f334f2c279f80f19803141cf7f98c6b82e6ace3c7f75c8740f1df7a73bb720" +dependencies = [ + "arrow", + "arrow-arith", + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", + "arrow-select", "async-priority-channel", "async-recursion", "async-trait", @@ -5539,7 +5288,7 @@ dependencies = [ "lance-arrow", "lance-core", "lazy_static", - "num_cpus", + "log 0.4.21", "object_store", "path_abs", "pin-project", @@ -5555,13 +5304,13 @@ dependencies = [ [[package]] name = "lance-linalg" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a843ddcd2ffb1db81501fb432dbf2376ca01545ab48a26da7c8f33e4d79ece40" +checksum = "8fa019770a0afb287360a4ea919cff482371ad43318607d1e797534c819bf356" dependencies = [ - "arrow-array 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-ord", + "arrow-schema", "bitvec", "cc", "deepsize", @@ -5572,7 +5321,6 @@ dependencies = [ "lazy_static", "log 0.4.21", "num-traits", - "num_cpus", "rand 0.8.5", "rayon", "tokio", @@ -5581,15 +5329,15 @@ dependencies = [ [[package]] name = "lance-table" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579a06930044e2b40cfe8b4f4d099e556875b484c79328dab1b8034e613e020c" +checksum = "99fa39bede133d578431db3f77b0c2c63fcaff12a088000648014c27266830a2" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-buffer 52.2.0", - "arrow-ipc 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ipc", + "arrow-schema", "async-trait", "aws-credential-types", "aws-sdk-dynamodb", @@ -5600,7 +5348,6 @@ dependencies = [ "futures", "lance-arrow", "lance-core", - "lance-datagen", "lance-file", "lance-io", "lazy_static", @@ -5623,12 +5370,12 @@ dependencies = [ [[package]] name = "lance-testing" -version = "0.15.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745542780246b10d9f6dbbd103029ada56d4d06933ed89faccc0b856df7da461" +checksum = "fb4eae0993cda6130cfd75d3d9d11830dd4ec8d4c66cf81def939837c419d4bc" dependencies = [ - "arrow-array 52.2.0", - "arrow-schema 52.2.0", + "arrow-array", + "arrow-schema", "lance-arrow", "num-traits", "rand 0.8.5", @@ -5636,17 +5383,17 @@ dependencies = [ [[package]] name = "lancedb" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f379741ddacf238e142f10f9f8ce58c6d0009d4bd2bf86bd7a9b916fc38141f2" +checksum = "d867f115c1c23e77dc46a967664e3073630d53e3d61399f0b984c4a4753fd3a7" dependencies = [ - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-cast 52.2.0", - "arrow-data 52.2.0", - "arrow-ipc 52.2.0", - "arrow-ord 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-cast", + "arrow-data", + "arrow-ipc", + "arrow-ord", + "arrow-schema", "async-trait", "bytes", "chrono", @@ -5655,8 +5402,10 @@ dependencies = [ "half", "lance", "lance-datafusion", + "lance-encoding", "lance-index", "lance-linalg", + "lance-table", "lance-testing", "lazy_static", "log 0.4.21", @@ -5962,12 +5711,6 @@ dependencies = [ "hashbrown 0.14.5", ] -[[package]] -name = "lru_time_cache" -version = "0.11.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd" - [[package]] name = "lz4-sys" version = "1.9.4" @@ -6252,9 +5995,12 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f" dependencies = [ + "async-io", + "async-lock", "crossbeam-channel", "crossbeam-epoch", "crossbeam-utils", + "futures-util", "once_cell", "parking_lot 0.12.1", "quanta 0.11.1", @@ -7988,15 +7734,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "rand_xoshiro" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" -dependencies = [ - "rand_core 0.6.4", -] - [[package]] name = "rangemap" version = "1.5.1" @@ -9212,9 +8949,9 @@ version = "0.8.3" dependencies = [ "aes-gcm", "anyhow", - "arrow 52.2.0", - "arrow-array 52.2.0", - "arrow-schema 52.2.0", + "arrow", + "arrow-array", + "arrow-schema", "async-channel", "async-lock", "async-std", @@ -9366,9 +9103,9 @@ dependencies = [ [[package]] name = "shinkai_tools_runner" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b14e15818e76532e47ffd46d26db4a876960bafd5d00960889124b57f7c31f" +checksum = "267dfc71f911f918a4ce361f531e1fa4e8ecf1bf50b815d3490099c3d25c2964" dependencies = [ "base64-simd", "copy_to_output", diff --git a/scripts/compile_bert_cpp.sh b/scripts/compile_bert_cpp.sh deleted file mode 100644 index fc93cd630..000000000 --- a/scripts/compile_bert_cpp.sh +++ /dev/null @@ -1,11 +0,0 @@ -git clone https://github.com/robkorn/bert.cpp -cd bert.cpp -git submodule update --init --recursive -mkdir build -cd build -cmake .. -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -make -cd .. -cp build/bin/server ../bert-cpp-server -cd .. -rm -rf bert.cpp diff --git a/scripts/curl_replacements/node1_create_message.sh b/scripts/curl_replacements/node1_create_message.sh deleted file mode 100755 index de1661a51..000000000 --- a/scripts/curl_replacements/node1_create_message.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -export NODE_IP="127.0.0.1" -export NODE_PORT="8080" -export NODE_API_IP="127.0.0.1" -export NODE_API_PORT="3030" -export IDENTITY_SECRET_KEY="G2TyLP33XfqndppUzipoTWTs6XnKjmUhCQg1tH44isAG" -export ENCRYPTION_SECRET_KEY="FZ97ouxTGpNnmyyfSBxgC2FGHTpvo7mM7LWoMut6gEYx" -export PING_INTERVAL_SECS="0" - -cargo run -- --create_message --receiver_encryption_pk="8NT3CZR16VApT1B5zhinbAdqAvt8QkqMXEiojeFaGdgV" --recipient="@@node2.shinkai" diff --git a/scripts/curl_replacements/shinkai_create_message.sh b/scripts/curl_replacements/shinkai_create_message.sh deleted file mode 100755 index 0bdc6a002..000000000 --- a/scripts/curl_replacements/shinkai_create_message.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -export NODE_IP="127.0.0.1" -export NODE_PORT="8080" -export NODE_API_IP="127.0.0.1" -export NODE_API_PORT="3030" -export IDENTITY_SECRET_KEY="G2TyLP33XfqndppUzipoTWTs6XnKjmUhCQg1tH44isAG" -export ENCRYPTION_SECRET_KEY="FZ97ouxTGpNnmyyfSBxgC2FGHTpvo7mM7LWoMut6gEYx" -export PING_INTERVAL_SECS="0" - -./target/debug/shinkai_node --create_message --receiver_encryption_pk="8NT3CZR16VApT1B5zhinbAdqAvt8QkqMXEiojeFaGdgV" --recipient="@@node2.shinkai" diff --git a/scripts/curl_replacements/sub1_create_message.sh b/scripts/curl_replacements/sub1_create_message.sh deleted file mode 100755 index 991c5e93d..000000000 --- a/scripts/curl_replacements/sub1_create_message.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# sub1 identity_secret_key: 5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gxv -# identity_public_key: AVjj3u4fL6V3gWqUoP7c3CjYrMH9gMthTpk7JjXKHUTw -# encryption_secret_key: 5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gz2 -# encryption_public_key: 9eP1FY8k8BeVThK15vcLZLMV5t2KjbTMG6EqTMTpz7wR - -export NODE_IP="127.0.0.1" -export NODE_PORT="8084" -export NODE_API_IP="127.0.0.1" -export NODE_API_PORT="3033" -export IDENTITY_SECRET_KEY="5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gxv" -export ENCRYPTION_SECRET_KEY="5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gz2" -export PING_INTERVAL_SECS="0" - -cargo run -- --create_message --receiver_encryption_pk="8NT3CZR16VApT1B5zhinbAdqAvt8QkqMXEiojeFaGdgV" --recipient="@@node2.shinkai" diff --git a/scripts/curl_replacements/sub1_registration_code.sh b/scripts/curl_replacements/sub1_registration_code.sh deleted file mode 100755 index d61ed35b2..000000000 --- a/scripts/curl_replacements/sub1_registration_code.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# sub1 identity_secret_key: 5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gxv -# identity_public_key: AVjj3u4fL6V3gWqUoP7c3CjYrMH9gMthTpk7JjXKHUTw -# encryption_secret_key: 5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gz2 -# encryption_public_key: 9eP1FY8k8BeVThK15vcLZLMV5t2KjbTMG6EqTMTpz7wR - -export NODE_IP="127.0.0.1" -export NODE_PORT="8084" -export NODE_API_IP="127.0.0.1" -export NODE_API_PORT="3033" -export IDENTITY_SECRET_KEY="5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gxv" -export ENCRYPTION_SECRET_KEY="5NMac241NL3bwL1qtGQAPecup4ZHeCW5w47ehESi5gz2" -export PING_INTERVAL_SECS="0" - -cargo run -- --create_message --receiver_encryption_pk="9BUoYQYq7K38mkk61q8aMH9kD9fKSVL1Fib7FbH6nUkQ" --recipient="@@node1.shinkai" --other="9BUoYQYq7K38mkk61q8aMH9kD9fKSVL1Fib7FbH6nUkQ" diff --git a/scripts/mistral_run_node1.sh b/scripts/mistral_run_node1.sh deleted file mode 100755 index add44997a..000000000 --- a/scripts/mistral_run_node1.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9552" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9550" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export INITIAL_AGENT_NAMES="mistral" -export INITIAL_AGENT_URLS="https://api.together.xyz" -# export INITIAL_AGENT_MODELS="genericapi:mistralai/Mixtral-8x7B-Instruct-v0.1 -export INITIAL_AGENT_MODELS="genericapi:togethercomputer/llama-2-70b-chat" - - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_gpt_localhost.sh b/scripts/run_gpt_localhost.sh deleted file mode 100755 index 2351b90bf..000000000 --- a/scripts/run_gpt_localhost.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9852" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9850" -export NODE_WS_PORT="9851" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export NODE_STORAGE_PATH="storage_streamer" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://public.shinkai.com/x-em" -export UNSTRUCTURED_SERVER_URL="https://public.shinkai.com/x-un" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview" - -export RPC_URL="https://rpc.sepolia.org" -export CONTRACT_ADDRESS="0x1d2D57F78Bc3B878aF68c411a03AcF327c85e0D6" -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_identity_9652.sh b/scripts/run_identity_9652.sh deleted file mode 100755 index c349c4dc5..000000000 --- a/scripts/run_identity_9652.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9652" -export NODE_WS_PORT="9651" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9650" -export NODE_STORAGE_PATH="storage_9652" -export IDENTITY_SECRET_KEY="bf0be9c2da2d5f9371bb61f5b2b9f4a6bb294f064e187056005a8bda8dc2ef00" -export ENCRYPTION_SECRET_KEY="806bbcca2ab460aaa57ed00aa2fdf88b1d039b5ca2d89306d4ebd77b14e52c77" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@_my_9652.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview" - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_identity_9752.sh b/scripts/run_identity_9752.sh deleted file mode 100755 index fdf61829b..000000000 --- a/scripts/run_identity_9752.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9752" -export NODE_WS_PORT="9751" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9750" -export NODE_STORAGE_PATH="storage_9750" -export IDENTITY_SECRET_KEY="fd1ca428ec1be6ae8b0b3d23ea507eba8cf7da0869578753b9781efda2b6a8ab" -export ENCRYPTION_SECRET_KEY="e06a1c02d638d4552d733dca8ff8f023841d1126965050b2048f1140bfd82a5c" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@_my_9752.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview" - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_mac_intel.sh b/scripts/run_mac_intel.sh deleted file mode 100755 index 456e65e42..000000000 --- a/scripts/run_mac_intel.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9552" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9550" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export INITIAL_AGENT_NAMES="o_mixtral,o_llava" -export INITIAL_AGENT_URLS="http://localhost:11435,http://localhost:11435" -export INITIAL_AGENT_MODELS="ollama:mixtral:8x7b-instruct-v0.1-q4_1,ollama:llava" -export INITIAL_AGENT_API_KEYS="," - -# Add these lines to enable all log options -export LOG_ALL=1 - -mkdir -p ./db/ - -./target/x86_64-apple-darwin/debug/shinkai_node diff --git a/scripts/run_node1.sh b/scripts/run_node1.sh deleted file mode 100755 index 58cb57fb6..000000000 --- a/scripts/run_node1.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9452" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9450" -export NODE_WS_PORT="9451" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -# export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="http://localhost:11434" -export UNSTRUCTURED_SERVER_URL="https://public.shinkai.com/x-un" - -# export TELEMETRY_ENDPOINT="https://apm-node-b1.shinkai.com/api/default" -# export TELEMETRY_AUTH_HEADER="Basic xxx" - -export STATIC_SERVER_PORT="9554" -export STATIC_SERVER_IP="0.0.0.0" -export STATIC_SERVER_FOLDER="./static_server_example" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision,groq,llama3_gradient,llama3_8b,llama_3_together" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com,https://api.groq.com/openai/v1,http://localhost:11434,http://localhost:11434,https://api.together.xyz" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview,groq:llama3-8b-8192,ollama:llama3-gradient:8b-instruct-1048k-q3_K_M,ollama:llama3:8b-instruct-q4_1,genericapi:meta-llama/Llama-3-8b-chat-hf" -export PROXY_IDENTITY="@@relayer_pub_01.arb-sep-shinkai" - -export CONTRACT_ADDRESS="0x1d2D57F78Bc3B878aF68c411a03AcF327c85e0D6" - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_node1_shinkai_backend.sh b/scripts/run_node1_shinkai_backend.sh deleted file mode 100755 index 43e37cbc2..000000000 --- a/scripts/run_node1_shinkai_backend.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9552" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9550" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export STATIC_SERVER_PORT="9554" -export STATIC_SERVER_IP="0.0.0.0" -export STATIC_SERVER_FOLDER="./static_server_example" - -export INITIAL_AGENT_NAMES="premium_gpt,standard_mixtral,gpt_vision" -export INITIAL_AGENT_URLS="https://dev-backend-hosting.shinkai.com,https://dev-backend-hosting.shinkai.com,https://dev-backend-hosting.shinkai.com" -export INITIAL_AGENT_MODELS="shinkai-backend:PREMIUM_TEXT_INFERENCE,shinkai-backend:STANDARD_TEXT_INFERENCE,shinkai-backend:PREMIUM_VISION_INFERENCE" - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_node1_together_ai.sh b/scripts/run_node1_together_ai.sh deleted file mode 100755 index 24bce7c9f..000000000 --- a/scripts/run_node1_together_ai.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9552" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9550" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@localhost.arb-sep-shinkai" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -export STATIC_SERVER_PORT="9554" -export STATIC_SERVER_IP="0.0.0.0" -export STATIC_SERVER_FOLDER="./static_server_example" - -export INITIAL_AGENT_NAMES="premium_gpt,standard_mixtral,gpt_vision,llama_3_together" -export INITIAL_AGENT_URLS="https://dev-backend-hosting.shinkai.com,https://dev-backend-hosting.shinkai.com,https://dev-backend-hosting.shinkai.com,https://api.together.xyz" -export INITIAL_AGENT_MODELS="shinkai-backend:PREMIUM_TEXT_INFERENCE,shinkai-backend:STANDARD_TEXT_INFERENCE,shinkai-backend:PREMIUM_VISION_INFERENCE,genericapi:meta-llama/Llama-3-8b-chat-hf" - -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/scripts/run_node2.sh b/scripts/run_node2.sh deleted file mode 100755 index c68639784..000000000 --- a/scripts/run_node2.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -export NODE_IP="127.0.0.1" -export NODE_PORT="8081" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="8089" -export IDENTITY_SECRET_KEY="67abdd721024f0ff4e0b3f4c2fc13bc5bad42d0b7851d456d88d203d15aaa450" -export ENCRYPTION_SECRET_KEY="60abdd721024f0ff4e0b3f4c2fc13bc5bad42d0b7851d456d88d203d15aaa450" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@node2.shinkai" -export RUST_LOG=warn,error,info,debug -export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/" -export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/" - -if [ -z "$1" ] -then - echo "No argument supplied for CONNECT_PK, using empty string" - export CONNECT_PK="" -else - export CONNECT_PK=$1 -fi - -if [ -z "$2" ] -then - echo "No argument supplied for CONNECT_ADDR, using empty string" - export CONNECT_ADDR="" -else - export CONNECT_ADDR=$2 -fi - -cargo run diff --git a/scripts/run_requester_node.sh b/scripts/run_requester_node.sh deleted file mode 100755 index b1ea6e601..000000000 --- a/scripts/run_requester_node.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9952" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9950" -export NODE_WS_PORT="9951" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@nico_requester.arb-sep-shinkai" -export NODE_STORAGE_PATH="storage_requester" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="https://public.shinkai.com/x-em" -export UNSTRUCTURED_SERVER_URL="https://public.shinkai.com/x-un" - -# export TELEMETRY_ENDPOINT="https://apm-node-b1.shinkai.com/api/default" -# export TELEMETRY_AUTH_HEADER="Basic xxx" - -export STATIC_SERVER_PORT="9954" -export STATIC_SERVER_IP="0.0.0.0" -export STATIC_SERVER_FOLDER="./static_server_example" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview" - -export RPC_URL="https://rpc.sepolia.org" -export CONTRACT_ADDRESS="0x1d2D57F78Bc3B878aF68c411a03AcF327c85e0D6" - -# Add these lines to enable all log options -export LOG_ALL=1 -export RUSTFLAGS="--cfg tokio_unstable" -cargo run --features console diff --git a/scripts/run_streamer_tcp.sh b/scripts/run_streamer_tcp.sh deleted file mode 100755 index 05158f325..000000000 --- a/scripts/run_streamer_tcp.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -export NODE_IP="0.0.0.0" -export NODE_PORT="9852" -export NODE_API_IP="0.0.0.0" -export NODE_API_PORT="9850" -export NODE_WS_PORT="9851" -export IDENTITY_SECRET_KEY="df3f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81119" -export ENCRYPTION_SECRET_KEY="d83f619804a92fdb4057192dc43dd748ea778adc52bc498ce80524c014b81159" -export PING_INTERVAL_SECS="0" -export GLOBAL_IDENTITY_NAME="@@external_identity_testing_tcp_relay.arb-sep-shinkai" -export NODE_STORAGE_PATH="storage_streamer_tcp" -export RUST_LOG=debug,error,info -export STARTING_NUM_QR_PROFILES="1" -export STARTING_NUM_QR_DEVICES="1" -export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false" -export LOG_SIMPLE="true" -export NO_SECRET_FILE="true" -export EMBEDDINGS_SERVER_URL="http://localhost:11434/" -export UNSTRUCTURED_SERVER_URL="https://public.shinkai.com/x-un" - -export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision" -export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com" -export INITIAL_AGENT_MODELS="openai:gpt-4-1106-preview,openai:gpt-4-vision-preview" - -export CONTRACT_ADDRESS="0x1d2D57F78Bc3B878aF68c411a03AcF327c85e0D6" -# Add these lines to enable all log options -export LOG_ALL=1 - -cargo run diff --git a/shinkai-bin/shinkai-node/Cargo.toml b/shinkai-bin/shinkai-node/Cargo.toml index ee71be8e0..f6a444b75 100644 --- a/shinkai-bin/shinkai-node/Cargo.toml +++ b/shinkai-bin/shinkai-node/Cargo.toml @@ -16,8 +16,8 @@ static-pdf-parser = ["shinkai_vector_resources/static-pdf-parser"] doctest = false [build-dependencies] -reqwest = { version = "0.11.26", features = ["json", "tokio-native-tls", "blocking", "stream"] } -shinkai_tools_runner = { version = "0.7.13" } +# reqwest = { version = "0.11.26", features = ["json", "tokio-native-tls", "blocking", "stream"] } +shinkai_tools_runner = { version = "0.7.14" } [dependencies] async-trait = "0.1.74" @@ -77,11 +77,11 @@ console-subscriber = { version = "0.1", optional = true } rust_decimal = "1.17.0" aws-types = "1.2.0" aws-config = { version = "1.2.1", features = ["behavior-version-latest"] } -shinkai_tools_runner = { version = "0.7.13", features = ["built-in-tools"] } -lancedb = "0.8.0" -arrow = "52.1" -arrow-array = "52.1" -arrow-schema = "52.1" +shinkai_tools_runner = { version = "0.7.14", features = ["built-in-tools"] } +lancedb = "0.10.0" +arrow = "52.2" +arrow-array = "52.2" +arrow-schema = "52.2" bytes = "1.7.1" downcast-rs = "1.2.1" bip32 = "0.5.2" diff --git a/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_db.rs b/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_db.rs index 6809daac8..5aa6abe22 100644 --- a/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_db.rs +++ b/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_db.rs @@ -5,6 +5,9 @@ use arrow_array::{Array, BinaryArray, BooleanArray}; use arrow_array::{FixedSizeListArray, Float32Array, RecordBatch, RecordBatchIterator, StringArray}; use arrow_schema::{DataType, Field}; use futures::{StreamExt, TryStreamExt}; +use lancedb::connection::LanceFileVersion; +use lancedb::index::scalar::{FtsIndexBuilder, FullTextSearchQuery}; +use lancedb::index::vector::IvfHnswPqIndexBuilder; use lancedb::index::Index; use lancedb::query::QueryBase; use lancedb::query::{ExecutableQuery, Select}; @@ -13,6 +16,7 @@ use lancedb::Error as LanceDbError; use lancedb::{connect, Connection, Table}; use shinkai_vector_resources::embedding_generator::RemoteEmbeddingGenerator; use shinkai_vector_resources::model_type::EmbeddingModelType; +use std::collections::HashSet; use std::env; use std::sync::Arc; use std::time::Instant; @@ -22,7 +26,7 @@ use super::shinkai_lancedb_error::ShinkaiLanceDBError; use super::shinkai_tool_schema::ShinkaiToolSchema; // Note: Add 1 to the current number to force an old fashion migration (delete all and then add all) -pub static LATEST_ROUTER_DB_VERSION: &str = "4"; +pub static LATEST_ROUTER_DB_VERSION: &str = "5"; // TODO: we need a way to export and import the db (or tables). it could be much faster to reset. @@ -49,11 +53,20 @@ impl LanceShinkaiDb { } else { db_path.to_string() }; + eprintln!("DB Path: {}", db_path); let connection = connect(&db_path).execute().await?; + eprintln!("Connected to DB: {:?}", connection.uri()); + let version_table = Self::create_version_table(&connection).await?; + eprintln!("Version table created"); + let tool_table = Self::create_tool_router_table(&connection, &embedding_model).await?; + eprintln!("Tool table created"); + let prompt_table = Self::create_prompt_table(&connection, &embedding_model).await?; + eprintln!("Prompt table created"); + let api_url = generator.api_url; let embedding_function = OllamaEmbeddingFunction::new(&api_url, embedding_model.clone()); @@ -75,8 +88,9 @@ impl LanceShinkaiDb { .map_err(|e| ShinkaiLanceDBError::Schema(e.to_string()))?; let table = match connection - .create_empty_table("tool_router_v4", schema) - // .data_storage_version(LanceFileVersion::V2_1) + .create_empty_table("tool_router_v5", schema) + .data_storage_version(LanceFileVersion::V2_1) + .enable_v2_manifest_paths(true) .execute() .await { @@ -85,7 +99,7 @@ impl LanceShinkaiDb { if let LanceDbError::TableAlreadyExists { .. } = e { // If the table already exists, retrieve and return it connection - .open_table("tool_router_v4") + .open_table("tool_router_v5") .execute() .await .map_err(ShinkaiLanceDBError::from)? @@ -95,31 +109,53 @@ impl LanceShinkaiDb { } }; + Ok(table) + } + + pub async fn create_tool_indices_if_needed(&self) -> Result<(), ShinkaiLanceDBError> { // Check if the table is empty - let is_empty = Self::is_table_empty(&table).await?; + let is_empty = Self::is_table_empty(&self.tool_table).await?; if is_empty { - println!("Table is empty, skipping index creation."); - return Ok(table); + eprintln!("Tool Table is empty, skipping index creation."); + return Ok(()); } - // Check if the index already exists - let indices = table.list_indices().await?; - let index_exists = indices.iter().any(|index| index.name == "tool_key"); - - // Create the index if it doesn't exist - if !index_exists { - table.create_index(&["tool_key"], Index::Auto).execute().await?; - // Note: potentially add this and we will need FTS index as well (v0.10.0) - // table - // .create_index(&["tool_key"], Index::IvfHnswPq(IvfHnswPqIndexBuilder::default())) - // .execute() - // .await?; + // Check the number of elements in the table + let element_count = self.tool_table.count_rows(None).await?; + if element_count < 100 { + self.tool_table + .create_index(&["tool_seo"], Index::FTS(FtsIndexBuilder::default())) + .execute() + .await?; + + eprintln!("Not enough elements to create other indices. Skipping index creation for tool table."); + return Ok(()); } - Ok(table) + // Create the indices + self.tool_table + .create_index(&["tool_key"], Index::Auto) + .execute() + .await?; + + self.tool_table + .create_index(&["tool_seo"], Index::Auto) + .execute() + .await?; + + self.tool_table.create_index(&["vector"], Index::Auto).execute().await?; + self.tool_table + .create_index( + &[ShinkaiToolSchema::vector_field()], + Index::IvfHnswPq(IvfHnswPqIndexBuilder::default()), + ) + .execute() + .await?; + + Ok(()) } - async fn is_table_empty(table: &Table) -> Result { + pub async fn is_table_empty(table: &Table) -> Result { let query = table.query().limit(1).execute().await?; let results = query.try_collect::>().await?; Ok(results.is_empty()) @@ -130,6 +166,7 @@ impl LanceShinkaiDb { pub async fn set_tool(&self, shinkai_tool: &ShinkaiTool) -> Result<(), ToolError> { let tool_key = shinkai_tool.tool_router_key().to_lowercase(); let tool_keys = vec![shinkai_tool.tool_router_key()]; + let tool_seos = vec![shinkai_tool.format_embedding_string()]; let tool_types = vec![shinkai_tool.tool_type().to_string()]; // Check if the tool already exists and delete it if it does @@ -251,6 +288,7 @@ impl LanceShinkaiDb { schema.clone(), vec![ Arc::new(StringArray::from(tool_keys)), + Arc::new(StringArray::from(tool_seos)), Arc::new( FixedSizeListArray::try_new( Arc::new(Field::new("item", DataType::Float32, true)), @@ -473,37 +511,59 @@ impl LanceShinkaiDb { } // Generate the embedding from the query string - let embedding = self + let vector_query = self .embedding_function .request_embeddings(query) .await .map_err(|e| ToolError::EmbeddingGenerationError(e.to_string()))?; - let mut query_builder = self + // Full-text search query + let mut fts_query_builder = self .tool_table .query() + .full_text_search(FullTextSearchQuery::new(query.to_owned())) .select(Select::columns(&[ ShinkaiToolSchema::tool_key_field(), ShinkaiToolSchema::tool_type_field(), ShinkaiToolSchema::tool_header_field(), ])) - .limit(num_results as usize) - .nearest_to(embedding) - .map_err(|e| ToolError::DatabaseError(e.to_string()))?; + .limit(num_results as usize); + + // Vector search query + let mut vector_query_builder = self + .tool_table + .query() + .nearest_to(vector_query) + .map_err(|e| ToolError::DatabaseError(e.to_string()))? + .select(Select::columns(&[ + ShinkaiToolSchema::tool_key_field(), + ShinkaiToolSchema::tool_type_field(), + ShinkaiToolSchema::tool_header_field(), + ])) + .limit(num_results as usize); if let Some(filter) = filter { - query_builder = query_builder.only_if(filter.to_string()); + fts_query_builder = fts_query_builder.only_if(filter.to_string()); + vector_query_builder = vector_query_builder.only_if(filter.to_string()); } - let query = query_builder + // Execute the full-text search + let fts_query = fts_query_builder + .execute() + .await + .map_err(|e| ToolError::DatabaseError(e.to_string()))?; + // Execute the vector search + let vector_query = vector_query_builder .execute() .await .map_err(|e| ToolError::DatabaseError(e.to_string()))?; - let mut res = query; - let mut tool_headers = Vec::new(); + // Collect results from both queries + let mut fts_results = Vec::new(); + let mut vector_results = Vec::new(); - while let Some(Ok(batch)) = res.next().await { + let mut fts_res = fts_query; + while let Some(Ok(batch)) = fts_res.next().await { let tool_header_array = batch .column_by_name(ShinkaiToolSchema::tool_header_field()) .unwrap() @@ -515,11 +575,60 @@ impl LanceShinkaiDb { let tool_header_json = tool_header_array.value(i).to_string(); let tool_header: ShinkaiToolHeader = serde_json::from_str(&tool_header_json) .map_err(|e| ToolError::SerializationError(e.to_string()))?; - tool_headers.push(tool_header); + fts_results.push(tool_header); } } - Ok(tool_headers) + let mut vector_res = vector_query; + while let Some(Ok(batch)) = vector_res.next().await { + let tool_header_array = batch + .column_by_name(ShinkaiToolSchema::tool_header_field()) + .unwrap() + .as_any() + .downcast_ref::() + .unwrap(); + + for i in 0..tool_header_array.len() { + let tool_header_json = tool_header_array.value(i).to_string(); + let tool_header: ShinkaiToolHeader = serde_json::from_str(&tool_header_json) + .map_err(|e| ToolError::SerializationError(e.to_string()))?; + vector_results.push(tool_header); + } + } + + // Merge results using interleave and remove duplicates + let mut combined_results = Vec::new(); + let mut seen = HashSet::new(); + let mut fts_iter = fts_results.into_iter(); + let mut vector_iter = vector_results.into_iter(); + + while combined_results.len() < num_results as usize { + match (fts_iter.next(), vector_iter.next()) { + (Some(fts_item), Some(vector_item)) => { + if seen.insert(fts_item.tool_router_key.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + if seen.insert(vector_item.tool_router_key.clone()) && combined_results.len() < num_results as usize + { + combined_results.push(vector_item); + } + } + (Some(fts_item), None) => { + if seen.insert(fts_item.tool_router_key.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + } + (None, Some(vector_item)) => { + if seen.insert(vector_item.tool_router_key.clone()) && combined_results.len() < num_results as usize + { + combined_results.push(vector_item); + } + } + (None, None) => break, + } + } + + Ok(combined_results) } pub async fn workflow_vector_search( @@ -538,9 +647,11 @@ impl LanceShinkaiDb { .await .map_err(|e| ToolError::EmbeddingGenerationError(e.to_string()))?; - let query = self + // Full-text search query + let mut fts_query_builder = self .tool_table .query() + .full_text_search(FullTextSearchQuery::new(query.to_owned())) .select(Select::columns(&[ ShinkaiToolSchema::tool_key_field(), ShinkaiToolSchema::tool_type_field(), @@ -551,18 +662,43 @@ impl LanceShinkaiDb { ShinkaiToolSchema::tool_type_field(), ShinkaiToolSchema::is_enabled_field() )) - .limit(num_results as usize) + .limit(num_results as usize); + + // Vector search query + let mut vector_query_builder = self + .tool_table + .query() .nearest_to(embedding) - .map_err(|e| ToolError::DatabaseError(e.to_string()))?; + .map_err(|e| ToolError::DatabaseError(e.to_string()))? + .select(Select::columns(&[ + ShinkaiToolSchema::tool_key_field(), + ShinkaiToolSchema::tool_type_field(), + ShinkaiToolSchema::tool_header_field(), + ])) + .only_if(format!( + "{} = 'Workflow' AND {} = true", + ShinkaiToolSchema::tool_type_field(), + ShinkaiToolSchema::is_enabled_field() + )) + .limit(num_results as usize); - let mut res = query + // Execute the full-text search + let fts_query = fts_query_builder + .execute() + .await + .map_err(|e| ToolError::DatabaseError(e.to_string()))?; + // Execute the vector search + let vector_query = vector_query_builder .execute() .await .map_err(|e| ToolError::DatabaseError(e.to_string()))?; - let mut tool_headers = Vec::new(); + // Collect results from both queries + let mut fts_results = Vec::new(); + let mut vector_results = Vec::new(); - while let Some(Ok(batch)) = res.next().await { + let mut fts_res = fts_query; + while let Some(Ok(batch)) = fts_res.next().await { let tool_header_array = batch .column_by_name(ShinkaiToolSchema::tool_header_field()) .unwrap() @@ -574,11 +710,60 @@ impl LanceShinkaiDb { let tool_header_json = tool_header_array.value(i).to_string(); let tool_header: ShinkaiToolHeader = serde_json::from_str(&tool_header_json) .map_err(|e| ToolError::SerializationError(e.to_string()))?; - tool_headers.push(tool_header); + fts_results.push(tool_header); } } - Ok(tool_headers) + let mut vector_res = vector_query; + while let Some(Ok(batch)) = vector_res.next().await { + let tool_header_array = batch + .column_by_name(ShinkaiToolSchema::tool_header_field()) + .unwrap() + .as_any() + .downcast_ref::() + .unwrap(); + + for i in 0..tool_header_array.len() { + let tool_header_json = tool_header_array.value(i).to_string(); + let tool_header: ShinkaiToolHeader = serde_json::from_str(&tool_header_json) + .map_err(|e| ToolError::SerializationError(e.to_string()))?; + vector_results.push(tool_header); + } + } + + // Merge results using interleave and remove duplicates + let mut combined_results = Vec::new(); + let mut seen = HashSet::new(); + let mut fts_iter = fts_results.into_iter(); + let mut vector_iter = vector_results.into_iter(); + + while combined_results.len() < num_results as usize { + match (fts_iter.next(), vector_iter.next()) { + (Some(fts_item), Some(vector_item)) => { + if seen.insert(fts_item.tool_router_key.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + if seen.insert(vector_item.tool_router_key.clone()) && combined_results.len() < num_results as usize + { + combined_results.push(vector_item); + } + } + (Some(fts_item), None) => { + if seen.insert(fts_item.tool_router_key.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + } + (None, Some(vector_item)) => { + if seen.insert(vector_item.tool_router_key.clone()) && combined_results.len() < num_results as usize + { + combined_results.push(vector_item); + } + } + (None, None) => break, + } + } + + Ok(combined_results) } pub async fn is_empty(&self) -> Result { @@ -632,7 +817,6 @@ mod tests { use shinkai_tools_runner::built_in_tools; use shinkai_vector_resources::embedding_generator::EmbeddingGenerator; use shinkai_vector_resources::embedding_generator::RemoteEmbeddingGenerator; - use std::env; use std::fs; use std::path::Path; use std::time::Instant; @@ -676,6 +860,8 @@ mod tests { } } + db.create_tool_indices_if_needed().await?; + // Stop the timer let duration = start_time.elapsed(); println!("Added {} tools in {:?}", tool_count, duration); @@ -775,6 +961,8 @@ mod tests { } } + db.create_tool_indices_if_needed().await?; + // Start the timer let start_time = Instant::now(); // Install built-in toolkits @@ -1074,6 +1262,8 @@ mod tests { .await .map_err(|e| ShinkaiLanceDBError::ToolError(e.to_string()))?; + db.create_tool_indices_if_needed().await?; + // Test get_all_tools with include_network_tools = true let all_tools_with_network = db.get_all_tools(true).await?; assert!( diff --git a/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_version.rs b/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_version.rs index 775454867..dcb3035f4 100644 --- a/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_version.rs +++ b/shinkai-bin/shinkai-node/src/lance_db/shinkai_lance_version.rs @@ -4,6 +4,7 @@ use arrow_array::Array; use arrow_array::{RecordBatch, RecordBatchIterator, StringArray}; use arrow_schema::{DataType, Field}; use futures::TryStreamExt; +use lancedb::connection::LanceFileVersion; use lancedb::query::ExecutableQuery; use lancedb::query::QueryBase; use lancedb::Table; @@ -15,14 +16,15 @@ impl LanceShinkaiDb { let schema = arrow_schema::Schema::new(vec![Field::new("version", DataType::Utf8, false)]); match connection - .create_empty_table("version", schema.into()) - // .data_storage_version(LanceFileVersion::V2_1) + .create_empty_table("version_v2", schema.into()) + .data_storage_version(LanceFileVersion::V2_1) + .enable_v2_manifest_paths(true) .execute() .await { Ok(table) => Ok(table), Err(LanceDbError::TableAlreadyExists { .. }) => connection - .open_table("version") + .open_table("version_v2") .execute() .await .map_err(ShinkaiLanceDBError::from), diff --git a/shinkai-bin/shinkai-node/src/lance_db/shinkai_prompt_db.rs b/shinkai-bin/shinkai-node/src/lance_db/shinkai_prompt_db.rs index 59d2e63b5..dd2dee47f 100644 --- a/shinkai-bin/shinkai-node/src/lance_db/shinkai_prompt_db.rs +++ b/shinkai-bin/shinkai-node/src/lance_db/shinkai_prompt_db.rs @@ -6,9 +6,14 @@ use arrow_array::{Array, FixedSizeListArray, Float32Array}; use arrow_array::{BooleanArray, RecordBatch, RecordBatchIterator, StringArray}; use arrow_schema::{DataType, Field}; use futures::{StreamExt, TryStreamExt}; +use lancedb::connection::LanceFileVersion; +use lancedb::index::scalar::{FtsIndexBuilder, FullTextSearchQuery}; +use lancedb::index::vector::IvfHnswPqIndexBuilder; +use lancedb::index::Index; use lancedb::query::{ExecutableQuery, QueryBase, Select}; use lancedb::{table::AddDataMode, Connection, Error as LanceDbError, Table}; use shinkai_vector_resources::model_type::EmbeddingModelType; +use std::collections::HashSet; use std::sync::Arc; impl LanceShinkaiDb { @@ -18,15 +23,71 @@ impl LanceShinkaiDb { ) -> Result { let schema = ShinkaiPromptSchema::create_schema(embedding_model).map_err(ShinkaiLanceDBError::from)?; - match connection.create_empty_table("prompts", schema).execute().await { - Ok(table) => Ok(table), - Err(LanceDbError::TableAlreadyExists { .. }) => connection - .open_table("prompts") + let table = match connection + .create_empty_table("prompts_v2", schema) + .data_storage_version(LanceFileVersion::V2_1) + .enable_v2_manifest_paths(true) + .execute() + .await + { + Ok(table) => table, + Err(e) => { + if let LanceDbError::TableAlreadyExists { .. } = e { + connection + .open_table("prompts_v2") + .execute() + .await + .map_err(ShinkaiLanceDBError::from)? + } else { + return Err(ShinkaiLanceDBError::from(e)); + } + } + }; + + Ok(table) + } + + pub async fn create_prompt_indices_if_needed(&self) -> Result<(), ShinkaiLanceDBError> { + // Check if the table is empty + let is_empty = Self::is_table_empty(&self.prompt_table).await?; + if is_empty { + eprintln!("Prompt Table is empty, skipping index creation."); + return Ok(()); + } + + // Check the number of elements in the table + let element_count = self.prompt_table.count_rows(None).await?; + if element_count < 100 { + self.prompt_table + .create_index(&["prompt"], Index::FTS(FtsIndexBuilder::default())) .execute() - .await - .map_err(ShinkaiLanceDBError::from), - Err(e) => Err(ShinkaiLanceDBError::from(e)), + .await?; + + eprintln!("Not enough elements to create other indices. Skipping index creation for prompt table."); + return Ok(()); } + + // Create the indices + self.prompt_table.create_index(&["name"], Index::Auto).execute().await?; + + self.prompt_table + .create_index(&["prompt"], Index::Auto) + .execute() + .await?; + + self.prompt_table + .create_index(&["vector"], Index::Auto) + .execute() + .await?; + self.prompt_table + .create_index( + &[ShinkaiPromptSchema::vector_field()], + Index::IvfHnswPq(IvfHnswPqIndexBuilder::default()), + ) + .execute() + .await?; + + Ok(()) } fn convert_batch_to_prompt(batch: &RecordBatch) -> Option { @@ -246,9 +307,11 @@ impl LanceShinkaiDb { .await .map_err(|e| ShinkaiLanceDBError::EmbeddingGenerationError(e.to_string()))?; - let query = self + // Full-text search query + let fts_query_builder = self .prompt_table .query() + .full_text_search(FullTextSearchQuery::new(query.to_owned())) .select(Select::columns(&[ ShinkaiPromptSchema::name_field(), ShinkaiPromptSchema::prompt_field(), @@ -258,23 +321,85 @@ impl LanceShinkaiDb { ShinkaiPromptSchema::is_favorite_field(), ShinkaiPromptSchema::vector_field(), ])) - .limit(num_results as usize) + .limit(num_results as usize); + + // Vector search query + let vector_query_builder = self + .prompt_table + .query() .nearest_to(embedding) - .map_err(|e| ShinkaiLanceDBError::DatabaseError(e.to_string()))?; + .map_err(|e| ShinkaiLanceDBError::DatabaseError(e.to_string()))? + .select(Select::columns(&[ + ShinkaiPromptSchema::name_field(), + ShinkaiPromptSchema::prompt_field(), + ShinkaiPromptSchema::is_system_field(), + ShinkaiPromptSchema::is_enabled_field(), + ShinkaiPromptSchema::version_field(), + ShinkaiPromptSchema::is_favorite_field(), + ShinkaiPromptSchema::vector_field(), + ])) + .limit(num_results as usize); - let mut prompts = Vec::new(); - let mut results = query + // Execute the full-text search + let fts_query = fts_query_builder + .execute() + .await + .map_err(|e| ShinkaiLanceDBError::DatabaseError(e.to_string()))?; + // Execute the vector search + let vector_query = vector_query_builder .execute() .await .map_err(|e| ShinkaiLanceDBError::DatabaseError(e.to_string()))?; - while let Some(Ok(batch)) = results.next().await { + // Collect results from both queries + let mut fts_results = Vec::new(); + let mut vector_results = Vec::new(); + + let mut fts_res = fts_query; + while let Some(Ok(batch)) = fts_res.next().await { if let Some(prompt) = Self::convert_batch_to_prompt(&batch) { - prompts.push(prompt); + fts_results.push(prompt); } } - Ok(prompts) + let mut vector_res = vector_query; + while let Some(Ok(batch)) = vector_res.next().await { + if let Some(prompt) = Self::convert_batch_to_prompt(&batch) { + vector_results.push(prompt); + } + } + + // Merge results using interleave and remove duplicates + let mut combined_results = Vec::new(); + let mut seen = HashSet::new(); + let mut fts_iter = fts_results.into_iter(); + let mut vector_iter = vector_results.into_iter(); + + while combined_results.len() < num_results as usize { + match (fts_iter.next(), vector_iter.next()) { + (Some(fts_item), Some(vector_item)) => { + if seen.insert(fts_item.name.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + if seen.insert(vector_item.name.clone()) && combined_results.len() < num_results as usize { + combined_results.push(vector_item); + } + } + (Some(fts_item), None) => { + if seen.insert(fts_item.name.clone()) && combined_results.len() < num_results as usize { + combined_results.push(fts_item); + } + } + (None, Some(vector_item)) => { + if seen.insert(vector_item.name.clone()) && combined_results.len() < num_results as usize { + combined_results.push(vector_item); + } + } + (None, None) => break, + } + } + + Ok(combined_results) } pub async fn get_all_prompts(&self) -> Result, ShinkaiLanceDBError> { @@ -611,6 +736,9 @@ mod tests { db.set_prompt(prompt).await?; } + // Create the index + db.create_prompt_indices_if_needed().await?; + // Get all prompts let all_prompts = db.get_all_prompts().await?; assert_eq!(all_prompts.len(), 3, "There should be 3 prompts"); diff --git a/shinkai-bin/shinkai-node/src/lance_db/shinkai_tool_schema.rs b/shinkai-bin/shinkai-node/src/lance_db/shinkai_tool_schema.rs index 868f825c1..21e45994b 100644 --- a/shinkai-bin/shinkai-node/src/lance_db/shinkai_tool_schema.rs +++ b/shinkai-bin/shinkai-node/src/lance_db/shinkai_tool_schema.rs @@ -7,6 +7,7 @@ pub struct ShinkaiToolSchema; impl ShinkaiToolSchema { /// Creates a new Schema for Shinkai tools with the following fields: /// - tool_key: UTF-8 string (non-nullable) + /// - tool_seo: UTF-8 string (non-nullable) /// - vector: Fixed-size list of 32-bit floats (nullable) /// - tool_data: Binary (non-nullable) /// - tool_type: UTF-8 string (non-nullable) @@ -23,6 +24,7 @@ impl ShinkaiToolSchema { Ok(Arc::new(Schema::new(vec![ Field::new(Self::tool_key_field(), DataType::Utf8, false), + Field::new(Self::tool_seo_field(), DataType::Utf8, false), Field::new( Self::vector_field(), DataType::FixedSizeList( @@ -46,6 +48,10 @@ impl ShinkaiToolSchema { "tool_key" } + pub fn tool_seo_field() -> &'static str { + "tool_seo" + } + pub fn vector_field() -> &'static str { "vector" } diff --git a/shinkai-bin/shinkai-node/src/network/agent_payments_manager/external_agent_offerings_manager.rs b/shinkai-bin/shinkai-node/src/network/agent_payments_manager/external_agent_offerings_manager.rs index 623287e01..2fe5b0b3b 100644 --- a/shinkai-bin/shinkai-node/src/network/agent_payments_manager/external_agent_offerings_manager.rs +++ b/shinkai-bin/shinkai-node/src/network/agent_payments_manager/external_agent_offerings_manager.rs @@ -1,6 +1,5 @@ use crate::db::{ShinkaiDB, Topic}; use crate::llm_provider::error::LLMProviderError; -use crate::llm_provider::providers::shared::openai::FunctionCall; use crate::llm_provider::queue::job_queue_manager::JobQueueManager; use crate::managers::identity_manager::IdentityManagerTrait; use crate::network::network_manager_utils::{get_proxy_builder_info_static, send_message_to_peer}; @@ -13,7 +12,6 @@ use crate::wallet::wallet_manager::WalletManager; use chrono::{Duration, Utc}; use ed25519_dalek::SigningKey; use futures::Future; -use serde_json::Value; use shinkai_message_primitives::schemas::shinkai_name::ShinkaiName; use shinkai_message_primitives::shinkai_message::shinkai_message_schemas::MessageSchemaType; use shinkai_message_primitives::shinkai_utils::encryption::clone_static_secret_key; @@ -681,7 +679,7 @@ impl ExtAgentOfferingsManager { /// * `Result` - The processed invoice or an error. pub async fn confirm_invoice_payment_and_process( &mut self, - requester_node_name: ShinkaiName, + _requester_node_name: ShinkaiName, invoice: Invoice, // prehash_validation: String, // TODO: connect later on ) -> Result { @@ -834,6 +832,7 @@ mod tests { embedding_generator::{EmbeddingGenerator, RemoteEmbeddingGenerator}, model_type::{EmbeddingModelType, OllamaTextEmbeddingsInference}, }; + use tokio::sync::RwLock; #[derive(Clone, Debug)] struct MockIdentityManager { @@ -953,7 +952,7 @@ mod tests { let shinkai_db = Arc::new(ShinkaiDB::new("shinkai_db_tests/shinkaidb").map_err(|e| ShinkaiLanceDBError::from(e))?); - let lance_db = Arc::new(Mutex::new( + let lance_db = Arc::new(RwLock::new( LanceShinkaiDb::new("lance_db_tests/lancedb", embedding_model.clone(), generator.clone()).await?, )); @@ -1002,7 +1001,7 @@ mod tests { shinkai_tool.set_embedding(embedding); lance_db - .lock() + .write() .await .set_tool(&shinkai_tool) .await diff --git a/shinkai-bin/shinkai-node/src/network/agent_payments_manager/my_agent_offerings_manager.rs b/shinkai-bin/shinkai-node/src/network/agent_payments_manager/my_agent_offerings_manager.rs index 9ab81d7f4..b66dca508 100644 --- a/shinkai-bin/shinkai-node/src/network/agent_payments_manager/my_agent_offerings_manager.rs +++ b/shinkai-bin/shinkai-node/src/network/agent_payments_manager/my_agent_offerings_manager.rs @@ -655,7 +655,7 @@ mod tests { model_type::{EmbeddingModelType, OllamaTextEmbeddingsInference}, }; use std::{fs, path::Path, sync::Arc}; - use tokio::sync::Mutex; + use tokio::sync::{Mutex, RwLock}; #[derive(Clone, Debug)] struct MockIdentityManager { @@ -768,7 +768,7 @@ mod tests { Arc::new(Mutex::new(MockIdentityManager::new())); let generator = RemoteEmbeddingGenerator::new_default(); let embedding_model = generator.model_type().clone(); - let lance_db = Arc::new(Mutex::new( + let lance_db = Arc::new(RwLock::new( LanceShinkaiDb::new("lance_db_tests/lancedb", embedding_model.clone(), generator.clone()).await?, )); diff --git a/shinkai-bin/shinkai-node/src/network/node.rs b/shinkai-bin/shinkai-node/src/network/node.rs index ad31ec29d..7c24f7a6e 100644 --- a/shinkai-bin/shinkai-node/src/network/node.rs +++ b/shinkai-bin/shinkai-node/src/network/node.rs @@ -57,7 +57,7 @@ use std::sync::Arc; use std::{io, net::SocketAddr, time::Duration}; use tokio::io::{AsyncReadExt, AsyncWriteExt, ReadHalf, WriteHalf}; use tokio::net::{TcpListener, TcpStream}; -use tokio::sync::Mutex; +use tokio::sync::{Mutex, RwLock}; use x25519_dalek::{PublicKey as EncryptionPublicKey, StaticSecret as EncryptionStaticKey}; // A type alias for a string that represents a profile name. @@ -110,7 +110,7 @@ pub struct Node { // The Node's VectorFS pub vector_fs: Arc, // The LanceDB - pub lance_db: Arc>, + pub lance_db: Arc>, // An EmbeddingGenerator initialized with the Node's default embedding model + server info pub embedding_generator: RemoteEmbeddingGenerator, /// Unstructured server connection @@ -331,7 +331,7 @@ impl Node { ) .await .unwrap(); - let lance_db = Arc::new(Mutex::new(lance_db)); + let lance_db = Arc::new(RwLock::new(lance_db)); // Initialize ToolRouter let tool_router = ToolRouter::new(lance_db.clone()); diff --git a/shinkai-bin/shinkai-node/src/network/v1_api/api_v1_commands.rs b/shinkai-bin/shinkai-node/src/network/v1_api/api_v1_commands.rs index e44cbe553..dc7b4d797 100644 --- a/shinkai-bin/shinkai-node/src/network/v1_api/api_v1_commands.rs +++ b/shinkai-bin/shinkai-node/src/network/v1_api/api_v1_commands.rs @@ -56,9 +56,9 @@ use shinkai_message_primitives::{ }; use shinkai_tools_runner::tools::tool_definition::ToolDefinition; use shinkai_vector_resources::embedding_generator::RemoteEmbeddingGenerator; -use shinkai_vector_resources::{embedding_generator::EmbeddingGenerator, model_type::EmbeddingModelType}; +use shinkai_vector_resources::model_type::EmbeddingModelType; use std::{convert::TryInto, env, sync::Arc, time::Instant}; -use tokio::sync::Mutex; +use tokio::sync::{Mutex, RwLock}; use x25519_dalek::{PublicKey as EncryptionPublicKey, StaticSecret as EncryptionStaticKey}; impl Node { @@ -1571,7 +1571,7 @@ impl Node { #[allow(clippy::too_many_arguments)] pub async fn api_add_toolkit( - lance_db: Arc>, + lance_db: Arc>, vector_fs: Arc, node_name: ShinkaiName, identity_manager: Arc>, @@ -1668,7 +1668,7 @@ impl Node { let toolkit = JSToolkit::new(&tool_definition.name.clone(), vec![tool_definition]); // Add the toolkit using LanceShinkaiDb - let lance_db = lance_db.lock().await; + let lance_db = lance_db.write().await; for tool in toolkit.tools { let shinkai_tool = ShinkaiTool::JS(tool.clone(), true); if let Err(err) = lance_db.set_tool(&shinkai_tool).await { @@ -1687,7 +1687,7 @@ impl Node { } pub async fn api_list_toolkits( - db: Arc>, + db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -1723,7 +1723,7 @@ impl Node { let profile = profile.unwrap(); // Fetch all toolkits for the user - let db = db.lock().await; + let db = db.read().await; let toolkits = match db.get_all_workflows().await { // TODO: this is wrong Ok(t) => t, @@ -1759,7 +1759,7 @@ impl Node { } pub async fn api_remove_toolkit( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -1798,7 +1798,7 @@ impl Node { let toolkit_name = msg.get_message_content()?; // Remove the toolkit using LanceShinkaiDb - let lance_db = lance_db.lock().await; + let lance_db = lance_db.write().await; match lance_db.remove_tool(&toolkit_name).await { Ok(_) => { let _ = res.send(Ok("Toolkit removed successfully".to_string())).await; @@ -3240,7 +3240,7 @@ impl Node { #[allow(clippy::too_many_arguments)] pub async fn api_add_workflow( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3294,7 +3294,7 @@ impl Node { // Save the workflow to the LanceShinkaiDb { - let lance_db = lance_db.lock().await; + let lance_db = lance_db.write().await; if let Err(err) = lance_db.set_tool(&shinkai_tool).await { let api_error = APIError { code: StatusCode::INTERNAL_SERVER_ERROR.as_u16(), @@ -3312,7 +3312,7 @@ impl Node { } pub async fn api_remove_workflow( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3351,7 +3351,7 @@ impl Node { // Remove the workflow from the LanceShinkaiDb { - let lance_db = lance_db.lock().await; + let lance_db = lance_db.write().await; if let Err(err) = lance_db.remove_tool(&workflow_key_str).await { let api_error = APIError { code: StatusCode::INTERNAL_SERVER_ERROR.as_u16(), @@ -3369,7 +3369,7 @@ impl Node { } pub async fn api_get_workflow_info( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3408,7 +3408,7 @@ impl Node { // Get the workflow from the LanceShinkaiDb let workflow = { - let lance_db = lance_db.lock().await; + let lance_db = lance_db.read().await; match lance_db.get_tool(&workflow_key_str).await { Ok(Some(workflow)) => workflow, Ok(None) => { @@ -3439,7 +3439,7 @@ impl Node { #[allow(clippy::too_many_arguments)] pub async fn api_list_all_workflows( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3475,7 +3475,7 @@ impl Node { // List all workflows let workflows = { - let lance_db = lance_db.lock().await; + let lance_db = lance_db.read().await; match lance_db.get_all_workflows().await { Ok(workflows) => workflows, Err(err) => { @@ -3496,7 +3496,7 @@ impl Node { } pub async fn api_list_all_shinkai_tools( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3532,7 +3532,7 @@ impl Node { // List all Shinkai tools let tools = { - let lance_db = lance_db.lock().await; + let lance_db = lance_db.read().await; match lance_db.get_all_tools(true).await { Ok(tools) => tools, Err(err) => { @@ -3553,7 +3553,7 @@ impl Node { } pub async fn api_set_shinkai_tool( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3589,7 +3589,7 @@ impl Node { } // Get the full tool from lance_db - let existing_tool = match lance_db.lock().await.get_tool(&tool_router_key).await { + let existing_tool = match lance_db.read().await.get_tool(&tool_router_key).await { Ok(Some(tool)) => tool, Ok(None) => { let api_error = APIError { @@ -3644,7 +3644,7 @@ impl Node { // Save the tool to the LanceShinkaiDb let save_result = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.write().await; lance_db_lock.set_tool(&merged_tool).await }; @@ -3652,7 +3652,7 @@ impl Node { Ok(_) => { // Fetch the updated tool from the database let updated_tool = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.read().await; lance_db_lock.get_tool(&tool_router_key).await }; @@ -3695,7 +3695,7 @@ impl Node { } pub async fn api_get_shinkai_tool( - lance_db: Arc>, + lance_db: Arc>, node_name: ShinkaiName, identity_manager: Arc>, encryption_secret_key: EncryptionStaticKey, @@ -3730,7 +3730,7 @@ impl Node { } // Fetch the tool from the LanceShinkaiDb - let tool = match lance_db.lock().await.get_tool(&tool_key).await { + let tool = match lance_db.read().await.get_tool(&tool_key).await { Ok(Some(tool)) => tool, Ok(None) => { let api_error = APIError { diff --git a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_ext_agent_offers.rs b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_ext_agent_offers.rs index 59af2aafc..2f77ade42 100644 --- a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_ext_agent_offers.rs +++ b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_ext_agent_offers.rs @@ -3,7 +3,7 @@ use std::sync::Arc; use async_channel::Sender; use reqwest::StatusCode; -use tokio::sync::Mutex; +use tokio::sync::RwLock; use crate::{ db::ShinkaiDB, @@ -90,7 +90,7 @@ impl Node { pub async fn v2_api_get_all_tool_offering( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, res: Sender, APIError>>, ) -> Result<(), NodeError> { @@ -117,7 +117,7 @@ impl Node { let mut detailed_tool_headers = Vec::new(); for tool_offering in tool_offerings { let tool_key = &tool_offering.tool_key; - match lance_db.lock().await.get_tool(tool_key).await { + match lance_db.read().await.get_tool(tool_key).await { Ok(Some(tool)) => { let mut tool_header = tool.to_header(); tool_header.sanitize_config(); @@ -152,7 +152,7 @@ impl Node { pub async fn v2_api_set_tool_offering( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, tool_offering: ShinkaiToolOffering, res: Sender>, @@ -163,7 +163,7 @@ impl Node { } // Get the tool from the database - match lance_db.lock().await.tool_exists(&tool_offering.tool_key).await { + match lance_db.write().await.tool_exists(&tool_offering.tool_key).await { Ok(exists) => { if !exists { let api_error = APIError { diff --git a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_my_agent_offers.rs b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_my_agent_offers.rs index 80e0d93f8..b46dde376 100644 --- a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_my_agent_offers.rs +++ b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_my_agent_offers.rs @@ -3,7 +3,7 @@ use std::sync::Arc; use async_channel::Sender; use reqwest::StatusCode; use serde_json::Value; -use tokio::sync::Mutex; +use tokio::sync::{Mutex, RwLock}; use crate::{ db::ShinkaiDB, @@ -22,7 +22,7 @@ use crate::{ impl Node { pub async fn v2_api_request_invoice( db: Arc, - lance_db: Arc>, + lance_db: Arc>, my_agent_payments_manager: Arc>, bearer: String, tool_key_name: String, @@ -36,8 +36,8 @@ impl Node { // Fetch the tool from lance_db let network_tool = { - let lance_db_lock = lance_db.lock().await; - match lance_db_lock.get_tool(&tool_key_name).await { + let lance_db = lance_db.read().await; + match lance_db.get_tool(&tool_key_name).await { Ok(Some(tool)) => match tool { ShinkaiTool::Network(network_tool, _) => network_tool, _ => { @@ -106,7 +106,7 @@ impl Node { pub async fn v2_api_pay_invoice( db: Arc, - lance_db: Arc>, + lance_db: Arc>, my_agent_offerings_manager: Arc>, bearer: String, invoice_id: String, @@ -170,8 +170,8 @@ impl Node { // Step 4: Check that the data_for_tool is valid let tool_key_name = invoice.shinkai_offering.tool_key.clone(); let tool = { - let lance_db_lock = lance_db.lock().await; - match lance_db_lock.get_tool(&tool_key_name).await { + let lance_db = lance_db.read().await; + match lance_db.get_tool(&tool_key_name).await { Ok(tool) => tool, Err(err) => { let api_error = APIError { diff --git a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_prompts.rs b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_prompts.rs index 7e91bfd8a..29fc9d02e 100644 --- a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_prompts.rs +++ b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_prompts.rs @@ -2,7 +2,7 @@ use std::{sync::Arc, time::Instant}; use async_channel::Sender; use reqwest::StatusCode; -use tokio::sync::Mutex; +use tokio::sync::{RwLock}; use crate::{ db::ShinkaiDB, @@ -13,7 +13,7 @@ use crate::{ impl Node { pub async fn v2_api_add_custom_prompt( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, prompt: CustomPrompt, res: Sender>, @@ -24,7 +24,7 @@ impl Node { } // Save the new prompt to the LanceShinkaiDb - match lance_db.lock().await.set_prompt(prompt.clone()).await { + match lance_db.write().await.set_prompt(prompt.clone()).await { Ok(_) => { let _ = res.send(Ok(prompt)).await; Ok(()) @@ -43,7 +43,7 @@ impl Node { pub async fn v2_api_delete_custom_prompt( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, prompt_name: String, res: Sender>, @@ -54,10 +54,10 @@ impl Node { } // Get the prompt before deleting - let prompt = lance_db.lock().await.get_prompt(&prompt_name).await; + let prompt = lance_db.read().await.get_prompt(&prompt_name).await; // Delete the prompt from the LanceShinkaiDb - match lance_db.lock().await.remove_prompt(&prompt_name).await { + match lance_db.write().await.remove_prompt(&prompt_name).await { Ok(_) => { match prompt { Ok(Some(prompt)) => { @@ -88,7 +88,7 @@ impl Node { pub async fn v2_api_get_all_custom_prompts( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, res: Sender, APIError>>, ) -> Result<(), NodeError> { @@ -98,7 +98,7 @@ impl Node { } // Get all prompts from the LanceShinkaiDb - match lance_db.lock().await.get_all_prompts().await { + match lance_db.read().await.get_all_prompts().await { Ok(prompts) => { let _ = res.send(Ok(prompts)).await; Ok(()) @@ -117,7 +117,7 @@ impl Node { pub async fn v2_api_get_custom_prompt( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, prompt_name: String, res: Sender>, @@ -128,7 +128,7 @@ impl Node { } // Get the prompt from the LanceShinkaiDb - match lance_db.lock().await.get_prompt(&prompt_name).await { + match lance_db.read().await.get_prompt(&prompt_name).await { Ok(Some(prompt)) => { let _ = res.send(Ok(prompt)).await; Ok(()) @@ -156,7 +156,7 @@ impl Node { pub async fn v2_api_search_custom_prompts( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, query: String, res: Sender, APIError>>, @@ -170,7 +170,7 @@ impl Node { let start_time = Instant::now(); // Perform the internal search using LanceShinkaiDb - match lance_db.lock().await.prompt_vector_search(&query, 5).await { + match lance_db.read().await.prompt_vector_search(&query, 5).await { Ok(prompts) => { // Log the elapsed time if LOG_ALL is set to 1 if std::env::var("LOG_ALL").unwrap_or_default() == "1" { @@ -195,7 +195,7 @@ impl Node { pub async fn v2_api_update_custom_prompt( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, prompt: CustomPrompt, res: Sender>, @@ -206,7 +206,7 @@ impl Node { } // Update the prompt in the LanceShinkaiDb - match lance_db.lock().await.set_prompt(prompt.clone()).await { + match lance_db.write().await.set_prompt(prompt.clone()).await { Ok(_) => { let _ = res.send(Ok(prompt)).await; Ok(()) diff --git a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_wallets.rs b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_wallets.rs index ef85d6eb1..aa24f46bf 100644 --- a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_wallets.rs +++ b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_wallets.rs @@ -3,7 +3,7 @@ use std::sync::Arc; use async_channel::Sender; use reqwest::StatusCode; use serde_json::Value; -use tokio::sync::Mutex; +use tokio::sync::{Mutex, RwLock}; use crate::{ db::ShinkaiDB, @@ -165,7 +165,7 @@ impl Node { pub async fn v2_api_restore_coinbase_mpc_wallet( db: Arc, - lance_db: Arc>, + lance_db: Arc>, wallet_manager: Arc>>, bearer: String, network_identifier: NetworkIdentifier, @@ -242,7 +242,7 @@ impl Node { pub async fn v2_api_create_coinbase_mpc_wallet( db: Arc, - lance_db: Arc>, + lance_db: Arc>, wallet_manager: Arc>>, bearer: String, network_identifier: NetworkIdentifier, diff --git a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_workflows.rs b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_workflows.rs index 0a50dd4f5..bb399b17b 100644 --- a/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_workflows.rs +++ b/shinkai-bin/shinkai-node/src/network/v2_api/api_v2_commands_workflows.rs @@ -8,7 +8,7 @@ use shinkai_dsl::dsl_schemas::Workflow; use shinkai_message_primitives::shinkai_message::shinkai_message_schemas::APISetWorkflow; use shinkai_message_primitives::shinkai_message::shinkai_message_schemas::APIWorkflowKeyname; -use tokio::sync::Mutex; +use tokio::sync::RwLock; use crate::lance_db::shinkai_lance_db::LanceShinkaiDb; use crate::{ @@ -20,7 +20,7 @@ use crate::{ impl Node { pub async fn v2_api_search_workflows( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, query: String, res: Sender>, @@ -34,7 +34,7 @@ impl Node { let start_time = Instant::now(); // Perform the internal search using LanceShinkaiDb - match lance_db.lock().await.workflow_vector_search(&query, 5).await { + match lance_db.read().await.workflow_vector_search(&query, 5).await { Ok(workflows) => { let workflows_json = serde_json::to_value(workflows).map_err(|err| NodeError { message: format!("Failed to serialize workflows: {}", err), @@ -63,7 +63,7 @@ impl Node { pub async fn v2_api_search_shinkai_tool( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, query: String, res: Sender>, @@ -77,7 +77,7 @@ impl Node { let start_time = Instant::now(); // Perform the internal search using LanceShinkaiDb - match lance_db.lock().await.vector_search_all_tools(&query, 5, true).await { + match lance_db.read().await.vector_search_all_tools(&query, 5, true).await { Ok(tools) => { let tools_json = serde_json::to_value(tools).map_err(|err| NodeError { message: format!("Failed to serialize tools: {}", err), @@ -106,7 +106,7 @@ impl Node { pub async fn v2_api_set_workflow( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, payload: APISetWorkflow, res: Sender>, @@ -137,7 +137,7 @@ impl Node { let shinkai_tool = ShinkaiTool::Workflow(workflow_tool, true); // Save the workflow to the LanceShinkaiDb - match lance_db.lock().await.set_tool(&shinkai_tool).await { + match lance_db.write().await.set_tool(&shinkai_tool).await { Ok(_) => { let response = json!({ "status": "success", "message": "Workflow added to LanceShinkaiDb" }); let _ = res.send(Ok(response)).await; @@ -157,7 +157,7 @@ impl Node { pub async fn v2_api_remove_workflow( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, payload: APIWorkflowKeyname, res: Sender>, @@ -171,7 +171,7 @@ impl Node { let workflow_key_str = payload.generate_key(); // Remove the workflow from the LanceShinkaiDb - match lance_db.lock().await.remove_tool(&workflow_key_str).await { + match lance_db.write().await.remove_tool(&workflow_key_str).await { Ok(_) => { let response = json!({ "message": "Workflow removed from database" }); let _ = res.send(Ok(response)).await; @@ -191,7 +191,7 @@ impl Node { pub async fn v2_api_get_workflow_info( db: Arc, - lance_db: Arc>, // Updated to use LanceShinkaiDb + lance_db: Arc>, // Updated to use LanceShinkaiDb bearer: String, payload: APIWorkflowKeyname, res: Sender>, @@ -205,7 +205,7 @@ impl Node { let workflow_key_str = payload.generate_key(); // Get the workflow from the database - match lance_db.lock().await.get_tool(&workflow_key_str).await { + match lance_db.read().await.get_tool(&workflow_key_str).await { Ok(Some(workflow)) => { let response = json!(workflow); let _ = res.send(Ok(response)).await; @@ -234,7 +234,7 @@ impl Node { pub async fn v2_api_list_all_workflows( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, res: Sender>, ) -> Result<(), NodeError> { @@ -244,7 +244,7 @@ impl Node { } // List all workflows for the user - match lance_db.lock().await.get_all_workflows().await { + match lance_db.read().await.get_all_workflows().await { Ok(workflows) => { let response = json!(workflows); let _ = res.send(Ok(response)).await; @@ -264,7 +264,7 @@ impl Node { pub async fn v2_api_list_all_shinkai_tools( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, res: Sender>, ) -> Result<(), NodeError> { @@ -274,7 +274,7 @@ impl Node { } // List all tools - match lance_db.lock().await.get_all_tools(true).await { + match lance_db.read().await.get_all_tools(true).await { Ok(tools) => { let response = json!(tools); let _ = res.send(Ok(response)).await; @@ -294,7 +294,7 @@ impl Node { pub async fn v2_api_set_shinkai_tool( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, tool_router_key: String, input_value: Value, @@ -307,7 +307,7 @@ impl Node { // Get the full tool from lance_db let existing_tool = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.read().await; match lance_db_lock.get_tool(&tool_router_key).await { Ok(Some(tool)) => tool.clone(), Ok(None) => { @@ -364,7 +364,7 @@ impl Node { // Save the tool to the LanceShinkaiDb let save_result = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.write().await; lance_db_lock.set_tool(&merged_tool).await }; @@ -372,7 +372,7 @@ impl Node { Ok(_) => { // Fetch the updated tool from the database let updated_tool = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.read().await; lance_db_lock.get_tool(&tool_router_key).await }; @@ -415,7 +415,7 @@ impl Node { pub async fn v2_api_add_shinkai_tool( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, new_tool: ShinkaiTool, res: Sender>, @@ -427,7 +427,7 @@ impl Node { // Save the new tool to the LanceShinkaiDb let save_result = { - let lance_db_lock = lance_db.lock().await; + let lance_db_lock = lance_db.write().await; lance_db_lock.set_tool(&new_tool).await }; @@ -452,7 +452,7 @@ impl Node { pub async fn v2_api_get_shinkai_tool( db: Arc, - lance_db: Arc>, + lance_db: Arc>, bearer: String, payload: String, res: Sender>, @@ -463,7 +463,7 @@ impl Node { } // Get the tool from the database - match lance_db.lock().await.get_tool(&payload).await { + match lance_db.read().await.get_tool(&payload).await { Ok(Some(tool)) => { let response = json!(tool); let _ = res.send(Ok(response)).await; diff --git a/shinkai-bin/shinkai-node/src/runner.rs b/shinkai-bin/shinkai-node/src/runner.rs index 64de2f768..4fc02a599 100644 --- a/shinkai-bin/shinkai-node/src/runner.rs +++ b/shinkai-bin/shinkai-node/src/runner.rs @@ -67,6 +67,11 @@ pub async fn initialize_node() -> Result< let args = parse_args(); let node_env = fetch_node_environment(); + // TODO: + // Read file encryption key from ENV variable and decrypt the secrets file + // Store in memory this file encryption key, which is used to encrypt / decrypt other information + // such as wallet information (private key, mnemonic, etc). + let node_storage_path = node_env.node_storage_path.clone(); let secrets_file_path = get_secrets_file_path(secrets_file, node_storage_path.clone()); @@ -76,8 +81,8 @@ pub async fn initialize_node() -> Result< let main_db_path = get_main_db_path(main_db, &node_keys.identity_public_key, node_storage_path.clone()); let vector_fs_db_path = get_vector_fs_db_path(vector_fs_db, &node_keys.identity_public_key, node_storage_path); - // Acquire the Node's keys. TODO: Should check with on - // and then it's with onchain data for matching with the keys provided + // Acquire the Node's keys. + // TODO: Should check with on and then it's with onchain data for matching with the keys provided let secrets = parse_secrets_file(&secrets_file_path); let global_identity_name = secrets .get("GLOBAL_IDENTITY_NAME") diff --git a/shinkai-bin/shinkai-node/src/tools/js_toolkit.rs b/shinkai-bin/shinkai-node/src/tools/js_toolkit.rs index 67a6a941c..c67f6c05a 100644 --- a/shinkai-bin/shinkai-node/src/tools/js_toolkit.rs +++ b/shinkai-bin/shinkai-node/src/tools/js_toolkit.rs @@ -4,6 +4,7 @@ use crate::tools::js_tools::JSTool; use regex::Regex; use serde::{Deserialize, Serialize}; use shinkai_tools_runner::tools::tool_definition::ToolDefinition; +use shinkai_vector_resources::embeddings::Embedding; use super::{argument::ToolArgument, js_toolkit_headers::ToolConfig, js_tools::JSToolResult}; @@ -57,7 +58,10 @@ impl JSToolkit { keywords: definition.keywords.clone(), input_args, activated: false, - embedding: None, + embedding: definition.embedding_metadata.clone().map(|meta| Embedding { + id: "".to_string(), + vector: meta.embeddings, + }), result, } } @@ -168,6 +172,7 @@ mod tests { author: "".to_string(), keywords: vec![], code: Some("var tool;\n/******/ (() => { // webpackBootstrap\n/*".to_string()), + embedding_metadata: None, }; let toolkit = JSToolkit::new("Weather Toolkit", vec![definition]); diff --git a/shinkai-bin/shinkai-node/src/tools/tool_router.rs b/shinkai-bin/shinkai-node/src/tools/tool_router.rs index a8cf98bd8..de9204508 100644 --- a/shinkai-bin/shinkai-node/src/tools/tool_router.rs +++ b/shinkai-bin/shinkai-node/src/tools/tool_router.rs @@ -30,7 +30,7 @@ use shinkai_message_primitives::shinkai_message::shinkai_message_schemas::WSTopi use shinkai_tools_runner::built_in_tools; use shinkai_vector_resources::embedding_generator::EmbeddingGenerator; use shinkai_vector_resources::model_type::{EmbeddingModelType, OllamaTextEmbeddingsInference}; -use tokio::sync::Mutex; +use tokio::sync::RwLock; use super::js_toolkit::JSToolkit; use super::network_tool::NetworkTool; @@ -41,11 +41,11 @@ use crate::llm_provider::execution::chains::inference_chain_trait::InferenceChai #[derive(Clone)] pub struct ToolRouter { - pub lance_db: Arc>, + pub lance_db: Arc>, } impl ToolRouter { - pub fn new(lance_db: Arc>) -> Self { + pub fn new(lance_db: Arc>) -> Self { ToolRouter { lance_db } } @@ -53,7 +53,7 @@ impl ToolRouter { let is_empty; let has_any_js_tools; { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; is_empty = lance_db.is_empty().await?; has_any_js_tools = lance_db.has_any_js_tools().await?; } @@ -75,6 +75,8 @@ impl ToolRouter { let _ = self.add_js_tools().await; } + self.lance_db.write().await.create_tool_indices_if_needed().await?; + Ok(()) } @@ -88,6 +90,8 @@ impl ToolRouter { // Set the latest version in the database self.set_lancedb_version(LATEST_ROUTER_DB_VERSION).await?; + self.lance_db.write().await.create_tool_indices_if_needed().await?; + Ok(()) } @@ -99,7 +103,6 @@ impl ToolRouter { return Ok(()); // Return right away and don't add anything } - let lance_db = self.lance_db.lock().await; let start_time = Instant::now(); // Determine which set of prompts to use @@ -135,6 +138,7 @@ impl ToolRouter { custom_prompt.embedding = Some(embedding.vector); } + let lance_db = self.lance_db.write().await; lance_db.set_prompt(custom_prompt).await?; } @@ -153,7 +157,6 @@ impl ToolRouter { return Ok(()); // Return right away and don't add anything } - let lance_db = self.lance_db.lock().await; let model_type = generator.model_type(); let start_time = Instant::now(); @@ -175,6 +178,7 @@ impl ToolRouter { } }; + let lance_db = self.lance_db.write().await; lance_db.set_tool(&shinkai_tool).await?; } } else { @@ -183,6 +187,7 @@ impl ToolRouter { for workflow_tool in workflows { let shinkai_tool = ShinkaiTool::Workflow(workflow_tool.clone(), true); + let lance_db = self.lance_db.write().await; lance_db.set_tool(&shinkai_tool).await?; } } @@ -195,7 +200,7 @@ impl ToolRouter { } pub async fn add_network_tool(&self, network_tool: NetworkTool) -> Result<(), ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.write().await; lance_db.set_tool(&ShinkaiTool::Network(network_tool, true)).await?; Ok(()) } @@ -204,7 +209,6 @@ impl ToolRouter { let start_time = Instant::now(); // Start the timer let tools = built_in_tools::get_tools(); - let lance_db = self.lance_db.lock().await; let only_testing_js_tools = std::env::var("ONLY_TESTING_JS_TOOLS").unwrap_or_else(|_| "false".to_string()) == "true"; @@ -227,6 +231,7 @@ impl ToolRouter { let toolkit = JSToolkit::new(&name, vec![definition.clone()]); for tool in toolkit.tools { let shinkai_tool = ShinkaiTool::JS(tool.clone(), true); + let lance_db = self.lance_db.write().await; lance_db.set_tool(&shinkai_tool).await?; } } @@ -264,7 +269,10 @@ impl ToolRouter { }; let shinkai_tool = ShinkaiTool::Network(network_tool, true); - lance_db.set_tool(&shinkai_tool).await?; + { + let lance_db = self.lance_db.write().await; + lance_db.set_tool(&shinkai_tool).await?; + } // Manually create another NetworkTool let youtube_tool = NetworkTool { @@ -287,19 +295,23 @@ impl ToolRouter { }; let shinkai_tool = ShinkaiTool::Network(youtube_tool, true); + let lance_db = self.lance_db.write().await; lance_db.set_tool(&shinkai_tool).await?; } // Check if ADD_TESTING_NETWORK_ECHO is set if std::env::var("ADD_TESTING_NETWORK_ECHO").unwrap_or_else(|_| "false".to_string()) == "true" { + let lance_db = self.lance_db.read().await; if let Some(shinkai_tool) = lance_db.get_tool("local:::shinkai-tool-echo:::shinkai__echo").await? { if let ShinkaiTool::JS(mut js_tool, _) = shinkai_tool { js_tool.name = "network__echo".to_string(); let modified_tool = ShinkaiTool::JS(js_tool, true); + let lance_db = self.lance_db.write().await; lance_db.set_tool(&modified_tool).await?; } } + let lance_db = self.lance_db.read().await; if let Some(shinkai_tool) = lance_db .get_tool("local:::shinkai-tool-youtube-transcript:::shinkai__youtube_transcript") .await? @@ -307,6 +319,7 @@ impl ToolRouter { if let ShinkaiTool::JS(mut js_tool, _) = shinkai_tool { js_tool.name = "youtube_transcript_with_timestamps".to_string(); let modified_tool = ShinkaiTool::JS(js_tool, true); + let lance_db = self.lance_db.write().await; lance_db.set_tool(&modified_tool).await?; } } @@ -319,7 +332,7 @@ impl ToolRouter { } pub async fn get_tool_by_name(&self, name: &str) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; lance_db .get_tool(name) .await @@ -327,7 +340,7 @@ impl ToolRouter { } pub async fn get_tools_by_names(&self, names: Vec) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; let mut tools = Vec::new(); for name in names { @@ -355,7 +368,7 @@ impl ToolRouter { query: &str, num_of_results: u64, ) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; let tool_headers = lance_db .vector_search_enabled_tools(query, num_of_results, false) .await?; @@ -367,7 +380,7 @@ impl ToolRouter { query: &str, num_of_results: u64, ) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; let tool_headers = lance_db .vector_search_enabled_tools(query, num_of_results, true) .await?; @@ -379,7 +392,7 @@ impl ToolRouter { query: &str, num_of_results: u64, ) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; let tool_headers = lance_db.vector_search_all_tools(query, num_of_results, false).await?; Ok(tool_headers) } @@ -393,7 +406,7 @@ impl ToolRouter { return Ok(Vec::new()); } - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; let tool_headers = lance_db.workflow_vector_search(name_query, num_of_results).await?; Ok(tool_headers) } @@ -532,7 +545,7 @@ impl ToolRouter { break; } } - Err(e) => { + Err(_e) => { // Nothing to do here } } @@ -665,7 +678,7 @@ impl ToolRouter { } pub async fn get_current_lancedb_version(&self) -> Result, ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.read().await; lance_db .get_current_version() .await @@ -673,7 +686,7 @@ impl ToolRouter { } pub async fn set_lancedb_version(&self, version: &str) -> Result<(), ToolError> { - let lance_db = self.lance_db.lock().await; + let lance_db = self.lance_db.write().await; lance_db .set_version(version) .await diff --git a/shinkai-bin/shinkai-node/src/tools/tool_router_dep/workflows_data.rs b/shinkai-bin/shinkai-node/src/tools/tool_router_dep/workflows_data.rs index cc4f909b5..d67447f4f 100644 --- a/shinkai-bin/shinkai-node/src/tools/tool_router_dep/workflows_data.rs +++ b/shinkai-bin/shinkai-node/src/tools/tool_router_dep/workflows_data.rs @@ -1,2 +1,2 @@ -pub static WORKFLOWS_JSON_TESTING: &str = r#"[{"content":[{"embedding":{"id":"","vector":[0.6185425519943237,0.5770716071128845,-0.06901249289512634,0.10936513543128967,-0.2900839149951935,-0.04963872581720352,-0.8426687717437744,-0.3417555093765259,-0.003016328439116478,0.35827577114105225,-0.13063178956508636,0.765045166015625,0.2911629378795624,0.09577026963233948,0.18802501261234283,0.25097396969795227,-0.1416996717453003,-0.48802071809768677,-1.079758644104004,0.030188394710421562,0.38069552183151245,0.7589226961135864,0.5186763405799866,0.3120052218437195,0.024780578911304474,-0.2522777318954468,-0.30607810616493225,-0.44201046228408813,-0.9130169749259949,-2.361416816711426,0.47727489471435547,0.033995918929576874,-0.5930171012878418,-0.5933050513267517,0.007403463125228882,-0.7571592330932617,0.20754697918891907,0.19809389114379883,-0.35078683495521545,-0.3088398575782776,-0.3247959017753601,0.32214322686195374,-0.42058348655700684,0.513374924659729,0.35342735052108765,-0.09491585195064545,-0.057994067668914795,-0.18541572988033295,0.495993047952652,0.2787748873233795,-0.31007805466651917,-0.09423528611660004,-0.21697752177715302,0.4147440493106842,-0.49068719148635864,0.41662368178367615,-0.19621138274669647,-0.24372121691703796,0.1756460964679718,0.03713398426771164,0.45484355092048645,0.42960941791534424,-4.227569580078125,0.29272401332855225,0.12375035136938095,0.4059436619281769,0.3163694143295288,-0.2871149480342865,-0.1744455099105835,-0.032661572098731995,-0.11632923781871796,0.20387285947799683,-0.15734420716762543,-0.0969594195485115,-0.2492830753326416,-0.2685436010360718,0.4204590916633606,0.41659262776374817,-0.05496557056903839,-0.656544029712677,-0.7041829824447632,0.47391578555107117,0.045769598335027695,0.06309700757265091,-0.036577604711055756,0.614136815071106,-0.30505380034446716,-0.33875617384910583,0.3090839982032776,-0.0983939915895462,0.027629775926470757,-0.21015238761901855,-0.012746727094054222,0.33762651681900024,-0.8523719906806946,0.299882173538208,0.1265852004289627,0.16994865238666534,0.49072161316871643,3.5243804454803467,0.646750271320343,-0.2289738804101944,0.5592519044876099,-0.34823620319366455,0.09282161295413971,-0.5424246788024902,-0.19424214959144592,-0.2580539286136627,0.4250911772251129,-0.14823250472545624,0.10308226943016052,-0.7084073424339294,0.0853775292634964,0.36782515048980713,0.27431491017341614,0.7250540256500244,-0.3962259888648987,0.30903759598731995,-0.008757646195590496,0.254861980676651,-0.6955358982086182,0.13710637390613556,0.08261017501354218,0.14446701109409332,-0.3964174687862396,0.05272269248962402,-0.34483134746551514,0.3475770652294159,0.4002322554588318,0.20803560316562653,-0.03503800183534622,-0.1441648304462433,-0.8146499991416931,0.13312356173992157,-0.11888116598129272,-0.3107947111129761,0.48871690034866333,-0.6626825332641602,0.3126397132873535,-1.071461796760559,0.002343207597732544,-1.6490967273712158,0.8243210911750793,0.4924551546573639,0.6556935906410217,-0.12823167443275452,0.06764276325702667,0.030220970511436462,-0.44628944993019104,-0.5765290856361389,0.20411275327205658,0.7472643852233887,0.05090409144759178,0.17297692596912384,0.6236547231674194,-0.14942525327205658,-0.10176534205675125,0.4003012478351593,-0.6492709517478943,0.23363780975341797,-0.25374293327331543,-0.03427597135305405,0.5533139705657959,0.5201460123062134,0.7220291495323181,-0.3518255352973938,0.33070260286331177,-0.2990879416465759,0.48831090331077576,0.20776508748531342,0.04591333866119385,-0.45383307337760925,0.37802717089653015,0.977519154548645,0.21991069614887238,-0.09903579950332642,-0.24428986012935638,0.19938743114471436,0.3247562348842621,-0.6315672397613525,0.8211166858673096,0.6784948706626892,0.01145230233669281,-0.43527650833129883,-0.04807606339454651,-0.26985490322113037,0.556756854057312,-0.2792193591594696,0.7435364723205566,0.656861424446106,-0.7461516857147217,1.562191128730774,-0.7016015648841858,-0.32648932933807373,0.2085416167974472,-0.1794702261686325,-0.5668372511863708,-0.09085921943187714,0.10049840807914734,0.29215776920318604,-0.6065552830696106,0.09043514728546143,-0.31296107172966003,-0.3413953185081482,-0.24556180834770203,-0.6917860507965088,-0.36348944902420044,0.010047873482108116,-0.08765368163585663,-0.76555997133255,0.1006985604763031,-0.11428345739841461,0.5076518058776855,0.5502704977989197,0.44511398673057556,0.08307882398366928,0.10690069198608398,0.405554860830307,0.7406525015830994,0.5360770225524902,0.5705771446228027,-0.07051447778940201,-0.5766848921775818,-0.7619010806083679,-0.5515841245651245,0.1435088813304901,-0.5929613709449768,-0.0957825556397438,-0.32898280024528503,-0.0356546975672245,0.48171189427375793,0.4773034155368805,0.6212713122367859,0.8154361844062805,0.36526793241500854,0.03955114260315895,-0.06203635782003403,0.5364837050437927,0.3895992040634155,-0.3934958279132843,0.6579408645629883,-0.14654557406902313,-0.34592491388320923,0.5044785737991333,0.2649160325527191,-0.33893269300460815,-0.5770105719566345,0.05028943717479706,-0.13112404942512512,1.814584732055664,0.07528193295001984,-0.5202812552452087,0.05470763519406319,0.5495022535324097,0.38163095712661743,0.041131071746349335,-1.5158497095108032,-0.004168377257883549,-0.8579655289649963,0.4263466000556946,-0.361749529838562,0.278958261013031,-0.03444948419928551,0.02999895066022873,-0.1717001050710678,-0.11725404858589172,-0.17118947207927704,-0.06096801534295082,-0.4087378680706024,-0.2145521640777588,0.06198699772357941,0.7819340229034424,0.159708634018898,-0.15426260232925415,-0.10553304105997086,0.23884697258472443,0.2308756411075592,-0.1303134560585022,-0.3270733952522278,-0.11331463605165482,0.25501543283462524,0.04677966237068176,0.4477348029613495,0.24165864288806915,-0.5143054723739624,-0.12088415026664734,-0.420339971780777,0.09395396709442139,-0.20340222120285034,0.14180514216423035,-0.3104792833328247,-0.27520203590393066,-0.1570524126291275,0.11204338818788528,1.6240358352661133,0.08893971890211105,0.34331902861595154,0.613957941532135,0.5107604265213013,0.27685099840164185,-0.9064251184463501,-0.06353360414505005,-0.259678453207016,-0.28650158643722534,-0.5821746587753296,-0.34704992175102234,0.36348360776901245,0.2516482472419739,-0.4071698486804962,0.5224170684814453,-0.4491831064224243,-0.5736499428749084,0.1477729082107544,-0.06810618937015533,0.3612827956676483,-0.45123228430747986,0.32660067081451416,-0.10666713118553162,0.13459278643131256,-2.2229974269866943,-0.3477877378463745,0.3488420844078064,0.4044983983039856,-0.2345704734325409,-0.10717625916004181,0.906525194644928,-0.28696301579475403,0.09359464794397354,-0.09975163638591766,1.0217645168304443,0.2725380063056946,0.07841036468744278,-0.3570481836795807,-0.1509595513343811,-0.020793050527572632,-0.5213866829872131,0.5541163682937622,-0.14262673258781433,-0.5852187871932983,-0.18209117650985718,0.2259274274110794,1.8361046314239502,0.4199231266975403,0.4403335154056549,-0.14897306263446808,0.18112975358963013,-0.6883828043937683,-1.5124961137771606,0.08724958449602127,-0.2110169380903244,-0.303749680519104,0.5537800788879395,-0.015574820339679718,-0.26653873920440674,0.8411809802055359,0.7204349040985107,0.2330830842256546,0.9831764698028564,-0.27628931403160095,1.5168555974960327,-0.4546453654766083,-0.13595813512802124,0.035825908184051514,0.4817785918712616,0.2007928341627121,0.4442481994628906,-0.11799094080924988,-0.5141363143920898,-0.17784850299358368,0.03625671565532684,0.32524847984313965,-0.5588617920875549,0.5742850303649902,0.6476082801818848,0.07636817544698715,0.03143012896180153,0.2117924690246582,0.4150613248348236,0.12225673347711563,0.07283362746238708,-0.32426416873931885,-0.10947415232658386,-0.9796180129051208,-0.58451908826828]},"workflow":{"author":"@@official.shinkai","description":"Reviews in depth all the content to generate a summary.","name":"Extensive_summary","raw":"\n workflow Extensive_summary v0.1 {\n step Initialize {\n $PROMPT = \"Summarize this: \"\n $EMBEDDINGS = call process_embeddings_in_job_scope()\n }\n step Summarize {\n $RESULT = call multi_inference($PROMPT, $EMBEDDINGS)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"Summarize this: "}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[],"name":"process_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$EMBEDDINGS"}],"name":"multi_inference"}}}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.14187908172607422,0.07583868503570557,-0.1421809196472168,-0.4323878884315491,-0.42664965987205505,0.046849559992551804,-0.8158701062202454,0.15297630429267883,-0.16607017815113068,-0.21853193640708923,-0.16340801119804382,0.6677985787391663,-0.19152189791202545,0.5904586315155029,0.40547093749046326,0.09474550932645798,0.0738377571105957,-0.20058774948120117,-1.4982798099517822,-0.3889033794403076,0.3382630944252014,0.6034066081047058,0.5315347909927368,0.20165611803531647,0.16672353446483612,-0.3925483524799347,0.5229673981666565,-0.250005304813385,-0.9899972677230835,-1.4696030616760254,0.4951785206794739,0.08730178326368332,-0.5763459205627441,-0.782668948173523,-0.3123490810394287,-0.7722365856170654,0.46532830595970154,-0.32689231634140015,-0.4865015149116516,0.08506229519844055,0.00917149893939495,0.06026414781808853,0.1394553780555725,0.5423824191093445,0.24310395121574402,-0.20889389514923096,0.5459172129631042,0.11378882825374603,0.7942243814468384,0.24327901005744934,-0.23516055941581726,-0.5850962400436401,-0.12949596345424652,0.03864728659391403,-0.5983431339263916,-0.1482301652431488,0.017660021781921387,-0.6525591015815735,0.2674601972103119,-0.18487292528152466,0.09401226043701172,0.41913047432899475,-4.160834789276123,0.14820118248462677,0.6169673204421997,0.3937207758426666,0.15733106434345245,0.3485690653324127,0.28549227118492126,0.5086294412612915,0.19813400506973267,0.5364521741867065,-0.632810115814209,1.0120090246200562,0.23171481490135193,-0.2400963306427002,-0.2792987525463104,0.24812301993370056,0.23835693299770355,-0.5135446786880493,0.010987041518092155,0.19477015733718872,-0.15461350977420807,0.16267496347427368,-0.045803558081388474,0.619424045085907,-0.39048507809638977,0.14978235960006714,0.17055445909500122,-0.158242866396904,0.03393334522843361,0.18169568479061127,0.5247659087181091,-0.17400601506233215,-0.1385994851589203,0.41019803285598755,0.1871640533208847,0.1514461189508438,-0.256413072347641,3.4032623767852783,-0.2470998615026474,0.054286252707242966,0.5724230408668518,-0.2205197662115097,0.9012041091918945,-0.19236226379871368,-0.38492351770401,-0.3862306475639343,0.07374817878007889,-0.3310091495513916,0.3329576253890991,-0.5997448563575745,-0.585507869720459,0.28942808508872986,0.11497091501951218,0.25982534885406494,-0.2728015184402466,0.03049594722688198,0.18330594897270203,0.7177853584289551,-0.3926199674606323,0.4133842885494232,-0.2551408112049103,-0.3687109351158142,-0.6202312111854553,-0.08711555600166321,0.07144524157047272,0.4391019642353058,-0.48474353551864624,-0.03275647759437561,0.07257544249296188,0.4408814311027527,-0.6374433040618896,0.20983479917049408,0.3005077540874481,0.28324568271636963,0.49447184801101685,-0.716524064540863,0.1071212887763977,-0.6413745880126953,0.38260990381240845,-1.9590024948120117,0.6588780879974365,-0.27647921442985535,0.6196117997169495,-0.1884683221578598,-0.8515774607658386,0.03766722232103348,-0.8596463799476624,-0.36463552713394165,0.05257471650838852,0.8139520287513733,-0.3151227831840515,-0.47034981846809387,0.6939683556556702,0.3340930640697479,-0.3238818049430847,-0.19557815790176392,-0.4720239043235779,0.3723565340042114,-0.3821961581707001,-0.015553990378975868,-0.1842304766178131,0.3758322596549988,0.5742527842521667,-0.21211104094982147,0.09875983744859695,0.2490798830986023,0.5474010705947876,0.2018107771873474,0.18650491535663605,0.20751601457595825,-0.04770899936556816,0.7814698815345764,-0.2165263295173645,-0.1299223154783249,0.5951535701751709,-0.3130226135253906,0.23758254945278168,-0.37107419967651367,0.20358940958976746,0.7104962468147278,-0.20047391951084137,-0.20271843671798706,0.4424407482147217,0.19954124093055725,0.07035503536462784,0.15166562795639038,0.9325768947601318,0.6301342844963074,-0.7351522445678711,1.6102107763290405,-0.7829294204711914,0.32700732350349426,-0.058098629117012024,0.045075200498104095,0.6763348579406738,0.5060808658599854,-0.054517682641744614,-0.264178067445755,-0.5114969611167908,0.00625075027346611,0.03923812136054039,-0.17632529139518738,-0.11767692118883133,-0.9233779311180115,0.13604362308979034,0.3703244924545288,-0.6623839139938354,-0.39049920439720154,-0.07579284906387329,-0.13698460161685944,0.7629150748252869,0.48995909094810486,0.9208589792251587,0.4375759959220886,0.28875190019607544,-0.2213965356349945,0.23885954916477203,0.679949164390564,-0.0596809908747673,-0.05452588200569153,-0.15628066658973694,-0.7953881025314331,-0.7814185619354248,0.3822319507598877,-0.5974472165107727,-0.14312489330768585,-0.4070776700973511,-0.1826905757188797,0.32271429896354675,0.9271995425224304,0.18584516644477844,1.2840018272399902,0.4365410804748535,-0.02652157098054886,0.02658163011074066,0.3473488390445709,0.21874365210533142,-0.2585575580596924,0.07496833801269531,-0.22626391053199768,-0.03303380310535431,-0.1320803165435791,-0.14850276708602905,-0.3217824697494507,0.16020183265209198,-0.40926632285118103,-0.17210610210895538,1.577845811843872,0.8434256315231323,0.27987784147262573,0.22946380078792572,0.6125838756561279,0.4759698808193207,0.07742919772863388,-2.060063362121582,-0.03507978096604347,-0.9051398038864136,0.8023205399513245,0.2247263491153717,-0.6522582769393921,0.7180777788162231,-0.013325845822691917,-0.0257742777466774,-0.5257350206375122,-0.3344747722148895,-0.7093104124069214,-0.4572891592979431,-0.18460650742053986,-0.6535914540290833,0.8007133603096008,-0.536848247051239,0.30619677901268005,-0.493231862783432,-0.014323936775326729,0.4978281259536743,-0.0030794665217399597,-0.2481517493724823,-0.3133264482021332,0.002001360058784485,-0.011509331874549389,0.21464860439300537,0.5485049486160278,-0.3765815496444702,0.1401711255311966,-0.8785775899887085,-0.3240959048271179,-0.20333558320999146,0.43062275648117065,-0.3104051351547241,-0.30616292357444763,-0.8821609616279602,0.004715591669082642,1.7277467250823975,-0.12392240762710571,-0.4378693699836731,0.5383774042129517,0.2266434282064438,-0.42365556955337524,-0.07243897765874863,-0.30088502168655396,-0.22116057574748993,0.3635059595108032,-0.5954548120498657,-0.5572016835212708,0.5732345581054688,-0.009494524449110031,-0.42036524415016174,-0.6475569009780884,-0.5296939015388489,0.001051396131515503,0.17124859988689423,0.04548186436295509,0.5520957708358765,-0.3707170784473419,0.4993881583213806,0.22206677496433258,0.10656335949897766,-2.1964528560638428,0.29843077063560486,0.11888603121042252,0.023233095183968544,-0.1581459641456604,-0.5272479057312012,0.5069766640663147,-0.12237869948148727,0.2893352210521698,-0.5041003227233887,1.5441375970840454,0.26785916090011597,-0.29442334175109863,-0.2681099474430084,0.08847182244062424,0.5359093546867371,-0.36996424198150635,-0.10952935367822647,0.11896228045225143,-0.4257822036743164,-0.20955094695091248,0.35101062059402466,1.6261978149414062,0.5440266728401184,0.5688925385475159,-0.2756617069244385,0.4675682485103607,-0.3557487726211548,-1.3642526865005493,0.4365547299385071,-0.13382568955421448,0.21290792524814606,0.8203119039535522,-0.038132961839437485,-0.07934063673019409,0.31086212396621704,0.6105928421020508,-0.22249358892440796,0.08326681703329086,0.45413243770599365,1.8157178163528442,0.12264581024646759,-0.22863736748695374,-0.3735007643699646,-0.1298276036977768,-0.453700989484787,0.09889522939920425,0.17017121613025665,-0.4924175441265106,0.3417484760284424,0.10947395116090775,0.1092374175786972,-0.1574586033821106,0.4207218885421753,0.24509605765342712,0.6779632568359375,0.08494838327169418,-0.1385427713394165,1.0039645433425903,-0.13069170713424683,-0.07489370554685593,0.2380109429359436,-0.090513214468956,-0.371148943901062,-0.46930617094039917]},"workflow":{"author":"@@official.shinkai","description":"Generates a passage to answer a question and uses embeddings to refine the answer.","name":"Hyde_inference","raw":"\n workflow Hyde_inference v0.1 {\n step Initialize {\n $PROMPT = \"write a passage to answer the question: \"\n $HYDE_PROMPT = call concat($PROMPT, $INPUT)\n $HYDE_PASSAGE = call inference_no_ws($HYDE_PROMPT)\n $HYDE_INPUT = call concat($INPUT, \". \", $HYDE_PASSAGE )\n $EMBEDDINGS = call search_embeddings_in_job_scope($HYDE_INPUT)\n }\n step Summarize {\n $CONNECTOR = \"\\nLeverage the following information to answer the previous query: --- start ---\"\n $NEW_INPUT = call concat($INPUT, $CONNECTOR, $EMBEDDINGS) \n $RESULT = call inference($NEW_INPUT)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"write a passage to answer the question: "}},{"type":"registeroperation","value":{"register":"$HYDE_PROMPT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$INPUT"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$HYDE_PASSAGE","value":{"args":[{"type":"register","value":"$HYDE_PROMPT"}],"name":"inference_no_ws"}}},{"type":"registeroperation","value":{"register":"$HYDE_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"string","value":". "},{"type":"register","value":"$HYDE_PASSAGE"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[{"type":"register","value":"$HYDE_INPUT"}],"name":"search_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$CONNECTOR","value":"\\nLeverage the following information to answer the previous query: --- start ---"}},{"type":"registeroperation","value":{"register":"$NEW_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$CONNECTOR"},{"type":"register","value":"$EMBEDDINGS"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$NEW_INPUT"}],"name":"inference"}}}]}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6471904516220093,0.869184672832489,-0.13009776175022125,0.3706253170967102,0.058542389422655106,0.0398530550301075,-0.8925398588180542,0.6439904570579529,-0.014081384055316448,-0.0003129197284579277,0.06218566745519638,1.0437557697296143,-0.2166575938463211,-0.4530925154685974,0.48392191529273987,0.07067660242319107,0.4947894811630249,-1.0036343336105347,-1.5669584274291992,-0.25242674350738525,-0.2581058740615845,0.10134267807006836,0.5156978368759155,0.4072304964065552,-0.061466459184885025,-0.10469011217355728,-0.3973107933998108,-0.4111284017562866,-0.532015860080719,-1.9298112392425537,0.8579602837562561,0.6487395167350769,0.17690561711788177,-0.5573434233665466,0.49092575907707214,-0.7195258140563965,0.09316147118806839,-0.221267431974411,-0.4659932255744934,0.14054806530475616,0.3097536563873291,-0.05012797191739082,0.03211413323879242,-0.25558924674987793,0.1968521922826767,-0.3414410948753357,0.09390739351511002,-0.5322465896606445,0.8975782990455627,0.6745802164077759,-0.10079587996006012,-0.8580942153930664,-0.2701351046562195,-0.5429860353469849,-0.6983835101127625,-0.7225162982940674,0.0833580493927002,-0.46106913685798645,0.5310021638870239,0.30897077918052673,0.5610407590866089,0.8879472017288208,-3.1154425144195557,-0.010093498975038528,-0.0034531783312559128,0.21181488037109375,0.5457139611244202,-0.6004058718681335,0.11295884102582932,-0.25245481729507446,0.22727562487125397,-0.00552237406373024,-0.27501797676086426,1.020498514175415,-0.0426032729446888,-0.07850196212530136,0.10912743210792542,-0.048930540680885315,0.37893879413604736,0.7143961787223816,0.236716628074646,0.12845349311828613,-0.3638773262500763,-0.8602068424224854,-0.9300206899642944,0.6710832715034485,-1.0256894826889038,0.20375940203666687,0.6883171200752258,0.02128821238875389,-0.3248605728149414,-0.405330628156662,0.14445632696151733,-0.25526347756385803,-0.5163797736167908,0.09515348821878433,0.3547923266887665,-0.20990633964538574,-0.5647737979888916,3.2971179485321045,0.43020594120025635,0.015458021312952042,0.40862205624580383,-1.2402257919311523,0.4506300985813141,-0.1274546980857849,0.44355157017707825,-0.29047879576683044,-0.063172347843647,0.5326687693595886,0.7222721576690674,-1.1308698654174805,-0.5380001068115234,0.014300033450126648,0.4315015971660614,0.35544803738594055,-0.6790104508399963,-0.08305224776268005,0.06133619695901871,0.6336511373519897,-0.08538167923688889,-0.18253937363624573,-0.589817464351654,0.11570383608341217,0.5377487540245056,0.3500204086303711,0.12443871796131134,0.6940184235572815,0.45361843705177307,-0.05168326199054718,-0.7300811409950256,-0.4839347004890442,0.142050102353096,0.1919815093278885,-0.28162142634391785,0.14351004362106323,0.6652826070785522,-1.546840786933899,0.4760947823524475,-0.8080083727836609,0.3466385006904602,-1.1557395458221436,0.8139035701751709,0.1280711591243744,0.578045129776001,0.09844465553760529,0.15166804194450378,0.49218258261680603,-0.592048704624176,-0.5757482051849365,-0.12986528873443604,0.39437994360923767,-0.26905643939971924,0.6307496428489685,-0.010331615805625916,-0.3047313392162323,0.4217190146446228,-0.6493182182312012,-0.901461660861969,0.3152872323989868,0.08381734788417816,-0.07493003457784653,-0.05090440809726715,-0.2185196429491043,0.3721792697906494,0.03452133387327194,0.5676785707473755,0.010354803875088692,-0.38807088136672974,-0.33119314908981323,0.028020784258842468,-0.20686379075050354,0.598992645740509,0.3552870750427246,-0.06247380003333092,-0.45866045355796814,-0.1670842170715332,-0.2676081359386444,0.34839028120040894,-0.27904802560806274,1.0299646854400635,0.5095227360725403,-0.007906168699264526,-0.7480809688568115,-0.4210103750228882,0.36453086137771606,0.3037938177585602,0.401900053024292,0.35482776165008545,0.20925727486610413,-0.9297491312026978,1.7286663055419922,-0.7943207621574402,-0.3716811537742615,-0.0030510704964399338,-0.05478664115071297,0.33657240867614746,0.11148475855588913,0.7262735366821289,0.07511518150568008,-1.011165976524353,0.4064694046974182,-0.5839905142784119,0.05678453668951988,-0.018933631479740143,-0.4844234585762024,-0.23030807077884674,0.63567054271698,-0.40515244007110596,-0.001641537994146347,-0.46259212493896484,-0.056332141160964966,1.1308341026306152,0.13591083884239197,1.1774829626083374,0.14494603872299194,0.2764368951320648,0.41334840655326843,0.550201952457428,0.4353313446044922,0.17316223680973053,0.2967711389064789,0.055691033601760864,-0.7048414945602417,-0.8420203328132629,0.20157870650291443,-0.7847700715065002,0.2667526602745056,-0.3029843270778656,-0.4412466883659363,0.492992103099823,1.649946689605713,1.1065045595169067,0.6687238812446594,-0.3139769732952118,1.1585993766784668,-0.3947412967681885,0.7221721410751343,0.3510419726371765,-1.0486031770706177,0.6042978763580322,-0.03906836360692978,0.1770707219839096,0.5943276286125183,0.5744427442550659,0.952680230140686,-0.7867069840431213,-0.5734013319015503,0.3523120880126953,0.5987999439239502,0.4723561406135559,0.06937238574028015,0.25929343700408936,-0.2417317032814026,0.04371216520667076,0.15090328454971313,-1.799705147743225,-0.10819551348686218,-1.214267611503601,0.8397499918937683,-0.1517556607723236,-0.46347588300704956,0.484796404838562,-0.22930237650871277,0.12266376614570618,-0.14751464128494263,-1.0167911052703857,-0.12199528515338898,0.15945875644683838,0.16799932718276978,0.658694863319397,0.08290178328752518,-0.9642283320426941,-0.062315039336681366,-0.658088743686676,-0.1933036744594574,0.2459159791469574,-0.019481398165225983,0.17950135469436646,-0.1737447828054428,0.5778473019599915,-0.07352614402770996,-0.6355828642845154,0.11068982630968094,0.13860180974006653,-0.5710717439651489,-0.3167531490325928,-0.9638973474502563,-0.9153116345405579,0.840050458908081,-0.17762640118598938,-0.07433579862117767,-1.3979556560516357,-0.3146652281284332,1.1205556392669678,0.8662362098693848,0.3638584315776825,0.4011578857898712,0.24811376631259918,-0.4145699143409729,-0.011273689568042755,0.24439942836761475,0.43005436658859253,-0.5847524404525757,-1.087092638015747,-0.020224638283252716,0.23650935292243958,-0.23103179037570953,0.155155748128891,0.5636894106864929,-0.5954899787902832,0.1913319081068039,-0.5118244886398315,-0.7183579206466675,0.5446897745132446,0.037009403109550476,0.43679919838905334,1.6491974592208862,0.5292443633079529,-1.5335686206817627,-0.1553112119436264,0.3763105273246765,-0.030153200030326843,-0.17770159244537354,0.5310444235801697,0.3126172721385956,-0.21302232146263123,0.12594887614250183,-0.3037858009338379,1.3121366500854492,0.5353202819824219,-0.028928963467478752,-0.4068557620048523,0.3011843264102936,0.3277738094329834,0.19189999997615814,0.10236210376024246,-0.03799375891685486,-0.361151784658432,-0.45074906945228577,0.4530879557132721,0.9845030903816223,0.5856509804725647,0.20175564289093018,-0.22198954224586487,-0.08274129778146744,-0.5585842728614807,-0.5663407444953918,0.423212468624115,-0.24667614698410034,-0.6618390679359436,0.3325527012348175,-0.05457448214292526,-0.32858094573020935,0.9154102206230164,0.5950471758842468,-1.0673946142196655,0.24787873029708862,-0.6336594820022583,1.8876453638076782,-0.5635120272636414,-0.14454902708530426,-0.35826629400253296,0.6061144471168518,-0.6800244450569153,0.3382498025894165,-0.1123376339673996,-0.7211455702781677,0.08137848973274231,0.08708680421113968,-0.45181331038475037,-0.16434018313884735,0.22661544382572174,0.7517949342727661,0.3511640131473541,-0.011764518916606903,0.02135103940963745,0.29556936025619507,0.32051676511764526,0.5133643746376038,-0.03480251133441925,-0.3237965703010559,-0.03804405406117439,-0.3276788592338562]},"workflow":{"author":"@@official.shinkai","description":"Generates user stories and acceptance criteria for specified topics, focusing on Agile framework principles. This prompt specializes in translating topics into structured Agile documentation, specifically for user story and acceptance criteria creation. The expected output is a JSON-formatted document detailing the topic, user story, and acceptance criteria.","name":"Agility_story","raw":"\n workflow Agility_story v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert in the Agile framework. You deeply understand user story and acceptance criteria creation. You will be given a topic. Please write the appropriate information for what is requested. \n\n# STEPS\n\nPlease write a user story and acceptance criteria for the requested topic.\n\n# OUTPUT INSTRUCTIONS\n\nOutput the results in JSON format as defined in this example:\n\n{\n \\\"Topic\\\": \\\"Automating data quality automation\\\",\n \\\"Story\\\": \\\"As a user, I want to be able to create a new user account so that I can access the system.\\\",\n \\\"Criteria\\\": \\\"Given that I am a user, when I click the 'Create Account' button, then I should be prompted to enter my email address, password, and confirm password. When I click the 'Submit' button, then I should be redirected to the login page.\\\"\n}\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert in the Agile framework. You deeply understand user story and acceptance criteria creation. You will be given a topic. Please write the appropriate information for what is requested. \n\n# STEPS\n\nPlease write a user story and acceptance criteria for the requested topic.\n\n# OUTPUT INSTRUCTIONS\n\nOutput the results in JSON format as defined in this example:\n\n{\n \\\"Topic\\\": \\\"Automating data quality automation\\\",\n \\\"Story\\\": \\\"As a user, I want to be able to create a new user account so that I can access the system.\\\",\n \\\"Criteria\\\": \\\"Given that I am a user, when I click the 'Create Account' button, then I should be prompted to enter my email address, password, and confirm password. When I click the 'Submit' button, then I should be redirected to the login page.\\\"\n}\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"}]"#; -pub static WORKFLOWS_JSON: &str = r#"[{"content":[{"embedding":{"id":"","vector":[0.6185425519943237,0.5770716071128845,-0.06901249289512634,0.10936513543128967,-0.2900839149951935,-0.04963872581720352,-0.8426687717437744,-0.3417555093765259,-0.003016328439116478,0.35827577114105225,-0.13063178956508636,0.765045166015625,0.2911629378795624,0.09577026963233948,0.18802501261234283,0.25097396969795227,-0.1416996717453003,-0.48802071809768677,-1.079758644104004,0.030188394710421562,0.38069552183151245,0.7589226961135864,0.5186763405799866,0.3120052218437195,0.024780578911304474,-0.2522777318954468,-0.30607810616493225,-0.44201046228408813,-0.9130169749259949,-2.361416816711426,0.47727489471435547,0.033995918929576874,-0.5930171012878418,-0.5933050513267517,0.007403463125228882,-0.7571592330932617,0.20754697918891907,0.19809389114379883,-0.35078683495521545,-0.3088398575782776,-0.3247959017753601,0.32214322686195374,-0.42058348655700684,0.513374924659729,0.35342735052108765,-0.09491585195064545,-0.057994067668914795,-0.18541572988033295,0.495993047952652,0.2787748873233795,-0.31007805466651917,-0.09423528611660004,-0.21697752177715302,0.4147440493106842,-0.49068719148635864,0.41662368178367615,-0.19621138274669647,-0.24372121691703796,0.1756460964679718,0.03713398426771164,0.45484355092048645,0.42960941791534424,-4.227569580078125,0.29272401332855225,0.12375035136938095,0.4059436619281769,0.3163694143295288,-0.2871149480342865,-0.1744455099105835,-0.032661572098731995,-0.11632923781871796,0.20387285947799683,-0.15734420716762543,-0.0969594195485115,-0.2492830753326416,-0.2685436010360718,0.4204590916633606,0.41659262776374817,-0.05496557056903839,-0.656544029712677,-0.7041829824447632,0.47391578555107117,0.045769598335027695,0.06309700757265091,-0.036577604711055756,0.614136815071106,-0.30505380034446716,-0.33875617384910583,0.3090839982032776,-0.0983939915895462,0.027629775926470757,-0.21015238761901855,-0.012746727094054222,0.33762651681900024,-0.8523719906806946,0.299882173538208,0.1265852004289627,0.16994865238666534,0.49072161316871643,3.5243804454803467,0.646750271320343,-0.2289738804101944,0.5592519044876099,-0.34823620319366455,0.09282161295413971,-0.5424246788024902,-0.19424214959144592,-0.2580539286136627,0.4250911772251129,-0.14823250472545624,0.10308226943016052,-0.7084073424339294,0.0853775292634964,0.36782515048980713,0.27431491017341614,0.7250540256500244,-0.3962259888648987,0.30903759598731995,-0.008757646195590496,0.254861980676651,-0.6955358982086182,0.13710637390613556,0.08261017501354218,0.14446701109409332,-0.3964174687862396,0.05272269248962402,-0.34483134746551514,0.3475770652294159,0.4002322554588318,0.20803560316562653,-0.03503800183534622,-0.1441648304462433,-0.8146499991416931,0.13312356173992157,-0.11888116598129272,-0.3107947111129761,0.48871690034866333,-0.6626825332641602,0.3126397132873535,-1.071461796760559,0.002343207597732544,-1.6490967273712158,0.8243210911750793,0.4924551546573639,0.6556935906410217,-0.12823167443275452,0.06764276325702667,0.030220970511436462,-0.44628944993019104,-0.5765290856361389,0.20411275327205658,0.7472643852233887,0.05090409144759178,0.17297692596912384,0.6236547231674194,-0.14942525327205658,-0.10176534205675125,0.4003012478351593,-0.6492709517478943,0.23363780975341797,-0.25374293327331543,-0.03427597135305405,0.5533139705657959,0.5201460123062134,0.7220291495323181,-0.3518255352973938,0.33070260286331177,-0.2990879416465759,0.48831090331077576,0.20776508748531342,0.04591333866119385,-0.45383307337760925,0.37802717089653015,0.977519154548645,0.21991069614887238,-0.09903579950332642,-0.24428986012935638,0.19938743114471436,0.3247562348842621,-0.6315672397613525,0.8211166858673096,0.6784948706626892,0.01145230233669281,-0.43527650833129883,-0.04807606339454651,-0.26985490322113037,0.556756854057312,-0.2792193591594696,0.7435364723205566,0.656861424446106,-0.7461516857147217,1.562191128730774,-0.7016015648841858,-0.32648932933807373,0.2085416167974472,-0.1794702261686325,-0.5668372511863708,-0.09085921943187714,0.10049840807914734,0.29215776920318604,-0.6065552830696106,0.09043514728546143,-0.31296107172966003,-0.3413953185081482,-0.24556180834770203,-0.6917860507965088,-0.36348944902420044,0.010047873482108116,-0.08765368163585663,-0.76555997133255,0.1006985604763031,-0.11428345739841461,0.5076518058776855,0.5502704977989197,0.44511398673057556,0.08307882398366928,0.10690069198608398,0.405554860830307,0.7406525015830994,0.5360770225524902,0.5705771446228027,-0.07051447778940201,-0.5766848921775818,-0.7619010806083679,-0.5515841245651245,0.1435088813304901,-0.5929613709449768,-0.0957825556397438,-0.32898280024528503,-0.0356546975672245,0.48171189427375793,0.4773034155368805,0.6212713122367859,0.8154361844062805,0.36526793241500854,0.03955114260315895,-0.06203635782003403,0.5364837050437927,0.3895992040634155,-0.3934958279132843,0.6579408645629883,-0.14654557406902313,-0.34592491388320923,0.5044785737991333,0.2649160325527191,-0.33893269300460815,-0.5770105719566345,0.05028943717479706,-0.13112404942512512,1.814584732055664,0.07528193295001984,-0.5202812552452087,0.05470763519406319,0.5495022535324097,0.38163095712661743,0.041131071746349335,-1.5158497095108032,-0.004168377257883549,-0.8579655289649963,0.4263466000556946,-0.361749529838562,0.278958261013031,-0.03444948419928551,0.02999895066022873,-0.1717001050710678,-0.11725404858589172,-0.17118947207927704,-0.06096801534295082,-0.4087378680706024,-0.2145521640777588,0.06198699772357941,0.7819340229034424,0.159708634018898,-0.15426260232925415,-0.10553304105997086,0.23884697258472443,0.2308756411075592,-0.1303134560585022,-0.3270733952522278,-0.11331463605165482,0.25501543283462524,0.04677966237068176,0.4477348029613495,0.24165864288806915,-0.5143054723739624,-0.12088415026664734,-0.420339971780777,0.09395396709442139,-0.20340222120285034,0.14180514216423035,-0.3104792833328247,-0.27520203590393066,-0.1570524126291275,0.11204338818788528,1.6240358352661133,0.08893971890211105,0.34331902861595154,0.613957941532135,0.5107604265213013,0.27685099840164185,-0.9064251184463501,-0.06353360414505005,-0.259678453207016,-0.28650158643722534,-0.5821746587753296,-0.34704992175102234,0.36348360776901245,0.2516482472419739,-0.4071698486804962,0.5224170684814453,-0.4491831064224243,-0.5736499428749084,0.1477729082107544,-0.06810618937015533,0.3612827956676483,-0.45123228430747986,0.32660067081451416,-0.10666713118553162,0.13459278643131256,-2.2229974269866943,-0.3477877378463745,0.3488420844078064,0.4044983983039856,-0.2345704734325409,-0.10717625916004181,0.906525194644928,-0.28696301579475403,0.09359464794397354,-0.09975163638591766,1.0217645168304443,0.2725380063056946,0.07841036468744278,-0.3570481836795807,-0.1509595513343811,-0.020793050527572632,-0.5213866829872131,0.5541163682937622,-0.14262673258781433,-0.5852187871932983,-0.18209117650985718,0.2259274274110794,1.8361046314239502,0.4199231266975403,0.4403335154056549,-0.14897306263446808,0.18112975358963013,-0.6883828043937683,-1.5124961137771606,0.08724958449602127,-0.2110169380903244,-0.303749680519104,0.5537800788879395,-0.015574820339679718,-0.26653873920440674,0.8411809802055359,0.7204349040985107,0.2330830842256546,0.9831764698028564,-0.27628931403160095,1.5168555974960327,-0.4546453654766083,-0.13595813512802124,0.035825908184051514,0.4817785918712616,0.2007928341627121,0.4442481994628906,-0.11799094080924988,-0.5141363143920898,-0.17784850299358368,0.03625671565532684,0.32524847984313965,-0.5588617920875549,0.5742850303649902,0.6476082801818848,0.07636817544698715,0.03143012896180153,0.2117924690246582,0.4150613248348236,0.12225673347711563,0.07283362746238708,-0.32426416873931885,-0.10947415232658386,-0.9796180129051208,-0.58451908826828]},"workflow":{"author":"@@official.shinkai","description":"Reviews in depth all the content to generate a summary.","name":"Extensive_summary","raw":"\n workflow Extensive_summary v0.1 {\n step Initialize {\n $PROMPT = \"Summarize this: \"\n $EMBEDDINGS = call process_embeddings_in_job_scope()\n }\n step Summarize {\n $RESULT = call multi_inference($PROMPT, $EMBEDDINGS)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"Summarize this: "}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[],"name":"process_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$EMBEDDINGS"}],"name":"multi_inference"}}}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.14187908172607422,0.07583868503570557,-0.1421809196472168,-0.4323878884315491,-0.42664965987205505,0.046849559992551804,-0.8158701062202454,0.15297630429267883,-0.16607017815113068,-0.21853193640708923,-0.16340801119804382,0.6677985787391663,-0.19152189791202545,0.5904586315155029,0.40547093749046326,0.09474550932645798,0.0738377571105957,-0.20058774948120117,-1.4982798099517822,-0.3889033794403076,0.3382630944252014,0.6034066081047058,0.5315347909927368,0.20165611803531647,0.16672353446483612,-0.3925483524799347,0.5229673981666565,-0.250005304813385,-0.9899972677230835,-1.4696030616760254,0.4951785206794739,0.08730178326368332,-0.5763459205627441,-0.782668948173523,-0.3123490810394287,-0.7722365856170654,0.46532830595970154,-0.32689231634140015,-0.4865015149116516,0.08506229519844055,0.00917149893939495,0.06026414781808853,0.1394553780555725,0.5423824191093445,0.24310395121574402,-0.20889389514923096,0.5459172129631042,0.11378882825374603,0.7942243814468384,0.24327901005744934,-0.23516055941581726,-0.5850962400436401,-0.12949596345424652,0.03864728659391403,-0.5983431339263916,-0.1482301652431488,0.017660021781921387,-0.6525591015815735,0.2674601972103119,-0.18487292528152466,0.09401226043701172,0.41913047432899475,-4.160834789276123,0.14820118248462677,0.6169673204421997,0.3937207758426666,0.15733106434345245,0.3485690653324127,0.28549227118492126,0.5086294412612915,0.19813400506973267,0.5364521741867065,-0.632810115814209,1.0120090246200562,0.23171481490135193,-0.2400963306427002,-0.2792987525463104,0.24812301993370056,0.23835693299770355,-0.5135446786880493,0.010987041518092155,0.19477015733718872,-0.15461350977420807,0.16267496347427368,-0.045803558081388474,0.619424045085907,-0.39048507809638977,0.14978235960006714,0.17055445909500122,-0.158242866396904,0.03393334522843361,0.18169568479061127,0.5247659087181091,-0.17400601506233215,-0.1385994851589203,0.41019803285598755,0.1871640533208847,0.1514461189508438,-0.256413072347641,3.4032623767852783,-0.2470998615026474,0.054286252707242966,0.5724230408668518,-0.2205197662115097,0.9012041091918945,-0.19236226379871368,-0.38492351770401,-0.3862306475639343,0.07374817878007889,-0.3310091495513916,0.3329576253890991,-0.5997448563575745,-0.585507869720459,0.28942808508872986,0.11497091501951218,0.25982534885406494,-0.2728015184402466,0.03049594722688198,0.18330594897270203,0.7177853584289551,-0.3926199674606323,0.4133842885494232,-0.2551408112049103,-0.3687109351158142,-0.6202312111854553,-0.08711555600166321,0.07144524157047272,0.4391019642353058,-0.48474353551864624,-0.03275647759437561,0.07257544249296188,0.4408814311027527,-0.6374433040618896,0.20983479917049408,0.3005077540874481,0.28324568271636963,0.49447184801101685,-0.716524064540863,0.1071212887763977,-0.6413745880126953,0.38260990381240845,-1.9590024948120117,0.6588780879974365,-0.27647921442985535,0.6196117997169495,-0.1884683221578598,-0.8515774607658386,0.03766722232103348,-0.8596463799476624,-0.36463552713394165,0.05257471650838852,0.8139520287513733,-0.3151227831840515,-0.47034981846809387,0.6939683556556702,0.3340930640697479,-0.3238818049430847,-0.19557815790176392,-0.4720239043235779,0.3723565340042114,-0.3821961581707001,-0.015553990378975868,-0.1842304766178131,0.3758322596549988,0.5742527842521667,-0.21211104094982147,0.09875983744859695,0.2490798830986023,0.5474010705947876,0.2018107771873474,0.18650491535663605,0.20751601457595825,-0.04770899936556816,0.7814698815345764,-0.2165263295173645,-0.1299223154783249,0.5951535701751709,-0.3130226135253906,0.23758254945278168,-0.37107419967651367,0.20358940958976746,0.7104962468147278,-0.20047391951084137,-0.20271843671798706,0.4424407482147217,0.19954124093055725,0.07035503536462784,0.15166562795639038,0.9325768947601318,0.6301342844963074,-0.7351522445678711,1.6102107763290405,-0.7829294204711914,0.32700732350349426,-0.058098629117012024,0.045075200498104095,0.6763348579406738,0.5060808658599854,-0.054517682641744614,-0.264178067445755,-0.5114969611167908,0.00625075027346611,0.03923812136054039,-0.17632529139518738,-0.11767692118883133,-0.9233779311180115,0.13604362308979034,0.3703244924545288,-0.6623839139938354,-0.39049920439720154,-0.07579284906387329,-0.13698460161685944,0.7629150748252869,0.48995909094810486,0.9208589792251587,0.4375759959220886,0.28875190019607544,-0.2213965356349945,0.23885954916477203,0.679949164390564,-0.0596809908747673,-0.05452588200569153,-0.15628066658973694,-0.7953881025314331,-0.7814185619354248,0.3822319507598877,-0.5974472165107727,-0.14312489330768585,-0.4070776700973511,-0.1826905757188797,0.32271429896354675,0.9271995425224304,0.18584516644477844,1.2840018272399902,0.4365410804748535,-0.02652157098054886,0.02658163011074066,0.3473488390445709,0.21874365210533142,-0.2585575580596924,0.07496833801269531,-0.22626391053199768,-0.03303380310535431,-0.1320803165435791,-0.14850276708602905,-0.3217824697494507,0.16020183265209198,-0.40926632285118103,-0.17210610210895538,1.577845811843872,0.8434256315231323,0.27987784147262573,0.22946380078792572,0.6125838756561279,0.4759698808193207,0.07742919772863388,-2.060063362121582,-0.03507978096604347,-0.9051398038864136,0.8023205399513245,0.2247263491153717,-0.6522582769393921,0.7180777788162231,-0.013325845822691917,-0.0257742777466774,-0.5257350206375122,-0.3344747722148895,-0.7093104124069214,-0.4572891592979431,-0.18460650742053986,-0.6535914540290833,0.8007133603096008,-0.536848247051239,0.30619677901268005,-0.493231862783432,-0.014323936775326729,0.4978281259536743,-0.0030794665217399597,-0.2481517493724823,-0.3133264482021332,0.002001360058784485,-0.011509331874549389,0.21464860439300537,0.5485049486160278,-0.3765815496444702,0.1401711255311966,-0.8785775899887085,-0.3240959048271179,-0.20333558320999146,0.43062275648117065,-0.3104051351547241,-0.30616292357444763,-0.8821609616279602,0.004715591669082642,1.7277467250823975,-0.12392240762710571,-0.4378693699836731,0.5383774042129517,0.2266434282064438,-0.42365556955337524,-0.07243897765874863,-0.30088502168655396,-0.22116057574748993,0.3635059595108032,-0.5954548120498657,-0.5572016835212708,0.5732345581054688,-0.009494524449110031,-0.42036524415016174,-0.6475569009780884,-0.5296939015388489,0.001051396131515503,0.17124859988689423,0.04548186436295509,0.5520957708358765,-0.3707170784473419,0.4993881583213806,0.22206677496433258,0.10656335949897766,-2.1964528560638428,0.29843077063560486,0.11888603121042252,0.023233095183968544,-0.1581459641456604,-0.5272479057312012,0.5069766640663147,-0.12237869948148727,0.2893352210521698,-0.5041003227233887,1.5441375970840454,0.26785916090011597,-0.29442334175109863,-0.2681099474430084,0.08847182244062424,0.5359093546867371,-0.36996424198150635,-0.10952935367822647,0.11896228045225143,-0.4257822036743164,-0.20955094695091248,0.35101062059402466,1.6261978149414062,0.5440266728401184,0.5688925385475159,-0.2756617069244385,0.4675682485103607,-0.3557487726211548,-1.3642526865005493,0.4365547299385071,-0.13382568955421448,0.21290792524814606,0.8203119039535522,-0.038132961839437485,-0.07934063673019409,0.31086212396621704,0.6105928421020508,-0.22249358892440796,0.08326681703329086,0.45413243770599365,1.8157178163528442,0.12264581024646759,-0.22863736748695374,-0.3735007643699646,-0.1298276036977768,-0.453700989484787,0.09889522939920425,0.17017121613025665,-0.4924175441265106,0.3417484760284424,0.10947395116090775,0.1092374175786972,-0.1574586033821106,0.4207218885421753,0.24509605765342712,0.6779632568359375,0.08494838327169418,-0.1385427713394165,1.0039645433425903,-0.13069170713424683,-0.07489370554685593,0.2380109429359436,-0.090513214468956,-0.371148943901062,-0.46930617094039917]},"workflow":{"author":"@@official.shinkai","description":"Generates a passage to answer a question and uses embeddings to refine the answer.","name":"Hyde_inference","raw":"\n workflow Hyde_inference v0.1 {\n step Initialize {\n $PROMPT = \"write a passage to answer the question: \"\n $HYDE_PROMPT = call concat($PROMPT, $INPUT)\n $HYDE_PASSAGE = call inference_no_ws($HYDE_PROMPT)\n $HYDE_INPUT = call concat($INPUT, \". \", $HYDE_PASSAGE )\n $EMBEDDINGS = call search_embeddings_in_job_scope($HYDE_INPUT)\n }\n step Summarize {\n $CONNECTOR = \"\\nLeverage the following information to answer the previous query: --- start ---\"\n $NEW_INPUT = call concat($INPUT, $CONNECTOR, $EMBEDDINGS) \n $RESULT = call inference($NEW_INPUT)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"write a passage to answer the question: "}},{"type":"registeroperation","value":{"register":"$HYDE_PROMPT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$INPUT"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$HYDE_PASSAGE","value":{"args":[{"type":"register","value":"$HYDE_PROMPT"}],"name":"inference_no_ws"}}},{"type":"registeroperation","value":{"register":"$HYDE_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"string","value":". "},{"type":"register","value":"$HYDE_PASSAGE"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[{"type":"register","value":"$HYDE_INPUT"}],"name":"search_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$CONNECTOR","value":"\\nLeverage the following information to answer the previous query: --- start ---"}},{"type":"registeroperation","value":{"register":"$NEW_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$CONNECTOR"},{"type":"register","value":"$EMBEDDINGS"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$NEW_INPUT"}],"name":"inference"}}}]}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6471904516220093,0.869184672832489,-0.13009776175022125,0.3706253170967102,0.058542389422655106,0.0398530550301075,-0.8925398588180542,0.6439904570579529,-0.014081384055316448,-0.0003129197284579277,0.06218566745519638,1.0437557697296143,-0.2166575938463211,-0.4530925154685974,0.48392191529273987,0.07067660242319107,0.4947894811630249,-1.0036343336105347,-1.5669584274291992,-0.25242674350738525,-0.2581058740615845,0.10134267807006836,0.5156978368759155,0.4072304964065552,-0.061466459184885025,-0.10469011217355728,-0.3973107933998108,-0.4111284017562866,-0.532015860080719,-1.9298112392425537,0.8579602837562561,0.6487395167350769,0.17690561711788177,-0.5573434233665466,0.49092575907707214,-0.7195258140563965,0.09316147118806839,-0.221267431974411,-0.4659932255744934,0.14054806530475616,0.3097536563873291,-0.05012797191739082,0.03211413323879242,-0.25558924674987793,0.1968521922826767,-0.3414410948753357,0.09390739351511002,-0.5322465896606445,0.8975782990455627,0.6745802164077759,-0.10079587996006012,-0.8580942153930664,-0.2701351046562195,-0.5429860353469849,-0.6983835101127625,-0.7225162982940674,0.0833580493927002,-0.46106913685798645,0.5310021638870239,0.30897077918052673,0.5610407590866089,0.8879472017288208,-3.1154425144195557,-0.010093498975038528,-0.0034531783312559128,0.21181488037109375,0.5457139611244202,-0.6004058718681335,0.11295884102582932,-0.25245481729507446,0.22727562487125397,-0.00552237406373024,-0.27501797676086426,1.020498514175415,-0.0426032729446888,-0.07850196212530136,0.10912743210792542,-0.048930540680885315,0.37893879413604736,0.7143961787223816,0.236716628074646,0.12845349311828613,-0.3638773262500763,-0.8602068424224854,-0.9300206899642944,0.6710832715034485,-1.0256894826889038,0.20375940203666687,0.6883171200752258,0.02128821238875389,-0.3248605728149414,-0.405330628156662,0.14445632696151733,-0.25526347756385803,-0.5163797736167908,0.09515348821878433,0.3547923266887665,-0.20990633964538574,-0.5647737979888916,3.2971179485321045,0.43020594120025635,0.015458021312952042,0.40862205624580383,-1.2402257919311523,0.4506300985813141,-0.1274546980857849,0.44355157017707825,-0.29047879576683044,-0.063172347843647,0.5326687693595886,0.7222721576690674,-1.1308698654174805,-0.5380001068115234,0.014300033450126648,0.4315015971660614,0.35544803738594055,-0.6790104508399963,-0.08305224776268005,0.06133619695901871,0.6336511373519897,-0.08538167923688889,-0.18253937363624573,-0.589817464351654,0.11570383608341217,0.5377487540245056,0.3500204086303711,0.12443871796131134,0.6940184235572815,0.45361843705177307,-0.05168326199054718,-0.7300811409950256,-0.4839347004890442,0.142050102353096,0.1919815093278885,-0.28162142634391785,0.14351004362106323,0.6652826070785522,-1.546840786933899,0.4760947823524475,-0.8080083727836609,0.3466385006904602,-1.1557395458221436,0.8139035701751709,0.1280711591243744,0.578045129776001,0.09844465553760529,0.15166804194450378,0.49218258261680603,-0.592048704624176,-0.5757482051849365,-0.12986528873443604,0.39437994360923767,-0.26905643939971924,0.6307496428489685,-0.010331615805625916,-0.3047313392162323,0.4217190146446228,-0.6493182182312012,-0.901461660861969,0.3152872323989868,0.08381734788417816,-0.07493003457784653,-0.05090440809726715,-0.2185196429491043,0.3721792697906494,0.03452133387327194,0.5676785707473755,0.010354803875088692,-0.38807088136672974,-0.33119314908981323,0.028020784258842468,-0.20686379075050354,0.598992645740509,0.3552870750427246,-0.06247380003333092,-0.45866045355796814,-0.1670842170715332,-0.2676081359386444,0.34839028120040894,-0.27904802560806274,1.0299646854400635,0.5095227360725403,-0.007906168699264526,-0.7480809688568115,-0.4210103750228882,0.36453086137771606,0.3037938177585602,0.401900053024292,0.35482776165008545,0.20925727486610413,-0.9297491312026978,1.7286663055419922,-0.7943207621574402,-0.3716811537742615,-0.0030510704964399338,-0.05478664115071297,0.33657240867614746,0.11148475855588913,0.7262735366821289,0.07511518150568008,-1.011165976524353,0.4064694046974182,-0.5839905142784119,0.05678453668951988,-0.018933631479740143,-0.4844234585762024,-0.23030807077884674,0.63567054271698,-0.40515244007110596,-0.001641537994146347,-0.46259212493896484,-0.056332141160964966,1.1308341026306152,0.13591083884239197,1.1774829626083374,0.14494603872299194,0.2764368951320648,0.41334840655326843,0.550201952457428,0.4353313446044922,0.17316223680973053,0.2967711389064789,0.055691033601760864,-0.7048414945602417,-0.8420203328132629,0.20157870650291443,-0.7847700715065002,0.2667526602745056,-0.3029843270778656,-0.4412466883659363,0.492992103099823,1.649946689605713,1.1065045595169067,0.6687238812446594,-0.3139769732952118,1.1585993766784668,-0.3947412967681885,0.7221721410751343,0.3510419726371765,-1.0486031770706177,0.6042978763580322,-0.03906836360692978,0.1770707219839096,0.5943276286125183,0.5744427442550659,0.952680230140686,-0.7867069840431213,-0.5734013319015503,0.3523120880126953,0.5987999439239502,0.4723561406135559,0.06937238574028015,0.25929343700408936,-0.2417317032814026,0.04371216520667076,0.15090328454971313,-1.799705147743225,-0.10819551348686218,-1.214267611503601,0.8397499918937683,-0.1517556607723236,-0.46347588300704956,0.484796404838562,-0.22930237650871277,0.12266376614570618,-0.14751464128494263,-1.0167911052703857,-0.12199528515338898,0.15945875644683838,0.16799932718276978,0.658694863319397,0.08290178328752518,-0.9642283320426941,-0.062315039336681366,-0.658088743686676,-0.1933036744594574,0.2459159791469574,-0.019481398165225983,0.17950135469436646,-0.1737447828054428,0.5778473019599915,-0.07352614402770996,-0.6355828642845154,0.11068982630968094,0.13860180974006653,-0.5710717439651489,-0.3167531490325928,-0.9638973474502563,-0.9153116345405579,0.840050458908081,-0.17762640118598938,-0.07433579862117767,-1.3979556560516357,-0.3146652281284332,1.1205556392669678,0.8662362098693848,0.3638584315776825,0.4011578857898712,0.24811376631259918,-0.4145699143409729,-0.011273689568042755,0.24439942836761475,0.43005436658859253,-0.5847524404525757,-1.087092638015747,-0.020224638283252716,0.23650935292243958,-0.23103179037570953,0.155155748128891,0.5636894106864929,-0.5954899787902832,0.1913319081068039,-0.5118244886398315,-0.7183579206466675,0.5446897745132446,0.037009403109550476,0.43679919838905334,1.6491974592208862,0.5292443633079529,-1.5335686206817627,-0.1553112119436264,0.3763105273246765,-0.030153200030326843,-0.17770159244537354,0.5310444235801697,0.3126172721385956,-0.21302232146263123,0.12594887614250183,-0.3037858009338379,1.3121366500854492,0.5353202819824219,-0.028928963467478752,-0.4068557620048523,0.3011843264102936,0.3277738094329834,0.19189999997615814,0.10236210376024246,-0.03799375891685486,-0.361151784658432,-0.45074906945228577,0.4530879557132721,0.9845030903816223,0.5856509804725647,0.20175564289093018,-0.22198954224586487,-0.08274129778146744,-0.5585842728614807,-0.5663407444953918,0.423212468624115,-0.24667614698410034,-0.6618390679359436,0.3325527012348175,-0.05457448214292526,-0.32858094573020935,0.9154102206230164,0.5950471758842468,-1.0673946142196655,0.24787873029708862,-0.6336594820022583,1.8876453638076782,-0.5635120272636414,-0.14454902708530426,-0.35826629400253296,0.6061144471168518,-0.6800244450569153,0.3382498025894165,-0.1123376339673996,-0.7211455702781677,0.08137848973274231,0.08708680421113968,-0.45181331038475037,-0.16434018313884735,0.22661544382572174,0.7517949342727661,0.3511640131473541,-0.011764518916606903,0.02135103940963745,0.29556936025619507,0.32051676511764526,0.5133643746376038,-0.03480251133441925,-0.3237965703010559,-0.03804405406117439,-0.3276788592338562]},"workflow":{"author":"@@official.shinkai","description":"Generates user stories and acceptance criteria for specified topics, focusing on Agile framework principles. This prompt specializes in translating topics into structured Agile documentation, specifically for user story and acceptance criteria creation. The expected output is a JSON-formatted document detailing the topic, user story, and acceptance criteria.","name":"Agility_story","raw":"\n workflow Agility_story v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert in the Agile framework. You deeply understand user story and acceptance criteria creation. You will be given a topic. Please write the appropriate information for what is requested. \n\n# STEPS\n\nPlease write a user story and acceptance criteria for the requested topic.\n\n# OUTPUT INSTRUCTIONS\n\nOutput the results in JSON format as defined in this example:\n\n{\n \\\"Topic\\\": \\\"Automating data quality automation\\\",\n \\\"Story\\\": \\\"As a user, I want to be able to create a new user account so that I can access the system.\\\",\n \\\"Criteria\\\": \\\"Given that I am a user, when I click the 'Create Account' button, then I should be prompted to enter my email address, password, and confirm password. When I click the 'Submit' button, then I should be redirected to the login page.\\\"\n}\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert in the Agile framework. You deeply understand user story and acceptance criteria creation. You will be given a topic. Please write the appropriate information for what is requested. \n\n# STEPS\n\nPlease write a user story and acceptance criteria for the requested topic.\n\n# OUTPUT INSTRUCTIONS\n\nOutput the results in JSON format as defined in this example:\n\n{\n \\\"Topic\\\": \\\"Automating data quality automation\\\",\n \\\"Story\\\": \\\"As a user, I want to be able to create a new user account so that I can access the system.\\\",\n \\\"Criteria\\\": \\\"Given that I am a user, when I click the 'Create Account' button, then I should be prompted to enter my email address, password, and confirm password. When I click the 'Submit' button, then I should be redirected to the login page.\\\"\n}\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.3049662709236145,0.24550358951091766,0.4516291916370392,-0.2966492772102356,-0.1807893067598343,0.6058335304260254,-0.19866858422756195,0.036977171897888184,0.3768336772918701,0.31365907192230225,0.512002170085907,0.3310812711715698,0.19635190069675446,0.15135787427425385,0.03268320858478546,0.5742098689079285,0.5374570488929749,-0.5366607308387756,-2.0868492126464844,-0.4812873303890228,-0.32898223400115967,0.6581875085830688,0.6914659738540649,0.16295042634010315,0.8859344720840454,-0.1260155737400055,-0.5813179016113281,-0.12253609299659729,-0.042904600501060486,-1.9466513395309448,0.6741102337837219,1.3783574104309082e-6,-0.5675101280212402,-0.04033932834863663,-0.3852653503417969,-0.7329923510551453,0.6290750503540039,-0.22712454199790955,-0.09763392060995102,0.09306570887565613,-0.051275499165058136,0.5061402916908264,-0.2650950849056244,-0.025734927505254745,0.5012295842170715,-0.0013368241488933563,-0.13208718597888947,-0.3740258812904358,0.5984073877334595,0.10620149970054626,-0.27926596999168396,-0.2221088409423828,-0.3765838146209717,0.5517829656600952,0.2832637131214142,-0.07328519225120544,-0.15053050220012665,-0.3915931284427643,0.3079923391342163,-0.026004115119576454,0.24828442931175232,0.17798027396202087,-3.2913053035736084,-0.15842704474925995,0.6637724041938782,-0.5382865071296692,0.3717629015445709,-0.3564950227737427,0.32012447714805603,0.34321674704551697,0.6748481392860413,0.27177396416664124,-0.25619685649871826,0.2320844531059265,-0.054606691002845764,-0.06496228277683258,-0.0972311794757843,-0.07553982734680176,0.2739925682544708,0.12213155627250671,0.2522997260093689,0.5368199348449707,0.42405855655670166,-0.09533894062042236,-0.6504460573196411,-0.07896208763122559,-0.49561968445777893,-0.45373499393463135,0.6137275695800781,-0.03878400847315788,-0.7429900765419006,-0.7066253423690796,0.34629297256469727,-0.2849922180175781,-0.05437412112951279,0.022296715527772903,-0.15548309683799744,0.14599601924419403,-0.0025110095739364624,3.412904977798462,0.9783361554145813,0.12697800993919373,0.26658427715301514,-0.6332722902297974,1.1078567504882812,-0.6773073077201843,-0.36220088601112366,-0.6729511022567749,-0.13365547358989716,0.20250235497951508,0.22319179773330688,-0.4833935797214508,-0.2735455334186554,-0.458605021238327,0.025177957490086555,0.42522814869880676,-0.3012806177139282,-0.021608691662549973,0.39371544122695923,0.06801154464483261,-0.48119401931762695,-0.16523760557174683,-0.4714300334453583,-0.18576636910438538,-0.00910169631242752,0.36298879981040955,-0.9171028733253479,0.6076487898826599,0.4395526945590973,0.13188743591308594,-0.09162197262048721,-0.03862357139587402,-0.4520583152770996,0.05525778979063034,-0.22690141201019287,-0.5390098690986633,1.0851064920425415,-0.8770816326141357,0.13956695795059204,-0.9428066611289978,-0.2589743733406067,-0.6103968620300293,0.13349415361881256,0.1570342481136322,0.295195072889328,0.1768598109483719,-0.10669469088315964,-0.2603820264339447,-0.5922648906707764,-0.19147014617919922,0.13579094409942627,0.7710964679718018,-0.37658482789993286,-0.2927790582180023,0.3232545852661133,-0.2623070180416107,-0.39171063899993896,0.5606834888458252,-1.2133798599243164,0.38033172488212585,0.0328926257789135,-0.258970707654953,0.4452942907810211,-0.9492788910865784,-0.26967644691467285,-0.31826022267341614,-0.10362085700035095,-0.8225037455558777,0.011696025729179382,0.5751239061355591,-0.6680189371109009,-0.049950696527957916,0.8948804140090942,0.6639922261238098,-0.103653684258461,-0.2573171555995941,1.2266416549682617,0.19625607132911682,0.31663212180137634,-0.6922242641448975,0.4259040951728821,0.70670086145401,0.27575406432151794,-0.6184993982315063,-0.17400604486465454,0.04344259947538376,0.1855831891298294,0.03075132891535759,1.4300978183746338,1.357534408569336,-0.7636802792549133,1.7590539455413818,-0.5698819160461426,0.02417055517435074,0.15011727809906006,0.5468175411224365,-0.7669854760169983,0.38924628496170044,0.5106673836708069,-0.042967453598976135,-0.48065537214279175,-0.2127210944890976,0.04974108189344406,-0.16039910912513733,-0.6512751579284668,-0.7827101349830627,0.043083272874355316,0.2413940578699112,-0.31465721130371094,-0.5019838809967041,-0.4996641278266907,-0.2871711552143097,0.8384523391723633,0.18971174955368042,0.7988590002059937,0.025579504668712616,0.7347160577774048,-0.26567530632019043,0.05169472098350525,0.42707741260528564,-0.5885836482048035,0.05865189805626869,-0.9662560224533081,-0.8241273760795593,-0.4676969349384308,0.661461353302002,-0.2951304316520691,-0.3929835557937622,-0.887253999710083,-0.19509601593017578,0.04589052498340607,0.73055499792099,0.9979790449142456,1.2291102409362793,0.010422788560390472,0.3833956718444824,-0.02705489844083786,0.7273157835006714,-0.01192183792591095,-0.16490882635116577,1.1011221408843994,-0.20720532536506653,-0.055393703281879425,0.051743462681770325,0.5932999849319458,0.658652663230896,-0.6138264536857605,-0.10883243381977081,0.3476327359676361,1.2563135623931885,0.6518003940582275,0.02969256229698658,0.4829716980457306,0.36253622174263,0.14050649106502533,0.1166352778673172,-1.2234715223312378,0.17344966530799866,-0.8895807862281799,-0.13856247067451477,-0.32966500520706177,-0.6118603944778442,0.8092471361160278,-0.04196074232459068,0.3960452973842621,-0.6919190287590027,-0.17272253334522247,-0.4791186451911926,-0.24016493558883667,-0.3689499497413635,-0.13112019002437592,0.30041956901550293,-0.8054717183113098,-0.46365177631378174,0.5819053649902344,0.34261757135391235,-0.17992231249809265,-0.0001384243369102478,-0.43546462059020996,-0.4630468189716339,0.11191040277481079,-0.19990387558937073,-0.5723856091499329,0.05525540933012962,-0.5816041231155396,-0.22894413769245148,-0.22845761477947235,-0.7480388283729553,-0.5685868263244629,0.5143344402313232,-0.22409465909004211,-0.6068322658538818,-0.66502445936203,-0.1670224368572235,1.034131646156311,0.8677364587783813,-0.13795959949493408,0.5595345497131348,0.9920057654380798,-0.46841031312942505,-0.40148723125457764,0.2330383062362671,-0.20265959203243256,0.45016250014305115,-0.09685520827770233,-0.3281978964805603,0.5469273328781128,0.90868079662323,-0.16916224360466003,0.14009054005146027,-1.4259235858917236,-0.12084636092185974,0.26546210050582886,-0.044262051582336426,0.3808676302433014,-0.551630973815918,0.7159183621406555,0.7632569074630737,-0.273246169090271,-1.852720856666565,-0.18691381812095642,0.007267626002430916,0.28309357166290283,-0.6092194318771362,0.1345924288034439,0.5294445753097534,-0.02305426076054573,0.061727941036224365,0.15634258091449738,1.56626296043396,0.6278794407844543,0.062244221568107605,0.02262299507856369,-0.21616432070732117,-0.06277841329574585,-0.283281147480011,0.05337393283843994,-0.3480101227760315,-0.47340458631515503,-0.7103778123855591,0.6957757472991943,1.1912708282470703,0.4646240174770355,0.5152872800827026,0.23809614777565002,-0.1038920059800148,-0.31107014417648315,-0.8070433735847473,-0.23118311166763306,0.2969529628753662,-0.12568369507789612,0.7715417146682739,-0.3602551221847534,0.017594775184988976,1.0839488506317139,0.4422418177127838,0.3516945242881775,-0.17202115058898926,-0.06783568859100342,1.8762097358703613,-0.1279657781124115,0.3368329405784607,0.14074361324310303,0.5706713199615479,-0.16669008135795593,0.48058128356933594,0.3544505536556244,-0.6475512385368347,-0.4197322130203247,0.3293308913707733,0.16194286942481995,-0.22515496611595154,1.3528060913085938,0.06798405200242996,0.7273212671279907,0.26281630992889404,-0.10568490624427795,0.16009309887886047,0.013891160488128662,-0.3117874264717102,0.6541470885276794,-0.9155694246292114,-0.35839468240737915,-0.8605530858039856]},"workflow":{"author":"@@official.shinkai","description":"Summarizes and responds to questions with insightful bullet points. It involves creating a mental model of the question for deeper understanding. The output consists of 3-5 concise bullet points, each with a 10-word limit.","name":"Ai","raw":"\n workflow Ai v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at interpreting the heart and spirit of a question and answering in an insightful manner.\n\n# STEPS\n\n- Deeply understand what's being asked.\n\n- Create a full mental model of the input and the question on a virtual whiteboard in your mind.\n\n- Answer the question in 3-5 Markdown bullets of 10 words each.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown bullets.\n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at interpreting the heart and spirit of a question and answering in an insightful manner.\n\n# STEPS\n\n- Deeply understand what's being asked.\n\n- Create a full mental model of the input and the question on a virtual whiteboard in your mind.\n\n- Answer the question in 3-5 Markdown bullets of 10 words each.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown bullets.\n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7869338989257812,0.2779681384563446,-0.1161808967590332,0.4076533019542694,-0.008489873260259628,-0.3958105146884918,-0.9847604036331177,0.5830455422401428,-0.07947026193141937,0.07402223348617554,-0.6768457889556885,0.3843908905982971,0.1360570341348648,-0.5310790538787842,-0.10185325145721436,-0.048840463161468506,0.2259710431098938,-0.18324539065361023,-1.6198465824127197,-0.19521859288215637,0.31031352281570435,0.2600552439689636,0.29757967591285706,0.2453574538230896,0.8437285423278809,-0.2259088009595871,0.3243766129016876,-0.19634322822093964,-0.7702467441558838,-0.9810205101966858,0.6810072660446167,0.4216660261154175,-0.8800851702690125,-0.10352738946676254,-0.13728195428848267,-0.3584252893924713,0.1074570044875145,-0.052659109234809875,-0.7751860618591309,-0.3538026809692383,-0.007134757936000824,0.3346022367477417,-0.33493438363075256,-0.7209780216217041,0.4738580882549286,-0.1278640329837799,-0.2956921458244324,-0.05619044601917267,0.908103883266449,0.33960461616516113,0.36907780170440674,-0.797372579574585,0.052701640874147415,-0.15241970121860504,-0.7823998928070068,-0.24040186405181885,-0.06720093637704849,-0.2947687804698944,-0.17893341183662415,0.21389560401439667,0.5783352255821228,0.4194166958332062,-3.599160671234131,-0.23365318775177002,-0.26383209228515625,-0.19221103191375732,0.2418765276670456,0.24384769797325134,0.34764501452445984,0.2208271622657776,-0.5197048783302307,-0.14135292172431946,-0.02813788689672947,0.8962928652763367,0.640866219997406,0.4087977707386017,0.17209313809871674,-0.25225913524627686,0.016317814588546753,-0.8760051131248474,-0.1770096719264984,0.16580592095851898,0.33160340785980225,-0.39139866828918457,-0.2735194265842438,0.21105125546455383,-0.11828695237636566,0.2596518099308014,0.9098327159881592,0.08687420189380646,0.06047442555427551,-0.17336851358413696,0.10256235301494598,-0.05938367918133736,0.08680463582277298,-0.5146911144256592,-0.445875346660614,0.11334744840860367,0.6130930781364441,3.3848023414611816,0.23934340476989746,-0.3596797585487366,0.2964756190776825,-0.7461472153663635,0.7091599106788635,-0.6997695565223694,0.02910701557993889,-0.4859195351600647,0.3802528977394104,0.0652613490819931,0.4993016719818115,-0.5318252444267273,-0.8765748739242554,0.6398959755897522,0.09536883980035782,0.6296219229698181,-0.5230168700218201,-0.10621188580989838,0.15233781933784485,0.7316750884056091,-0.6273466348648071,0.5532864928245544,0.30142298340797424,-0.3746070861816406,0.3143240809440613,0.1543763279914856,-0.0893530398607254,0.7465111613273621,0.18455375730991364,0.6287778615951538,-0.16978919506072998,0.04859304800629616,-0.8040108680725098,-0.13869547843933105,0.19674476981163025,-0.43617182970046997,0.189922034740448,-0.5445234179496765,0.32178592681884766,-0.2161950170993805,-0.2263718843460083,-0.8237701654434204,0.28897079825401306,0.35599833726882935,0.32580965757369995,0.012343168258666992,-0.5081169009208679,0.8518446683883667,-0.568142831325531,-0.4550088047981262,-0.0224263034760952,0.685457170009613,-0.36301523447036743,0.0989135205745697,0.6098320484161377,0.13344991207122803,-0.6372745633125305,-0.23492124676704407,-0.41132843494415283,-0.44321900606155396,-0.2848868668079376,-0.2233525663614273,-0.4884386658668518,-0.07283952832221985,1.0608165264129639,-0.11382132768630981,-0.6133526563644409,0.21657589077949524,0.5448114275932312,-0.1008739024400711,0.7661710381507874,0.15048864483833313,0.15985620021820068,0.8204765915870667,0.394346684217453,-0.4760565757751465,0.2122400403022766,-0.12911733984947205,0.09709802269935608,-0.61809241771698,0.24471209943294525,0.6586496829986572,0.5143011212348938,-0.46210214495658875,0.5168168544769287,0.32509204745292664,0.4740128219127655,-0.32481783628463745,1.0314373970031738,0.9364801645278931,-0.5124955177307129,2.008030652999878,-0.3048308491706848,-0.300883024930954,-0.020270751789212227,-0.023937594145536423,-0.2721773386001587,0.03705015778541565,0.335506409406662,-0.9542544484138489,-1.2403219938278198,-0.24940042197704315,-0.3195369243621826,-0.3951120674610138,-0.5669535994529724,-0.19502069056034088,-0.31086280941963196,-0.6995560526847839,0.03153562918305397,-0.695797860622406,-0.5413715839385986,-0.5444430112838745,0.6417618989944458,0.5424007773399353,0.6293936967849731,0.6434302926063538,0.4220169484615326,0.44533589482307434,0.0169994980096817,0.18818050622940063,-0.33632567524909973,-0.20183128118515015,-0.41233551502227783,-0.6570428013801575,-0.9334121346473694,1.3220254182815552,-0.7607720494270325,0.7476018071174622,-0.7698187232017517,-0.25373178720474243,0.6758174300193787,0.9891398549079895,0.643917977809906,1.2277636528015137,0.4955410361289978,0.44043758511543274,-0.4329172372817993,0.5531386733055115,-0.09796326607465744,-0.9220494031906128,0.46577200293540955,-0.3852037489414215,-0.5482327342033386,0.7561246156692505,-0.325251966714859,0.8463549613952637,-0.7475456595420837,-0.5973732471466064,-0.16684041917324066,0.658603847026825,0.668791651725769,0.3817237317562103,0.1387331634759903,0.5073992013931274,0.2563774883747101,0.05517682060599327,-1.4960206747055054,-0.027838874608278275,-0.5890392661094666,0.369023859500885,-0.04467061534523964,-0.31144168972969055,0.936010479927063,-0.2867002487182617,-0.354417085647583,0.3828548789024353,0.5197421312332153,-0.7650179862976074,-0.4189102351665497,0.46984872221946716,-0.07469649612903595,0.09222172200679779,-0.5573270916938782,-0.12186696380376816,0.3750343918800354,0.42817097902297974,-0.27749431133270264,0.13606709241867065,-0.3672771751880646,0.2880675494670868,-0.3793340027332306,0.1623736172914505,-0.4471645653247833,0.5451905727386475,0.3374508023262024,0.2459450364112854,0.22786490619182587,-1.0037965774536133,0.08296400308609009,1.287127137184143,-0.5271196961402893,-0.12453284859657288,-0.43061020970344543,-0.22998064756393433,1.037484049797058,1.3647994995117188,-0.011477839201688766,0.5247575044631958,0.8843435645103455,-0.2671204209327698,-0.7804244160652161,0.4725703001022339,0.5099465250968933,0.040583111345767975,-0.8094760179519653,-1.019865870475769,0.5240730047225952,0.019334930926561356,-0.21510517597198486,-0.6572786569595337,-0.9249064326286316,-0.025945426896214485,-0.17245535552501678,0.14465704560279846,0.6273981928825378,-0.9152522087097168,1.2470942735671997,0.8502931594848633,0.008190397173166275,-1.1922518014907837,-0.10950269550085068,0.9093746542930603,0.2439100295305252,0.32778748869895935,-0.2698596715927124,0.6836831569671631,-0.604440450668335,-0.4475388824939728,-0.7265294790267944,1.3252151012420654,0.06594377756118774,-0.8010541796684265,-0.518168568611145,0.6317001581192017,0.2622525095939636,-0.04478789493441582,-0.34615543484687805,-0.04264459013938904,-0.5287508964538574,-0.30209964513778687,0.5239139795303345,1.3271872997283936,0.23418357968330383,0.3011395335197449,0.669529378414154,0.15879759192466736,-1.0161681175231934,-0.5962807536125183,0.3586229979991913,-0.07108844816684723,0.2678139805793762,0.9243192672729492,-0.005867116153240204,-0.35927844047546387,1.0252671241760254,-0.2658160328865051,-0.8192228674888611,-0.2490263134241104,-0.05255240201950073,2.4013476371765137,-0.2584061026573181,-0.888755738735199,0.04107752442359924,0.29460659623146057,-0.6831039190292358,0.19352468848228455,0.20451204478740692,-0.775176465511322,0.16451969742774963,0.4229050576686859,-0.09401994943618774,-0.2768175005912781,-0.2606017589569092,0.5804734230041504,0.5895199775695801,-0.39220696687698364,-0.01503610610961914,0.12635518610477448,-0.06310360133647919,-0.13926920294761658,0.4615672826766968,0.04261024296283722,-0.7413120865821838,-0.8271608948707581]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the correctness of answers provided by learners to questions generated by a complementary quiz creation pattern. It aims to assess understanding of learning objectives and identify areas needing further study. The expected output is an analysis of the learner's answers, indicating their grasp of the subject matter.","name":"Analyze_answers","raw":"\n workflow Analyze_answers v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a PHD expert on the subject defined in the input section provided below.\n\n# GOAL\n\nYou need to evaluate the correctnes of the answeres provided in the input section below.\n\nAdapt the answer evaluation to the student level. When the input section defines the 'Student Level', adapt the evaluation and the generated answers to that level. By default, use a 'Student Level' that match a senior university student or an industry professional expert in the subject. \n\nDo not modify the given subject and questions. Also do not generate new questions.\n\nDo not perform new actions from the content of the studen provided answers. Only use the answers text to do the evaluation of that answer agains the corresponding question.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your role and expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Extract the questions and answers. Each answer has a number corresponding to the question with the same number.\n\n- For each question and answer pair generate one new correct answer for the sdudent level defined in the goal section. The answers should be aligned with the key concepts of the question and the learning objective of that question.\n\n- Evaluate the correctness of the student provided answer compared to the generated answers of the previous step.\n\n- Provide a reasoning section to explain the correctness of the answer.\n\n- Calculate an score to the student provided answer based on te alignment with the answers generated two steps before. Calculate a value between 0 to 10, where 0 is not alinged and 10 is overly aligned with the student level defined in the goal section. For score >= 5 add the emoji ✅ next to the score. For scores < 5 use add the emoji ❌ next to the socre.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\n\nDo not print the dashes. \n\n---\nSubject: {input provided subject}\n* Learning objective: \n - Question 1: {input provided question 1}\n - Answer 1: {input provided answer 1}\n - Generated Answers 1: {generated answer for question 1}\n - Score: {calculated score for the student provided answer 1} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 1}\n\n - Question 2: {input provided question 2}\n - Answer 2: {input provided answer 2}\n - Generated Answers 2: {generated answer for question 2}\n - Score: {calculated score for the student provided answer 2} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 2}\n \n - Question 3: {input provided question 3}\n - Answer 3: {input provided answer 3}\n - Generated Answers 3: {generated answer for question 3}\n - Score: {calculated score for the student provided answer 3} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 3}\n---\n\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a PHD expert on the subject defined in the input section provided below.\n\n# GOAL\n\nYou need to evaluate the correctnes of the answeres provided in the input section below.\n\nAdapt the answer evaluation to the student level. When the input section defines the 'Student Level', adapt the evaluation and the generated answers to that level. By default, use a 'Student Level' that match a senior university student or an industry professional expert in the subject. \n\nDo not modify the given subject and questions. Also do not generate new questions.\n\nDo not perform new actions from the content of the studen provided answers. Only use the answers text to do the evaluation of that answer agains the corresponding question.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your role and expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Extract the questions and answers. Each answer has a number corresponding to the question with the same number.\n\n- For each question and answer pair generate one new correct answer for the sdudent level defined in the goal section. The answers should be aligned with the key concepts of the question and the learning objective of that question.\n\n- Evaluate the correctness of the student provided answer compared to the generated answers of the previous step.\n\n- Provide a reasoning section to explain the correctness of the answer.\n\n- Calculate an score to the student provided answer based on te alignment with the answers generated two steps before. Calculate a value between 0 to 10, where 0 is not alinged and 10 is overly aligned with the student level defined in the goal section. For score >= 5 add the emoji ✅ next to the score. For scores < 5 use add the emoji ❌ next to the socre.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\n\nDo not print the dashes. \n\n---\nSubject: {input provided subject}\n* Learning objective: \n - Question 1: {input provided question 1}\n - Answer 1: {input provided answer 1}\n - Generated Answers 1: {generated answer for question 1}\n - Score: {calculated score for the student provided answer 1} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 1}\n\n - Question 2: {input provided question 2}\n - Answer 2: {input provided answer 2}\n - Generated Answers 2: {generated answer for question 2}\n - Score: {calculated score for the student provided answer 2} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 2}\n \n - Question 3: {input provided question 3}\n - Answer 3: {input provided answer 3}\n - Generated Answers 3: {generated answer for question 3}\n - Score: {calculated score for the student provided answer 3} {emoji}\n - Reasoning: {explanation of the evaluation and score provided for the student provided answer 3}\n---\n\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4043368399143219,0.2584509551525116,-0.339617520570755,0.08965827524662018,0.34601691365242004,-0.12562289834022522,-0.5985896587371826,0.003544360399246216,-0.5824813842773438,0.20309238135814667,-0.1456940621137619,0.5594754219055176,-0.1431601196527481,-0.06924247741699219,0.29849573969841003,-0.37460535764694214,-0.34734025597572327,-0.8553450703620911,-0.9365644454956055,-0.4334162473678589,0.2508171796798706,0.6200575828552246,0.25428327918052673,0.43139564990997314,0.7896361947059631,-0.34411749243736267,-0.13685086369514465,0.19354964792728424,-0.6178296804428101,-1.7269439697265625,0.7019752264022827,0.39107659459114075,-0.6115096807479858,-0.8585914373397827,0.19594845175743103,-0.34398889541625977,0.5432348251342773,0.06186111271381378,-0.8023430109024048,-0.543780505657196,-0.25103098154067993,0.605593204498291,-0.09593728929758072,-0.14028576016426086,-0.174245685338974,-0.06571175903081894,0.3270264267921448,0.092791348695755,1.040433645248413,0.5798941850662231,0.1568332314491272,-0.44244155287742615,-0.7487016320228577,-1.0678192377090454,-0.7159171104431152,-0.7224128246307373,-0.4383637309074402,-0.2343384176492691,-0.24553252756595612,0.23400986194610596,0.13218852877616882,-0.18206852674484253,-3.5098118782043457,-0.3701289892196655,0.11418228596448898,-0.1247374638915062,-0.24189171195030212,0.16116391122341156,0.4823192358016968,0.09544867277145386,-0.6031904816627502,0.3801374137401581,0.2778145670890808,0.2353975474834442,0.721419632434845,0.46056076884269714,0.17541244626045227,0.18300575017929077,0.29982665181159973,-0.30624639987945557,-0.3040791153907776,0.6705067157745361,0.5952928066253662,-0.43753767013549805,-0.15341438353061676,0.5276563167572021,-0.22883448004722595,0.3117261230945587,0.6001489162445068,-0.29815906286239624,0.36913013458251953,-0.014125239104032516,0.030700866132974625,0.2009374499320984,-0.0643373355269432,-0.422279953956604,-0.3303282558917999,0.4176855981349945,0.8475378155708313,3.362149953842163,0.9612596035003662,0.2003340721130371,0.20411255955696106,-1.1614744663238525,0.24704962968826294,-0.5484519600868225,0.2591599225997925,0.32568928599357605,0.22909219563007355,0.6221684217453003,0.2826118767261505,0.14505353569984436,-0.12322252988815308,0.5545780062675476,0.18500588834285736,1.145156979560852,-0.6274539232254028,-0.19267123937606812,0.5138735771179199,-0.1263439953327179,-0.6461794972419739,0.34765931963920593,0.16998271644115448,-0.39255231618881226,-0.3605028986930847,-0.6204338669776917,0.25702521204948425,0.34226691722869873,0.6719701886177063,0.22070515155792236,-0.2610608637332916,0.14588314294815063,-0.9047448635101318,0.09044012427330017,-0.1024884581565857,0.14365839958190918,-0.2185894101858139,-0.27635982632637024,0.09093207120895386,-0.5568867325782776,0.03876446187496185,-1.5425702333450317,0.7916197180747986,0.2972305119037628,0.3854942321777344,0.43137791752815247,-0.7471746802330017,0.24934372305870056,-0.41058123111724854,0.16211026906967163,-0.41000473499298096,1.1606316566467285,0.4223002791404724,0.4079570174217224,0.11409509927034378,0.0853666141629219,-0.3038403391838074,0.02764154225587845,-0.47128182649612427,-0.1553122103214264,0.5493989586830139,-0.461453914642334,-0.2204836905002594,0.32805848121643066,1.0860648155212402,0.42248913645744324,0.17277972400188446,-0.42364752292633057,0.3410508632659912,0.47586095333099365,0.21505776047706604,0.1958993673324585,0.4601180851459503,1.1417663097381592,0.1244693249464035,-0.551783561706543,0.6492874622344971,0.1459805816411972,0.20314843952655792,-0.7508957386016846,0.7123022079467773,1.0246176719665527,0.045202042907476425,-0.36922574043273926,0.31409943103790283,0.26654985547065735,0.10535464435815811,-0.6440966725349426,0.9367858171463013,0.8275489807128906,-0.6198477149009705,1.4484431743621826,-1.0135098695755005,-0.1767510622739792,0.09950928390026093,-0.1174837201833725,-0.2504260838031769,0.45445090532302856,0.5167139172554016,0.011950504034757614,-0.5093506574630737,-0.35840705037117004,0.09672528505325317,-0.7142205238342285,-0.8127387166023254,-0.6142688393592834,-0.35553422570228577,-0.4983920454978943,0.15072424709796906,-1.1161166429519653,-0.33183303475379944,0.23143139481544495,0.7442711591720581,0.7077803015708923,0.08115080744028091,-0.4466211199760437,-0.038291290402412415,0.2544849216938019,-0.2917758524417877,-0.04854042828083038,-0.7778727412223816,-0.17987185716629028,-0.49723976850509644,-0.7509886026382446,-1.0328707695007324,0.5179595351219177,-0.2800580859184265,0.592127799987793,-0.6834211945533752,-0.6339440941810608,0.4274598956108093,1.1958999633789062,1.0182006359100342,0.5766726732254028,0.6135627031326294,-0.2018958330154419,-0.3308202922344208,0.7455756664276123,0.22648173570632935,-0.24199511110782623,0.34581995010375977,-0.516435980796814,-0.7689744234085083,0.726833164691925,-0.32363250851631165,1.0012643337249756,-0.7152812480926514,-0.36637240648269653,0.32803019881248474,1.1071816682815552,0.6855387091636658,-0.7508781552314758,0.6174803972244263,0.36019447445869446,0.4918241798877716,-0.3532029986381531,-1.6202031373977661,-0.0404261015355587,-0.5731045007705688,0.05631507933139801,-0.35368138551712036,-0.3971521854400635,0.7967948913574219,0.026592139154672623,-0.2544631361961365,-0.20432130992412567,-0.5415622591972351,-0.0858127623796463,-0.22151777148246765,0.23910567164421082,0.30110254883766174,-0.3611920475959778,-0.5995733737945557,-0.5794715285301208,0.19193542003631592,0.5737206339836121,-0.092002272605896,0.1403646320104599,-0.5081716179847717,-0.14516399800777435,0.3578175902366638,0.40736624598503113,-0.14725297689437866,0.7718192338943481,0.08632547408342361,-0.07697713375091553,0.21565984189510345,-0.6973358988761902,0.40265223383903503,1.5898650884628296,-0.42738527059555054,-0.25442320108413696,-0.2726936638355255,0.016371048986911774,1.2691032886505127,1.0649672746658325,-0.21906618773937225,0.3340655565261841,1.1155003309249878,-0.007042291108518839,-1.223913311958313,0.7509542107582092,0.07562792301177979,0.45123088359832764,-0.49855974316596985,-0.5780888795852661,0.6939085721969604,-0.16974227130413055,-0.30243316292762756,0.234485924243927,-0.6004113554954529,0.00427602231502533,0.2923969626426697,-0.17030145227909088,0.5458410382270813,-0.9692047834396362,0.7924681305885315,0.33150893449783325,0.06659336388111115,-1.567328691482544,0.09910941123962402,1.0075535774230957,0.06885989010334015,-0.29487866163253784,0.12339416146278381,0.9221578240394592,-0.006029138341546059,0.0014272332191467285,-0.5135568380355835,1.3896347284317017,0.4793841242790222,-0.3348710536956787,-1.0577000379562378,0.24252212047576904,-0.08686564862728119,-0.4874458909034729,-0.09996499121189117,-0.16017791628837585,-0.9000943899154663,-0.38086920976638794,0.3976025879383087,0.8594292402267456,0.03443591296672821,-0.006844513118267059,0.2247236669063568,0.30994850397109985,-0.531913697719574,-0.6039157509803772,0.7963275909423828,-0.05173957347869873,-0.40650036931037903,0.6029046773910522,0.6823885440826416,-0.4009464383125305,0.48178231716156006,0.002467075362801552,-0.563433051109314,0.5768926739692688,-0.1236732006072998,1.5868598222732544,-0.7014384865760803,-0.3336830735206604,0.157253235578537,0.009784933179616928,-0.8739891648292542,0.1676577627658844,-0.04411255940794945,-0.606965959072113,-0.11889654397964478,0.3578319847583771,-0.22449691593647003,-0.12870833277702332,0.49722763895988464,0.4651729166507721,0.5107957124710083,-0.04492606222629547,-0.35696470737457275,0.058591872453689575,-0.2870173752307892,-0.38866788148880005,0.3898668885231018,-0.37559956312179565,-1.2161539793014526,-0.03694157302379608]},"workflow":{"author":"@@official.shinkai","description":"Analyzes and rates the truth claims in input, providing evidence for and against, along with a balanced view. It separates truth claims from arguments, offering a nuanced analysis with ratings and labels for each claim. The output includes a summary, evidence, refutations, logical fallacies, ratings, labels, and an overall score and analysis.","name":"Analyze_claims","raw":"\n workflow Analyze_claims v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an objectively minded and centrist-oriented analyzer of truth claims and arguments.\n\nYou specialize in analyzing and rating the truth claims made in the input provided and providing both evidence in support of those claims, as well as counter-arguments and counter-evidence that are relevant to those claims.\n\nYou also provide a rating for each truth claim made.\n\nThe purpose is to provide a concise and balanced view of the claims made in a given piece of input so that one can see the whole picture.\n\nTake a step back and think step by step about how to achieve the best possible output given the goals above.\n\n# Steps\n\n- Deeply analyze the truth claims and arguments being made in the input.\n- Separate the truth claims from the arguments in your mind.\n\n# OUTPUT INSTRUCTIONS\n\n- Provide a summary of the argument being made in less than 30 words in a section called ARGUMENT SUMMARY:.\n\n- In a section called TRUTH CLAIMS:, perform the following steps for each:\n\n1. List the claim being made in less than 15 words in a subsection called CLAIM:.\n2. Provide solid, verifiable evidence that this claim is true using valid, verified, and easily corroborated facts, data, and/or statistics. Provide references for each, and DO NOT make any of those up. They must be 100% real and externally verifiable. Put each of these in a subsection called CLAIM SUPPORT EVIDENCE:.\n\n3. Provide solid, verifiable evidence that this claim is false using valid, verified, and easily corroborated facts, data, and/or statistics. Provide references for each, and DO NOT make any of those up. They must be 100% real and externally verifiable. Put each of these in a subsection called CLAIM REFUTATION EVIDENCE:.\n\n4. Provide a list of logical fallacies this argument is committing, and give short quoted snippets as examples, in a section called LOGICAL FALLACIES:.\n\n5. Provide a CLAIM QUALITY score in a section called CLAIM RATING:, that has the following tiers:\n A (Definitely True)\n B (High)\n C (Medium)\n D (Low)\n F (Definitely False)\n\n6. Provide a list of characterization labels for the claim, e.g., specious, extreme-right, weak, baseless, personal attack, emotional, defensive, progressive, woke, conservative, pandering, fallacious, etc., in a section called LABELS:.\n\n- In a section called OVERALL SCORE:, give a final grade for the input using the same scale as above. Provide three scores:\n\nLOWEST CLAIM SCORE:\nHIGHEST CLAIM SCORE:\nAVERAGE CLAIM SCORE:\n\n- In a section called OVERALL ANALYSIS:, give a 30-word summary of the quality of the argument(s) made in the input, its weaknesses, its strengths, and a recommendation for how to possibly update one's understanding of the world based on the arguments provided.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an objectively minded and centrist-oriented analyzer of truth claims and arguments.\n\nYou specialize in analyzing and rating the truth claims made in the input provided and providing both evidence in support of those claims, as well as counter-arguments and counter-evidence that are relevant to those claims.\n\nYou also provide a rating for each truth claim made.\n\nThe purpose is to provide a concise and balanced view of the claims made in a given piece of input so that one can see the whole picture.\n\nTake a step back and think step by step about how to achieve the best possible output given the goals above.\n\n# Steps\n\n- Deeply analyze the truth claims and arguments being made in the input.\n- Separate the truth claims from the arguments in your mind.\n\n# OUTPUT INSTRUCTIONS\n\n- Provide a summary of the argument being made in less than 30 words in a section called ARGUMENT SUMMARY:.\n\n- In a section called TRUTH CLAIMS:, perform the following steps for each:\n\n1. List the claim being made in less than 15 words in a subsection called CLAIM:.\n2. Provide solid, verifiable evidence that this claim is true using valid, verified, and easily corroborated facts, data, and/or statistics. Provide references for each, and DO NOT make any of those up. They must be 100% real and externally verifiable. Put each of these in a subsection called CLAIM SUPPORT EVIDENCE:.\n\n3. Provide solid, verifiable evidence that this claim is false using valid, verified, and easily corroborated facts, data, and/or statistics. Provide references for each, and DO NOT make any of those up. They must be 100% real and externally verifiable. Put each of these in a subsection called CLAIM REFUTATION EVIDENCE:.\n\n4. Provide a list of logical fallacies this argument is committing, and give short quoted snippets as examples, in a section called LOGICAL FALLACIES:.\n\n5. Provide a CLAIM QUALITY score in a section called CLAIM RATING:, that has the following tiers:\n A (Definitely True)\n B (High)\n C (Medium)\n D (Low)\n F (Definitely False)\n\n6. Provide a list of characterization labels for the claim, e.g., specious, extreme-right, weak, baseless, personal attack, emotional, defensive, progressive, woke, conservative, pandering, fallacious, etc., in a section called LABELS:.\n\n- In a section called OVERALL SCORE:, give a final grade for the input using the same scale as above. Provide three scores:\n\nLOWEST CLAIM SCORE:\nHIGHEST CLAIM SCORE:\nAVERAGE CLAIM SCORE:\n\n- In a section called OVERALL ANALYSIS:, give a 30-word summary of the quality of the argument(s) made in the input, its weaknesses, its strengths, and a recommendation for how to possibly update one's understanding of the world based on the arguments provided.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3292403519153595,0.23512686789035797,-0.2431141883134842,0.17414173483848572,0.08465777337551117,-0.6064514517784119,-0.7813550233840942,0.2740652561187744,-0.15429867804050446,0.034112587571144104,-0.09200795739889145,0.8563351035118103,0.05564917251467705,-0.17638662457466125,0.1715233474969864,-0.33960452675819397,0.14044097065925598,-0.713438868522644,-1.5356497764587402,-0.23618173599243164,0.1939791887998581,0.9213553071022034,0.6241556406021118,0.32825469970703125,0.855409562587738,-0.48792609572410583,-0.02764858491718769,-0.10275673866271973,-0.1300339698791504,-1.2778068780899048,0.6637084484100342,-0.03593625873327255,-0.31653037667274475,-0.6895127296447754,-0.6177319884300232,-0.6990530490875244,0.4704223573207855,0.1834171861410141,-1.1338626146316528,-0.5715100765228271,-0.289364755153656,0.7443158030509949,-0.7172706127166748,-0.14131158590316772,-0.19008265435695648,-0.5685591697692871,-0.017617423087358475,-0.019366320222616196,1.1292884349822998,0.46379876136779785,0.3298412561416626,-0.451045960187912,-0.5482082962989807,-0.30352267622947693,-0.32902926206588745,-0.40438365936279297,-0.12953507900238037,-0.2660137116909027,0.1995677351951599,0.14451229572296143,-0.07053181529045105,0.04066552221775055,-3.4250805377960205,0.2924647629261017,0.3431154787540436,0.04171157255768776,0.0964135155081749,-0.0038007572293281555,0.4555164873600006,0.7907365560531616,-0.8304327726364136,0.013656077906489372,-0.42051219940185547,0.06958736479282379,0.638032078742981,0.16547131538391113,-0.16145621240139008,0.29268908500671387,0.1426321566104889,-0.32545188069343567,-0.19389404356479645,0.4342211186885834,-0.0548851415514946,-0.634456217288971,-0.1178344339132309,0.6637653708457947,0.046111613512039185,0.2435668408870697,0.15290895104408264,0.13516481220722198,-0.3470742702484131,-0.3340740203857422,0.34159383177757263,0.09992031008005142,-0.33812832832336426,-0.3797025680541992,0.09143242239952087,0.19291017949581146,0.9452193975448608,3.470383405685425,0.7701555490493774,0.37529510259628296,0.911979615688324,-1.1810656785964966,0.04942435771226883,-0.41243696212768555,-0.1805429458618164,0.022082090377807617,0.03483254089951515,0.8041543960571289,0.31239545345306396,-0.09870779514312744,-0.29267776012420654,0.4188888967037201,0.06059646978974342,1.1701058149337769,-0.7240051031112671,0.17589320242404938,0.12180957943201065,-0.32477807998657227,-0.7109711766242981,0.29414302110671997,-0.41834938526153564,-0.4436401128768921,-0.036165956407785416,-0.36944225430488586,-0.6564775109291077,0.5643872618675232,1.0581605434417725,0.11496300995349884,-0.46429771184921265,0.39328527450561523,-1.0305607318878174,0.33201462030410767,-0.017212890088558197,-0.2791528105735779,0.03407151997089386,-0.9493003487586975,-0.21082088351249695,-0.6080251336097717,0.059446170926094055,-1.4042986631393433,0.4493592381477356,0.5541249513626099,0.16840776801109314,0.2932519316673279,-0.6662227511405945,0.6684470772743225,-0.45953649282455444,-0.21707427501678467,0.21878129243850708,0.8376691937446594,0.009325430728495121,-0.05736176297068596,0.44773244857788086,0.34221184253692627,-0.2565862834453583,-0.16183483600616455,-0.7786063551902771,-0.29133379459381104,-0.08662648499011993,-0.18514175713062286,-0.5110830068588257,-0.19607914984226227,1.4132001399993896,0.18482807278633118,0.26476168632507324,-0.043725915253162384,1.0137107372283936,0.23704691231250763,0.11576753854751587,0.15364238619804382,0.36944103240966797,1.1230738162994385,0.16180910170078278,-0.8383017182350159,0.38534030318260193,0.5724649429321289,-0.35846197605133057,-0.8696010112762451,0.6257267594337463,0.8334864377975464,0.34607431292533875,-0.4586560130119324,0.5609902739524841,0.058937057852745056,0.12467619776725769,-0.27298516035079956,0.788138210773468,0.6607999801635742,-0.5751274228096008,1.5007880926132202,-1.0142170190811157,0.3568687438964844,-0.2672383487224579,-0.24519658088684082,0.27719324827194214,0.2651383876800537,0.5693040490150452,-0.26734212040901184,-0.6035175323486328,-0.5341180562973022,-0.1311454325914383,-0.323230117559433,-0.6757581233978271,-0.05869227647781372,-0.12032389640808105,0.12668465077877045,-0.20374105870723724,-1.047514796257019,-0.1282511204481125,0.023743685334920883,0.461041659116745,0.36075758934020996,0.3703831136226654,0.1655203253030777,0.3204900622367859,0.1800675094127655,-0.5838502645492554,0.22905556857585907,-0.2180618941783905,-0.47560566663742065,-0.5921446681022644,-0.7162833213806152,-1.220788598060608,1.01170015335083,-0.5065543055534363,0.46722835302352905,-0.5718130469322205,-0.5904421806335449,0.5273953080177307,1.1820942163467407,0.8058348298072815,1.0334534645080566,0.2587820291519165,-0.06638727337121964,-0.25078892707824707,0.70445716381073,0.186437726020813,-0.5106682181358337,-0.01739048957824707,-0.7294496297836304,-0.8161976933479309,0.6308836340904236,-0.08424234390258789,0.7506633996963501,-0.012587666511535645,-0.030954405665397644,-0.10345109552145004,1.1042959690093994,0.7471694350242615,0.026774629950523376,1.034004807472229,0.4220053255558014,0.32234880328178406,-0.1619884967803955,-1.1760773658752441,-0.2633317708969116,-0.3401578366756439,0.4337911307811737,-0.2596888244152069,-0.25624075531959534,0.9365468621253967,0.030425477772951126,-0.06663767993450165,-0.19159238040447235,-0.6212598085403442,-0.8157613277435303,-0.31689465045928955,0.6552656292915344,-0.18179002404212952,0.17881245911121368,-0.8999340534210205,-0.48988229036331177,0.4860367178916931,0.4414093494415283,0.09847612679004669,0.07259945571422577,-0.25238728523254395,-0.1887054592370987,-0.1971767246723175,0.020412502810359,-0.046454861760139465,0.6996538639068604,-0.19456976652145386,-0.20816460251808167,0.498666375875473,-1.124853253364563,0.0714169442653656,0.9869000911712646,-0.8563317060470581,-0.49984702467918396,-0.26902738213539124,0.26941531896591187,1.3128000497817993,0.5627895593643188,0.02279932051897049,0.4953794479370117,1.3628467321395874,-0.2297431230545044,-0.9162605404853821,0.7254982590675354,0.4005889594554901,0.1665189266204834,-0.931302547454834,-0.4071250557899475,0.6721872091293335,0.2546932101249695,-0.1704448163509369,-0.3273880183696747,-1.0402319431304932,-0.21623416244983673,0.04530174657702446,-0.21330177783966064,0.7157148718833923,-0.42334040999412537,0.8127424716949463,0.915136456489563,-0.347127228975296,-1.057651162147522,-0.17251041531562805,1.1534700393676758,0.1924038827419281,-0.3729777932167053,-0.06597776710987091,0.37315332889556885,-0.45104101300239563,-0.06486591696739197,-0.11142557859420776,1.700541377067566,0.4401957094669342,-0.4855409860610962,-0.7481051683425903,-0.12475472688674927,0.2901158332824707,0.2609139382839203,0.2904369831085205,-0.1342039406299591,-1.2001571655273438,-0.3851267397403717,0.4180848300457001,0.5841802358627319,-0.13189664483070374,0.16392751038074493,0.25697144865989685,0.52845698595047,-0.5833716988563538,-0.5664185285568237,1.0345503091812134,-0.029938850551843643,-0.7853943109512329,1.0440796613693237,-0.11448124051094055,-0.28964805603027344,0.6369746327400208,-0.19563275575637817,-0.5951065421104431,0.4736160337924957,-0.02858150750398636,1.7573425769805908,-0.4190993309020996,-0.19515511393547058,-0.0475139319896698,0.39212289452552795,-0.597816526889801,0.43143171072006226,-0.1377735286951065,-0.39958763122558594,-0.16294986009597778,0.5087732672691345,-0.2802134156227112,-0.49885228276252747,1.0590351819992065,0.1430872678756714,0.5240582227706909,-0.365182101726532,-0.4098011255264282,0.10836664587259293,0.2866365611553192,-0.3248765766620636,0.3254585266113281,0.1421343833208084,-1.2585541009902954,-0.03651605546474457]},"workflow":{"author":"@@official.shinkai","description":"Analyzes debate transcripts to help users understand different viewpoints and broaden their perspectives. It maps out claims, analyzes them neutrally, and rates the debate's insightfulness and emotionality. The output includes scores, participant emotionality, argument summaries with sources, and lists of agreements, disagreements, misunderstandings, learnings, and takeaways.","name":"Analyze_debate","raw":"\n workflow Analyze_debate v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a neutral and objective entity whose sole purpose is to help humans understand debates to broaden their own views.\n\nYou will be provided with the transcript of a debate.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Consume the entire debate and think deeply about it.\n- Map out all the claims and implications on a virtual whiteboard in your mind.\n- Analyze the claims from a neutral and unbiased perspective.\n\n# OUTPUT\n\n- Your output should contain the following:\n\n - A score that tells the user how insightful and interesting this debate is from 0 (not very interesting and insightful) to 10 (very interesting and insightful). \n This should be based on factors like \\\"Are the participants trying to exchange ideas and perspectives and are trying to understand each other?\\\", \\\"Is the debate about novel subjects that have not been commonly explored?\\\" or \\\"Have the participants reached some agreement?\\\". \n Hold the scoring of the debate to high standards and rate it for a person that has limited time to consume content and is looking for exceptional ideas. \n This must be under the heading \\\"INSIGHTFULNESS SCORE (0 (not very interesting and insightful) to 10 (very interesting and insightful))\\\".\n - A rating of how emotional the debate was from 0 (very calm) to 5 (very emotional). This must be under the heading \\\"EMOTIONALITY SCORE (0 (very calm) to 5 (very emotional))\\\".\n - A list of the participants of the debate and a score of their emotionality from 0 (very calm) to 5 (very emotional). This must be under the heading \\\"PARTICIPANTS\\\".\n - A list of arguments attributed to participants with names and quotes. If possible, this should include external references that disprove or back up their claims. \n It is IMPORTANT that these references are from trusted and verifiable sources that can be easily accessed. These sources have to BE REAL and NOT MADE UP. This must be under the heading \\\"ARGUMENTS\\\". \n If possible, provide an objective assessment of the truth of these arguments. If you assess the truth of the argument, provide some sources that back up your assessment. The material you provide should be from reliable, verifiable, and trustworthy sources. DO NOT MAKE UP SOURCES.\n - A list of agreements the participants have reached, attributed with names and quotes. This must be under the heading \\\"AGREEMENTS\\\".\n - A list of disagreements the participants were unable to resolve and the reasons why they remained unresolved, attributed with names and quotes. This must be under the heading \\\"DISAGREEMENTS\\\".\n - A list of possible misunderstandings and why they may have occurred, attributed with names and quotes. This must be under the heading \\\"POSSIBLE MISUNDERSTANDINGS\\\".\n - A list of learnings from the debate. This must be under the heading \\\"LEARNINGS\\\".\n - A list of takeaways that highlight ideas to think about, sources to explore, and actionable items. This must be under the heading \\\"TAKEAWAYS\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- Output all sections above.\n- Use Markdown to structure your output.\n- When providing quotes, these quotes should clearly express the points you are using them for. If necessary, use multiple quotes.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a neutral and objective entity whose sole purpose is to help humans understand debates to broaden their own views.\n\nYou will be provided with the transcript of a debate.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Consume the entire debate and think deeply about it.\n- Map out all the claims and implications on a virtual whiteboard in your mind.\n- Analyze the claims from a neutral and unbiased perspective.\n\n# OUTPUT\n\n- Your output should contain the following:\n\n - A score that tells the user how insightful and interesting this debate is from 0 (not very interesting and insightful) to 10 (very interesting and insightful). \n This should be based on factors like \\\"Are the participants trying to exchange ideas and perspectives and are trying to understand each other?\\\", \\\"Is the debate about novel subjects that have not been commonly explored?\\\" or \\\"Have the participants reached some agreement?\\\". \n Hold the scoring of the debate to high standards and rate it for a person that has limited time to consume content and is looking for exceptional ideas. \n This must be under the heading \\\"INSIGHTFULNESS SCORE (0 (not very interesting and insightful) to 10 (very interesting and insightful))\\\".\n - A rating of how emotional the debate was from 0 (very calm) to 5 (very emotional). This must be under the heading \\\"EMOTIONALITY SCORE (0 (very calm) to 5 (very emotional))\\\".\n - A list of the participants of the debate and a score of their emotionality from 0 (very calm) to 5 (very emotional). This must be under the heading \\\"PARTICIPANTS\\\".\n - A list of arguments attributed to participants with names and quotes. If possible, this should include external references that disprove or back up their claims. \n It is IMPORTANT that these references are from trusted and verifiable sources that can be easily accessed. These sources have to BE REAL and NOT MADE UP. This must be under the heading \\\"ARGUMENTS\\\". \n If possible, provide an objective assessment of the truth of these arguments. If you assess the truth of the argument, provide some sources that back up your assessment. The material you provide should be from reliable, verifiable, and trustworthy sources. DO NOT MAKE UP SOURCES.\n - A list of agreements the participants have reached, attributed with names and quotes. This must be under the heading \\\"AGREEMENTS\\\".\n - A list of disagreements the participants were unable to resolve and the reasons why they remained unresolved, attributed with names and quotes. This must be under the heading \\\"DISAGREEMENTS\\\".\n - A list of possible misunderstandings and why they may have occurred, attributed with names and quotes. This must be under the heading \\\"POSSIBLE MISUNDERSTANDINGS\\\".\n - A list of learnings from the debate. This must be under the heading \\\"LEARNINGS\\\".\n - A list of takeaways that highlight ideas to think about, sources to explore, and actionable items. This must be under the heading \\\"TAKEAWAYS\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- Output all sections above.\n- Use Markdown to structure your output.\n- When providing quotes, these quotes should clearly express the points you are using them for. If necessary, use multiple quotes.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3293006420135498,0.48910844326019287,-0.27238377928733826,0.28923261165618896,0.16346174478530884,-0.14641520380973816,-1.0293588638305664,0.014276489615440369,0.3254399597644806,0.3248409032821655,-0.3556270897388458,0.21547389030456543,0.2315671741962433,-0.12415885925292969,0.06498896330595016,-0.6266012787818909,-0.14832335710525513,-0.5855226516723633,-0.8525788187980652,-0.7698944211006165,-0.12375478446483612,0.8826350569725037,0.17655949294567108,-0.27292847633361816,0.7590740919113159,-0.022606926038861275,-0.3210679292678833,-0.37554168701171875,-0.2886004149913788,-1.276803731918335,0.9094035625457764,-0.06920520216226578,-0.8272125720977783,-0.06591618061065674,0.03776201978325844,-0.9468854665756226,0.9038568735122681,0.058014847338199615,-0.7344614267349243,-0.7047049403190613,-0.2594635486602783,0.4843522906303406,-0.6876809000968933,-0.32850247621536255,-0.0826629176735878,-0.15247204899787903,-0.20473869144916534,0.047835350036621094,1.106411099433899,0.04743243008852005,-0.1631159633398056,-0.24830588698387146,-0.20130568742752075,-0.22919687628746033,-0.6878372430801392,0.09987953305244446,-0.005305424332618713,-0.14382733404636383,0.144012451171875,0.5183660387992859,0.7924998998641968,-0.017436817288398743,-3.1387619972229004,-0.12760525941848755,0.16058766841888428,-0.2688788175582886,0.0398462675511837,0.16748248040676117,-0.32590267062187195,0.24661698937416077,0.02634768933057785,0.0036310963332653046,-0.34319868683815,0.8180615305900574,0.2719280421733856,0.9486728310585022,0.5330985188484192,0.07799145579338074,0.031074628233909607,-0.07352462410926819,-0.24618355929851532,1.2099932432174683,-0.15534980595111847,0.44257310032844543,-0.4223019778728485,1.0056216716766357,-0.933676540851593,-0.17340868711471558,0.888763427734375,0.10452510416507721,0.28455039858818054,-0.8361309170722961,0.2740325629711151,-0.3030737340450287,-0.23600149154663086,-0.7610353231430054,-0.41176432371139526,0.4224068224430084,0.209469735622406,3.1875715255737305,0.4993937015533447,0.4074579179286957,0.09689504653215408,-1.143258810043335,1.1801921129226685,-0.5562044978141785,0.050625983625650406,-0.0683426558971405,-0.1752348244190216,0.0014409162104129791,0.1416076123714447,-0.4869473874568939,-0.7264809608459473,0.5818740129470825,0.3257533609867096,0.7770804166793823,-1.2385855913162231,-0.033900100737810135,0.623435378074646,-0.19209997355937958,-0.27881526947021484,0.09399284422397614,-0.35423359274864197,-0.48918360471725464,0.21155677735805511,-0.11013559997081757,0.1517174392938614,0.7058415412902832,0.34273257851600647,-0.01730453036725521,-0.09910484403371811,-0.5511311292648315,-0.559977114200592,-0.019129186868667603,-0.032235123217105865,-0.14853429794311523,0.1501941680908203,-0.3223748207092285,0.016848038882017136,-0.5260264873504639,0.22741740942001343,-0.7573043704032898,0.8625751733779907,0.852342963218689,0.1574629843235016,0.3958074152469635,-0.11993823200464249,0.18600082397460938,-0.152765154838562,-0.9779391288757324,-0.22799871861934662,1.2820541858673096,-0.10277855396270752,0.4287126660346985,0.404466450214386,-0.07938793301582336,-0.04200804978609085,1.0298070907592773,-0.8940154314041138,0.10515065491199493,0.40007999539375305,-0.35524237155914307,0.5670099258422852,0.06032519042491913,0.7194303870201111,-0.8147879242897034,0.6565432548522949,0.04111456125974655,0.16349804401397705,-0.1925331950187683,0.9904211759567261,-0.5573256015777588,0.3020256757736206,0.6210958361625671,0.3218010365962982,-0.10278108716011047,-0.2939527630805969,-0.26535171270370483,0.056710366159677505,-0.3527703881263733,0.9435680508613586,0.4467473328113556,0.4990127384662628,-0.883610725402832,0.06103071570396423,0.805936336517334,1.1186009645462036,0.03985581547021866,1.1966382265090942,0.721860408782959,-0.580940306186676,1.9635881185531616,-0.5084324479103088,-1.213649868965149,-0.33574530482292175,0.3609248995780945,-0.6743394136428833,0.011744573712348938,0.8031377196311951,0.10776674002408981,-0.39050957560539246,0.056069325655698776,-0.3848362863063812,-0.08446453511714935,-0.6081492304801941,-0.34579959511756897,0.2535889744758606,0.15308435261249542,0.16495442390441895,-0.9202964305877686,0.32718154788017273,0.05533601716160774,0.22434468567371368,0.7497056126594543,0.7722676992416382,-0.4311678409576416,-0.012628555297851562,0.4525625705718994,-0.2736559510231018,-0.04051995277404785,0.0438515730202198,0.31230252981185913,-0.26193058490753174,-0.8239604830741882,-1.3314566612243652,1.1755695343017578,-0.1470687836408615,0.38120269775390625,-0.40994954109191895,-0.3753488063812256,0.16966959834098816,0.7837194204330444,0.7011145353317261,1.4294672012329102,0.18756820261478424,-0.2851070165634155,-0.029263146221637726,0.39493152499198914,0.8574832677841187,-0.45725885033607483,0.7855481505393982,-0.6612732410430908,-0.7488199472427368,0.5495750904083252,0.21143564581871033,0.7302983999252319,-0.6443433165550232,-0.11646950244903564,0.12364697456359863,1.4055030345916748,0.3528759777545929,0.4335215985774994,-0.21762189269065857,0.8435638546943665,0.29771578311920166,-0.004513353109359741,-1.621455192565918,-0.27055245637893677,-0.29776325821876526,0.13113798201084137,-0.32916176319122314,-0.5403001308441162,1.028760313987732,-0.15413033962249756,-0.41797691583633423,-0.1374177485704422,-0.46246084570884705,0.1696377545595169,-0.3612164258956909,-0.4825228154659271,-0.4309009909629822,0.10763897001743317,0.22367830574512482,-0.6561821103096008,-0.567717969417572,-0.20051297545433044,0.5053369998931885,0.18602927029132843,-0.1812712848186493,-0.2745853662490845,-0.0904364213347435,0.5114034414291382,0.2651534676551819,0.24399763345718384,-0.3236057460308075,0.4784221649169922,-0.039376743137836456,-0.6839479207992554,0.16772334277629852,0.7829684615135193,-0.531163215637207,-0.4172646403312683,-0.8895878791809082,-0.3501197397708893,1.7785494327545166,0.26966360211372375,0.3096062242984772,0.7783343195915222,0.41923007369041443,-0.3383803367614746,-1.0514569282531738,0.5071901679039001,-0.4145580530166626,-0.2756807506084442,0.2038782835006714,-0.9389678835868835,0.8322780728340149,-0.26224347949028015,-0.31856653094291687,-0.04134216532111168,-0.3244042694568634,0.21115630865097046,0.20882287621498108,-0.1961086392402649,0.006844080984592438,-1.0672626495361328,0.448473185300827,-0.05419459939002991,-0.40354448556900024,-1.6894704103469849,-0.1972467303276062,0.5927438139915466,0.12651529908180237,0.18484464287757874,-0.07279288023710251,0.7444744110107422,-0.49453026056289673,-0.19875434041023254,-0.26351070404052734,1.1443898677825928,-0.2656885087490082,-0.45604830980300903,0.12938912212848663,0.0710606500506401,0.17515766620635986,-0.15161967277526855,-0.6415322422981262,-0.722751259803772,-0.32831689715385437,0.12270009517669678,0.36057764291763306,1.285456895828247,0.039914608001708984,0.43158531188964844,0.2632806897163391,0.6643051505088806,-0.6324800252914429,-0.9394164085388184,0.2857585549354553,0.11771531403064728,-0.5632623434066772,0.20599116384983063,0.21536120772361755,-0.012391649186611176,0.8450040817260742,0.12530633807182312,-0.2543010115623474,0.39715301990509033,-1.0093008279800415,1.2333558797836304,-0.4678681790828705,0.15436552464962006,-0.2904500663280487,0.5824551582336426,-0.47268250584602356,0.4628622531890869,0.013734787702560425,-0.35567331314086914,-0.22432176768779755,0.06309987604618073,0.3606368899345398,-0.7659236192703247,1.0577445030212402,0.6792078018188477,0.20818611979484558,-0.03049454838037491,0.05172574892640114,-0.17926162481307983,0.2688973546028137,-0.16908572614192963,0.32030028104782104,-0.5366711616516113,-1.6399364471435547,-0.5422986745834351]},"workflow":{"author":"@@official.shinkai","description":"Summarizes cybersecurity breach articles by extracting key information efficiently, focusing on conciseness and organization. It avoids inferential conclusions, relying solely on the article's content for details like attack date, type, and impact. The output is a structured summary with specific details about the cybersecurity incident, including attack methods, vulnerabilities, and recommendations for prevention.","name":"Analyze_incident","raw":"\n workflow Analyze_incident v0.1 {\n step Main {\n $SYSTEM = \"\n\nCybersecurity Hack Article Analysis: Efficient Data Extraction\n\nObjective: To swiftly and effectively gather essential information from articles about cybersecurity breaches, prioritizing conciseness and order.\n\nInstructions:\nFor each article, extract the specified information below, presenting it in an organized and succinct format. Ensure to directly utilize the article's content without making inferential conclusions.\n\n- Attack Date: YYYY-MM-DD\n- Summary: A concise overview in one sentence.\n- Key Details:\n - Attack Type: Main method used (e.g., \\\"Ransomware\\\").\n - Vulnerable Component: The exploited element (e.g., \\\"Email system\\\").\n - Attacker Information: \n - Name/Organization: When available (e.g., \\\"APT28\\\").\n - Country of Origin: If identified (e.g., \\\"China\\\").\n - Target Information:\n - Name: The targeted entity.\n - Country: Location of impact (e.g., \\\"USA\\\").\n - Size: Entity size (e.g., \\\"Large enterprise\\\").\n - Industry: Affected sector (e.g., \\\"Healthcare\\\").\n - Incident Details:\n - CVE's: Identified CVEs (e.g., CVE-XXX, CVE-XXX).\n - Accounts Compromised: Quantity (e.g., \\\"5000\\\").\n - Business Impact: Brief description (e.g., \\\"Operational disruption\\\").\n - Impact Explanation: In one sentence.\n - Root Cause: Principal reason (e.g., \\\"Unpatched software\\\").\n- Analysis & Recommendations:\n - MITRE ATT&CK Analysis: Applicable tactics/techniques (e.g., \\\"T1566, T1486\\\").\n - Atomic Red Team Atomics: Recommended tests (e.g., \\\"T1566.001\\\").\n - Remediation:\n - Recommendation: Summary of action (e.g., \\\"Implement MFA\\\").\n - Action Plan: Stepwise approach (e.g., \\\"1. Update software, 2. Train staff\\\").\n - Lessons Learned: Brief insights gained that could prevent future incidents.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n\nCybersecurity Hack Article Analysis: Efficient Data Extraction\n\nObjective: To swiftly and effectively gather essential information from articles about cybersecurity breaches, prioritizing conciseness and order.\n\nInstructions:\nFor each article, extract the specified information below, presenting it in an organized and succinct format. Ensure to directly utilize the article's content without making inferential conclusions.\n\n- Attack Date: YYYY-MM-DD\n- Summary: A concise overview in one sentence.\n- Key Details:\n - Attack Type: Main method used (e.g., \\\"Ransomware\\\").\n - Vulnerable Component: The exploited element (e.g., \\\"Email system\\\").\n - Attacker Information: \n - Name/Organization: When available (e.g., \\\"APT28\\\").\n - Country of Origin: If identified (e.g., \\\"China\\\").\n - Target Information:\n - Name: The targeted entity.\n - Country: Location of impact (e.g., \\\"USA\\\").\n - Size: Entity size (e.g., \\\"Large enterprise\\\").\n - Industry: Affected sector (e.g., \\\"Healthcare\\\").\n - Incident Details:\n - CVE's: Identified CVEs (e.g., CVE-XXX, CVE-XXX).\n - Accounts Compromised: Quantity (e.g., \\\"5000\\\").\n - Business Impact: Brief description (e.g., \\\"Operational disruption\\\").\n - Impact Explanation: In one sentence.\n - Root Cause: Principal reason (e.g., \\\"Unpatched software\\\").\n- Analysis & Recommendations:\n - MITRE ATT&CK Analysis: Applicable tactics/techniques (e.g., \\\"T1566, T1486\\\").\n - Atomic Red Team Atomics: Recommended tests (e.g., \\\"T1566.001\\\").\n - Remediation:\n - Recommendation: Summary of action (e.g., \\\"Implement MFA\\\").\n - Action Plan: Stepwise approach (e.g., \\\"1. Update software, 2. Train staff\\\").\n - Lessons Learned: Brief insights gained that could prevent future incidents.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.25426921248435974,0.34344273805618286,-0.13751645386219025,0.5223948359489441,0.06975057721138,-0.24204418063163757,-0.5965335369110107,-0.2235465943813324,0.15205179154872894,0.10512086749076843,-0.6169906258583069,1.0204254388809204,-0.20985548198223114,-0.29952773451805115,-0.09890052676200867,-0.5120842456817627,-0.8509005308151245,-0.4307539761066437,-1.5661442279815674,-0.22917768359184265,0.2798215448856354,0.5684838891029358,0.2363412082195282,0.07660843431949615,0.5680909752845764,0.2791505753993988,-0.02295287512242794,0.030301958322525024,-1.5530998706817627,-1.0686182975769043,0.34755566716194153,0.058743756264448166,-0.9592599868774414,-0.7687554359436035,0.4344130754470825,-0.17664554715156555,0.09894169867038727,0.2979229986667633,-0.8631364703178406,-0.48902368545532227,0.015305774286389351,0.6997723579406738,-0.2700845003128052,-0.09751761704683304,0.023848410695791245,-0.7184777855873108,0.35259413719177246,-0.1681455671787262,1.0827077627182007,0.2105521559715271,-0.46782830357551575,-0.205692321062088,-0.107352614402771,-0.22762098908424377,-0.8122788667678833,-0.036571722477674484,-0.2490376979112625,-0.22706475853919983,-0.09633971750736237,-0.06159880757331848,0.1476472020149231,-0.1489853858947754,-3.646092653274536,-0.40778496861457825,-0.06254849582910538,0.16962231695652008,0.05262533947825432,0.43704280257225037,0.24556580185890198,0.3349381983280182,-0.6959380507469177,0.4396396279335022,-0.15285474061965942,0.7647926211357117,-0.04136371612548828,0.1844416856765747,0.24976493418216705,0.03354916721582413,0.591083824634552,-0.41503041982650757,-0.21541018784046173,0.8240591287612915,0.12093066424131393,-0.5944334864616394,-0.24089188873767853,0.4771672189235687,-0.2535190284252167,0.02375662326812744,1.080762267112732,0.016086246818304062,0.07188284397125244,-0.4848848879337311,0.5789970755577087,-0.07133905589580536,-0.3434654474258423,0.09473282098770142,-0.2521405816078186,1.079376220703125,0.34323152899742126,3.3104825019836426,0.9393188953399658,0.05073924735188484,0.16840271651744843,-0.8731880187988281,0.6726698279380798,-0.4869143068790436,0.2482713907957077,-0.13226084411144257,-0.14632244408130646,-0.04494944214820862,0.0676761269569397,0.17540410161018372,-0.0572403222322464,1.2986584901809692,0.34868112206459045,0.3127753734588623,-0.9804253578186035,0.13430778682231903,-0.43648257851600647,0.43010735511779785,-0.8242908716201782,0.16393959522247314,-0.170308455824852,-0.4517085552215576,-0.2749512791633606,-0.5914173722267151,-0.027677660807967186,0.5109665989875793,0.5436304807662964,0.4675183594226837,0.29022225737571716,-0.32129091024398804,-0.5496119856834412,-0.005904327146708965,0.007668975740671158,-0.6168533563613892,-0.3281247019767761,0.44412899017333984,-0.46754491329193115,-0.3734065890312195,0.19051571190357208,-0.8895931243896484,0.7701413035392761,1.0239075422286987,0.48842060565948486,-0.10852818191051483,-0.30325227975845337,0.06487782299518585,-0.11907200515270233,-0.8838568925857544,0.2335764616727829,0.8293182849884033,-0.13000407814979553,0.4218813180923462,0.5800342559814453,-0.026496611535549164,-0.427489697933197,0.2107464075088501,-0.46074485778808594,-0.2279047667980194,-0.4748570919036865,-0.10995953530073166,-0.010606616735458374,0.7799069881439209,1.2844170331954956,-0.5646397471427917,0.23068782687187195,0.040766745805740356,0.515744686126709,-0.31520065665245056,0.5299229621887207,-0.28033682703971863,-0.0011108899489045143,0.8917461037635803,-0.25640228390693665,0.09399694204330444,-0.315487265586853,0.09687938541173935,0.014001773670315742,-0.6057853698730469,0.79417884349823,0.9573003649711609,0.35727936029434204,-0.23107880353927612,0.42829298973083496,0.12103535979986191,0.8548058271408081,0.030794857069849968,0.6195195913314819,1.0111818313598633,-0.8284851908683777,1.937374234199524,-1.055169701576233,-0.15319547057151794,0.0699639841914177,-0.2384939044713974,-0.42130255699157715,0.6724587678909302,0.6394675374031067,-0.3761245608329773,-0.253212034702301,-0.1778797209262848,-0.3667478859424591,-0.005055569112300873,-0.2063661813735962,0.40524154901504517,-0.025455299764871597,-0.47687387466430664,0.08929403126239777,-1.0928629636764526,-0.14897264540195465,0.21878564357757568,0.21268132328987122,0.5944773554801941,0.6017862558364868,-0.2823983430862427,-0.38719236850738525,-0.09886923432350159,-0.12978988885879517,0.4426906108856201,-0.20961904525756836,-0.4047394394874573,-0.46541595458984375,-0.601276159286499,-1.1855897903442383,1.4686294794082642,-0.20013545453548431,0.0014742743223905563,-0.3319966495037079,-0.6103001832962036,1.0174757242202759,1.3055059909820557,0.9418016076087952,1.122236967086792,0.4374874234199524,-0.08129364997148514,0.02384079247713089,0.4718155562877655,-0.19764849543571472,-0.5538504123687744,0.7116891145706177,-0.35681092739105225,-0.9274457097053528,0.16098864376544952,-0.08814699947834015,0.3672676086425781,-0.5391232371330261,0.4024953246116638,-0.10437222570180893,1.1082518100738525,1.244014024734497,0.5658825635910034,-0.47839877009391785,0.7562660574913025,-0.18862488865852356,-0.062045298516750336,-2.1359832286834717,0.021900804713368416,-0.38597965240478516,0.036588285118341446,-0.42858919501304626,0.06288842111825943,0.6020070910453796,0.16681712865829468,0.031059177592396736,0.5658512711524963,-0.7504624724388123,-0.022970423102378845,-0.35851675271987915,-0.07616323232650757,-0.7731659412384033,-0.13784854114055634,-0.4282459020614624,0.03482179343700409,0.15110580623149872,0.07170896977186203,0.2632056474685669,0.2607223689556122,-0.08344924449920654,0.4321832060813904,-0.3619648516178131,0.5565359592437744,0.6134705543518066,0.4502936601638794,-0.31943002343177795,0.49220365285873413,0.24950431287288666,-0.7762487530708313,0.21318775415420532,0.7258219718933105,-1.1238287687301636,-0.09505024552345276,-0.6837905049324036,-0.2099015712738037,1.6921911239624023,0.2762751579284668,0.09352124482393265,0.37284278869628906,0.7288805842399597,-0.3244220018386841,-0.9003456234931946,0.15501371026039124,-0.15415704250335693,0.18948496878147125,-0.4087965190410614,-0.5456750392913818,0.8047888875007629,-0.13949808478355408,-0.3458887040615082,0.14425812661647797,-0.4831475019454956,0.43869438767433167,0.5140661001205444,-0.18431764841079712,0.6446762681007385,-0.6210160255432129,0.2211255580186844,0.6600073575973511,-0.49700647592544556,-1.4817272424697876,0.033432647585868835,0.5800118446350098,0.4668084383010864,0.2501019239425659,0.18821975588798523,0.17480409145355225,0.34904858469963074,-0.19293946027755737,-0.2842280864715576,1.0419713258743286,0.6335179805755615,-0.49435654282569885,-0.7376682758331299,-0.3046410381793976,0.24447917938232422,-0.35769596695899963,-0.1184096559882164,-0.23511388897895813,-1.0454438924789429,-0.3817102313041687,0.5445420145988464,1.1396002769470215,0.2781773507595062,0.20840413868427277,0.5744178295135498,0.34872522950172424,-0.33733540773391724,-1.2944341897964478,0.48870688676834106,-0.4579607844352722,-0.6281785368919373,0.6693087220191956,0.6507583856582642,-0.33104580640792847,-0.0526752807199955,0.2811167240142822,-0.5716508030891418,0.475864052772522,-0.7470945119857788,1.5691518783569336,-0.7250752449035645,-0.48541197180747986,-0.3383777141571045,0.8694145679473877,-0.4769675135612488,-0.17343951761722565,0.01722892001271248,-0.6677463054656982,0.04652572423219681,-0.017427273094654083,0.3921700119972229,-0.9416658878326416,0.7378102540969849,0.43210339546203613,0.6014761924743652,0.11035214364528656,-0.3529040217399597,0.2304297387599945,-0.28496819734573364,0.008618995547294617,0.4399852156639099,0.18355122208595276,-1.1183981895446777,-0.8203179240226746]},"workflow":{"author":"@@official.shinkai","description":"Analyzes a server log file to identify patterns, anomalies, and potential issues, aiming to enhance the server's reliability and performance. The process involves a detailed examination of log entries, assessment of operational reliability, and identification of recurring issues. Recommendations for improvements are provided based on data-driven analysis, excluding personal opinions and irrelevant information.","name":"Analyze_logs","raw":"\n workflow Analyze_logs v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\nYou are a system administrator and service reliability engineer at a large tech company. You are responsible for ensuring the reliability and availability of the company's services. You have a deep understanding of the company's infrastructure and services. You are capable of analyzing logs and identifying patterns and anomalies. You are proficient in using various monitoring and logging tools. You are skilled in troubleshooting and resolving issues quickly. You are detail-oriented and have a strong analytical mindset. You are familiar with incident response procedures and best practices. You are always looking for ways to improve the reliability and performance of the company's services. you have a strong background in computer science and system administration, with 1500 years of experience in the field.\n\n# Task\nYou are given a log file from one of the company's servers. The log file contains entries of various events and activities. Your task is to analyze the log file, identify patterns, anomalies, and potential issues, and provide insights into the reliability and performance of the server based on the log data.\n\n# Actions\n- **Analyze the Log File**: Thoroughly examine the log entries to identify any unusual patterns or anomalies that could indicate potential issues.\n- **Assess Server Reliability and Performance**: Based on your analysis, provide insights into the server's operational reliability and overall performance.\n- **Identify Recurring Issues**: Look for any recurring patterns or persistent issues in the log data that could potentially impact server reliability.\n- **Recommend Improvements**: Suggest actionable improvements or optimizations to enhance server performance based on your findings from the log data.\n\n# Restrictions\n- **Avoid Irrelevant Information**: Do not include details that are not derived from the log file.\n- **Base Assumptions on Data**: Ensure that all assumptions about the log data are clearly supported by the information contained within.\n- **Focus on Data-Driven Advice**: Provide specific recommendations that are directly based on your analysis of the log data.\n- **Exclude Personal Opinions**: Refrain from including subjective assessments or personal opinions in your analysis.\n\n# INPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\nYou are a system administrator and service reliability engineer at a large tech company. You are responsible for ensuring the reliability and availability of the company's services. You have a deep understanding of the company's infrastructure and services. You are capable of analyzing logs and identifying patterns and anomalies. You are proficient in using various monitoring and logging tools. You are skilled in troubleshooting and resolving issues quickly. You are detail-oriented and have a strong analytical mindset. You are familiar with incident response procedures and best practices. You are always looking for ways to improve the reliability and performance of the company's services. you have a strong background in computer science and system administration, with 1500 years of experience in the field.\n\n# Task\nYou are given a log file from one of the company's servers. The log file contains entries of various events and activities. Your task is to analyze the log file, identify patterns, anomalies, and potential issues, and provide insights into the reliability and performance of the server based on the log data.\n\n# Actions\n- **Analyze the Log File**: Thoroughly examine the log entries to identify any unusual patterns or anomalies that could indicate potential issues.\n- **Assess Server Reliability and Performance**: Based on your analysis, provide insights into the server's operational reliability and overall performance.\n- **Identify Recurring Issues**: Look for any recurring patterns or persistent issues in the log data that could potentially impact server reliability.\n- **Recommend Improvements**: Suggest actionable improvements or optimizations to enhance server performance based on your findings from the log data.\n\n# Restrictions\n- **Avoid Irrelevant Information**: Do not include details that are not derived from the log file.\n- **Base Assumptions on Data**: Ensure that all assumptions about the log data are clearly supported by the information contained within.\n- **Focus on Data-Driven Advice**: Provide specific recommendations that are directly based on your analysis of the log data.\n- **Exclude Personal Opinions**: Refrain from including subjective assessments or personal opinions in your analysis.\n\n# INPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4067731201648712,-0.04894086718559265,-0.10805705189704895,-0.05976817011833191,0.4016798138618469,-0.2796284258365631,-0.7987851500511169,-0.21628756821155548,-0.364492267370224,0.5517075061798096,-0.24781399965286255,0.8618816137313843,0.14870858192443848,0.000580422580242157,0.2693900763988495,-0.431706964969635,0.01224005687981844,-1.2414814233779907,-1.1294186115264893,-0.5987325310707092,0.051138799637556076,0.779912531375885,0.10904210805892944,0.0023609548807144165,0.5107638239860535,-0.05720089003443718,-0.6595028042793274,-0.5836318731307983,-0.7059198021888733,-0.974857747554779,0.785871148109436,0.00439298152923584,-0.9618006348609924,-0.42562776803970337,-0.04277288168668747,-0.9972568154335022,0.9180377721786499,0.22434090077877045,-0.6821348667144775,-0.32964494824409485,0.15751907229423523,0.3731754422187805,-0.37047502398490906,-0.33647722005844116,-0.09514705836772919,-0.6377161145210266,0.38923314213752747,0.2345019280910492,1.0480114221572876,0.3907889723777771,-0.6093147993087769,-0.35482949018478394,-0.2056683450937271,0.07290562987327576,-0.8995538353919983,-0.26909589767456055,0.290238618850708,-0.1666712611913681,-0.24414192140102386,-0.6551361680030823,0.28960299491882324,0.12181626260280609,-2.997483968734741,-0.2514199912548065,0.30850568413734436,0.13046002388000488,0.33882927894592285,-0.06447969377040863,0.20235203206539154,0.2791210114955902,-0.667415976524353,-0.14839422702789307,-0.46541985869407654,0.6104020476341248,0.472098708152771,0.47266873717308044,0.18314321339130402,-0.14282307028770447,0.5733217597007751,-0.2585636377334595,0.2393190711736679,1.004220962524414,0.3309006690979004,-0.30074217915534973,-0.9569055438041687,0.231277197599411,-0.2944968044757843,-0.15558183193206787,1.0681726932525635,0.18181240558624268,-0.11309589445590973,-0.5244020223617554,0.027434738352894783,0.3314650356769562,0.027355153113603592,-0.05226900428533554,-0.6181867122650146,0.5940045118331909,0.4027123749256134,3.4451677799224854,0.6342963576316833,-0.3379294276237488,0.4482648968696594,-0.9816486835479736,0.20706814527511597,-0.30429786443710327,0.3345355987548828,-0.29157763719558716,0.3138808310031891,0.6869505047798157,-0.017454728484153748,-0.24163943529129028,-0.07056523859500885,0.3788715600967407,0.45194289088249207,0.46406424045562744,-0.689818263053894,-0.014827188104391098,-0.013782666064798832,-0.23828798532485962,-0.7225982546806335,0.39421501755714417,-0.2823244035243988,-0.2608240246772766,0.07435673475265503,-0.10103832185268402,-0.20566760003566742,0.6364060640335083,0.1826450675725937,0.4590696096420288,0.20145869255065918,-0.17024141550064087,-0.5500656366348267,0.02804400958120823,0.2666453421115875,-0.2583613991737366,0.0843556672334671,0.4057023227214813,-0.05497206747531891,-0.15692901611328125,-0.3999771475791931,-1.0291386842727661,0.8592596650123596,0.6330035924911499,0.5877358317375183,0.4088729918003082,-0.18981030583381653,0.3785855174064636,-0.6115156412124634,-1.0353143215179443,0.14273913204669952,1.1910076141357422,0.16168150305747986,0.2726272940635681,0.9521030187606812,0.2463226169347763,0.2618095874786377,0.2369859665632248,-0.6001817584037781,0.11826053261756897,-0.15406490862369537,-0.3410646617412567,-0.2414819300174713,0.7165404558181763,0.7990632653236389,-0.02213657647371292,0.3128461539745331,-0.037155650556087494,0.685241162776947,-0.1720225065946579,1.1056824922561646,0.01926492154598236,0.33840498328208923,0.3789595067501068,-0.0004434618167579174,-0.18631026148796082,-0.6542283296585083,-0.1103140339255333,-0.1781781017780304,-1.120977520942688,0.7810835838317871,0.6668064594268799,0.29991185665130615,-0.42689836025238037,0.06450051069259644,0.3259444832801819,0.5441296696662903,-0.22416159510612488,0.6399046778678894,0.7079706192016602,-0.42575639486312866,1.425572156906128,-0.6110769510269165,-0.8488902449607849,0.04940085858106613,0.36528539657592773,-0.07997103780508041,0.6580771207809448,0.20747070014476776,0.021447423845529556,-0.5809913277626038,-0.2344692498445511,-0.6919687986373901,-0.3964907228946686,-0.8767662048339844,0.3113633990287781,0.30858173966407776,-0.4151943325996399,0.07536238431930542,-0.7780977487564087,-0.13958512246608734,0.2583020329475403,0.32336869835853577,0.8272571563720703,0.5699361562728882,-0.5906050205230713,0.2733006477355957,-0.01442226767539978,-0.13017967343330383,0.4571167230606079,-0.1556718945503235,0.09788398444652557,-0.9346112012863159,-0.7646278738975525,-1.3266291618347168,0.7966861724853516,-0.23696237802505493,0.02916809916496277,-0.7252873182296753,-0.6732658743858337,0.016269013285636902,0.9514898657798767,0.8122837543487549,1.102405309677124,0.4061679542064667,-0.1408538818359375,0.2043038308620453,0.46272796392440796,0.2036363184452057,-0.28530406951904297,1.0819711685180664,-0.3971155881881714,-0.9651598334312439,0.37595927715301514,0.00804319977760315,0.40262123942375183,-0.19622567296028137,0.38384872674942017,0.17473098635673523,1.265303373336792,1.1234164237976074,0.27093008160591125,0.16321268677711487,0.5092511773109436,0.115190289914608,0.05268150195479393,-1.722856879234314,-0.3381083011627197,-0.3959980309009552,-0.3916359543800354,0.03712484985589981,-0.47277745604515076,0.823413074016571,0.23235398530960083,-0.16498956084251404,0.6736086010932922,-0.5389692187309265,-0.15925824642181396,-0.5261054039001465,0.18710938096046448,-0.21178095042705536,-0.0014452040195465088,-0.2072092592716217,-0.4649803042411804,-0.2792721092700958,0.38692983984947205,0.11363130807876587,0.2152988612651825,-0.2534651756286621,0.23410873115062714,0.3269791901111603,0.9124240279197693,0.6514147520065308,0.37929123640060425,-0.2978668808937073,0.339855819940567,-0.0007079541683197021,-0.5944238305091858,0.21361875534057617,0.8528221249580383,-0.8838469386100769,-0.5749788284301758,-0.14996665716171265,0.00407680869102478,2.0464987754821777,0.527131199836731,0.4710176885128021,0.6223046183586121,0.5943810343742371,-0.15953762829303741,-1.0341095924377441,0.2264259159564972,-0.034810870885849,-0.09232152998447418,0.277077853679657,-0.5920558571815491,0.9419100880622864,0.0041264258325099945,-0.38740530610084534,-0.1737762987613678,-0.8316482305526733,0.563586413860321,0.4676949977874756,-0.26983731985092163,0.1101251095533371,-0.851524829864502,0.7540777921676636,0.31141406297683716,-0.1625267118215561,-2.055893659591675,-0.004675948992371559,0.5643706917762756,-0.13284792006015778,-0.31601548194885254,0.34382787346839905,1.2909799814224243,-0.6476159691810608,-0.3980505168437958,-0.4106230139732361,1.4069820642471313,-0.30671727657318115,-0.32792723178863525,-0.6596953868865967,0.14046314358711243,0.28401845693588257,-0.38500651717185974,-0.039339907467365265,-0.4250659942626953,-1.1930062770843506,-0.30062684416770935,-0.05876997113227844,1.5048952102661133,-0.2091202735900879,0.28220394253730774,0.5777330994606018,0.11243341863155365,-0.6646595001220703,-1.0091421604156494,0.3554592728614807,0.30498939752578735,-1.2407569885253906,0.5346552133560181,0.27964845299720764,-0.30042552947998047,0.7988247871398926,0.02152155712246895,-0.6903384327888489,0.019697174429893494,-0.642795741558075,0.5494660139083862,-0.15807391703128815,-0.002293536439538002,-0.21804949641227722,0.7480948567390442,-0.5861527323722839,0.14957517385482788,0.5126378536224365,-0.9567984938621521,-0.200491800904274,0.1640297770500183,0.017719129100441933,-0.5188226699829102,0.6998511552810669,-0.014547176659107208,0.37185049057006836,-0.1685594767332077,-0.36011043190956116,0.5777413845062256,0.018770232796669006,-0.023549847304821014,0.5059592127799988,0.16937941312789917,-1.1683459281921387,-0.4650725722312927]},"workflow":{"author":"@@official.shinkai","description":"Analyzes malware across various platforms, focusing on extracting indicators of compromise and detailed malware behavior. This approach includes analyzing telemetry and community data to aid in malware detection and analysis. The expected output includes a summary of findings, potential indicators of compromise, Mitre Att&CK techniques, pivoting advice, detection strategies, suggested Yara rules, additional references, and technical recommendations.","name":"Analyze_malware","raw":"\n workflow Analyze_malware v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\nYou are a malware analysis expert and you are able to understand a malware for any kind of platform including, Windows, MacOS, Linux or android.\nYou specialize in extracting indicators of compromise, malware information including its behavior, its details, info from the telemetry and community and any other relevant information that helps a malware analyst.\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\nRead the entire information from an malware expert perspective, thinking deeply about crucial details about the malware that can help in understanding its behavior, detection and capabilities. Also extract Mitre Att&CK techniques.\nCreate a summary sentence that captures and highlight the most important findings of the report and its insights in less than 25 words in a section called ONE-SENTENCE-SUMMARY:. Use plain and conversational language when creating this summary. You can use technical jargon but no marketing language.\n\n- Extract all the information that allows to clearly define the malware for detection and analysis and provide information about the structure of the file in a section called OVERVIEW.\n- Extract all potential indicator that might be useful such as IP, Domain, Registry key, filepath, mutex and others in a section called POTENTIAL IOCs. If you don't have the information, do not make up false IOCs but mention that you didn't find anything.\n- Extract all potential Mitre Att&CK techniques related to the information you have in a section called ATT&CK.\n- Extract all information that can help in pivoting such as IP, Domain, hashes, and offer some advice about potential pivot that could help the analyst. Write this in a section called POTENTIAL PIVOTS.\n- Extract information related to detection in a section called DETECTION.\n- Suggest a Yara rule based on the unique strings output and structure of the file in a section called SUGGESTED YARA RULE.\n- If there is any additional reference in comment or elsewhere mention it in a section called ADDITIONAL REFERENCES.\n- Provide some recommandation in term of detection and further steps only backed by technical data you have in a section called RECOMMANDATIONS.\n\n# OUTPUT INSTRUCTIONS\nOnly output Markdown.\nDo not output the markdown code syntax, only the content.\nDo not use bold or italics formatting in the markdown output.\nExtract at least basic information about the malware.\nExtract all potential information for the other output sections but do not create something, if you don't know simply say it.\nDo not give warnings or notes; only output the requested sections.\nYou use bulleted lists for output, not numbered lists.\nDo not repeat ideas, facts, or resources.\nDo not start items with the same opening words.\nEnsure you follow ALL these instructions when creating your output.\n\n# INPUT\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\nYou are a malware analysis expert and you are able to understand a malware for any kind of platform including, Windows, MacOS, Linux or android.\nYou specialize in extracting indicators of compromise, malware information including its behavior, its details, info from the telemetry and community and any other relevant information that helps a malware analyst.\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\nRead the entire information from an malware expert perspective, thinking deeply about crucial details about the malware that can help in understanding its behavior, detection and capabilities. Also extract Mitre Att&CK techniques.\nCreate a summary sentence that captures and highlight the most important findings of the report and its insights in less than 25 words in a section called ONE-SENTENCE-SUMMARY:. Use plain and conversational language when creating this summary. You can use technical jargon but no marketing language.\n\n- Extract all the information that allows to clearly define the malware for detection and analysis and provide information about the structure of the file in a section called OVERVIEW.\n- Extract all potential indicator that might be useful such as IP, Domain, Registry key, filepath, mutex and others in a section called POTENTIAL IOCs. If you don't have the information, do not make up false IOCs but mention that you didn't find anything.\n- Extract all potential Mitre Att&CK techniques related to the information you have in a section called ATT&CK.\n- Extract all information that can help in pivoting such as IP, Domain, hashes, and offer some advice about potential pivot that could help the analyst. Write this in a section called POTENTIAL PIVOTS.\n- Extract information related to detection in a section called DETECTION.\n- Suggest a Yara rule based on the unique strings output and structure of the file in a section called SUGGESTED YARA RULE.\n- If there is any additional reference in comment or elsewhere mention it in a section called ADDITIONAL REFERENCES.\n- Provide some recommandation in term of detection and further steps only backed by technical data you have in a section called RECOMMANDATIONS.\n\n# OUTPUT INSTRUCTIONS\nOnly output Markdown.\nDo not output the markdown code syntax, only the content.\nDo not use bold or italics formatting in the markdown output.\nExtract at least basic information about the malware.\nExtract all potential information for the other output sections but do not create something, if you don't know simply say it.\nDo not give warnings or notes; only output the requested sections.\nYou use bulleted lists for output, not numbered lists.\nDo not repeat ideas, facts, or resources.\nDo not start items with the same opening words.\nEnsure you follow ALL these instructions when creating your output.\n\n# INPUT\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.674983561038971,0.20821887254714966,0.17038887739181519,0.14469683170318604,0.2028558999300003,-0.10393672436475754,-0.9464762210845947,-0.22450387477874756,-0.4124526083469391,0.545383632183075,0.13355861604213715,1.2854219675064087,-0.1447208672761917,-0.5033695101737976,0.3508143424987793,-0.7423213124275208,-0.8882656693458557,-0.3882293701171875,-1.4207172393798828,-0.10182922333478928,0.43560969829559326,0.5745694041252136,-0.3220323920249939,0.29586488008499146,0.6992946863174438,0.26203253865242004,0.06688295304775238,-0.16080224514007568,-0.579465389251709,-1.399155855178833,0.34245115518569946,0.5750687122344971,-1.2302266359329224,-0.7919238805770874,0.32918161153793335,-0.09819646924734116,0.2907148003578186,0.3298279941082001,-0.6452665328979492,-0.5017326474189758,-0.1457567811012268,0.4011968672275543,0.12261699885129929,-0.12312011420726776,0.42895328998565674,-0.33258283138275146,-0.14279286563396454,-0.4560195207595825,0.9071254730224609,0.7391846776008606,-0.18362487852573395,-0.448928564786911,-0.5301457643508911,-0.9132351875305176,-0.7356069087982178,-0.5408737659454346,-0.12302389740943909,-0.6820665597915649,-0.050147999078035355,0.02270890399813652,0.5072764158248901,0.579694926738739,-3.476247787475586,-0.07008545100688934,0.17631414532661438,0.03210999071598053,0.048148807138204575,0.11456778645515442,-0.235073983669281,0.016981542110443115,-0.3866177201271057,0.36162495613098145,-0.08561138808727264,-0.07213546335697174,0.3095244765281677,-0.11576510965824127,0.2579874098300934,0.06734868884086609,0.6133882403373718,-0.8504318594932556,-0.20848411321640015,0.40255501866340637,0.05268947407603264,0.0548815056681633,-0.3853209316730499,0.48640406131744385,0.12291871756315231,0.4331590533256531,0.8056508898735046,-0.13887153565883636,0.35528087615966797,-0.18597282469272614,0.022815467789769173,-0.19474893808364868,-0.5802775025367737,-0.15030762553215027,0.17036309838294983,0.6165298223495483,0.4916625916957855,3.57708740234375,0.6834666728973389,0.09757690131664276,0.5158312916755676,-1.0471004247665405,0.4315096139907837,-0.7802940011024475,0.28839486837387085,0.01104186661541462,-0.0343935452401638,0.559567928314209,0.32575666904449463,-0.21366533637046814,-0.3863022029399872,0.7948498725891113,-0.17160749435424805,0.7691044807434082,-0.6759753227233887,-0.5477740168571472,-0.019464701414108276,0.1825105845928192,-0.9410016536712646,0.5323560833930969,-0.011155936866998672,-0.7545873522758484,-0.28602591156959534,-0.1679202914237976,-0.07219348102807999,0.6316781044006348,1.1526895761489868,0.395913302898407,-0.3062414526939392,-0.18937942385673523,-1.016579031944275,0.051568128168582916,-0.6311368942260742,-0.2423170506954193,0.35489708185195923,-0.30536171793937683,0.2489071488380432,-0.7870271801948547,0.6999779939651489,-0.6556253433227539,0.0889284759759903,0.7152632474899292,1.246408462524414,0.11275185644626617,-0.3509249687194824,-0.09962166100740433,-0.4666577875614166,-1.0269452333450317,-0.12570807337760925,1.1302118301391602,0.04428192600607872,0.5028256773948669,0.3138938844203949,-0.18756045401096344,-0.27756261825561523,0.19721180200576782,-0.22217807173728943,-0.4243725538253784,-0.16107749938964844,0.07607188075780869,-0.03457726538181305,0.6478937268257141,0.8510041832923889,-0.23883861303329468,0.23784664273262024,-0.10085824877023697,0.42004141211509705,0.4662870764732361,0.2880840301513672,0.4076945185661316,0.608440637588501,0.7622922658920288,0.3809402585029602,-0.203554168343544,0.04731670022010803,0.2357858121395111,-0.16894955933094025,-0.7227590084075928,0.42860594391822815,0.751647412776947,0.3275691866874695,-0.6793196797370911,0.6277685761451721,-0.02466966025531292,0.06890318542718887,-0.34674203395843506,0.8485761284828186,1.0761696100234985,-1.0433255434036255,1.6431140899658203,-0.5577410459518433,-0.08995676040649414,0.2953415811061859,-0.4099753499031067,-0.05273253843188286,0.28427982330322266,0.2813814580440521,-0.46181413531303406,-0.22530880570411682,0.17155057191848755,0.14795233309268951,-0.43293264508247375,-0.040984369814395905,-0.281835675239563,-0.33503684401512146,-0.40672925114631653,0.17705285549163818,-0.9602404832839966,0.1064581573009491,-0.5094605684280396,-0.006214119493961334,0.5707537531852722,0.5577563047409058,0.39042675495147705,0.01337139680981636,0.4553433656692505,-0.06356880068778992,0.654786229133606,-0.45906198024749756,-0.6276815533638,-0.8215364217758179,-0.8619435429573059,-1.3742048740386963,0.7890589237213135,-0.02700071781873703,0.7082726359367371,-0.335041344165802,-0.5487353801727295,0.6402039527893066,0.810183048248291,1.279887080192566,0.602216899394989,0.6637692451477051,-0.39122530817985535,0.11097364127635956,0.7947789430618286,0.2761978507041931,-0.36493179202079773,0.023666230961680412,-0.4283330738544464,-1.025672197341919,0.9770691394805908,-0.16422075033187866,0.422090619802475,-0.13260486721992493,-0.05319817364215851,-0.05665145069360733,1.1173481941223145,0.3998640775680542,-0.6328489184379578,0.6857147812843323,0.5147066712379456,0.5526489019393921,-0.3223612606525421,-1.4556833505630493,-0.3147307336330414,-0.6818727850914001,0.6225956082344055,-0.35475319623947144,0.05006944388151169,0.7352710366249084,0.23209401965141296,-0.27186909317970276,0.37880799174308777,-0.08915136009454727,-0.4768435060977936,-0.2788790166378021,0.519503116607666,-0.06701003760099411,0.2621404528617859,-0.24872902035713196,-0.5911098122596741,0.015438675880432129,-0.007372291758656502,-0.16939514875411987,-0.04381796717643738,-0.5072492957115173,0.27798348665237427,-0.5553694367408752,0.06487592309713364,-0.011739611625671387,0.692745566368103,-0.17941150069236755,0.23617848753929138,0.2078065127134323,-0.5048587322235107,0.17576831579208374,0.13416466116905212,-0.8753650784492493,-0.6224746108055115,-0.6102073788642883,0.5371365547180176,1.3618890047073364,0.7144314646720886,0.10534866154193878,0.14896810054779053,0.9267356991767883,-0.18427254259586334,-0.9388036131858826,0.2667970359325409,-0.04630425199866295,0.5416790246963501,-0.21467459201812744,-0.14862066507339478,0.6403844356536865,0.11175528168678284,-0.4406455159187317,-0.143710657954216,-1.1245691776275635,0.23365327715873718,0.2938792407512665,-0.18286645412445068,0.10395151376724243,-0.4786021411418915,0.7897014617919922,0.608222484588623,-0.08134272694587708,-1.508028507232666,0.02104209177196026,0.8110498785972595,0.6986626386642456,0.12397938966751099,-0.5352920889854431,0.18121343851089478,0.24148330092430115,-0.4808790683746338,-0.08048947900533676,1.4081931114196777,0.6151725053787231,-0.6555729508399963,-0.897574245929718,-0.03650141879916191,0.18555282056331635,-0.852159321308136,0.6622239351272583,-0.2016853392124176,-0.6802980899810791,-0.3690139353275299,0.1611713469028473,0.793071448802948,0.3597989082336426,-0.24883151054382324,0.44108259677886963,0.4822438359260559,-0.4573872685432434,-0.6934174299240112,0.8415377140045166,0.24445806443691254,-0.5493578314781189,0.554226279258728,0.1494169980287552,-0.320880264043808,0.43917354941368103,-0.3621450364589691,-0.25722435116767883,0.7956756353378296,-0.009261257015168667,1.351599097251892,-0.09239734709262848,-0.016902079805731773,-0.0949147567152977,0.14291860163211823,-0.5670801997184753,0.2197820097208023,-0.0846652090549469,-1.0361133813858032,0.17311829328536987,-0.17373764514923096,-0.21821291744709015,-0.4653129577636719,0.4663732349872589,0.4376477599143982,1.0398812294006348,0.27226585149765015,-0.08212070912122726,0.37636473774909973,0.0037763193249702454,-0.5782175660133362,0.29061245918273926,-0.6739526987075806,-1.26555335521698,-0.4929901957511902]},"workflow":{"author":"@@official.shinkai","description":"This service analyzes research papers to determine their main findings, scientific rigor, and quality. It uniquely maps out claims, evaluates study design, and assesses conflicts of interest. The output includes a summary, author details, findings, study quality, and a final grade with explanations.","name":"Analyze_paper","raw":"\n workflow Analyze_paper v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a research paper analysis service focused on determining the primary findings of the paper and analyzing its scientific rigor and quality.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Consume the entire paper and think deeply about it.\n\n- Map out all the claims and implications on a virtual whiteboard in your mind.\n\n# OUTPUT \n\n- Extract a summary of the paper and its conclusions into a 25-word sentence called SUMMARY.\n\n- Extract the list of authors in a section called AUTHORS.\n\n- Extract the list of organizations the authors are associated, e.g., which university they're at, with in a section called AUTHOR ORGANIZATIONS.\n\n- Extract the primary paper findings into a bulleted list of no more than 15 words per bullet into a section called FINDINGS.\n\n- Extract the overall structure and character of the study into a bulleted list of 15 words per bullet for the research in a section called STUDY DETAILS.\n\n- Extract the study quality by evaluating the following items in a section called STUDY QUALITY that has the following bulleted sub-sections:\n\n- STUDY DESIGN: (give a 15 word description, including the pertinent data and statistics.)\n\n- SAMPLE SIZE: (give a 15 word description, including the pertinent data and statistics.)\n\n- CONFIDENCE INTERVALS (give a 15 word description, including the pertinent data and statistics.)\n\n- P-VALUE (give a 15 word description, including the pertinent data and statistics.)\n\n- EFFECT SIZE (give a 15 word description, including the pertinent data and statistics.)\n\n- CONSISTENCE OF RESULTS (give a 15 word description, including the pertinent data and statistics.)\n\n- METHODOLOGY TRANSPARENCY (give a 15 word description of the methodology quality and documentation.)\n\n- STUDY REPRODUCIBILITY (give a 15 word description, including how to fully reproduce the study.)\n\n- Data Analysis Method (give a 15 word description, including the pertinent data and statistics.)\n\n- Discuss any Conflicts of Interest in a section called CONFLICTS OF INTEREST. Rate the conflicts of interest as NONE DETECTED, LOW, MEDIUM, HIGH, or CRITICAL.\n\n- Extract the researcher's analysis and interpretation in a section called RESEARCHER'S INTERPRETATION, in a 15-word sentence.\n\n- In a section called PAPER QUALITY output the following sections:\n\n- Novelty: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Rigor: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Empiricism: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Rating Chart: Create a chart like the one below that shows how the paper rates on all these dimensions. \n\n- Known to Novel is how new and interesting and surprising the paper is on a scale of 1 - 10.\n\n- Weak to Rigorous is how well the paper is supported by careful science, transparency, and methodology on a scale of 1 - 10.\n\n- Theoretical to Empirical is how much the paper is based on purely speculative or theoretical ideas or actual data on a scale of 1 - 10. Note: Theoretical papers can still be rigorous and novel and should not be penalized overall for being Theoretical alone.\n\nEXAMPLE CHART for 7, 5, 9 SCORES (fill in the actual scores):\n\nKnown [------7---] Novel\nWeak [----5-----] Rigorous\nTheoretical [--------9-] Empirical\n\nEND EXAMPLE CHART\n\n- FINAL SCORE:\n\n- A - F based on the scores above, conflicts of interest, and the overall quality of the paper. On a separate line, give a 15-word explanation for the grade.\n\n- SUMMARY STATEMENT:\n\nA final 25-word summary of the paper, its findings, and what we should do about it if it's true.\n\n# RATING NOTES\n\n- If the paper makes claims and presents stats but doesn't show how it arrived at these stats, then the Methodology Transparency would be low, and the RIGOR score should be lowered as well.\n\n- An A would be a paper that is novel, rigorous, empirical, and has no conflicts of interest.\n\n- A paper could get an A if it's theoretical but everything else would have to be perfect.\n\n- The stronger the claims the stronger the evidence needs to be, as well as the transparency into the methodology. If the paper makes strong claims, but the evidence or transparency is weak, then the RIGOR score should be lowered.\n\n- Remove at least 1 grade (and up to 2) for papers where compelling data is provided but it's not clear what exact tests were run and/or how to reproduce those tests. \n\n- Do not relax this transparency requirement for papers that claim security reasons.\n\n- If a paper does not clearly articulate its methodology in a way that's replicable, lower the RIGOR and overall score significantly.\n\n- Remove up to 1-3 grades for potential conflicts of interest indicated in the report.\n\n# OUTPUT INSTRUCTIONS\n\n- Output all sections above.\n\n- Ensure the scoring looks closely at the reproducibility and transparency of the methodology, and that it doesn't give a pass to papers that don't provide the data or methodology for safety or other reasons.\n\n- For the chart, use the actual scores to fill in the chart, and ensure the number associated with the score is placed on the right place on the chart., e.g., here is the chart for 2 Novelty, 8 Rigor, and 3 Empiricism:\n\nKnown [-2--------] Novel\nWeak [-------8--] Rigorous\nTheoretical [--3-------] Empirical\n\n- For the findings and other analysis sections, write at the 9th-grade reading level. This means using short sentences and simple words/concepts to explain everything.\n\n- Ensure there's a blank line between each bullet of output.\n\n- Create the output using the formatting above.\n\n- In the markdown, don't use formatting like bold or italics. Make the output maximially readable in plain text.\n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a research paper analysis service focused on determining the primary findings of the paper and analyzing its scientific rigor and quality.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Consume the entire paper and think deeply about it.\n\n- Map out all the claims and implications on a virtual whiteboard in your mind.\n\n# OUTPUT \n\n- Extract a summary of the paper and its conclusions into a 25-word sentence called SUMMARY.\n\n- Extract the list of authors in a section called AUTHORS.\n\n- Extract the list of organizations the authors are associated, e.g., which university they're at, with in a section called AUTHOR ORGANIZATIONS.\n\n- Extract the primary paper findings into a bulleted list of no more than 15 words per bullet into a section called FINDINGS.\n\n- Extract the overall structure and character of the study into a bulleted list of 15 words per bullet for the research in a section called STUDY DETAILS.\n\n- Extract the study quality by evaluating the following items in a section called STUDY QUALITY that has the following bulleted sub-sections:\n\n- STUDY DESIGN: (give a 15 word description, including the pertinent data and statistics.)\n\n- SAMPLE SIZE: (give a 15 word description, including the pertinent data and statistics.)\n\n- CONFIDENCE INTERVALS (give a 15 word description, including the pertinent data and statistics.)\n\n- P-VALUE (give a 15 word description, including the pertinent data and statistics.)\n\n- EFFECT SIZE (give a 15 word description, including the pertinent data and statistics.)\n\n- CONSISTENCE OF RESULTS (give a 15 word description, including the pertinent data and statistics.)\n\n- METHODOLOGY TRANSPARENCY (give a 15 word description of the methodology quality and documentation.)\n\n- STUDY REPRODUCIBILITY (give a 15 word description, including how to fully reproduce the study.)\n\n- Data Analysis Method (give a 15 word description, including the pertinent data and statistics.)\n\n- Discuss any Conflicts of Interest in a section called CONFLICTS OF INTEREST. Rate the conflicts of interest as NONE DETECTED, LOW, MEDIUM, HIGH, or CRITICAL.\n\n- Extract the researcher's analysis and interpretation in a section called RESEARCHER'S INTERPRETATION, in a 15-word sentence.\n\n- In a section called PAPER QUALITY output the following sections:\n\n- Novelty: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Rigor: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Empiricism: 1 - 10 Rating, followed by a 15 word explanation for the rating.\n\n- Rating Chart: Create a chart like the one below that shows how the paper rates on all these dimensions. \n\n- Known to Novel is how new and interesting and surprising the paper is on a scale of 1 - 10.\n\n- Weak to Rigorous is how well the paper is supported by careful science, transparency, and methodology on a scale of 1 - 10.\n\n- Theoretical to Empirical is how much the paper is based on purely speculative or theoretical ideas or actual data on a scale of 1 - 10. Note: Theoretical papers can still be rigorous and novel and should not be penalized overall for being Theoretical alone.\n\nEXAMPLE CHART for 7, 5, 9 SCORES (fill in the actual scores):\n\nKnown [------7---] Novel\nWeak [----5-----] Rigorous\nTheoretical [--------9-] Empirical\n\nEND EXAMPLE CHART\n\n- FINAL SCORE:\n\n- A - F based on the scores above, conflicts of interest, and the overall quality of the paper. On a separate line, give a 15-word explanation for the grade.\n\n- SUMMARY STATEMENT:\n\nA final 25-word summary of the paper, its findings, and what we should do about it if it's true.\n\n# RATING NOTES\n\n- If the paper makes claims and presents stats but doesn't show how it arrived at these stats, then the Methodology Transparency would be low, and the RIGOR score should be lowered as well.\n\n- An A would be a paper that is novel, rigorous, empirical, and has no conflicts of interest.\n\n- A paper could get an A if it's theoretical but everything else would have to be perfect.\n\n- The stronger the claims the stronger the evidence needs to be, as well as the transparency into the methodology. If the paper makes strong claims, but the evidence or transparency is weak, then the RIGOR score should be lowered.\n\n- Remove at least 1 grade (and up to 2) for papers where compelling data is provided but it's not clear what exact tests were run and/or how to reproduce those tests. \n\n- Do not relax this transparency requirement for papers that claim security reasons.\n\n- If a paper does not clearly articulate its methodology in a way that's replicable, lower the RIGOR and overall score significantly.\n\n- Remove up to 1-3 grades for potential conflicts of interest indicated in the report.\n\n# OUTPUT INSTRUCTIONS\n\n- Output all sections above.\n\n- Ensure the scoring looks closely at the reproducibility and transparency of the methodology, and that it doesn't give a pass to papers that don't provide the data or methodology for safety or other reasons.\n\n- For the chart, use the actual scores to fill in the chart, and ensure the number associated with the score is placed on the right place on the chart., e.g., here is the chart for 2 Novelty, 8 Rigor, and 3 Empiricism:\n\nKnown [-2--------] Novel\nWeak [-------8--] Rigorous\nTheoretical [--3-------] Empirical\n\n- For the findings and other analysis sections, write at the 9th-grade reading level. This means using short sentences and simple words/concepts to explain everything.\n\n- Ensure there's a blank line between each bullet of output.\n\n- Create the output using the formatting above.\n\n- In the markdown, don't use formatting like bold or italics. Make the output maximially readable in plain text.\n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.998285710811615,0.4798452854156494,0.02084299735724926,-0.4591015875339508,-0.06937922537326813,0.26319772005081177,-0.6916511654853821,0.5872858762741089,-0.5030815005302429,0.23386694490909576,-0.5359163284301758,1.0952632427215576,0.13382509350776672,-0.46981823444366455,-0.27225878834724426,-0.5195434093475342,-0.16843847930431366,-0.9108704924583435,-0.9482367634773254,0.20605209469795227,0.21327798068523407,0.752319872379303,-0.25453102588653564,0.0883064791560173,0.48964154720306396,0.13103614747524261,-0.343148410320282,-0.3506477475166321,-0.4879258871078491,-1.301559329032898,1.1379432678222656,1.2355183362960815,-1.423295021057129,-0.7905863523483276,-0.2665114402770996,-0.7536695599555969,0.15478432178497314,0.3440035581588745,-0.8120855093002319,-0.5555116534233093,0.6319127678871155,0.30545926094055176,-1.0574458837509155,0.01741352677345276,0.43514007329940796,-0.15381541848182678,-0.024275973439216614,-0.19698424637317657,0.9837778210639954,0.30634480714797974,-0.36719900369644165,-0.786791980266571,-0.16157297790050507,-0.6583576202392578,-1.0149556398391724,-0.1363973617553711,0.12322939932346344,-0.5187209844589233,-0.34903186559677124,-0.19915330410003662,0.46938109397888184,0.5057075023651123,-2.7025251388549805,-0.0814569815993309,0.13856197893619537,0.30495980381965637,0.1393999606370926,-0.2087370902299881,0.2170567363500595,0.19160199165344238,0.014551833271980286,-0.22953391075134277,0.291258841753006,-0.1647217869758606,-0.12628532946109772,-0.006333410739898682,0.023472310975193977,-0.012875884771347046,0.5405551791191101,-0.5896641612052917,-0.9226979613304138,-0.203914076089859,0.12652622163295746,-0.5733405947685242,-0.020533302798867226,0.6324837803840637,0.008945237845182419,0.46852248907089233,0.6637845039367676,0.5284328460693359,-0.13379552960395813,0.21507319808006287,0.4188181459903717,-0.15650111436843872,0.11736217141151428,-0.11851231753826141,-0.30714118480682373,0.1272616982460022,0.08611778914928436,3.38045072555542,0.7440855503082275,0.20636005699634552,0.5251534581184387,-1.4231064319610596,0.09425755590200424,0.031564295291900635,-0.635776162147522,-0.053107134997844696,-0.07223686575889587,-0.490654319524765,-0.01864931359887123,-0.4568004310131073,-0.31987595558166504,0.40849682688713074,-0.2682107388973236,0.5600013732910156,-0.22229228913784027,-0.3046400249004364,0.32946646213531494,-0.3110630214214325,-0.0032042264938354492,0.26476818323135376,-0.176175057888031,-0.3495999872684479,-0.13285879790782928,0.3400465250015259,-0.5336527824401855,0.7441989183425903,0.5427640676498413,0.321269690990448,-0.1980876326560974,0.5687135457992554,-1.2973917722702026,0.1628645956516266,0.30613914132118225,0.3375711143016815,-0.06616255640983582,-0.8323274254798889,0.5653333067893982,-0.22266432642936707,-0.025736555457115173,-0.42121994495391846,0.8605086803436279,-0.026938609778881073,0.9758060574531555,-0.37171483039855957,0.05908115208148956,0.25117406249046326,-0.6773092150688171,-1.4197444915771484,-0.22770769894123077,0.6139343976974487,0.08013404905796051,0.18660180270671844,0.6846334338188171,-0.41586771607398987,-0.863287627696991,0.7609788179397583,-0.5057398080825806,0.4547673165798187,-0.5333966612815857,-0.014161897823214531,-0.179544597864151,0.7186662554740906,0.5074589848518372,-0.32729804515838623,0.26406511664390564,-0.3043633699417114,-0.30767160654067993,-0.23734289407730103,0.6260769367218018,-0.04673849791288376,0.7782906293869019,0.697100043296814,-0.8727549910545349,-0.09269501268863678,-0.2784988284111023,0.39143064618110657,0.8259237408638,-0.8787134885787964,-0.35730987787246704,0.46411290764808655,-0.4318051040172577,-0.4130823016166687,-0.18735721707344055,0.6705667972564697,-0.15440350770950317,0.27669093012809753,0.42195889353752136,1.2982251644134521,-1.5255672931671143,2.2251412868499756,-0.11526435613632202,-0.6131479740142822,0.22545093297958374,0.4208185076713562,-0.11930149048566818,0.020590074360370636,0.45758190751075745,-0.2772655785083771,-0.3893536627292633,-0.3165854215621948,0.2769174575805664,-0.21800535917282104,-0.8756486177444458,-0.4445594251155853,-0.2602844536304474,0.27481862902641296,0.2720494866371155,-0.3816261291503906,-0.42925095558166504,-0.3814999759197235,0.8126229047775269,0.1322936713695526,1.1983624696731567,0.8054177165031433,0.14390769600868225,0.2717309594154358,-0.0041397977620363235,0.2590973973274231,-0.36712750792503357,0.09220045804977417,-0.649381160736084,-0.7142189145088196,-1.3772774934768677,0.6177393794059753,0.5396028161048889,0.4311647415161133,-0.7825798392295837,-0.9002888798713684,0.5271295309066772,0.8865960836410522,1.4540611505508423,0.5401818752288818,0.2694510519504547,-0.03313746303319931,-0.40426522493362427,1.094048261642456,0.22304195165634155,-0.46814626455307007,0.12527485191822052,-0.709748387336731,-0.4873965382575989,1.103217363357544,0.3318338990211487,0.35435691475868225,-0.3169103264808655,0.10376159846782684,-0.3805168867111206,1.2668170928955078,0.2695842385292053,-0.37943512201309204,0.5207048058509827,0.20112231373786926,0.15151306986808777,0.19219571352005005,-1.7078912258148193,0.23102976381778717,-0.8308587670326233,0.014844655990600586,0.7532017230987549,-0.7358819246292114,0.8582409620285034,-0.49897366762161255,-0.33843711018562317,-0.10088151693344116,-0.26738858222961426,-0.3037254214286804,-0.21814846992492676,-0.0002765581011772156,-0.6340785622596741,0.2333488166332245,-0.1120724007487297,-0.14214032888412476,-0.1451396495103836,0.2921934425830841,-0.3319076895713806,0.33448973298072815,-0.8583092093467712,-0.21094265580177307,-0.44885337352752686,-0.11417927592992783,0.03129710257053375,0.4006352424621582,0.5425369143486023,0.45188814401626587,0.08835643529891968,-0.7174261808395386,-0.16350209712982178,0.5819024443626404,-0.8222616314888,-0.3604002296924591,0.6036854982376099,0.3351355791091919,0.9628876447677612,0.49874627590179443,0.44909799098968506,0.16194987297058105,0.6215112805366516,0.1211099773645401,-0.19111040234565735,0.07420393824577332,0.24764354526996613,0.34437209367752075,-0.8367067575454712,-0.9383339285850525,0.21908628940582275,-0.16783687472343445,-0.15122896432876587,0.5389055013656616,-0.9104521870613098,0.23143357038497925,-0.17925038933753967,-0.1765720248222351,0.568686842918396,0.04812724143266678,1.1947733163833618,0.27132439613342285,0.1020585149526596,-1.6553746461868286,-0.299838125705719,1.21415114402771,0.7604601383209229,0.23694032430648804,-0.17598474025726318,0.16831795871257782,-0.548210620880127,0.6015273928642273,-0.5067675709724426,0.9767667055130005,0.854314923286438,-0.25626668334007263,-0.2562796473503113,0.5331540107727051,0.7314553260803223,-0.4706190824508667,-0.14777953922748566,0.052340902388095856,-0.4346451759338379,-0.37587830424308777,0.40909722447395325,1.4186809062957764,0.6701872944831848,0.8109297752380371,0.2528378963470459,0.5052812695503235,-0.32631105184555054,-0.6469968557357788,0.33138418197631836,0.13584661483764648,-0.5462036728858948,0.3208239674568176,0.2718159854412079,-0.23400691151618958,0.9988793134689331,-0.08330149203538895,-0.5710167288780212,0.4846687614917755,-0.26594820618629456,1.257294774055481,-0.4004376232624054,-0.679565966129303,-0.033151060342788696,-0.007748659700155258,-0.6463371515274048,0.02513989806175232,-0.2382541447877884,-0.8846494555473328,-0.11411876976490021,0.11137615144252777,-0.32973533868789673,-0.26446089148521423,0.13476625084877014,0.1890583485364914,0.7651322484016418,0.2863481640815735,-0.08259072154760361,-0.19173157215118408,0.1330878585577011,-0.21507887542247772,1.042783498764038,-0.19372937083244324,-0.6290739178657532,-0.3319753408432007]},"workflow":{"author":"@@official.shinkai","description":"The prompt outlines the role and responsibilities of a patent examiner, emphasizing the importance of technical and legal expertise in evaluating patents. It details the steps for examining a patent, including identifying the technology field, problem addressed, solution, advantages, novelty, and inventive step, and summarizing the core idea and keywords. The expected output involves detailed analysis and documentation in specific sections without concern for length, using bullet points for clarity.","name":"Analyze_patent","raw":"\n workflow Analyze_patent v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n- You are a patent examiner with decades of experience under your belt.\n- You are capable of examining patents in all areas of technology.\n- You have impeccable scientific and technical knowledge.\n- You are curious and keep yourself up-to-date with the latest advancements.\n- You have a thorough understanding of patent law with the ability to apply legal principles.\n- You are analytical, unbiased, and critical in your thinking.\n- In your long career, you have read and consumed a huge amount of prior art (in the form of patents, scientific articles, technology blogs, websites, etc.), so that when you encounter a patent application, based on this prior knowledge, you already have a good idea of whether it could be novel and/or inventive or not.\n\n# STEPS\n- Breathe in, take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n- Read the input and thoroughly understand it. Take into consideration only the description and the claims. Everything else must be ignored.\n- Identify the field of technology that the patent is concerned with and output it into a section called FIELD.\n- Identify the problem being addressed by the patent and output it into a section called PROBLEM. \n- Provide a very detailed explanation (including all the steps involved) of how the problem is solved in a section called SOLUTION.\n- Identfy the advantage the patent offers over what is known in the state of the art art and output it into a section called ADVANTAGE.\n- Definition of novelty: An invention shall be considered to be new if it does not form part of the state of the art. The state of the art shall be held to comprise everything made available to the public by means of a written or oral description, by use, or in any other way, before the date of filing of the patent application. Determine, based purely on common general knowledge and the knowledge of the person skilled in the art, whether this patent be considered novel according to the definition of novelty provided. Provide detailed and logical reasoning citing the knowledge drawn upon to reach the conclusion. It is OK if you consider the patent not to be novel. Output this into a section called NOVELTY.\n- Defintion of inventive step: An invention shall be considered as involving an inventive step if, having regard to the state of the art, it is not obvious to a person skilled in the art. Determine, based purely on common general knowledge and the knowledge of the person skilled in the art, whether this patent be considered inventive according to the definition of inventive step provided. Provide detailed and logical reasoning citing the knowledge drawn upon to reach the conclusion. It is OK if you consider the patent not to be inventive. Output this into a section called INVENTIVE STEP.\n- Summarize the core idea of the patent into a succinct and easy-to-digest summary not more than 1000 characters into a section called SUMMARY.\n- Identify up to 20 keywords (these may be more than a word long if necessary) that would define the core idea of the patent (trivial terms like \\\"computer\\\", \\\"method\\\", \\\"device\\\" etc. are to be ignored) and output them into a section called KEYWORDS.\n\n# OUTPUT INSTRUCTIONS\n- Be as verbose as possible. Do not leave out any technical details. Do not be worried about space/storage/size limitations when it comes to your response.\n- Only output Markdown.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not output repetitions.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n- You are a patent examiner with decades of experience under your belt.\n- You are capable of examining patents in all areas of technology.\n- You have impeccable scientific and technical knowledge.\n- You are curious and keep yourself up-to-date with the latest advancements.\n- You have a thorough understanding of patent law with the ability to apply legal principles.\n- You are analytical, unbiased, and critical in your thinking.\n- In your long career, you have read and consumed a huge amount of prior art (in the form of patents, scientific articles, technology blogs, websites, etc.), so that when you encounter a patent application, based on this prior knowledge, you already have a good idea of whether it could be novel and/or inventive or not.\n\n# STEPS\n- Breathe in, take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n- Read the input and thoroughly understand it. Take into consideration only the description and the claims. Everything else must be ignored.\n- Identify the field of technology that the patent is concerned with and output it into a section called FIELD.\n- Identify the problem being addressed by the patent and output it into a section called PROBLEM. \n- Provide a very detailed explanation (including all the steps involved) of how the problem is solved in a section called SOLUTION.\n- Identfy the advantage the patent offers over what is known in the state of the art art and output it into a section called ADVANTAGE.\n- Definition of novelty: An invention shall be considered to be new if it does not form part of the state of the art. The state of the art shall be held to comprise everything made available to the public by means of a written or oral description, by use, or in any other way, before the date of filing of the patent application. Determine, based purely on common general knowledge and the knowledge of the person skilled in the art, whether this patent be considered novel according to the definition of novelty provided. Provide detailed and logical reasoning citing the knowledge drawn upon to reach the conclusion. It is OK if you consider the patent not to be novel. Output this into a section called NOVELTY.\n- Defintion of inventive step: An invention shall be considered as involving an inventive step if, having regard to the state of the art, it is not obvious to a person skilled in the art. Determine, based purely on common general knowledge and the knowledge of the person skilled in the art, whether this patent be considered inventive according to the definition of inventive step provided. Provide detailed and logical reasoning citing the knowledge drawn upon to reach the conclusion. It is OK if you consider the patent not to be inventive. Output this into a section called INVENTIVE STEP.\n- Summarize the core idea of the patent into a succinct and easy-to-digest summary not more than 1000 characters into a section called SUMMARY.\n- Identify up to 20 keywords (these may be more than a word long if necessary) that would define the core idea of the patent (trivial terms like \\\"computer\\\", \\\"method\\\", \\\"device\\\" etc. are to be ignored) and output them into a section called KEYWORDS.\n\n# OUTPUT INSTRUCTIONS\n- Be as verbose as possible. Do not leave out any technical details. Do not be worried about space/storage/size limitations when it comes to your response.\n- Only output Markdown.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not output repetitions.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5406048893928528,-0.1138586550951004,0.07244139164686203,0.1514444649219513,-0.0723021999001503,0.16548629105091095,-0.762676477432251,0.11857056617736816,-0.32991448044776917,0.1478460282087326,-0.03879169002175331,0.4184325635433197,0.20534032583236694,-0.34722068905830383,0.3246766924858093,-0.32724279165267944,0.20749542117118835,0.07272063940763474,-1.2890324592590332,-0.02488081157207489,0.22365380823612213,0.9728241562843323,0.423911988735199,-0.028298720717430115,0.7595734596252441,0.007974307984113693,-0.13065357506275177,-0.36670219898223877,-0.6228660345077515,-0.9757757782936096,0.8576858639717102,0.6016657948493958,-0.5563657879829407,-0.35890740156173706,-0.04501461237668991,-0.44718998670578003,0.1744464933872223,0.6082106828689575,-0.5326908230781555,-0.550612211227417,0.2745892405509949,0.3389294147491455,-0.16339316964149475,0.45283886790275574,0.17547807097434998,-0.12705419957637787,-0.7306113839149475,0.33705365657806396,0.24382975697517395,0.2978833019733429,0.0878686010837555,-0.17635029554367065,-0.18280281126499176,0.015351515263319016,-0.5181348323822021,-0.21676242351531982,-0.11584322154521942,-0.44078296422958374,0.12224486470222473,-0.12624315917491913,0.22809576988220215,-0.2660999894142151,-2.5097732543945312,-0.2581871449947357,0.6061503291130066,-0.03362280875444412,-0.20406709611415863,-0.9124447703361511,0.16484054923057556,0.11569556593894958,-0.7257258892059326,-0.01005220040678978,-0.2727057635784149,0.34708407521247864,-0.07744951546192169,-0.024568133056163788,-0.22179892659187317,0.440992534160614,0.8729357719421387,-0.6048974990844727,-0.5247676968574524,0.7263548374176025,0.35211077332496643,-0.36858439445495605,-0.3218672275543213,0.5455399751663208,-0.17999911308288574,-0.18983423709869385,-0.1743541955947876,0.6327309608459473,0.47629645466804504,0.3887626826763153,-0.08107473701238632,0.5960226058959961,0.1337120234966278,-0.5195708870887756,-0.1720837652683258,0.6062246561050415,0.585538387298584,3.3087825775146484,0.8584566116333008,0.09484201669692993,-0.06824936717748642,-0.6125162839889526,0.08574087917804718,-0.22012959420681,-0.03804483637213707,-0.19242314994335175,0.3122699558734894,0.25008511543273926,0.15581975877285004,-0.5679014325141907,-0.7836507558822632,0.6314693093299866,0.2262648344039917,0.7457404732704163,-1.0717382431030273,-0.2583214342594147,0.40988782048225403,0.8412444591522217,-0.854649007320404,0.2232704907655716,-0.40808919072151184,-0.18610990047454834,-0.10521842539310455,-0.3713185489177704,-0.5333549380302429,0.5145126581192017,0.875632643699646,0.4837578237056732,0.2842470109462738,0.04598301276564598,-1.8621424436569214,0.06464696675539017,-0.43174707889556885,0.05465465784072876,0.19765441119670868,-0.6277555823326111,-0.2476879358291626,-0.034489937126636505,-0.39630430936813354,-1.4370204210281372,1.0736576318740845,0.39842483401298523,0.14950492978096008,0.532805323600769,-0.5194457769393921,0.4135385751724243,-0.30652305483818054,-0.9764074087142944,0.20521925389766693,1.0674448013305664,0.08954780548810959,0.24315667152404785,-0.05722843110561371,-0.29908838868141174,-1.1917179822921753,-0.1011696606874466,-0.5045179128646851,-0.16586482524871826,-0.012644072994589806,-0.19546790421009064,-0.350277841091156,0.19748592376708984,1.4345251321792603,-0.14291270077228546,-0.26014670729637146,-0.4700768291950226,0.23017990589141846,-0.6500536203384399,0.12741051614284515,0.2782047390937805,0.18826371431350708,0.8261951208114624,0.007204248569905758,-0.4157043397426605,-0.21999138593673706,0.31005680561065674,-0.09671768546104431,-0.7199957370758057,0.4538015127182007,0.9356231093406677,0.30589985847473145,-0.24741894006729126,0.028992362320423126,-0.1347159743309021,0.9754253625869751,-0.2526695728302002,1.446781039237976,0.9297758340835571,-0.7916684150695801,1.3522467613220215,-0.055509429425001144,-0.2645301818847656,0.40461188554763794,-0.364260733127594,-0.23428915441036224,0.3946452736854553,-0.6032572388648987,-0.3111622929573059,-1.6924883127212524,-0.15891556441783905,0.14603646099567413,-0.5125956535339355,-0.24007940292358398,0.35146617889404297,-0.5065377950668335,-0.2211904376745224,0.4319691061973572,-0.712169885635376,-0.034909795969724655,-0.7751845121383667,0.5919129252433777,0.48549628257751465,0.3080775737762451,0.07381488382816315,-0.6320004463195801,0.4225999116897583,0.22326406836509705,0.6943069696426392,-0.5071098208427429,-0.4626871943473816,-0.942185640335083,-0.775417149066925,-0.7873024940490723,0.8082438111305237,-0.3088286519050598,0.4630628824234009,-1.4274005889892578,-0.4041185677051544,0.4562712609767914,0.8869260549545288,1.4471431970596313,0.7748069763183594,0.5383235812187195,-0.35966575145721436,0.1767725646495819,0.5508363842964172,-0.12657657265663147,-0.4986264109611511,0.11607557535171509,-0.7053853273391724,-0.8012471199035645,0.3335248827934265,0.2899214029312134,0.5358603000640869,-0.036418236792087555,-0.3975231349468231,-0.059989430010318756,1.6134278774261475,1.054275631904602,-0.0024165287613868713,0.3315466642379761,0.8581915497779846,0.12311474233865738,0.3217509388923645,-1.1213430166244507,-0.3970467746257782,-0.7457579374313354,-0.24545204639434814,-0.6367828249931335,-0.12217800319194794,0.3563562035560608,0.3968941271305084,-0.3594900071620941,0.7039291858673096,-0.1978873610496521,-0.5129780173301697,-0.5785602331161499,0.18622559309005737,0.001956269145011902,-0.24471615254878998,0.07896143198013306,0.07193319499492645,-0.23979167640209198,0.10730884224176407,-0.5620612502098083,0.10622292757034302,-0.7206352949142456,-0.5325106978416443,-0.4357856512069702,0.38961681723594666,-0.35293909907341003,-0.09497049450874329,-0.47186940908432007,-0.03648015856742859,0.5552206635475159,-1.277388095855713,0.14095503091812134,1.2249140739440918,-0.9994263648986816,0.035411909222602844,0.5163689255714417,-0.21285811066627502,1.6279371976852417,1.0553958415985107,0.6717922687530518,1.1188206672668457,1.0219274759292603,0.22801870107650757,-0.9386434555053711,0.35844194889068604,0.38754791021347046,0.415749728679657,-0.6434957981109619,0.061213694512844086,0.8664908409118652,0.5283635258674622,-0.4218918979167938,-0.2978430390357971,-0.5018524527549744,0.5015967488288879,0.3958294689655304,0.17448188364505768,0.46622714400291443,-0.5328392386436462,0.7076627612113953,0.7627561092376709,-0.01451931707561016,-1.4921940565109253,-0.5036659836769104,0.7411234974861145,1.1079723834991455,0.23620235919952393,-0.22008606791496277,0.8788841962814331,-0.11282374709844589,-0.13445985317230225,-0.5087348222732544,1.86335027217865,0.40752527117729187,-0.4094192385673523,-0.285828173160553,-0.3339407742023468,0.48151829838752747,0.10639254003763199,-0.17058897018432617,0.1572534441947937,-0.19521087408065796,-0.607576310634613,0.3122807741165161,1.0855402946472168,-0.19753693044185638,0.004694391041994095,0.41334086656570435,0.33825647830963135,-0.42378729581832886,-1.2828798294067383,0.42298373579978943,-0.2870008051395416,-0.17639034986495972,0.5266974568367004,-0.1271740049123764,-0.5107424855232239,1.062679648399353,-0.24169138073921204,-0.24027681350708008,0.05824491009116173,-0.07151563465595245,1.6979701519012451,-0.5255331993103027,-0.4169633984565735,0.21638375520706177,0.19828283786773682,-0.5534443259239197,-0.13520893454551697,0.11038815975189209,-0.8341470956802368,-0.0019951462745666504,0.04849414899945259,0.15804173052310944,-0.46700426936149597,0.6456072330474854,0.9096559286117554,0.29267072677612305,-0.4643145203590393,0.08202493190765381,0.3614397644996643,-0.25357675552368164,-0.820857584476471,0.4212000370025635,-0.28386619687080383,-1.3437548875808716,-0.7097813487052917]},"workflow":{"author":"@@official.shinkai","description":"Performs in-depth psychological analysis on the main individual in the provided input. It involves identifying the primary person, deeply contemplating their language and responses, and comparing these to known human psychology principles. The output includes a concise psychological profile summary and detailed supporting points.","name":"Analyze_personality","raw":"\n workflow Analyze_personality v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are a super-intelligent AI with full knowledge of human psychology and behavior.\n\n# GOAL \n\nYour goal is to perform in-depth psychological analysis on the main person in the input provided.\n\n# STEPS\n\n- Figure out who the main person is in the input, e.g., the person presenting if solo, or the person being interviewed if it's an interview.\n\n- Fully contemplate the input for 419 minutes, deeply considering the person's language, responses, etc.\n\n- Think about everything you know about human psychology and compare that to the person in question's content.\n\n# OUTPUT\n\n- In a section called ANALYSIS OVERVIEW, give a 25-word summary of the person's psychological profile.Be completely honest, and a bit brutal if necessary. \n\n- In a section called ANALYSIS DETAILS, provide 5-10 bullets of 15-words each that give support for your ANALYSIS OVERVIEW.\n\n# OUTPUT INSTRUCTIONS\n\n- We are looking for keen insights about the person, not surface level observations.\n\n- Here are some examples of good analysis:\n\n\\\"This speaker seems obsessed with conspiracies, but it's not clear exactly if he believes them or if he's just trying to get others to.\\\"\n\n\\\"The person being interviewed is very defensive about his legacy, and is being aggressive towards the interviewer for that reason.\n\n\\\"The person being interviewed shows signs of Machiaevellianism, as he's constantly trying to manipulate the narrative back to his own.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are a super-intelligent AI with full knowledge of human psychology and behavior.\n\n# GOAL \n\nYour goal is to perform in-depth psychological analysis on the main person in the input provided.\n\n# STEPS\n\n- Figure out who the main person is in the input, e.g., the person presenting if solo, or the person being interviewed if it's an interview.\n\n- Fully contemplate the input for 419 minutes, deeply considering the person's language, responses, etc.\n\n- Think about everything you know about human psychology and compare that to the person in question's content.\n\n# OUTPUT\n\n- In a section called ANALYSIS OVERVIEW, give a 25-word summary of the person's psychological profile.Be completely honest, and a bit brutal if necessary. \n\n- In a section called ANALYSIS DETAILS, provide 5-10 bullets of 15-words each that give support for your ANALYSIS OVERVIEW.\n\n# OUTPUT INSTRUCTIONS\n\n- We are looking for keen insights about the person, not surface level observations.\n\n- Here are some examples of good analysis:\n\n\\\"This speaker seems obsessed with conspiracies, but it's not clear exactly if he believes them or if he's just trying to get others to.\\\"\n\n\\\"The person being interviewed is very defensive about his legacy, and is being aggressive towards the interviewer for that reason.\n\n\\\"The person being interviewed shows signs of Machiaevellianism, as he's constantly trying to manipulate the narrative back to his own.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8744940757751465,-0.27958428859710693,0.213419109582901,0.16207407414913177,-0.007167864590883255,0.10099179297685623,-1.1223050355911255,0.0200003981590271,0.07005973160266876,0.31250089406967163,0.07957292348146439,0.6688273549079895,0.24287985265254974,-0.04337097704410553,0.4641971290111542,-0.38875138759613037,0.45690661668777466,-0.32952818274497986,-1.2476191520690918,-0.485050767660141,0.5757342576980591,0.9474921226501465,0.48043668270111084,0.18683621287345886,0.7477666735649109,0.16232776641845703,0.09023092687129974,-0.10880634188652039,-0.15018975734710693,-0.9888242483139038,0.6668381094932556,0.27245238423347473,-0.5285736918449402,-0.6456125974655151,0.3508065342903137,-0.6736189723014832,0.2870081961154938,0.17784953117370605,-1.0033518075942993,-0.4774882197380066,0.037049129605293274,-0.10930508375167847,-0.6045659184455872,0.2824018597602844,-0.07493710517883301,-0.7052781581878662,-0.44766685366630554,0.5053280591964722,0.6986528635025024,0.7287129163742065,-0.29855820536613464,-0.2899705767631531,-0.22148533165454865,-0.11699697375297546,-0.6445790529251099,-0.049163494259119034,-0.7201825380325317,-0.2668214440345764,0.10508130490779877,0.06768976151943207,0.7132307291030884,0.38124504685401917,-3.1084887981414795,-0.1251479983329773,0.6931876540184021,-0.10105615109205246,-0.03945622220635414,0.004078153520822525,0.12069020420312881,0.060080766677856445,-0.6542101502418518,0.05901297181844711,0.14492473006248474,0.181012362241745,0.23050060868263245,-0.33203503489494324,0.1404409557580948,-0.10142543911933899,0.27314937114715576,-0.26363110542297363,-0.5378814339637756,0.5777277946472168,0.47668564319610596,-0.10629915446043015,-0.4941399395465851,0.1353333294391632,-0.3021668493747711,0.23058173060417175,0.0758899450302124,0.2001054286956787,-0.3594745993614197,0.09222747385501862,0.1558767557144165,0.3757825195789337,-0.2847445011138916,-0.6530143022537231,-0.6153692007064819,-0.34102779626846313,0.9685829281806946,3.327302932739258,0.4877944588661194,0.27212512493133545,0.3496558964252472,-0.8222610354423523,-0.0008525028824806213,-0.4939807057380676,-0.23189784586429596,0.24997758865356445,0.14689360558986664,0.8592711091041565,0.026099666953086853,-0.2609626352787018,-0.6569116115570068,0.608985185623169,0.3611801862716675,1.2131620645523071,-0.8595905900001526,-0.1283624917268753,0.07577472180128098,0.3853011429309845,-1.027547836303711,0.6950024962425232,0.14944148063659668,-0.0321739986538887,0.09377110004425049,-0.20744958519935608,-0.7656850218772888,0.33812347054481506,0.7699339389801025,0.13583539426326752,0.1832377016544342,0.3251896798610687,-1.022876501083374,0.46003055572509766,0.17922160029411316,-0.12597915530204773,-0.059777870774269104,-0.8547664880752563,0.242214173078537,-0.023802630603313446,0.029424607753753662,-1.1781259775161743,0.5793017148971558,0.5900534391403198,0.6835957765579224,0.4834882915019989,-0.47261229157447815,0.5018182992935181,-0.5994333028793335,-0.6759172677993774,0.319043904542923,0.9742864370346069,0.05409487336874008,0.3103104531764984,0.15881510078907013,-0.012286755256354809,-0.5224582552909851,0.014051787555217743,-0.4312061667442322,0.216709703207016,-0.46108198165893555,-0.44324129819869995,0.06145621836185455,0.22995659708976746,0.9433286190032959,-0.6951634287834167,0.21891355514526367,-0.44134101271629333,0.3500753343105316,0.08419135212898254,0.03025204688310623,0.1902494877576828,-0.10070770233869553,1.220677137374878,0.41261228919029236,-0.4810292720794678,-0.31062987446784973,0.5657408833503723,0.2426619678735733,-0.5705510377883911,0.5326801538467407,0.6888958215713501,0.4367790222167969,-0.4653220772743225,0.07015714049339294,0.1696067452430725,0.6286733150482178,-0.07084205746650696,1.0457841157913208,1.1131558418273926,-0.6641830801963806,1.5873044729232788,-0.6744915246963501,-0.4902417063713074,-0.027754949405789375,-0.5608351230621338,0.10401882231235504,0.02657107263803482,-0.1416139453649521,-0.17678262293338776,-1.1181155443191528,-0.16657206416130066,-0.30860400199890137,-0.42487552762031555,-0.7049935460090637,-0.5030863285064697,-0.7083567380905151,0.1690821647644043,0.08474653214216232,-1.2106943130493164,0.3849586844444275,-0.6037260293960571,0.4024118483066559,0.33732378482818604,0.15688848495483398,0.23423603177070618,-0.41667211055755615,0.5401173830032349,0.07649927586317062,0.36325520277023315,-0.6851553320884705,-0.2564848065376282,-0.9857972860336304,-0.6914613842964172,-1.052628993988037,0.6884251832962036,-1.0402864217758179,0.1260717511177063,-0.8226814270019531,-0.836439847946167,0.834833025932312,1.2942074537277222,0.8926379084587097,0.34268930554389954,0.20922881364822388,-0.199285626411438,-0.08787966519594193,0.6844707727432251,-0.40474432706832886,-0.23966379463672638,0.8406381011009216,-0.467530220746994,-0.7935245037078857,0.5240686535835266,0.28085702657699585,0.7513275146484375,-0.7613577246665955,-0.0525311604142189,-0.16365064680576324,1.489330530166626,0.5336167812347412,0.4836084842681885,0.7760716080665588,0.5072877407073975,0.7821711301803589,0.2073676884174347,-1.6999143362045288,-0.7474862337112427,-0.800609827041626,0.16858704388141632,-0.45836931467056274,0.12888166308403015,1.066961646080017,0.16551627218723297,-0.9547786116600037,-0.21786902844905853,0.10296059399843216,-0.47885629534721375,-0.6013100147247314,0.5885465145111084,-0.24005453288555145,-0.2311624139547348,-0.34772926568984985,-0.41430097818374634,-0.18091624975204468,-0.13762879371643066,-0.3230992555618286,-0.35050317645072937,-0.05984639376401901,-0.463016152381897,-0.2353404462337494,0.16053824126720428,0.1345868557691574,0.3020409047603607,-0.23652046918869019,-0.2653235197067261,0.5593661069869995,-0.9807063341140747,0.30787986516952515,1.258854866027832,-0.3551861345767975,-0.044137075543403625,0.18216045200824738,0.3678138554096222,1.993963360786438,1.2217649221420288,0.13171467185020447,0.5993711948394775,0.7927543520927429,0.08473619818687439,-0.9887708425521851,0.4765681326389313,0.3316909074783325,-0.020070314407348633,-0.43110156059265137,0.011264421045780182,0.6827617883682251,-0.4034461975097656,-0.06027808040380478,-0.217044860124588,-0.7283136248588562,0.03417106345295906,0.1338750123977661,0.014423593878746033,0.2686987817287445,-0.5353943705558777,1.2497808933258057,0.8837802410125732,0.17232798039913177,-1.4930877685546875,0.010535718873143196,1.2448973655700684,0.1945800632238388,-0.06827027350664139,-0.2699618935585022,0.745900571346283,-0.24620527029037476,-0.1935068666934967,-0.13528746366500854,1.4198745489120483,0.42497965693473816,-0.35576489567756653,-0.44471877813339233,0.1358482539653778,0.5714055299758911,-0.15332815051078796,0.23942697048187256,-0.4290940761566162,-0.8257359266281128,-0.4289008378982544,0.6097140312194824,0.9521992802619934,0.008292507380247116,0.2064877152442932,0.17870205640792847,0.6599903702735901,-0.3562626242637634,-1.1803343296051025,0.9446074962615967,0.14181555807590485,-0.4909960925579071,0.33770743012428284,-0.0034022368490695953,-0.39379292726516724,0.8966024518013,-0.5321173071861267,-0.6946000456809998,0.16608871519565582,-0.38968756794929504,1.5516172647476196,-0.08933927118778229,-0.46644750237464905,0.1771315038204193,0.5506702661514282,-0.4742055833339691,0.6100410223007202,-0.05727343633770943,-0.5952078700065613,0.1419387012720108,0.21971091628074646,0.020648334175348282,-0.36987853050231934,0.19371655583381653,0.35944443941116333,0.5191054344177246,-0.4473782181739807,-0.14626292884349823,0.2067733258008957,-0.176589697599411,-0.5125095844268799,0.20223692059516907,-0.11860659718513489,-1.6085366010665894,-0.9074264168739319]},"workflow":{"author":"@@official.shinkai","description":"Analyzes and critiques presentations, focusing on content, speaker's psychology, and the difference between stated and actual goals. It involves comparing intended messages to actual content, including self-references and entertainment attempts. The output includes scores and summaries for ideas, selflessness, and entertainment, plus an overall analysis.","name":"Analyze_presentation","raw":"\n workflow Analyze_presentation v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert in reviewing and critiquing presentations.\n\nYou are able to discern the primary message of the presentation but also the underlying psychology of the speaker based on the content.\n\n# GOALS\n\n- Fully break down the entire presentation from a content perspective.\n\n- Fully break down the presenter and their actual goal (vs. the stated goal where there is a difference). \n\n# STEPS\n\n- Deeply consume the whole presentation and look at the content that is supposed to be getting presented.\n\n- Compare that to what is actually being presented by looking at how many self-references, references to the speaker's credentials or accomplishments, etc., or completely separate messages from the main topic.\n\n- Find all the instances of where the speaker is trying to entertain, e.g., telling jokes, sharing memes, and otherwise trying to entertain.\n\n# OUTPUT\n\n- In a section called IDEAS, give a score of 1-10 for how much the focus was on the presentation of novel ideas, followed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted capture of the ideas in 15-word bullets. E.g:\n\nIDEAS:\n\n9/10 — The speaker focused overwhelmingly on her new ideas about how understand dolphin language using LLMs.\n\nInstances:\n\n- \\\"We came up with a new way to use LLMs to process dolphin sounds.\\\"\n- \\\"It turns out that dolphin lanugage and chimp language has the following 4 similarities.\\\"\n- Etc.\n(list all instances)\n\n- In a section called SELFLESSNESS, give a score of 1-10 for how much the focus was on the content vs. the speaker, folowed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted set of phrases that indicate a focus on self rather than content, e.g.,:\n\nSELFLESSNESS:\n\n3/10 — The speaker referred to themselves 14 times, including their schooling, namedropping, and the books they've written.\n\nInstances:\n\n- \\\"When I was at Cornell with Michael...\\\"\n- \\\"In my first book...\\\"\n- Etc.\n(list all instances)\n\n- In a section called ENTERTAINMENT, give a score of 1-10 for how much the focus was on being funny or entertaining, followed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted capture of the instances in 15-word bullets. E.g:\n\nENTERTAINMENT:\n\n9/10 — The speaker was mostly trying to make people laugh, and was not focusing heavily on the ideas.\n\nInstances:\n\n- Jokes\n- Memes\n- Etc.\n(list all instances)\n\n\n- In a section called ANALYSIS, give a score of 1-10 for how good the presentation was overall considering selflessness, entertainment, and ideas above.\n\nIn a section below that, output a set of ASCII powerbars for the following:\n\nIDEAS [------------9-]\nSELFLESSNESS [--3----------]\nENTERTAINMENT [-------5------]\n\n- In a section called CONCLUSION, give a 25-word summary of the presentation and your scoring of it.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert in reviewing and critiquing presentations.\n\nYou are able to discern the primary message of the presentation but also the underlying psychology of the speaker based on the content.\n\n# GOALS\n\n- Fully break down the entire presentation from a content perspective.\n\n- Fully break down the presenter and their actual goal (vs. the stated goal where there is a difference). \n\n# STEPS\n\n- Deeply consume the whole presentation and look at the content that is supposed to be getting presented.\n\n- Compare that to what is actually being presented by looking at how many self-references, references to the speaker's credentials or accomplishments, etc., or completely separate messages from the main topic.\n\n- Find all the instances of where the speaker is trying to entertain, e.g., telling jokes, sharing memes, and otherwise trying to entertain.\n\n# OUTPUT\n\n- In a section called IDEAS, give a score of 1-10 for how much the focus was on the presentation of novel ideas, followed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted capture of the ideas in 15-word bullets. E.g:\n\nIDEAS:\n\n9/10 — The speaker focused overwhelmingly on her new ideas about how understand dolphin language using LLMs.\n\nInstances:\n\n- \\\"We came up with a new way to use LLMs to process dolphin sounds.\\\"\n- \\\"It turns out that dolphin lanugage and chimp language has the following 4 similarities.\\\"\n- Etc.\n(list all instances)\n\n- In a section called SELFLESSNESS, give a score of 1-10 for how much the focus was on the content vs. the speaker, folowed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted set of phrases that indicate a focus on self rather than content, e.g.,:\n\nSELFLESSNESS:\n\n3/10 — The speaker referred to themselves 14 times, including their schooling, namedropping, and the books they've written.\n\nInstances:\n\n- \\\"When I was at Cornell with Michael...\\\"\n- \\\"In my first book...\\\"\n- Etc.\n(list all instances)\n\n- In a section called ENTERTAINMENT, give a score of 1-10 for how much the focus was on being funny or entertaining, followed by a hyphen and a 15-word summary of why that score was given.\n\nUnder this section put another subsection called Instances:, where you list a bulleted capture of the instances in 15-word bullets. E.g:\n\nENTERTAINMENT:\n\n9/10 — The speaker was mostly trying to make people laugh, and was not focusing heavily on the ideas.\n\nInstances:\n\n- Jokes\n- Memes\n- Etc.\n(list all instances)\n\n\n- In a section called ANALYSIS, give a score of 1-10 for how good the presentation was overall considering selflessness, entertainment, and ideas above.\n\nIn a section below that, output a set of ASCII powerbars for the following:\n\nIDEAS [------------9-]\nSELFLESSNESS [--3----------]\nENTERTAINMENT [-------5------]\n\n- In a section called CONCLUSION, give a 25-word summary of the presentation and your scoring of it.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.865890383720398,0.36568334698677063,0.055264439433813095,0.0733112245798111,0.7955887317657471,0.11639276891946793,-0.7712163329124451,0.2079315483570099,0.3919554650783539,-0.06483470648527145,-0.10063181072473526,1.1586170196533203,0.05954502895474434,-0.6074525713920593,0.2418844997882843,-0.07552769780158997,-0.0314435213804245,-0.24890492856502533,-1.206836223602295,-0.34021615982055664,0.63156658411026,0.7138275504112244,0.5760414600372314,0.2909137010574341,0.49520909786224365,0.636991024017334,-0.19759014248847961,-0.6456294059753418,-0.7918400168418884,-1.6013460159301758,0.526726484298706,-0.13425740599632263,-0.9777281284332275,-0.9399411678314209,-0.08185528963804245,-0.23020651936531067,-0.19734689593315125,-0.3212590515613556,-0.39020222425460815,-0.49115025997161865,0.15006662905216217,0.6316372156143188,-0.15355435013771057,-0.39503976702690125,-0.14524716138839722,-0.37716299295425415,-0.1400958150625229,-0.3516353368759155,0.44382092356681824,0.38123250007629395,-0.3625968396663666,-0.18525327742099762,-0.2447783499956131,-0.2873796820640564,-0.8088900446891785,-0.4376225769519806,-0.20080244541168213,-0.26309454441070557,-0.0637577623128891,-0.06304804235696793,0.42102721333503723,0.5851629376411438,-3.273970603942871,-0.18114563822746277,-0.074309341609478,-0.020849809050559998,0.44223687052726746,0.5495086312294006,0.4726927578449249,-0.0644417256116867,-0.3826653063297272,-0.1398133635520935,-0.4406488835811615,0.6200739145278931,0.21009394526481628,-0.0791761577129364,0.15648619830608368,0.280529260635376,0.3848224878311157,0.20519286394119263,0.4372769296169281,0.2226569801568985,0.3552577793598175,-0.0585094690322876,0.10629740357398987,0.5849976539611816,-0.4982791841030121,0.1989300549030304,1.0893574953079224,-0.29243120551109314,-0.4726545214653015,-0.20726454257965088,-0.7044969201087952,-0.5689395070075989,-0.33509203791618347,-0.4537581205368042,0.1896764039993286,0.5521361827850342,0.2603664696216583,3.569981575012207,0.40543752908706665,-0.14180582761764526,0.4059757888317108,-0.8621194362640381,0.2368006706237793,-0.6017042398452759,-0.4493171274662018,0.13776792585849762,-0.11012882739305496,0.15265780687332153,0.5085498690605164,-0.5886991620063782,-0.2614910304546356,0.23932099342346191,0.9296833276748657,0.7837250828742981,-0.8728667497634888,0.008330266922712326,0.265349417924881,0.4392065405845642,-0.6299368143081665,-0.1963888704776764,0.02062763273715973,0.13737788796424866,0.1616361439228058,-0.17553970217704773,-0.2988147735595703,0.5380767583847046,0.6530188918113708,0.7918745279312134,0.237787127494812,0.3564116954803467,-1.1363301277160645,-0.23321762681007385,-0.4399692118167877,-0.4211445748806,0.06746610254049301,-0.948650598526001,-0.012848719954490662,-0.18501201272010803,0.17111685872077942,-1.8337905406951904,0.3418445885181427,0.4200396239757538,1.3154512643814087,0.36563587188720703,-0.2697068452835083,0.4013291299343109,-0.6064950823783875,-0.5288703441619873,0.2976268529891968,0.37486910820007324,-0.5499486923217773,0.4660146236419678,0.5894044041633606,0.28530895709991455,-0.5774974226951599,0.05430073291063309,-0.46709591150283813,-0.03151208162307739,-0.0817175805568695,-0.4562681019306183,-0.07921452820301056,0.11921509355306625,0.5986324548721313,-0.718772292137146,0.23610912263393402,0.10395015776157379,-0.23152980208396912,0.5032911896705627,0.33143502473831177,0.22247153520584106,0.22454093396663666,0.8639678359031677,-0.15477268397808075,-0.5252835154533386,0.31350383162498474,0.6222137808799744,0.18392746150493622,-0.6140602231025696,0.7408385872840881,0.6561357378959656,0.3818568289279938,-0.6231468915939331,0.6087644696235657,-0.5334007740020752,0.5397376418113708,-0.15249168872833252,0.6839025020599365,0.6115535497665405,-0.8377746939659119,1.9399282932281494,-0.14669321477413177,-0.35344642400741577,-0.20021557807922363,-0.03335404396057129,0.07269904017448425,0.4003986716270447,0.4300292432308197,-0.2286141812801361,-0.9919820427894592,-0.5348929166793823,-0.2825808525085449,-0.34084323048591614,-0.44012802839279175,0.044756606221199036,-0.33042752742767334,-0.3098002076148987,-0.011348269879817963,-0.5549019575119019,-0.5169926285743713,0.2384597212076187,0.6970078349113464,0.5163000226020813,0.7615343332290649,-0.45501208305358887,0.09440948069095612,0.5621897578239441,0.5894039869308472,0.5160495042800903,-0.9052844047546387,-0.42625749111175537,-0.7634554505348206,-0.7958574891090393,-0.1557161808013916,0.54747074842453,-1.1411319971084595,0.6066376566886902,-0.7104227542877197,-0.501206636428833,0.42521828413009644,1.1575367450714111,0.9962015748023987,0.4642651677131653,0.15514224767684937,-0.17205378413200378,-0.3408671021461487,1.2615946531295776,0.04704563319683075,-0.03328531235456467,1.1070657968521118,-0.4873022735118866,-0.6688268184661865,1.0183806419372559,0.11904430389404297,0.7444753646850586,-0.530797004699707,-0.18852292001247406,-0.4313182532787323,1.0576634407043457,0.31110915541648865,0.05533737689256668,0.41475826501846313,0.15068356692790985,0.3621984124183655,-0.35371342301368713,-1.7965948581695557,0.037073563784360886,-0.7833825349807739,0.42592939734458923,0.227190762758255,-0.06559117138385773,0.9842954874038696,0.7098349332809448,-0.33534660935401917,0.5614776611328125,-0.06690030544996262,0.026145480573177338,-0.27547940611839294,0.45038947463035583,0.299175888299942,-0.1965557187795639,-0.5715481042861938,-0.3295547068119049,0.05040526017546654,0.11626727879047394,-0.7316921949386597,0.0460224375128746,-0.002420395612716675,-0.45473313331604004,0.0026675015687942505,0.5005553364753723,-0.2224559485912323,0.23111282289028168,-0.5780705213546753,-0.11547330021858215,0.5428181290626526,-0.5006813406944275,-0.19946503639221191,1.0562666654586792,-0.7858880162239075,-0.17816747725009918,-0.013174526393413544,-0.13269495964050293,0.8677682876586914,1.1412204504013062,-0.12204030156135559,0.12798677384853363,0.7807468175888062,-0.6607412099838257,-0.7838807106018066,0.36877498030662537,0.6251820921897888,0.2342754304409027,0.03746993839740753,-0.5909343957901001,0.14221520721912384,-0.7299721240997314,0.009500861167907715,-0.3333778977394104,-0.6120757460594177,-0.025292132049798965,-0.006562072783708572,0.08385681360960007,0.5435801148414612,-0.6626757979393005,0.713390052318573,1.1102755069732666,0.3174961507320404,-1.131363034248352,-0.26459863781929016,0.33864763379096985,0.4769035279750824,-0.09959428757429123,0.012615939602255821,0.465263307094574,0.41247639060020447,-1.1193095445632935,0.0481867790222168,1.4970552921295166,0.898922324180603,-0.6433790922164917,-0.3876186013221741,0.29308032989501953,0.3948834538459778,0.4379764497280121,0.3278893232345581,-0.8337410092353821,-0.16377098858356476,0.05209898203611374,0.2830849289894104,1.1493253707885742,-0.013894109055399895,-0.11343377828598022,0.6743757128715515,-0.09418567270040512,-0.4698030352592468,-1.0509463548660278,0.6648523807525635,-0.13416574895381927,-1.0891789197921753,0.9526864886283875,-0.1874663531780243,-0.03348267823457718,0.5500512719154358,-0.25638988614082336,-0.44463911652565,0.03355817496776581,-0.684034526348114,1.6775790452957153,-0.8178391456604004,-0.6595571041107178,-0.6548323631286621,0.601176917552948,-0.4365113377571106,0.22130624949932098,0.5026183724403381,-0.6919695734977722,-0.3619315028190613,0.26945173740386963,-0.22579629719257355,-0.047776252031326294,0.5472139716148376,0.36337193846702576,0.25649815797805786,-0.1460903137922287,0.030232761055231094,-0.13166579604148865,-0.14663931727409363,-0.3372567892074585,-0.2675929665565491,-0.2608385980129242,-0.48634037375450134,-0.6013779640197754]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the quality of writing and content, providing ratings and recommendations for improvement based on novelty, clarity, and overall messaging. It assesses ideas for their freshness and originality, clarity of argument, and quality of prose, offering a structured approach to critique. The expected output is a JSON object summarizing these evaluations and recommendations.","name":"Analyze_prose_json","raw":"\n workflow Analyze_prose_json v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and overall messaging standpoint.\n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n1. Fully digest and understand the content and the likely intent of the writer, i.e., what they wanted to convey to the reader, viewer, listener.\n\n2. Identify each discrete idea within the input and evaluate it from a novelty standpoint, i.e., how surprising, fresh, or novel are the ideas in the content? Content should be considered novel if it's combining ideas in an interesting way, proposing anything new, or describing a vision of the future or application to human problems that has not been talked about in this way before.\n\n3. Evaluate the combined NOVELTY of the ideas in the writing as defined in STEP 2 and provide a rating on the following scale:\n\n\\\"A - Novel\\\" -- Does one or more of the following: Includes new ideas, proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported. Imagine a novelty score above 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Introduction of new ideas.\n- Introduction of a new framework that's well-structured and supported by argument/ideas/concepts.\n- Introduction of new models for understanding the world.\n- Makes a clear prediction that's backed by strong concepts and/or data.\n- Introduction of a new vision of the future.\n- Introduction of a new way of thinking about reality.\n- Recommendations for a way to behave based on the new proposed way of thinking.\n\n\\\"B - Fresh\\\" -- Proposes new ideas, but doesn't do any of the things mentioned in the \\\"A\\\" tier. Imagine a novelty score between 80% and 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Minor expansion on existing ideas, but in a way that's useful.\n\n\\\"C - Incremental\\\" -- Useful expansion or significant improvement of existing ideas, or a somewhat insightful description of the past, but no expansion on, or creation of, new ideas. Imagine a novelty score between 50% and 80% for this tier.\n\nCommon examples that meet this criteria:\n\n- Useful collections of resources.\n- Descriptions of the past with offered observations and takeaways.\n- Minor expansions on existing ideas.\n\n\\\"D - Derivative\\\" -- Largely derivative of well-known ideas. Imagine a novelty score between in the 20% to 50% range for this tier.\n\nCommon examples that meet this criteria:\n\n- Restatement of common knowledge or best practices.\n- Rehashes of well-known ideas without any new takes or expansions of ideas.\n- Contains ideas or facts, but they're not new or improved in any significant way.\n\n\\\"F - Stale\\\" -- No new ideas whatsoever. Imagine a novelty score below 20% for this tier.\n\nCommon examples that meet this criteria:\n\n- Completely trite and unoriginal ideas.\n- Heavily cliche or standard ideas.\n\n4. Evaluate the CLARITY of the writing on the following scale.\n\n\\\"A - Crystal\\\" -- The argument is very clear and concise, and stays in a flow that doesn't lose the main problem and solution.\n\\\"B - Clean\\\" -- The argument is quite clear and concise, and only needs minor optimizations.\n\\\"C - Kludgy\\\" -- Has good ideas, but could be more concise and more clear about the problems and solutions being proposed.\n\\\"D - Confusing\\\" -- The writing is quite confusing, and it's not clear how the pieces connect.\n\\\"F - Chaotic\\\" -- It's not even clear what's being attempted.\n\n5. Evaluate the PROSE in the writing on the following scale.\n\n\\\"A - Inspired\\\" -- Clear, fresh, distinctive prose that's free of cliche.\n\\\"B - Distinctive\\\" -- Strong writing that lacks significant use of cliche.\n\\\"C - Standard\\\" -- Decent prose, but lacks distinctive style and/or uses too much cliche or standard phrases.\n\\\"D - Stale\\\" -- Significant use of cliche and/or weak language.\n\\\"F - Weak\\\" -- Overwhelming language weakness and/or use of cliche.\n\n6. Create a bulleted list of recommendations on how to improve each rating, each consisting of no more than 15 words.\n\n7. Give an overall rating that's the lowest rating of 3, 4, and 5. So if they were B, C, and A, the overall-rating would be \\\"C\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- You output a valid JSON object with the following structure.\n\n```json\n{\n \\\"novelty-rating\\\": \\\"(computed rating)\\\",\n \\\"novelty-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"clarity-rating\\\": \\\"(computed rating)\\\",\n \\\"clarity-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"prose-rating\\\": \\\"(computed rating)\\\",\n \\\"prose-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"recommendations\\\": \\\"The list of recommendations.\\\",\n \\\"one-sentence-summary\\\": \\\"A 20-word, one-sentence summary of the overall quality of the prose based on the ratings and explanations in the other fields.\\\",\n \\\"overall-rating\\\": \\\"The lowest of the ratings given above, without a tagline to accompany the letter grade.\\\"\n}\n\nOUTPUT EXAMPLE\n\n{\n\\\"novelty-rating\\\": \\\"A - Novel\\\",\n\\\"novelty-rating-explanation\\\": \\\"Combines multiple existing ideas and adds new ones to construct a vision of the future.\\\",\n\\\"clarity-rating\\\": \\\"C - Kludgy\\\",\n\\\"clarity-rating-explanation\\\": \\\"Really strong arguments but you get lost when trying to follow them.\\\",\n\\\"prose-rating\\\": \\\"A - Inspired\\\",\n\\\"prose-rating-explanation\\\": \\\"Uses distinctive language and style to convey the message.\\\",\n\\\"recommendations\\\": \\\"The list of recommendations.\\\",\n\\\"one-sentence-summary\\\": \\\"A clear and fresh new vision of how we will interact with humanoid robots in the household.\\\",\n\\\"overall-rating\\\": \\\"C\\\"\n}\n\n```\n\n- Liberally evaluate the criteria for NOVELTY, meaning if the content proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported, it should be rated as \\\"A - Novel\\\".\n- The overall-rating cannot be higher than the lowest rating given.\n- You ONLY output this JSON object.\n- You do not output the ``` code indicators, only the JSON object itself.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and overall messaging standpoint.\n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n1. Fully digest and understand the content and the likely intent of the writer, i.e., what they wanted to convey to the reader, viewer, listener.\n\n2. Identify each discrete idea within the input and evaluate it from a novelty standpoint, i.e., how surprising, fresh, or novel are the ideas in the content? Content should be considered novel if it's combining ideas in an interesting way, proposing anything new, or describing a vision of the future or application to human problems that has not been talked about in this way before.\n\n3. Evaluate the combined NOVELTY of the ideas in the writing as defined in STEP 2 and provide a rating on the following scale:\n\n\\\"A - Novel\\\" -- Does one or more of the following: Includes new ideas, proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported. Imagine a novelty score above 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Introduction of new ideas.\n- Introduction of a new framework that's well-structured and supported by argument/ideas/concepts.\n- Introduction of new models for understanding the world.\n- Makes a clear prediction that's backed by strong concepts and/or data.\n- Introduction of a new vision of the future.\n- Introduction of a new way of thinking about reality.\n- Recommendations for a way to behave based on the new proposed way of thinking.\n\n\\\"B - Fresh\\\" -- Proposes new ideas, but doesn't do any of the things mentioned in the \\\"A\\\" tier. Imagine a novelty score between 80% and 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Minor expansion on existing ideas, but in a way that's useful.\n\n\\\"C - Incremental\\\" -- Useful expansion or significant improvement of existing ideas, or a somewhat insightful description of the past, but no expansion on, or creation of, new ideas. Imagine a novelty score between 50% and 80% for this tier.\n\nCommon examples that meet this criteria:\n\n- Useful collections of resources.\n- Descriptions of the past with offered observations and takeaways.\n- Minor expansions on existing ideas.\n\n\\\"D - Derivative\\\" -- Largely derivative of well-known ideas. Imagine a novelty score between in the 20% to 50% range for this tier.\n\nCommon examples that meet this criteria:\n\n- Restatement of common knowledge or best practices.\n- Rehashes of well-known ideas without any new takes or expansions of ideas.\n- Contains ideas or facts, but they're not new or improved in any significant way.\n\n\\\"F - Stale\\\" -- No new ideas whatsoever. Imagine a novelty score below 20% for this tier.\n\nCommon examples that meet this criteria:\n\n- Completely trite and unoriginal ideas.\n- Heavily cliche or standard ideas.\n\n4. Evaluate the CLARITY of the writing on the following scale.\n\n\\\"A - Crystal\\\" -- The argument is very clear and concise, and stays in a flow that doesn't lose the main problem and solution.\n\\\"B - Clean\\\" -- The argument is quite clear and concise, and only needs minor optimizations.\n\\\"C - Kludgy\\\" -- Has good ideas, but could be more concise and more clear about the problems and solutions being proposed.\n\\\"D - Confusing\\\" -- The writing is quite confusing, and it's not clear how the pieces connect.\n\\\"F - Chaotic\\\" -- It's not even clear what's being attempted.\n\n5. Evaluate the PROSE in the writing on the following scale.\n\n\\\"A - Inspired\\\" -- Clear, fresh, distinctive prose that's free of cliche.\n\\\"B - Distinctive\\\" -- Strong writing that lacks significant use of cliche.\n\\\"C - Standard\\\" -- Decent prose, but lacks distinctive style and/or uses too much cliche or standard phrases.\n\\\"D - Stale\\\" -- Significant use of cliche and/or weak language.\n\\\"F - Weak\\\" -- Overwhelming language weakness and/or use of cliche.\n\n6. Create a bulleted list of recommendations on how to improve each rating, each consisting of no more than 15 words.\n\n7. Give an overall rating that's the lowest rating of 3, 4, and 5. So if they were B, C, and A, the overall-rating would be \\\"C\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- You output a valid JSON object with the following structure.\n\n```json\n{\n \\\"novelty-rating\\\": \\\"(computed rating)\\\",\n \\\"novelty-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"clarity-rating\\\": \\\"(computed rating)\\\",\n \\\"clarity-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"prose-rating\\\": \\\"(computed rating)\\\",\n \\\"prose-rating-explanation\\\": \\\"A 15-20 word sentence justifying your rating.\\\",\n \\\"recommendations\\\": \\\"The list of recommendations.\\\",\n \\\"one-sentence-summary\\\": \\\"A 20-word, one-sentence summary of the overall quality of the prose based on the ratings and explanations in the other fields.\\\",\n \\\"overall-rating\\\": \\\"The lowest of the ratings given above, without a tagline to accompany the letter grade.\\\"\n}\n\nOUTPUT EXAMPLE\n\n{\n\\\"novelty-rating\\\": \\\"A - Novel\\\",\n\\\"novelty-rating-explanation\\\": \\\"Combines multiple existing ideas and adds new ones to construct a vision of the future.\\\",\n\\\"clarity-rating\\\": \\\"C - Kludgy\\\",\n\\\"clarity-rating-explanation\\\": \\\"Really strong arguments but you get lost when trying to follow them.\\\",\n\\\"prose-rating\\\": \\\"A - Inspired\\\",\n\\\"prose-rating-explanation\\\": \\\"Uses distinctive language and style to convey the message.\\\",\n\\\"recommendations\\\": \\\"The list of recommendations.\\\",\n\\\"one-sentence-summary\\\": \\\"A clear and fresh new vision of how we will interact with humanoid robots in the household.\\\",\n\\\"overall-rating\\\": \\\"C\\\"\n}\n\n```\n\n- Liberally evaluate the criteria for NOVELTY, meaning if the content proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported, it should be rated as \\\"A - Novel\\\".\n- The overall-rating cannot be higher than the lowest rating given.\n- You ONLY output this JSON object.\n- You do not output the ``` code indicators, only the JSON object itself.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5470007658004761,0.5862957239151001,-0.41112378239631653,-0.33355996012687683,0.5075823068618774,0.3092925548553467,-0.6478137373924255,0.2617653012275696,-0.093589186668396,0.23130206763744354,0.1137959286570549,1.2243982553482056,-0.1279960721731186,-0.2496531903743744,0.22421738505363464,0.10783854871988297,0.01658286154270172,-0.38326317071914673,-1.3557276725769043,0.04079118371009827,0.7439004182815552,0.9156432747840881,0.7130505442619324,0.667634904384613,0.6659703850746155,0.4964849352836609,0.017070762813091278,0.012239739298820496,-0.8170243501663208,-1.1567494869232178,0.2829459309577942,0.11363233625888824,-0.37203606963157654,-0.7854092121124268,-0.33175548911094666,-0.2712685763835907,-0.22530671954154968,0.2762708067893982,-0.7799922227859497,-0.8096818923950195,0.16072705388069153,0.3303978741168976,-0.038474857807159424,0.38863956928253174,-0.20507784187793732,-0.28603798151016235,-0.035315997898578644,-0.10623148083686829,0.7793476581573486,0.1886521875858307,-0.2521686851978302,-0.5084949731826782,-0.265154093503952,-0.18953533470630646,-0.6579332947731018,-0.28937530517578125,-0.6254001259803772,-0.11373046040534973,0.0976669043302536,0.007829778827726841,0.3792741000652313,0.5376954078674316,-3.0443758964538574,-0.19179321825504303,-0.15101981163024902,0.21314704418182373,0.7446194291114807,0.6584548354148865,-0.04609641805291176,-0.2894294559955597,-0.3598690629005432,0.2582392990589142,-0.7535645961761475,0.21189314126968384,0.7332396507263184,-0.5327457189559937,0.46697476506233215,0.7996808290481567,0.6596035361289978,-0.367919385433197,0.3105582296848297,0.26856672763824463,0.26612839102745056,-0.2892974317073822,-0.3441067039966583,0.40380123257637024,-0.4752383232116699,-0.23825526237487793,0.683268129825592,0.17439918220043182,-0.3051926791667938,-0.48805251717567444,-0.6085042357444763,0.1840285062789917,-0.8138983249664307,-0.24108068645000458,-0.6415379047393799,0.3715883195400238,0.44796061515808105,3.508244276046753,0.2365381419658661,-0.32254958152770996,-0.012226268649101257,-0.8637595772743225,0.23258233070373535,-1.0239423513412476,0.10051067173480988,0.2732692062854767,-0.34241560101509094,-0.3385009169578552,0.7220143675804138,0.07207335531711578,-0.6459890604019165,0.05381523072719574,0.4018895924091339,0.9478779435157776,-0.6363115906715393,0.20652256906032562,0.12073264271020889,0.4839687645435333,-0.4419097602367401,0.2152542620897293,0.06282529979944229,-0.07318065315485,0.31003403663635254,-0.2655941843986511,-0.6493760347366333,0.7155207395553589,0.5785911679267883,0.6353772282600403,0.25843197107315063,0.8406157493591309,-1.0736842155456543,-0.15859656035900116,0.012727219611406326,-0.2130129337310791,-0.0339633971452713,-0.8932666182518005,-0.03614792227745056,-0.49592074751853943,-0.16825279593467712,-1.5138306617736816,0.7527459263801575,0.1088239923119545,0.7334156036376953,0.6872953772544861,-0.5213307738304138,-0.18594446778297424,-0.5263494253158569,-0.5679473876953125,-0.31401070952415466,0.8449917435646057,-0.2227495312690735,0.6118231415748596,0.20785930752754211,0.0493476539850235,-0.7555741667747498,0.3489648401737213,-0.15108081698417664,0.5307531356811523,0.1371995061635971,-0.18889150023460388,0.08195224404335022,0.3660706877708435,0.8734143972396851,-0.17850050330162048,0.2271362692117691,0.21661415696144104,-0.21619462966918945,-0.1252012848854065,0.4073300063610077,-0.2006584107875824,0.5454001426696777,0.9336711764335632,-0.5685122013092041,0.00970451906323433,0.07544176280498505,0.38623708486557007,0.37309813499450684,-1.044795036315918,0.10277776420116425,0.9237596392631531,0.009583216160535812,-0.46492400765419006,0.06155945360660553,-0.23903222382068634,0.7714043259620667,-0.4893738031387329,0.8302971720695496,1.3437130451202393,-0.9073358774185181,1.625118613243103,-0.4397343397140503,-0.2167222946882248,0.1710759699344635,-0.2544824182987213,-0.2078079730272293,0.4582154154777527,0.3629326820373535,-0.4525945782661438,-0.6464049220085144,-0.18900759518146515,-0.07469871640205383,0.0007139071822166443,-0.1387295424938202,-0.3305286467075348,-0.30900925397872925,-0.5266728401184082,-0.16365240514278412,-0.7184157371520996,-0.09439046680927277,-0.2113943099975586,0.6120141744613647,0.4790845513343811,0.18720605969429016,-0.3269950747489929,-0.17415133118629456,0.6458839178085327,0.5713938474655151,0.7334128618240356,-0.9711456298828125,-0.9606524109840393,-0.8715388774871826,-0.7841140627861023,-0.21871307492256165,0.3022136092185974,-0.8548243641853333,0.0953800156712532,-0.39379680156707764,0.05410763993859291,0.33567073941230774,0.9353113174438477,0.9154147505760193,0.17287257313728333,-0.21303445100784302,-0.18794763088226318,-0.36132705211639404,1.0757040977478027,-0.1503159999847412,0.15017881989479065,1.091323971748352,-0.1521691530942917,-0.7457696199417114,0.934956431388855,0.08892923593521118,0.16978788375854492,-0.7411095499992371,-0.010008752346038818,0.49301785230636597,1.6083674430847168,-0.058420151472091675,-0.1613796204328537,0.3411906361579895,0.17178195714950562,-0.18245336413383484,0.04790753498673439,-1.8728514909744263,0.30901074409484863,-1.3433613777160645,-0.04857483133673668,0.002631206065416336,-0.4913763999938965,1.4236490726470947,0.63359534740448,-0.16462501883506775,0.2292182892560959,-0.41235679388046265,-0.36994442343711853,-0.918354868888855,0.649559736251831,-0.36334142088890076,0.23195061087608337,-0.3305444121360779,-0.28763747215270996,0.030451921746134758,0.09331915527582169,-0.13566142320632935,-0.10072169452905655,-0.45269688963890076,-1.107254147529602,-0.1605093777179718,0.40157684683799744,0.013208158314228058,-0.08060139417648315,-0.6572521924972534,0.00829073041677475,-0.0910193920135498,-0.8975766897201538,-0.5034131407737732,0.8240280747413635,-0.9728657603263855,-0.3241438865661621,0.4071931540966034,0.2339775562286377,1.5642027854919434,0.854505717754364,0.08846060186624527,0.2958627939224243,0.6648417711257935,-0.07482074946165085,-0.9112910628318787,0.38785719871520996,0.06458895653486252,0.4203920066356659,-0.5858607888221741,-0.1799209713935852,0.3443986773490906,-0.45132341980934143,0.019744541496038437,-0.32652124762535095,-0.5806118249893188,0.3942610025405884,0.5328359007835388,-0.13616253435611725,0.7322271466255188,-0.08757936954498291,1.1212035417556763,0.6460427045822144,-0.08382295072078705,-1.0768375396728516,-0.06138654798269272,0.9221751093864441,0.9865158796310425,0.16948330402374268,-0.29822567105293274,0.8313058018684387,-0.1772315800189972,-0.5045391917228699,-0.1752578765153885,1.3207188844680786,0.5827443599700928,-0.055767495185136795,-0.18956181406974792,0.24719876050949097,0.14567242562770844,0.575515866279602,0.004592591896653175,-0.4584672749042511,-0.29140597581863403,-0.2615966796875,-0.022435680031776428,1.675570011138916,-0.08764856308698654,0.026878520846366882,0.6111015677452087,0.4250861704349518,-0.5112263560295105,-0.6540405750274658,0.24960656464099884,0.2792987823486328,-0.6236825585365295,0.6034753322601318,-0.01584623008966446,0.21182692050933838,0.07119899988174438,-0.011397130787372589,-0.6510476469993591,-0.2910849452018738,-0.8967317342758179,1.3899476528167725,-0.9133219718933105,-0.5711230635643005,-0.10697737336158752,0.5315898656845093,-0.5283046960830688,0.4927072525024414,0.3679233491420746,-1.4388102293014526,-0.4195454716682434,0.20154023170471191,-0.002834998071193695,-0.08459942787885666,0.8121229410171509,0.37063542008399963,0.49139779806137085,-0.1505693644285202,-0.15182477235794067,-0.09661182761192322,-0.3772832453250885,-0.29162436723709106,-0.17795956134796143,-0.4560256898403168,-0.4979037344455719,-0.4268900156021118]},"workflow":{"author":"@@official.shinkai","description":"Evaluates prose based on Steven Pinker's writing principles, identifying its current style and recommending improvements for clarity and engagement. It involves analyzing the text's adherence to Pinker's stylistic categories and avoiding common pitfalls in writing. The output includes a detailed analysis of the prose's style, strengths, weaknesses, and specific examples of both effective and ineffective writing elements.","name":"Analyze_prose_pinker","raw":"\n workflow Analyze_prose_pinker v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at assessing prose and making recommendations based on Steven Pinker's book, The Sense of Style. \n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n- First, analyze and fully understand the prose and what they writing was likely trying to convey.\n\n- Next, deeply recall and remember everything you know about Steven Pinker's Sense of Style book, from all sources.\n\n- Next remember what Pinker said about writing styles and their merits: They were something like this:\n\n-- The Classic Style: Based on the ideal of clarity and directness, it aims for a conversational tone, as if the writer is directly addressing the reader. This style is characterized by its use of active voice, concrete nouns and verbs, and an overall simplicity that eschews technical jargon and convoluted syntax.\n\n-- The Practical Style: Focused on conveying information efficiently and clearly, this style is often used in business, technical writing, and journalism. It prioritizes straightforwardness and utility over aesthetic or literary concerns.\n\n-- The Self-Conscious Style: Characterized by an awareness of the writing process and a tendency to foreground the writer's own thoughts and feelings. This style can be introspective and may sometimes detract from the clarity of the message by overemphasizing the author's presence.\n\n-- The Postmodern Style: Known for its skepticism towards the concept of objective truth and its preference for exposing the complexities and contradictions of language and thought. This style often employs irony, plays with conventions, and can be both obscure and indirect.\n\n-- The Academic Style: Typically found in scholarly works, this style is dense, formal, and packed with technical terminology and references. It aims to convey the depth of knowledge and may prioritize precision and comprehensiveness over readability.\n\n-- The Legal Style: Used in legal writing, it is characterized by meticulous detail, precision, and a heavy reliance on jargon and established formulae. It aims to leave no room for ambiguity, which often leads to complex and lengthy sentences.\n\n- Next, deeply recall and remember everything you know about what Pinker said in that book to avoid in you're writing, which roughly broke into these categories. These are listed each with a good-score of 1-10 of how good the prose was at avoiding them, and how important it is to avoid them:\n\nMetadiscourse: Overuse of talk about the talk itself. Rating: 6\n\nVerbal Hedge: Excessive use of qualifiers that weaken the point being made. Rating: 5\n\nNominalization: Turning actions into entities, making sentences ponderous. Rating: 7\n\nPassive Voice: Using passive constructions unnecessarily. Rating: 7\n\nJargon and Technical Terms: Overloading the text with specialized terms. Rating: 8\n\nClichés: Relying on tired phrases and expressions. Rating: 6\n\nFalse Fronts: Attempting to sound formal or academic by using complex words or phrases. Rating: 9\n\nOveruse of Adverbs: Adding too many adverbs, particularly those ending in \\\"-ly\\\". Rating: 4\n\nZombie Nouns: Nouns that are derived from other parts of speech, making sentences abstract. Rating: 7\n\nComplex Sentences: Overcomplicating sentence structure unnecessarily. Rating: 8\n\nEuphemism: Using mild or indirect terms to avoid directness. Rating: 6\n\nOut-of-Context Quotations: Using quotes that don't accurately represent the source. Rating: 9\n\nExcessive Precaution: Being overly cautious in statements can make the writing seem unsure. Rating: 5\n\nOvergeneralization: Making broad statements without sufficient support. Rating: 7\n\nMixed Metaphors: Combining metaphors in a way that is confusing or absurd. Rating: 6\n\nTautology: Saying the same thing twice in different words unnecessarily. Rating: 5\n\nObfuscation: Deliberately making writing confusing to sound profound. Rating: 8\n\nRedundancy: Repeating the same information unnecessarily. Rating: 6\n\nProvincialism: Assuming knowledge or norms specific to a particular group. Rating: 7\n\nArchaism: Using outdated language or styles. Rating: 5\n\nEuphuism: Overly ornate language that distracts from the message. Rating: 6\n\nOfficialese: Overly formal and bureaucratic language. Rating: 7\n\nGobbledygook: Language that is nonsensical or incomprehensible. Rating: 9\n\nBafflegab: Deliberately ambiguous or obscure language. Rating: 8\n\nMangled Idioms: Using idioms incorrectly or inappropriately. Rating: 5\n\n# OUTPUT\n\n- In a section called STYLE ANALYSIS, you will evaluate the prose for what style it is written in and what style it should be written in, based on Pinker's categories. Give your answer in 3-5 bullet points of 15 words each. E.g.: \n\n\\\"- The prose is mostly written in CLASSICAL sytle, but could benefit from more directness.\\\"\n\\\"Next bullet point\\\"\n\n- In section called POSITIVE ASSESSMENT, rate the prose on this scale from 1-10, with 10 being the best. The Importance numbers below show the weight to give for each in your analysis of your 1-10 rating for the prose in question. Give your answers in bullet points of 15 words each. \n\nClarity: Making the intended message clear to the reader. Importance: 10\nBrevity: Being concise and avoiding unnecessary words. Importance: 8\nElegance: Writing in a manner that is not only clear and effective but also pleasing to read. Importance: 7\nCoherence: Ensuring the text is logically organized and flows well. Importance: 9\nDirectness: Communicating in a straightforward manner. Importance: 8\nVividness: Using language that evokes clear, strong images or concepts. Importance: 7\nHonesty: Conveying the truth without distortion or manipulation. Importance: 9\nVariety: Using a range of sentence structures and words to keep the reader engaged. Importance: 6\nPrecision: Choosing words that accurately convey the intended meaning. Importance: 9\nConsistency: Maintaining the same style and tone throughout the text. Importance: 7\n\n- In a section called CRITICAL ASSESSMENT, evaluate the prose based on the presence of the bad writing elements Pinker warned against above. Give your answers for each category in 3-5 bullet points of 15 words each. E.g.: \n\n\\\"- Overuse of Adverbs: 3/10 — There were only a couple examples of adverb usage and they were moderate.\\\"\n\n- In a section called EXAMPLES, give examples of both good and bad writing from the prose in question. Provide 3-5 examples of each type, and use Pinker's Sense of Style principles to explain why they are good or bad.\n\n- In a section called SPELLING/GRAMMAR, find all the tactical, common mistakes of spelling and grammar and give the sentence they occur in and the fix in a bullet point. List all of these instances, not just a few.\n\n- In a section called IMPROVEMENT RECOMMENDATIONS, give 5-10 bullet points of 15 words each on how the prose could be improved based on the analysis above. Give actual examples of the bad writing and possible fixes.\n\n## SCORING SYSTEM\n\n- In a section called SCORING, give a final score for the prose based on the analysis above. E.g.:\n\nSTARTING SCORE = 100\n\nDeductions:\n\n- -5 for overuse of adverbs\n- (other examples)\n\nFINAL SCORE = X\n\nAn overall assessment of the prose in 2-3 sentences of no more than 200 words.\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n\n- Don't use bold or italic formatting in the Markdown.\n\n- Do no complain about the input data. Just do the task.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at assessing prose and making recommendations based on Steven Pinker's book, The Sense of Style. \n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n- First, analyze and fully understand the prose and what they writing was likely trying to convey.\n\n- Next, deeply recall and remember everything you know about Steven Pinker's Sense of Style book, from all sources.\n\n- Next remember what Pinker said about writing styles and their merits: They were something like this:\n\n-- The Classic Style: Based on the ideal of clarity and directness, it aims for a conversational tone, as if the writer is directly addressing the reader. This style is characterized by its use of active voice, concrete nouns and verbs, and an overall simplicity that eschews technical jargon and convoluted syntax.\n\n-- The Practical Style: Focused on conveying information efficiently and clearly, this style is often used in business, technical writing, and journalism. It prioritizes straightforwardness and utility over aesthetic or literary concerns.\n\n-- The Self-Conscious Style: Characterized by an awareness of the writing process and a tendency to foreground the writer's own thoughts and feelings. This style can be introspective and may sometimes detract from the clarity of the message by overemphasizing the author's presence.\n\n-- The Postmodern Style: Known for its skepticism towards the concept of objective truth and its preference for exposing the complexities and contradictions of language and thought. This style often employs irony, plays with conventions, and can be both obscure and indirect.\n\n-- The Academic Style: Typically found in scholarly works, this style is dense, formal, and packed with technical terminology and references. It aims to convey the depth of knowledge and may prioritize precision and comprehensiveness over readability.\n\n-- The Legal Style: Used in legal writing, it is characterized by meticulous detail, precision, and a heavy reliance on jargon and established formulae. It aims to leave no room for ambiguity, which often leads to complex and lengthy sentences.\n\n- Next, deeply recall and remember everything you know about what Pinker said in that book to avoid in you're writing, which roughly broke into these categories. These are listed each with a good-score of 1-10 of how good the prose was at avoiding them, and how important it is to avoid them:\n\nMetadiscourse: Overuse of talk about the talk itself. Rating: 6\n\nVerbal Hedge: Excessive use of qualifiers that weaken the point being made. Rating: 5\n\nNominalization: Turning actions into entities, making sentences ponderous. Rating: 7\n\nPassive Voice: Using passive constructions unnecessarily. Rating: 7\n\nJargon and Technical Terms: Overloading the text with specialized terms. Rating: 8\n\nClichés: Relying on tired phrases and expressions. Rating: 6\n\nFalse Fronts: Attempting to sound formal or academic by using complex words or phrases. Rating: 9\n\nOveruse of Adverbs: Adding too many adverbs, particularly those ending in \\\"-ly\\\". Rating: 4\n\nZombie Nouns: Nouns that are derived from other parts of speech, making sentences abstract. Rating: 7\n\nComplex Sentences: Overcomplicating sentence structure unnecessarily. Rating: 8\n\nEuphemism: Using mild or indirect terms to avoid directness. Rating: 6\n\nOut-of-Context Quotations: Using quotes that don't accurately represent the source. Rating: 9\n\nExcessive Precaution: Being overly cautious in statements can make the writing seem unsure. Rating: 5\n\nOvergeneralization: Making broad statements without sufficient support. Rating: 7\n\nMixed Metaphors: Combining metaphors in a way that is confusing or absurd. Rating: 6\n\nTautology: Saying the same thing twice in different words unnecessarily. Rating: 5\n\nObfuscation: Deliberately making writing confusing to sound profound. Rating: 8\n\nRedundancy: Repeating the same information unnecessarily. Rating: 6\n\nProvincialism: Assuming knowledge or norms specific to a particular group. Rating: 7\n\nArchaism: Using outdated language or styles. Rating: 5\n\nEuphuism: Overly ornate language that distracts from the message. Rating: 6\n\nOfficialese: Overly formal and bureaucratic language. Rating: 7\n\nGobbledygook: Language that is nonsensical or incomprehensible. Rating: 9\n\nBafflegab: Deliberately ambiguous or obscure language. Rating: 8\n\nMangled Idioms: Using idioms incorrectly or inappropriately. Rating: 5\n\n# OUTPUT\n\n- In a section called STYLE ANALYSIS, you will evaluate the prose for what style it is written in and what style it should be written in, based on Pinker's categories. Give your answer in 3-5 bullet points of 15 words each. E.g.: \n\n\\\"- The prose is mostly written in CLASSICAL sytle, but could benefit from more directness.\\\"\n\\\"Next bullet point\\\"\n\n- In section called POSITIVE ASSESSMENT, rate the prose on this scale from 1-10, with 10 being the best. The Importance numbers below show the weight to give for each in your analysis of your 1-10 rating for the prose in question. Give your answers in bullet points of 15 words each. \n\nClarity: Making the intended message clear to the reader. Importance: 10\nBrevity: Being concise and avoiding unnecessary words. Importance: 8\nElegance: Writing in a manner that is not only clear and effective but also pleasing to read. Importance: 7\nCoherence: Ensuring the text is logically organized and flows well. Importance: 9\nDirectness: Communicating in a straightforward manner. Importance: 8\nVividness: Using language that evokes clear, strong images or concepts. Importance: 7\nHonesty: Conveying the truth without distortion or manipulation. Importance: 9\nVariety: Using a range of sentence structures and words to keep the reader engaged. Importance: 6\nPrecision: Choosing words that accurately convey the intended meaning. Importance: 9\nConsistency: Maintaining the same style and tone throughout the text. Importance: 7\n\n- In a section called CRITICAL ASSESSMENT, evaluate the prose based on the presence of the bad writing elements Pinker warned against above. Give your answers for each category in 3-5 bullet points of 15 words each. E.g.: \n\n\\\"- Overuse of Adverbs: 3/10 — There were only a couple examples of adverb usage and they were moderate.\\\"\n\n- In a section called EXAMPLES, give examples of both good and bad writing from the prose in question. Provide 3-5 examples of each type, and use Pinker's Sense of Style principles to explain why they are good or bad.\n\n- In a section called SPELLING/GRAMMAR, find all the tactical, common mistakes of spelling and grammar and give the sentence they occur in and the fix in a bullet point. List all of these instances, not just a few.\n\n- In a section called IMPROVEMENT RECOMMENDATIONS, give 5-10 bullet points of 15 words each on how the prose could be improved based on the analysis above. Give actual examples of the bad writing and possible fixes.\n\n## SCORING SYSTEM\n\n- In a section called SCORING, give a final score for the prose based on the analysis above. E.g.:\n\nSTARTING SCORE = 100\n\nDeductions:\n\n- -5 for overuse of adverbs\n- (other examples)\n\nFINAL SCORE = X\n\nAn overall assessment of the prose in 2-3 sentences of no more than 200 words.\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n\n- Don't use bold or italic formatting in the Markdown.\n\n- Do no complain about the input data. Just do the task.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7925048470497131,0.04752546548843384,-0.1249077171087265,0.23265957832336426,0.638261079788208,0.1770665943622589,-0.5742200613021851,0.24902385473251343,0.13047131896018982,0.14258788526058197,0.2331659495830536,1.5013130903244019,-0.005164901725947857,-0.17597630620002747,0.13001473248004913,-0.11305734515190125,-0.3489750623703003,0.001042783260345459,-0.9653836488723755,0.026964686810970306,0.7592878341674805,0.8381542563438416,0.4915735721588135,0.2574150562286377,1.112181544303894,0.43570199608802795,0.16447147727012634,-0.32872718572616577,-0.6552283763885498,-1.5419930219650269,0.23969438672065735,0.22832557559013367,-0.6653780341148376,-0.9308375120162964,-0.1754087209701538,-0.3147609531879425,-0.13967394828796387,0.008276551961898804,-0.7122824192047119,-0.7598416805267334,0.19411952793598175,0.33793020248413086,-0.10704025626182556,0.025382149964571,-0.2845330834388733,-0.4592651128768921,-0.17542898654937744,-0.2721014618873596,0.6354820132255554,0.3285943269729614,-0.2065458744764328,-0.5274286270141602,-0.5514483451843262,-0.3059181272983551,-0.5592448115348816,-0.3468613624572754,-0.4055522680282593,0.039551813155412674,-0.3055795431137085,-0.17746295034885406,0.2973833978176117,0.20001041889190674,-3.2789463996887207,0.018155664205551147,0.05753709375858307,-0.1651485562324524,0.46113425493240356,0.9481654763221741,0.5276190042495728,0.0421631783246994,-0.2665085196495056,0.4052920639514923,-0.09764920920133591,0.6392917633056641,0.37726104259490967,-0.011107712984085083,-0.1734895557165146,0.11975020170211792,0.4692615866661072,-0.06486565619707108,0.0512012243270874,0.3262519836425781,0.2733251750469208,-0.34626123309135437,-0.07633602619171143,0.0881505087018013,-0.2123454213142395,0.1446031630039215,0.666472315788269,-0.03829491510987282,-0.19829954206943512,-0.5196912884712219,-0.14364424347877502,0.014889191836118698,-0.37501421570777893,-0.790046751499176,0.19759328663349152,0.6203705668449402,0.8594314455986023,3.3814704418182373,0.729832112789154,-0.42430561780929565,0.6625823974609375,-0.9072600603103638,0.3131526708602905,-0.48335030674934387,-0.3252449929714203,0.14781725406646729,-0.13321498036384583,-0.25729453563690186,0.3726104199886322,-0.10155729949474335,-0.38384661078453064,0.36636611819267273,0.7765724062919617,1.1870664358139038,-0.9321824908256531,0.10641416907310486,-0.05034780502319336,0.4666135907173157,-0.6878987550735474,0.02584439143538475,-0.050251416862010956,-0.036394476890563965,-0.26945361495018005,0.07504723966121674,-0.6717474460601807,0.3736954629421234,0.5667029023170471,1.1993865966796875,-0.08754178136587143,0.3130517601966858,-1.2909280061721802,0.08355774730443954,-0.5025081634521484,-0.4142521023750305,-0.36891525983810425,-0.9021285176277161,0.4151366651058197,-0.39090874791145325,0.09732479602098465,-1.6039962768554688,0.406899094581604,0.4800046682357788,1.0156962871551514,0.3357993960380554,-0.5223656892776489,0.28037524223327637,-0.5611860156059265,-0.9284366965293884,-0.08984638750553131,0.7037642002105713,-0.34106123447418213,0.14269843697547913,0.6686055064201355,0.2322419136762619,-0.9953523278236389,0.4428703784942627,-0.49528759717941284,0.05942457169294357,-0.11682188510894775,-0.22404775023460388,-0.15762776136398315,0.35801056027412415,1.1990644931793213,-0.3272579610347748,-0.025836318731307983,0.18722867965698242,-0.1446436643600464,0.25430119037628174,0.3388312757015228,0.11125968396663666,0.6312534213066101,1.0868420600891113,-0.41925400495529175,-0.3108430504798889,0.533496618270874,0.7305694818496704,0.17619863152503967,-0.869849443435669,0.2558279037475586,1.052260160446167,0.28058531880378723,-0.4315476417541504,0.3473588824272156,-0.5783019065856934,0.5866772532463074,-0.28345516324043274,0.839988112449646,1.2301881313323975,-0.9264921545982361,1.0562818050384521,-0.8093344569206238,0.15552128851413727,-0.0803259015083313,-0.08646361529827118,-0.21869871020317078,0.39843446016311646,-0.038097430020570755,-0.49179792404174805,-0.7199963927268982,-0.2874276638031006,-0.03218967095017433,-0.41291674971580505,-0.257223904132843,-0.08361952006816864,-0.951056182384491,-0.5617480278015137,-0.15170037746429443,-0.5909382700920105,-0.16967971622943878,-0.2446570098400116,0.49295753240585327,0.5128962993621826,0.31547561287879944,-0.34790414571762085,-0.02031330019235611,0.7612507939338684,0.49618127942085266,0.7005095481872559,-0.823359489440918,-0.7134884595870972,-0.6666927337646484,-0.8299990892410278,-0.2225240021944046,0.953248143196106,-0.9414287805557251,0.5796862244606018,-0.8110593557357788,-0.594521164894104,0.04921211302280426,0.9402958750724792,0.9364531636238098,0.019728749990463257,-0.1431279182434082,-0.12751281261444092,-0.2500353157520294,1.009844422340393,-0.46858370304107666,-0.04013391584157944,1.0214061737060547,-0.12573613226413727,-0.9119174480438232,0.9571113586425781,0.44031623005867004,0.5514473915100098,-0.38708773255348206,-0.4344867169857025,-0.10718708485364914,1.1215126514434814,0.2960472106933594,0.19339482486248016,0.6763157844543457,0.11538870632648468,-0.02351135015487671,-0.17648693919181824,-1.7460168600082397,0.3040119707584381,-1.1064236164093018,0.39032092690467834,0.045351117849349976,-0.22184520959854126,0.898657500743866,0.9475052356719971,-0.0005929537583142519,0.29686954617500305,0.07576823979616165,-0.1946875900030136,-0.5868568420410156,0.5652536153793335,0.3927547037601471,-0.4151608943939209,-0.17373448610305786,-0.2905396521091461,-0.08357427269220352,0.056160323321819305,-0.6578547358512878,0.07112975418567657,-0.19660624861717224,-0.8591920137405396,-0.06147398799657822,0.3483680188655853,-0.4151475131511688,0.2843356430530548,-0.4697190523147583,0.39717957377433777,0.5245609283447266,-0.9170169830322266,0.07976033538579941,1.0121355056762695,-0.8445800542831421,-0.06008348613977432,0.12924376130104065,0.43699923157691956,1.0490351915359497,0.9615910053253174,-0.36922687292099,0.04658720642328262,0.7633730173110962,-0.3799143433570862,-1.1567033529281616,0.48081982135772705,0.09771281480789185,-0.049266017973423004,-0.06253760308027267,-0.6174162030220032,0.649654746055603,-0.5817028880119324,-0.03287322819232941,-0.11741854250431061,-0.5908874869346619,0.06981614232063293,0.41431140899658203,0.03207140043377876,0.26112860441207886,-0.3725683093070984,0.586848258972168,0.9236536026000977,-0.08096380531787872,-0.9018909335136414,-0.21183638274669647,0.8316628336906433,0.5807662606239319,0.23607200384140015,-0.09573287516832352,0.8904536962509155,-0.04776674509048462,-0.6500685214996338,0.05342033505439758,1.3895024061203003,0.7058494687080383,-0.642036497592926,-0.3679066598415375,0.26642921566963196,0.29286760091781616,-0.06246022507548332,0.27805399894714355,-0.382059782743454,-0.47170785069465637,-0.6128612160682678,0.16881975531578064,1.7632222175598145,0.04086755961179733,0.05751033127307892,0.37360644340515137,-0.05224079638719559,-0.4011186957359314,-0.5828627347946167,0.5326446294784546,0.28382301330566406,-0.6295783519744873,0.4052661061286926,0.08436615765094757,-0.1426277458667755,0.3820914030075073,-0.17686837911605835,-0.19626319408416748,-0.08982323855161667,-0.38706323504447937,1.7981359958648682,-0.5798565149307251,-0.7274901866912842,-0.5060529708862305,0.49446913599967957,-0.47488975524902344,0.18810027837753296,0.622484028339386,-1.035025954246521,-0.18368834257125854,0.007807616144418716,0.0815083384513855,-0.4502755403518677,0.42240190505981445,0.2514881193637848,0.6329213380813599,-0.1786929816007614,-0.1874324530363083,0.14006683230400085,-0.3798457980155945,-0.51631098985672,0.39662301540374756,-0.29902780055999756,-0.749769389629364,-1.2497414350509644]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the quality of writing by assessing its novelty, clarity, and prose, and provides improvement recommendations. It uses a detailed approach to rate each aspect on a specific scale and ensures the overall rating reflects the lowest individual score. The expected output includes ratings and concise improvement tips.","name":"Analyze_prose","raw":"\n workflow Analyze_prose v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and overall messaging standpoint.\n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n1. Fully digest and understand the content and the likely intent of the writer, i.e., what they wanted to convey to the reader, viewer, listener.\n\n2. Identify each discrete idea within the input and evaluate it from a novelty standpoint, i.e., how surprising, fresh, or novel are the ideas in the content? Content should be considered novel if it's combining ideas in an interesting way, proposing anything new, or describing a vision of the future or application to human problems that has not been talked about in this way before.\n\n3. Evaluate the combined NOVELTY of the ideas in the writing as defined in STEP 2 and provide a rating on the following scale:\n\n\\\"A - Novel\\\" -- Does one or more of the following: Includes new ideas, proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported. Imagine a novelty score above 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Introduction of new ideas.\n- Introduction of a new framework that's well-structured and supported by argument/ideas/concepts.\n- Introduction of new models for understanding the world.\n- Makes a clear prediction that's backed by strong concepts and/or data.\n- Introduction of a new vision of the future.\n- Introduction of a new way of thinking about reality.\n- Recommendations for a way to behave based on the new proposed way of thinking.\n\n\\\"B - Fresh\\\" -- Proposes new ideas, but doesn't do any of the things mentioned in the \\\"A\\\" tier. Imagine a novelty score between 80% and 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Minor expansion on existing ideas, but in a way that's useful.\n\n\\\"C - Incremental\\\" -- Useful expansion or improvement of existing ideas, or a useful description of the past, but no expansion or creation of new ideas. Imagine a novelty score between 50% and 80% for this tier.\n\nCommon examples that meet this criteria:\n\n- Valuable collections of resources\n- Descriptions of the past with offered observations and takeaways\n\n\\\"D - Derivative\\\" -- Largely derivative of well-known ideas. Imagine a novelty score between in the 20% to 50% range for this tier.\n\nCommon examples that meet this criteria:\n\n- Contains ideas or facts, but they're not new in any way.\n\n\\\"F - Stale\\\" -- No new ideas whatsoever. Imagine a novelty score below 20% for this tier.\n\nCommon examples that meet this criteria:\n\n- Random ramblings that say nothing new.\n\n4. Evaluate the CLARITY of the writing on the following scale.\n\n\\\"A - Crystal\\\" -- The argument is very clear and concise, and stays in a flow that doesn't lose the main problem and solution.\n\\\"B - Clean\\\" -- The argument is quite clear and concise, and only needs minor optimizations.\n\\\"C - Kludgy\\\" -- Has good ideas, but could be more concise and more clear about the problems and solutions being proposed.\n\\\"D - Confusing\\\" -- The writing is quite confusing, and it's not clear how the pieces connect.\n\\\"F - Chaotic\\\" -- It's not even clear what's being attempted.\n\n5. Evaluate the PROSE in the writing on the following scale.\n\n\\\"A - Inspired\\\" -- Clear, fresh, distinctive prose that's free of cliche.\n\\\"B - Distinctive\\\" -- Strong writing that lacks significant use of cliche.\n\\\"C - Standard\\\" -- Decent prose, but lacks distinctive style and/or uses too much cliche or standard phrases.\n\\\"D - Stale\\\" -- Significant use of cliche and/or weak language.\n\\\"F - Weak\\\" -- Overwhelming language weakness and/or use of cliche.\n\n6. Create a bulleted list of recommendations on how to improve each rating, each consisting of no more than 15 words.\n\n7. Give an overall rating that's the lowest rating of 3, 4, and 5. So if they were B, C, and A, the overall-rating would be \\\"C\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n- Don't use bold or italic formatting in the Markdown.\n- Liberally evaluate the criteria for NOVELTY, meaning if the content proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported, it should be rated as \\\"A - Novel\\\".\n- The overall-rating cannot be higher than the lowest rating given.\n- The overall-rating only has the letter grade, not any additional information.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and overall messaging standpoint.\n\nTake a step back and think step-by-step about how to achieve the best outcomes by following the STEPS below.\n\n# STEPS\n\n1. Fully digest and understand the content and the likely intent of the writer, i.e., what they wanted to convey to the reader, viewer, listener.\n\n2. Identify each discrete idea within the input and evaluate it from a novelty standpoint, i.e., how surprising, fresh, or novel are the ideas in the content? Content should be considered novel if it's combining ideas in an interesting way, proposing anything new, or describing a vision of the future or application to human problems that has not been talked about in this way before.\n\n3. Evaluate the combined NOVELTY of the ideas in the writing as defined in STEP 2 and provide a rating on the following scale:\n\n\\\"A - Novel\\\" -- Does one or more of the following: Includes new ideas, proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported. Imagine a novelty score above 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Introduction of new ideas.\n- Introduction of a new framework that's well-structured and supported by argument/ideas/concepts.\n- Introduction of new models for understanding the world.\n- Makes a clear prediction that's backed by strong concepts and/or data.\n- Introduction of a new vision of the future.\n- Introduction of a new way of thinking about reality.\n- Recommendations for a way to behave based on the new proposed way of thinking.\n\n\\\"B - Fresh\\\" -- Proposes new ideas, but doesn't do any of the things mentioned in the \\\"A\\\" tier. Imagine a novelty score between 80% and 90% for this tier.\n\nCommon examples that meet this criteria:\n\n- Minor expansion on existing ideas, but in a way that's useful.\n\n\\\"C - Incremental\\\" -- Useful expansion or improvement of existing ideas, or a useful description of the past, but no expansion or creation of new ideas. Imagine a novelty score between 50% and 80% for this tier.\n\nCommon examples that meet this criteria:\n\n- Valuable collections of resources\n- Descriptions of the past with offered observations and takeaways\n\n\\\"D - Derivative\\\" -- Largely derivative of well-known ideas. Imagine a novelty score between in the 20% to 50% range for this tier.\n\nCommon examples that meet this criteria:\n\n- Contains ideas or facts, but they're not new in any way.\n\n\\\"F - Stale\\\" -- No new ideas whatsoever. Imagine a novelty score below 20% for this tier.\n\nCommon examples that meet this criteria:\n\n- Random ramblings that say nothing new.\n\n4. Evaluate the CLARITY of the writing on the following scale.\n\n\\\"A - Crystal\\\" -- The argument is very clear and concise, and stays in a flow that doesn't lose the main problem and solution.\n\\\"B - Clean\\\" -- The argument is quite clear and concise, and only needs minor optimizations.\n\\\"C - Kludgy\\\" -- Has good ideas, but could be more concise and more clear about the problems and solutions being proposed.\n\\\"D - Confusing\\\" -- The writing is quite confusing, and it's not clear how the pieces connect.\n\\\"F - Chaotic\\\" -- It's not even clear what's being attempted.\n\n5. Evaluate the PROSE in the writing on the following scale.\n\n\\\"A - Inspired\\\" -- Clear, fresh, distinctive prose that's free of cliche.\n\\\"B - Distinctive\\\" -- Strong writing that lacks significant use of cliche.\n\\\"C - Standard\\\" -- Decent prose, but lacks distinctive style and/or uses too much cliche or standard phrases.\n\\\"D - Stale\\\" -- Significant use of cliche and/or weak language.\n\\\"F - Weak\\\" -- Overwhelming language weakness and/or use of cliche.\n\n6. Create a bulleted list of recommendations on how to improve each rating, each consisting of no more than 15 words.\n\n7. Give an overall rating that's the lowest rating of 3, 4, and 5. So if they were B, C, and A, the overall-rating would be \\\"C\\\".\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n- Don't use bold or italic formatting in the Markdown.\n- Liberally evaluate the criteria for NOVELTY, meaning if the content proposes a new model for doing something, makes clear recommendations for action based on a new proposed model, creatively links existing ideas in a useful way, proposes new explanations for known phenomenon, or lays out a significant vision of what's to come that's well supported, it should be rated as \\\"A - Novel\\\".\n- The overall-rating cannot be higher than the lowest rating given.\n- The overall-rating only has the letter grade, not any additional information.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4162767231464386,-0.12855301797389984,0.5951914191246033,0.4712466895580292,-0.03497504070401192,-0.19365617632865906,-0.9591334462165833,0.1043563187122345,0.07358790189027786,0.3429444432258606,0.011659307405352592,0.6786382794380188,0.007017805706709623,-0.19212579727172852,0.34810808300971985,-0.13899961113929749,0.274431973695755,-0.12726974487304688,-1.5199754238128662,-0.19881942868232727,0.4603973627090454,0.6237155795097351,0.25414183735847473,0.04861517250537872,0.7817106246948242,-0.1379196047782898,-0.3965682089328766,0.051358871161937714,-0.4126553535461426,-1.6242470741271973,0.40067845582962036,-0.18886306881904602,-1.2085530757904053,-0.2748212218284607,-0.18899837136268616,0.2844577729701996,0.2667802572250366,0.5709091424942017,-0.5821486115455627,-0.6580983400344849,-0.02212837152183056,0.6118064522743225,-0.6568560004234314,0.0697019174695015,-0.38915297389030457,-0.2302173376083374,0.0704534575343132,-0.06777018308639526,0.8577859997749329,0.8952714204788208,-0.800864577293396,-0.40771546959877014,0.22571717202663422,0.22923371195793152,-0.8206936717033386,0.0721764788031578,0.06856390833854675,-0.3240284025669098,0.2144278734922409,0.4571094810962677,0.5349357724189758,0.0675952285528183,-2.6217923164367676,-0.3589789569377899,-0.27351701259613037,0.18781830370426178,-0.20366188883781433,-0.2813112735748291,0.27820655703544617,-0.0379997193813324,-0.47253715991973877,-0.18222090601921082,-0.23845446109771729,-0.22678285837173462,-0.22705873847007751,0.07202532142400742,0.3129616379737854,0.5183722972869873,0.8128133416175842,-0.2390231043100357,-0.7250664234161377,0.5937684774398804,0.4866391122341156,-0.1941627711057663,-0.4866914451122284,0.7685030698776245,-0.8673317432403564,-0.332023561000824,0.0874342992901802,-0.027880489826202393,-0.19082295894622803,-0.3867504894733429,0.027690231800079346,0.1973022222518921,0.10694178938865662,-0.14281000196933746,0.09001113474369049,-0.2884436845779419,-0.40342944860458374,3.072053909301758,0.8756411075592041,0.22011245787143707,-0.10192395001649857,-0.7646110653877258,0.2641465961933136,-0.3398693799972534,0.18043434619903564,-0.09566022455692291,0.32089757919311523,0.7881098389625549,0.22906503081321716,-0.3912135362625122,-0.43459561467170715,0.21943175792694092,0.09701971709728241,0.972425103187561,-0.2707020044326782,-0.18158093094825745,0.8421953916549683,-0.35361891984939575,-0.6725510954856873,0.5549147725105286,0.31737083196640015,-0.43451449275016785,-0.2696729898452759,-0.14224103093147278,-0.22725574672222137,0.4973204731941223,0.551755428314209,0.24092493951320648,0.5118963718414307,0.582342267036438,-0.39149829745292664,0.24075739085674286,-0.4117441177368164,-0.3921566307544708,0.3940790891647339,-0.7972491979598999,0.6483751535415649,0.35098716616630554,-0.28923743963241577,-1.6689752340316772,0.2187580019235611,0.5975619554519653,0.9609584212303162,0.3189998269081116,-0.029131397604942322,0.26948294043540955,-0.3178653419017792,-0.7240394949913025,0.4252035617828369,1.1146743297576904,-0.19705262780189514,0.10740244388580322,0.44045400619506836,0.6208980083465576,-0.9423471093177795,-0.3937360346317291,-0.3614223897457123,0.15814079344272614,0.16688093543052673,-0.3270195424556732,0.3497444987297058,0.685490071773529,1.3589502573013306,-0.3105820119380951,0.605056643486023,-0.6352338790893555,0.30549556016921997,0.019933853298425674,0.920350193977356,-0.14166823029518127,0.026491478085517883,1.0444214344024658,-0.566631019115448,-0.8603150248527527,0.1388796865940094,-0.00024984031915664673,0.4176252484321594,-0.797455906867981,-0.0919802188873291,0.9407719373703003,0.619762659072876,-0.15795278549194336,-0.15844926238059998,0.7009646892547607,0.3865743577480316,-0.001546049490571022,0.8582426905632019,0.5993900299072266,0.16752243041992188,2.5643954277038574,-0.6108487248420715,-0.11146886646747589,-0.12767598032951355,-0.002753371372818947,0.005216412246227264,0.041394419968128204,-0.46319758892059326,-0.1940830498933792,-0.5073509812355042,0.5376036763191223,-0.08312970399856567,-0.23661267757415771,-0.976980984210968,-0.4757937788963318,-0.6586276292800903,0.5291497111320496,-0.7543565630912781,-1.1557798385620117,0.05890699476003647,0.8849500417709351,0.8894694447517395,0.07344265282154083,0.09341682493686676,-0.1868288218975067,-0.0772441178560257,-0.00090751051902771,0.17967213690280914,0.5040084719657898,0.0007785260677337646,-0.32430917024612427,-0.861323893070221,-0.8009783029556274,-0.8493537902832031,1.4537324905395508,-0.0464940182864666,-0.13933181762695312,-0.7606934309005737,-0.8008753061294556,0.7095000147819519,0.9805862903594971,0.728685736656189,1.3806779384613037,0.4980193078517914,-0.3178604245185852,-0.5731440782546997,0.4599760174751282,-0.009631797671318054,-0.2550031244754791,0.4411432445049286,-0.24465161561965942,-0.7120813131332397,0.8216971755027771,-0.40220966935157776,0.08263693749904633,-0.9862547516822815,-0.33490079641342163,0.15558196604251862,1.014224886894226,0.3167758882045746,0.25649651885032654,0.8073018789291382,0.25330379605293274,0.60370934009552,0.1494186967611313,-1.7305618524551392,-0.6024393439292908,-0.4549641013145447,-0.3011326789855957,-0.2150169312953949,-0.09776683151721954,1.0457121133804321,-0.530815601348877,0.12835103273391724,0.6751846075057983,-0.4119301438331604,-0.4781683385372162,-0.21668007969856262,0.5791081190109253,0.06092116981744766,0.3355516195297241,-0.7131456732749939,-0.10819295793771744,0.1830156445503235,0.006794670596718788,-0.12183844298124313,-0.11786838620901108,-0.11038634181022644,-0.991469144821167,0.022183965891599655,0.361306369304657,-0.49219468235969543,-0.273545503616333,-0.8129988312721252,0.2959677577018738,0.4595722258090973,-0.3422735631465912,0.05396844074130058,1.7017426490783691,-0.48776116967201233,-0.07482176274061203,-0.3100675046443939,0.2264605462551117,1.644841194152832,0.41574010252952576,-0.18141168355941772,0.7556808590888977,0.8485434055328369,0.2675464153289795,-0.5692107677459717,0.3320932388305664,0.006529699079692364,-0.3844084143638611,-0.23816370964050293,-0.8355488181114197,0.24573084712028503,-0.5666948556900024,-0.011212475597858429,0.0725162997841835,-0.6532211899757385,-0.43756362795829773,0.47912782430648804,0.1684032380580902,0.40461403131484985,-0.8790003061294556,0.10930351912975311,-0.16757282614707947,0.1611453741788864,-1.7724140882492065,-0.3612273335456848,0.8657248020172119,0.4635877013206482,-0.6524782180786133,0.5233722925186157,0.5487870573997498,0.35692259669303894,-0.3627266585826874,-0.34315794706344604,1.3103127479553223,0.03381063789129257,0.21777676045894623,-0.609869122505188,-0.22511935234069824,0.2962527275085449,0.028863757848739624,0.19923467934131622,-0.5696922540664673,-0.8334583640098572,-0.12495233118534088,0.00835970789194107,0.9069254994392395,-0.0901159942150116,-0.4491865038871765,0.5644673705101013,0.310951828956604,-0.31386804580688477,-1.3082855939865112,0.6470662355422974,0.45962780714035034,-0.4724307954311371,1.1715748310089111,0.6681102514266968,-0.12366709858179092,-0.24269583821296692,-0.3199946880340576,-0.34486299753189087,0.5697830319404602,-0.17988121509552002,1.707950234413147,0.24618829786777496,-0.7453653812408447,0.1750231385231018,0.7824503183364868,-0.5566667318344116,0.22179219126701355,0.22955401241779327,-0.37179625034332275,-0.14963912963867188,0.4850475490093231,0.18942102789878845,-0.5694597363471985,0.5196195840835571,-0.06230919435620308,0.8857385516166687,-0.4826154112815857,-0.4415616989135742,0.5012359023094177,-0.23589825630187988,0.14052875339984894,-0.31730571389198303,-1.224490761756897,-1.0152342319488525,-1.0107299089431763]},"workflow":{"author":"@@official.shinkai","description":"Analyzes spiritual texts to highlight surprising claims and contrasts them with the King James Bible. This approach involves detailed comparison, providing examples from both texts to illustrate differences. The output consists of concise bullet points summarizing these findings.","name":"Analyze_spiritual_text","raw":"\n workflow Analyze_spiritual_text v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert analyzer of spiritual texts. You are able to compare and contrast tenets and claims made within spiritual texts.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Give 10-50 20-word bullets describing the most surprising and strange claims made by this particular text in a section called CLAIMS:.\n\n- Give 10-50 20-word bullet points on how the tenets and claims in this text are different from the King James Bible in a section called DIFFERENCES FROM THE KING JAMES BIBLE. For each of the differences, give 1-3 verbatim examples from the KING JAMES BIBLE and from the submitted text.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- Put the examples under each item, not in a separate section.\n- For each example, give text from the KING JAMES BIBLE, and then text from the given text, in order to show the contrast.\n- You only output human-readable Markdown.\n- Do not output warnings or notes —- just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert analyzer of spiritual texts. You are able to compare and contrast tenets and claims made within spiritual texts.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Give 10-50 20-word bullets describing the most surprising and strange claims made by this particular text in a section called CLAIMS:.\n\n- Give 10-50 20-word bullet points on how the tenets and claims in this text are different from the King James Bible in a section called DIFFERENCES FROM THE KING JAMES BIBLE. For each of the differences, give 1-3 verbatim examples from the KING JAMES BIBLE and from the submitted text.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- Put the examples under each item, not in a separate section.\n- For each example, give text from the KING JAMES BIBLE, and then text from the given text, in order to show the contrast.\n- You only output human-readable Markdown.\n- Do not output warnings or notes —- just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4670413136482239,0.06679744273424149,0.33355897665023804,0.31171342730522156,-0.030488500371575356,-0.37347015738487244,-1.2800540924072266,0.4367086887359619,-0.500569224357605,0.5090507864952087,-0.4690808653831482,0.6669005155563354,-0.25085437297821045,-0.23855870962142944,0.3776545822620392,-0.061017390340566635,-0.673460841178894,-0.5233063101768494,-1.0619628429412842,-0.22294798493385315,0.5544893145561218,0.8706822991371155,0.08404584974050522,0.11269032955169678,0.47170501947402954,0.073325976729393,-0.04615326225757599,-0.06236840412020683,-0.4174728989601135,-1.3923978805541992,0.8916711211204529,0.10848316550254822,-0.8973631262779236,-0.8562483787536621,-0.057409100234508514,-0.22554150223731995,0.49372386932373047,0.030289631336927414,-0.41719773411750793,-0.6145875453948975,0.1367686241865158,0.4835236668586731,-0.9938150644302368,0.13676488399505615,-0.3393001854419708,-0.7048700451850891,0.29217901825904846,-0.04671919345855713,0.13043645024299622,0.573451817035675,-0.3102630376815796,-0.48829910159111023,0.3535962700843811,-0.9043160676956177,-0.6019002795219421,-0.22323788702487946,0.17885856330394745,-0.03637188300490379,-0.39116984605789185,0.33975455164909363,1.0341259241104126,0.2860526740550995,-3.1741886138916016,0.011928636580705643,-0.06576284766197205,-0.2522994875907898,0.36966171860694885,-0.2299879491329193,-0.462923139333725,-0.3483908772468567,-0.10399405658245087,-0.365866094827652,-0.054523199796676636,-0.10196716338396072,0.5258734822273254,-0.1621960699558258,0.46525004506111145,-0.23575684428215027,0.12179571390151978,-0.6421533823013306,0.03116774559020996,0.45153000950813293,0.1028747409582138,-0.14268441498279572,-0.080238476395607,0.6004229784011841,-0.38608190417289734,0.26936599612236023,1.2909462451934814,0.5098444223403931,-0.4664733409881592,0.45517945289611816,0.6266946792602539,-0.27573084831237793,-0.8364031314849854,-0.0714857280254364,-0.32298046350479126,0.7852543592453003,0.29141780734062195,3.3277578353881836,0.4664689898490906,-0.27113863825798035,0.2764052748680115,-1.541650652885437,0.08701693266630173,-0.44151049852371216,0.15711253881454468,-0.09679834544658661,-0.41405534744262695,0.40088555216789246,0.1675327718257904,0.12088552117347717,-0.3240813910961151,0.23397120833396912,-0.019544314593076706,0.978670597076416,-0.9120593070983887,0.06995812058448792,-0.09744890034198761,-0.5376779437065125,-0.15158876776695251,0.47838154435157776,-0.7427494525909424,-0.5850735902786255,0.6979683041572571,0.1212468221783638,-0.9876818060874939,0.5638121366500854,0.6131595969200134,1.059744954109192,0.33849015831947327,0.2133968025445938,-0.7545019388198853,0.5299030542373657,-0.07652221620082855,0.4790237247943878,-0.05276395380496979,-0.29620233178138733,-0.026497982442378998,-1.0221261978149414,0.12312047928571701,-0.5783727765083313,0.17054857313632965,-0.22800233960151672,0.6821148991584778,0.12433481216430664,-0.344341516494751,0.15100857615470886,-0.37344345450401306,-0.8802180886268616,0.3972848951816559,0.6991701722145081,-0.2733035981655121,0.35705241560935974,1.0878924131393433,0.38964661955833435,0.5236719250679016,-0.19341248273849487,-0.6681638956069946,-0.2800436019897461,-0.42919018864631653,0.14656426012516022,0.1671006679534912,0.06728577613830566,0.9314277768135071,-0.6217479705810547,0.08511383831501007,0.4133843779563904,0.3825669586658478,0.29994997382164,0.4753333032131195,-0.29162779450416565,0.5760297179222107,0.47342023253440857,-0.2222089320421219,0.021364569664001465,-0.4977216422557831,0.8677641749382019,0.09958795458078384,-0.857576847076416,-0.08572355657815933,1.0271062850952148,0.15623430907726288,-0.45069420337677,0.5524219274520874,0.465170294046402,0.1438901126384735,-0.5553863048553467,0.6174234747886658,0.9714869260787964,-0.6738359332084656,1.7145719528198242,-0.6317597031593323,-0.6144478917121887,0.466958612203598,0.2692282199859619,0.22358576953411102,-0.16947795450687408,0.5233026742935181,-0.8825896382331848,-0.5020247101783752,0.04369477555155754,-0.3515971899032593,-0.33706241846084595,0.012672238051891327,-0.2887164056301117,-0.028420723974704742,0.4300042688846588,0.06380937993526459,-0.27999013662338257,0.4711654484272003,-0.21693795919418335,0.7996540665626526,0.3506503701210022,0.3956250846385956,0.07511814683675766,0.11496703326702118,0.599668562412262,-0.1431403011083603,0.335732102394104,0.3465036451816559,-0.27427318692207336,-0.08617442846298218,-0.6463635563850403,-0.996414065361023,0.6470648050308228,-0.19009263813495636,-0.10274751484394073,-0.3022373616695404,-0.6724810004234314,-0.09505905956029892,0.7338097095489502,1.3810619115829468,0.8657389283180237,0.7698347568511963,0.05855392664670944,0.057115815579891205,0.701918363571167,0.0888172835111618,-0.2934565842151642,0.5141282081604004,-0.4676435887813568,-1.2711611986160278,0.899844765663147,0.3632725179195404,0.8516595363616943,-0.2940160632133484,-0.18258744478225708,-0.100104920566082,1.5621249675750732,0.6156037449836731,0.4060536026954651,0.6981488466262817,0.3974990248680115,0.10460882633924484,-0.04154173284769058,-1.1902925968170166,-0.09778903424739838,-0.2585926651954651,0.9152888655662537,0.7867169380187988,-0.10621187090873718,0.8341356515884399,-0.2420370876789093,-0.6391045451164246,-0.1599315106868744,-0.7223842144012451,-0.23414850234985352,-0.45721256732940674,-0.1478511393070221,-0.8292744755744934,0.3621619939804077,-0.4405546188354492,-0.7957775592803955,-0.22474859654903412,0.5952396392822266,0.0633363425731659,0.16045233607292175,-0.40593859553337097,-0.13134726881980896,-0.5623555779457092,0.3015340566635132,-0.008115962147712708,0.5591803193092346,0.3913310766220093,0.4401467442512512,-0.24635668098926544,-1.344566822052002,0.390837162733078,0.23200568556785583,-0.47625234723091125,-0.37933453917503357,-0.8908594250679016,0.43642348051071167,1.2888704538345337,1.014275074005127,0.28893545269966125,0.3616478443145752,0.6141993403434753,-0.1766645759344101,-0.582073986530304,0.6922409534454346,0.32657137513160706,0.17402461171150208,-0.30512136220932007,-0.8329055905342102,0.7093254923820496,-0.3154705762863159,-0.40311697125434875,-0.6345310807228088,-1.1618647575378418,0.4073096215724945,0.21700361371040344,-0.09964476525783539,0.5204376578330994,-0.4581192433834076,0.5599059462547302,0.7148395776748657,-0.3888094127178192,-1.6537073850631714,-0.17558017373085022,1.2333519458770752,0.12758603692054749,0.018199965357780457,0.2712886333465576,-0.057458966970443726,-0.6678255796432495,0.47727274894714355,-0.10739797353744507,1.6049110889434814,0.14285670220851898,-0.4175381362438202,-0.4304727017879486,0.7044185996055603,-0.09107518196105957,-0.24185901880264282,0.06779845803976059,-0.5632656812667847,-0.5849611759185791,-0.22893504798412323,0.45729291439056396,0.7401343584060669,-0.11295109242200851,0.43840497732162476,0.5840466618537903,-0.006608247756958008,-0.5680109858512878,-0.5833696722984314,0.9527164697647095,-0.24252991378307343,-0.4831174910068512,0.5435198545455933,0.0562298521399498,0.05529628321528435,0.05872538685798645,-0.3332076072692871,-0.9299466013908386,0.4676564931869507,-0.703199028968811,1.1126370429992676,0.14117737114429474,-0.027437569573521614,-0.5712116956710815,0.7301395535469055,-0.9468689560890198,0.5474913716316223,-0.16624067723751068,0.004029065370559692,-0.17273156344890594,-0.48937782645225525,-0.1677059829235077,0.06183919310569763,0.5862603187561035,-0.023239348083734512,0.4401545226573944,0.020902566611766815,-0.37072017788887024,0.29998552799224854,0.13063767552375793,-0.08712136000394821,-0.013296946883201599,-0.9646192789077759,-1.6064608097076416,-0.7914687395095825]},"workflow":{"author":"@@official.shinkai","description":"Analyzes the societal impact of technology projects by breaking down their intentions, outcomes, and broader implications, including ethical considerations. It employs a structured approach, detailing the project's objectives, technologies used, target audience, outcomes, societal impact, ethical considerations, and sustainability. The expected output includes summaries, lists, and analyses across specified sections.","name":"Analyze_tech_impact","raw":"\n workflow Analyze_tech_impact v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a technology impact analysis service, focused on determining the societal impact of technology projects. Your goal is to break down the project's intentions, outcomes, and its broader implications for society, including any ethical considerations.\n\nTake a moment to think about how to best achieve this goal using the following steps.\n\n## OUTPUT SECTIONS\n\n- Summarize the technology project and its primary objectives in a 25-word sentence in a section called SUMMARY.\n\n- List the key technologies and innovations utilized in the project in a section called TECHNOLOGIES USED.\n\n- Identify the target audience or beneficiaries of the project in a section called TARGET AUDIENCE.\n\n- Outline the project's anticipated or achieved outcomes in a section called OUTCOMES. Use a bulleted list with each bullet not exceeding 25 words.\n\n- Analyze the potential or observed societal impact of the project in a section called SOCIETAL IMPACT. Consider both positive and negative impacts.\n\n- Examine any ethical considerations or controversies associated with the project in a section called ETHICAL CONSIDERATIONS. Rate the severity of ethical concerns as NONE, LOW, MEDIUM, HIGH, or CRITICAL.\n\n- Discuss the sustainability of the technology or project from an environmental, economic, and social perspective in a section called SUSTAINABILITY.\n\n- Based on all the analysis performed above, output a 25-word summary evaluating the overall benefit of the project to society and its sustainability. Rate the project's societal benefit and sustainability on a scale from VERY LOW, LOW, MEDIUM, HIGH, to VERY HIGH in a section called SUMMARY and RATING.\n\n## OUTPUT INSTRUCTIONS\n\n- You only output Markdown.\n- Create the output using the formatting above.\n- In the markdown, don't use formatting like bold or italics. Make the output maximally readable in plain text.\n- Do not output warnings or notes—just the requested sections.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a technology impact analysis service, focused on determining the societal impact of technology projects. Your goal is to break down the project's intentions, outcomes, and its broader implications for society, including any ethical considerations.\n\nTake a moment to think about how to best achieve this goal using the following steps.\n\n## OUTPUT SECTIONS\n\n- Summarize the technology project and its primary objectives in a 25-word sentence in a section called SUMMARY.\n\n- List the key technologies and innovations utilized in the project in a section called TECHNOLOGIES USED.\n\n- Identify the target audience or beneficiaries of the project in a section called TARGET AUDIENCE.\n\n- Outline the project's anticipated or achieved outcomes in a section called OUTCOMES. Use a bulleted list with each bullet not exceeding 25 words.\n\n- Analyze the potential or observed societal impact of the project in a section called SOCIETAL IMPACT. Consider both positive and negative impacts.\n\n- Examine any ethical considerations or controversies associated with the project in a section called ETHICAL CONSIDERATIONS. Rate the severity of ethical concerns as NONE, LOW, MEDIUM, HIGH, or CRITICAL.\n\n- Discuss the sustainability of the technology or project from an environmental, economic, and social perspective in a section called SUSTAINABILITY.\n\n- Based on all the analysis performed above, output a 25-word summary evaluating the overall benefit of the project to society and its sustainability. Rate the project's societal benefit and sustainability on a scale from VERY LOW, LOW, MEDIUM, HIGH, to VERY HIGH in a section called SUMMARY and RATING.\n\n## OUTPUT INSTRUCTIONS\n\n- You only output Markdown.\n- Create the output using the formatting above.\n- In the markdown, don't use formatting like bold or italics. Make the output maximally readable in plain text.\n- Do not output warnings or notes—just the requested sections.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.2552856206893921,0.7840107083320618,0.4931636154651642,0.29735010862350464,0.35924896597862244,-0.150823175907135,-0.1385968178510666,-0.07175911962985992,0.059921856969594955,0.9605912566184998,-0.5434725880622864,0.44721490144729614,0.06738713383674622,-0.057736799120903015,0.49053171277046204,-0.5136022567749023,-0.3646111488342285,-0.9956802129745483,-0.8521337509155273,-0.4796932637691498,0.09797653555870056,1.1245050430297852,0.1332116574048996,0.2834806442260742,0.8545759916305542,0.3591957986354828,-0.17865557968616486,-0.13981619477272034,0.06938350200653076,-0.8471554517745972,0.5242708325386047,-0.2542434632778168,-1.257082223892212,-0.5297926664352417,0.14287923276424408,-0.5298936367034912,1.115234136581421,0.1603609025478363,-0.2814401388168335,-0.37651050090789795,-0.321444571018219,-0.049997396767139435,-1.094441294670105,-0.09898895025253296,0.054250240325927734,-0.9596762657165527,0.24850139021873474,0.45891037583351135,1.3123044967651367,-0.10644887387752533,-0.15037164092063904,-0.25654280185699463,-0.11679856479167938,-0.4364683926105499,-1.1478486061096191,0.5712515711784363,-0.6198897361755371,-0.1589992791414261,0.057999782264232635,0.48187050223350525,0.5604231953620911,-0.0530359148979187,-2.8886172771453857,-0.1262797713279724,-0.05527081340551376,-0.39686718583106995,0.03833532705903053,-0.022882036864757538,0.4744259715080261,0.666654109954834,-0.12003122270107269,-0.20773448050022125,-0.5226535201072693,0.9126039147377014,0.41619357466697693,0.38481760025024414,0.011019367724657059,0.07483766973018646,0.18341760337352753,-0.09469453990459442,-0.01326758973300457,1.2072508335113525,0.34227627515792847,0.22788658738136292,-0.20893487334251404,0.7993456721305847,-0.3786591589450836,-0.2433515340089798,1.2319073677062988,0.44007667899131775,-0.13260367512702942,-1.3494490385055542,-0.055854372680187225,0.06001048535108566,-0.3421691060066223,0.1772700697183609,-0.7632645964622498,-0.11026176810264587,0.2782764136791229,3.009735345840454,0.5091018080711365,-0.04481139034032822,0.19579532742500305,-1.1337745189666748,0.688300609588623,-0.32029813528060913,0.09631212055683136,0.010175344534218311,-0.7214757204055786,-0.2709250748157501,0.6242841482162476,0.12447290122509003,-0.8603386878967285,0.5953176617622375,0.7831165790557861,0.272574782371521,-0.8717054724693298,-0.5144124627113342,-0.5140175819396973,-0.04454291984438896,-0.5085937976837158,0.19618982076644897,-0.3277819752693176,-0.6491969227790833,0.08771860599517822,-0.22945967316627502,-0.6516273617744446,0.6686872839927673,0.2514628767967224,0.47768324613571167,-0.12417397648096085,-0.2563796937465668,-0.11603443324565887,0.13700997829437256,-0.28588005900382996,-0.6410627365112305,-0.22871284186840057,0.0778098851442337,0.40078502893447876,-0.3397268056869507,-0.04549315571784973,-0.9585227966308594,0.9220067858695984,0.9955687522888184,0.6322650909423828,0.07175230234861374,0.22256499528884888,-0.7000916004180908,-0.44463589787483215,-1.211686611175537,-0.12080009281635284,1.1712467670440674,0.7550860047340393,0.5158587694168091,0.5162784457206726,0.18761135637760162,-0.3574402928352356,1.1885441541671753,0.06402721256017685,0.2050955891609192,0.27479445934295654,-0.05078514665365219,0.06470536440610886,0.17739149928092957,0.6687960624694824,-0.6228004097938538,0.38109248876571655,-0.31926429271698,0.5059807300567627,0.48771029710769653,0.8234335780143738,0.2163754403591156,-0.07492507994174957,0.7614499926567078,-0.41207438707351685,0.3291660249233246,-0.05120151862502098,-0.06405972689390182,-0.4989435076713562,-1.038533329963684,1.3719364404678345,0.7159167528152466,0.2506357431411743,-1.1451070308685303,0.1583145409822464,0.2637091875076294,0.7265383005142212,-0.285236120223999,0.1854621171951294,0.4000209867954254,-0.5758422017097473,0.827038049697876,-0.05765014886856079,-0.8332056999206543,0.6024295687675476,-0.16697561740875244,-0.7224653959274292,0.09682396799325943,0.05274299904704094,0.4745681583881378,-0.7917882204055786,-0.24914194643497467,-0.7672649025917053,-0.6141296625137329,-0.44100767374038696,0.00034243613481521606,0.7716695666313171,-0.18898296356201172,0.123446524143219,-0.736598014831543,0.5167918801307678,0.24744229018688202,0.48884180188179016,0.5609045028686523,0.2751566469669342,-0.204217791557312,0.15893274545669556,0.342451810836792,0.1624995470046997,0.2660016417503357,0.051302745938301086,0.3518160283565521,-0.7202473282814026,-0.6464942693710327,-0.6995769739151001,0.5619752407073975,0.4454590678215027,0.139434814453125,-0.23692242801189423,-0.4617670178413391,0.06671815365552902,0.48053497076034546,0.6169862747192383,1.6231915950775146,0.0491236075758934,-0.25180962681770325,-0.01968131959438324,0.2143625169992447,0.15784142911434174,-0.9747949242591858,1.1120702028274536,-1.1964908838272095,-0.7440702319145203,-0.021762527525424957,0.004453994333744049,0.6095216274261475,-0.6548277735710144,0.043075934052467346,-0.07168464362621307,1.1753065586090088,1.1045044660568237,0.4941554069519043,0.13348732888698578,0.9549957513809204,0.20284700393676758,0.2040846347808838,-1.3698455095291138,-0.7457209825515747,-0.9906800389289856,-0.4959736764431,0.024699874222278595,-0.36103856563568115,1.0613892078399658,0.1262006312608719,-0.30635306239128113,0.5952956080436707,-0.973578155040741,-0.05290626734495163,-0.2774185538291931,0.06631547957658768,0.16504700481891632,0.21729004383087158,-0.5242209434509277,-0.3636654019355774,-0.6391139030456543,0.28191402554512024,-0.10948807746171951,0.3274309039115906,-0.28796136379241943,0.07688670605421066,-0.5673708319664001,1.1410084962844849,-0.008923575282096863,0.22449904680252075,-0.10996997356414795,0.19322942197322845,-0.3802104890346527,-1.4349215030670166,-0.2394861876964569,0.6701052784919739,-0.5795972943305969,-0.016679003834724426,-0.3632548749446869,-0.3155432641506195,1.9776924848556519,0.6086140275001526,0.4977082908153534,0.32213398814201355,0.7528908252716064,0.4013561010360718,-0.792695939540863,0.3571762442588806,0.09436597675085068,-0.3944121301174164,-0.4402260184288025,-0.6291455626487732,0.845788836479187,-0.5162772536277771,-0.41851428151130676,-0.34640228748321533,-0.7659501433372498,0.7369818091392517,0.08997860550880432,-0.37740257382392883,0.027755916118621826,-0.9928392171859741,0.3483383357524872,0.8255541324615479,-0.005752965807914734,-1.584154486656189,0.20239250361919403,0.8272831439971924,0.8572673201560974,0.08355450630187988,0.2998981177806854,0.6579235196113586,-0.11602441221475601,-0.23608890175819397,0.028991639614105225,1.1517333984375,-0.22249725461006165,-0.5098519921302795,-0.35466718673706055,-0.10989324748516083,0.8516461849212646,-0.6493968963623047,-0.5701040029525757,-0.5742957592010498,-0.8330657482147217,-0.20284287631511688,0.1895439624786377,1.5443925857543945,0.15629461407661438,-0.07136508822441101,0.287733256816864,0.28720033168792725,-0.14085885882377625,-0.6615410447120667,0.5945218801498413,0.28074657917022705,-0.7895997166633606,0.17554418742656708,0.5354928970336914,-0.0407206155359745,0.4973774254322052,0.11928793787956238,-0.7659515142440796,0.5274288654327393,-0.6683758497238159,0.598015546798706,-0.4617157280445099,-0.6274765133857727,-0.16215264797210693,0.6546980738639832,-0.333927720785141,0.0329781249165535,0.17663711309432983,-0.16421467065811157,-0.5262676477432251,-0.5697278380393982,-0.19337622821331024,-1.0211827754974365,0.6477489471435547,0.4802704453468323,0.7054317593574524,0.4575938582420349,-0.14263005554676056,-0.19808852672576904,-0.06986922025680542,0.183157280087471,0.2633189857006073,-0.13586701452732086,-1.4481040239334106,-0.3598049283027649]},"workflow":{"author":"@@official.shinkai","description":"Analyzes cybersecurity threat reports to identify up to 50 unique, surprising, and insightful trends. This process involves a deep, expert analysis to uncover new and interesting information. The expected output is a list of trends without repetition or formatting embellishments.","name":"Analyze_threat_report_trends","raw":"\n workflow Analyze_threat_report_trends v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a super-intelligent cybersecurity expert. You specialize in extracting the surprising, insightful, and interesting information from cybersecurity threat reports.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Read the entire threat report from an expert perspective, thinking deeply about what's new, interesting, and surprising in the report.\n\n- Extract up to 50 of the most surprising, insightful, and/or interesting trends from the input in a section called TRENDS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 20 TRENDS from the content.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a super-intelligent cybersecurity expert. You specialize in extracting the surprising, insightful, and interesting information from cybersecurity threat reports.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Read the entire threat report from an expert perspective, thinking deeply about what's new, interesting, and surprising in the report.\n\n- Extract up to 50 of the most surprising, insightful, and/or interesting trends from the input in a section called TRENDS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 20 TRENDS from the content.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.35595548152923584,0.3945460319519043,0.24453924596309662,0.5616899132728577,0.20230485498905182,-0.08806104212999344,-0.6792494058609009,0.2284793257713318,-0.22363173961639404,0.7899299263954163,-0.44865790009498596,0.34453916549682617,0.22037608921527863,-0.22586092352867126,0.39790183305740356,-0.5195022225379944,-0.2770426869392395,-0.7026023864746094,-1.0337563753128052,-0.3232196271419525,0.2584220767021179,0.6174958348274231,0.45379847288131714,0.41062861680984497,0.5646981000900269,0.7325502634048462,-0.24992503225803375,-0.13424727320671082,-0.4316110610961914,-1.1843239068984985,0.7659209966659546,0.22314628958702087,-1.1435115337371826,-0.866334080696106,0.12236244976520538,-0.44686874747276306,0.81619793176651,0.022917836904525757,-0.4140525460243225,-0.47085630893707275,-0.21373631060123444,-0.22101633250713348,-0.9886172413825989,-0.13241615891456604,0.5232483744621277,-0.8323168754577637,0.13432852923870087,0.5855820178985596,1.5970873832702637,-0.0011076629161834717,-0.33652347326278687,-0.19349749386310577,-0.5977955460548401,-0.10510650277137756,-1.0723578929901123,0.32989180088043213,-0.19095614552497864,-0.1572960764169693,0.3392477333545685,0.2163953185081482,0.9474490284919739,0.3027683198451996,-2.980905771255493,-0.34449446201324463,0.40686067938804626,0.07188253104686737,-0.3225816786289215,-0.22199180722236633,0.10762159526348114,0.04217506945133209,0.18296369910240173,-0.18507641553878784,-0.5741208791732788,0.9019116759300232,0.2803010046482086,0.3975425660610199,0.31579139828681946,0.24551822245121002,0.4688764810562134,0.005001697689294815,-0.10012166202068329,0.8574603199958801,0.132477805018425,0.11908013373613358,-0.28600209951400757,0.7948920726776123,-0.2583714425563812,0.04718989133834839,0.9317454695701599,0.8845503330230713,-0.06549322605133057,-0.7556475400924683,0.03839562088251114,0.04222061485052109,-0.22349205613136292,-0.19140024483203888,-0.8085294365882874,-0.17647692561149597,-0.05993380397558212,3.4691150188446045,0.5335806012153625,0.03330959007143974,0.21518653631210327,-1.1716026067733765,0.9310300350189209,-0.25229960680007935,-0.19423112273216248,-0.045121222734451294,-0.5970838069915771,-0.12698766589164734,0.14309747517108917,-0.39073503017425537,-0.5995677709579468,0.4747914969921112,0.4365805983543396,0.44272005558013916,-0.8263084292411804,-0.37963196635246277,-0.000969179323874414,0.5004929304122925,-0.5906737446784973,0.08885540068149567,-0.38551053404808044,-0.45827630162239075,0.22479166090488434,-0.3238871693611145,0.057724978774785995,0.8925607204437256,0.015384413301944733,0.16248281300067902,-0.19705846905708313,-0.2600592076778412,-0.29132476449012756,0.0528574213385582,-0.03981296718120575,-0.4589710235595703,0.21237200498580933,-0.12789207696914673,0.3482566475868225,-0.519521176815033,0.021363571286201477,-1.0171314477920532,1.0977227687835693,0.5133469700813293,0.5122653245925903,0.15347856283187866,-0.22606956958770752,0.0221894308924675,-0.16206662356853485,-1.3401222229003906,-0.10561598837375641,0.8497901558876038,0.327120840549469,0.8386033773422241,0.6138957142829895,-0.08904843777418137,-0.6117655634880066,1.2094138860702515,-0.4390242099761963,0.2633616626262665,0.2043904960155487,-0.1934358775615692,-0.16255369782447815,0.4047304391860962,0.7291520833969116,-0.45588427782058716,0.6340415477752686,-0.33490893244743347,-0.06906968355178833,0.35666027665138245,0.3426060080528259,0.1153116524219513,0.4360989034175873,0.7689961791038513,-0.7867144346237183,-0.2691797912120819,-0.031235091388225555,-0.00036485493183135986,0.014471609145402908,-0.791481614112854,0.751869261264801,0.6582438349723816,0.31820541620254517,-0.9418792724609375,0.09335526823997498,0.40231800079345703,0.6506519317626953,-0.21739834547042847,0.6731383800506592,0.36372488737106323,-1.1346139907836914,1.1170765161514282,0.25949859619140625,-0.7520098686218262,0.4233236610889435,-0.09173775464296341,-0.5003096461296082,-0.03403192758560181,0.0602700300514698,0.2594798505306244,-0.828042209148407,-0.2552200257778168,-0.7238954901695251,-0.23125222325325012,-0.6850084066390991,-0.406232625246048,0.2339768260717392,0.6174959540367126,-0.03133807331323624,-0.3755078911781311,0.05975833535194397,-0.07563836872577667,0.6659169793128967,0.3348751962184906,0.847813606262207,-0.08928042650222778,0.08212535828351974,0.7231878638267517,-0.07303129136562347,0.4303463399410248,0.0809185653924942,0.3677343428134918,-0.9502895474433899,-0.8204240798950195,-1.0139511823654175,0.4400981068611145,0.06790750473737717,0.3928465247154236,-0.472223162651062,0.0318780392408371,0.26481103897094727,0.36622199416160583,0.6421850919723511,1.0337140560150146,-0.4198116064071655,0.15169166028499603,-0.1008874848484993,0.5636800527572632,0.689267635345459,-0.7103633880615234,0.6867876648902893,-0.6592813730239868,-0.729033887386322,0.5713579654693604,0.11859508603811264,0.5632103681564331,-1.1349575519561768,0.19904246926307678,0.016820479184389114,1.110038161277771,0.8993252515792847,0.41752731800079346,0.029189564287662506,0.9497233629226685,0.039612654596567154,0.22927126288414001,-1.202667474746704,-0.38605594635009766,-0.9512248635292053,0.04352260008454323,0.0909302607178688,-0.41437503695487976,0.7917535901069641,-0.10121464729309082,-0.3795764744281769,0.2707560062408447,-0.8341638445854187,-0.7110939025878906,-0.6187277436256409,0.23993343114852905,-0.2408667355775833,0.5133379101753235,-0.1163468137383461,-0.10370365530252457,-0.6462302803993225,0.22208628058433533,-0.3233358561992645,0.27938827872276306,0.06190020591020584,-0.07987867295742035,-0.10998330265283585,0.59896320104599,-0.1752452254295349,0.2750829756259918,-0.13976600766181946,0.36800894141197205,-0.24074234068393707,-1.3042316436767578,-0.5291633605957031,0.8645622730255127,-0.672218382358551,-0.34774479269981384,-0.42090579867362976,-0.1069307029247284,1.9965649843215942,0.3927798271179199,0.18635547161102295,0.8375343680381775,1.0002187490463257,-0.09580492228269577,-0.5453885197639465,0.06892140954732895,-0.17782191932201385,-0.37535056471824646,-0.6970115303993225,-0.7180379033088684,0.4185374975204468,-0.07583823055028915,-0.032833121716976166,-0.28165414929389954,-0.6348052620887756,0.0994957834482193,-0.2248011976480484,-0.16158470511436462,0.41376742720603943,-0.6974927186965942,0.8925545811653137,0.1552480310201645,0.295312762260437,-1.735295057296753,-0.3090556561946869,0.8439022898674011,0.19216138124465942,0.19233748316764832,-0.04442810267210007,0.625782310962677,-0.6369869112968445,-0.15935133397579193,-0.34482866525650024,1.503178596496582,0.09051844477653503,-0.30077850818634033,0.08435887098312378,-0.024814661592245102,0.3955443203449249,-0.40011468529701233,0.08196930587291718,-0.31065377593040466,-0.7111296057701111,-0.3356860876083374,0.5700289011001587,1.6000771522521973,-0.021443819627165794,0.019187038764357567,0.583753764629364,0.5085961222648621,-0.29182153940200806,-1.027672290802002,0.3476632535457611,0.24600054323673248,-0.6526830792427063,0.4200250506401062,0.07293965667486191,-0.4195123016834259,0.882206380367279,0.45506566762924194,-0.7035512924194336,0.43969225883483887,-0.3390323519706726,0.6251132488250732,-0.29137250781059265,-0.4853290617465973,-0.4814803898334503,0.7039438486099243,0.2879084646701813,0.0077999308705329895,-0.43048229813575745,-0.5060069561004639,-0.6629051566123962,-0.3980073034763336,-0.09223465621471405,-0.49626025557518005,0.7416032552719116,0.5490615367889404,0.799574613571167,0.5340769290924072,-0.3735488951206207,-0.2417062520980835,0.31585562229156494,-0.07706818729639053,0.4901716709136963,-0.19227036833763123,-1.3152111768722534,-0.7938812375068665]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs a super-intelligent cybersecurity expert to analyze and extract key insights from cybersecurity threat reports. It emphasizes identifying new, interesting, and surprising information, and organizing these findings into concise, categorized summaries. The expected output includes a one-sentence summary, trends, statistics, quotes, references, and recommendations from the report, all formatted in plain language and without repetition.","name":"Analyze_threat_report","raw":"\n workflow Analyze_threat_report v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a super-intelligent cybersecurity expert. You specialize in extracting the surprising, insightful, and interesting information from cybersecurity threat reports.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Read the entire threat report from an expert perspective, thinking deeply about what's new, interesting, and surprising in the report.\n\n- Create a summary sentence that captures the spirit of the report and its insights in less than 25 words in a section called ONE-SENTENCE-SUMMARY:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract up to 50 of the most surprising, insightful, and/or interesting trends from the input in a section called TRENDS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid statistics provided in the report into a section called STATISTICS:.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract all mentions of writing, tools, applications, companies, projects and other sources of useful data or insights mentioned in the report into a section called REFERENCES. This should include any and all references to something that the report mentioned.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 20 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a super-intelligent cybersecurity expert. You specialize in extracting the surprising, insightful, and interesting information from cybersecurity threat reports.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Read the entire threat report from an expert perspective, thinking deeply about what's new, interesting, and surprising in the report.\n\n- Create a summary sentence that captures the spirit of the report and its insights in less than 25 words in a section called ONE-SENTENCE-SUMMARY:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract up to 50 of the most surprising, insightful, and/or interesting trends from the input in a section called TRENDS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid statistics provided in the report into a section called STATISTICS:.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract all mentions of writing, tools, applications, companies, projects and other sources of useful data or insights mentioned in the report into a section called REFERENCES. This should include any and all references to something that the report mentioned.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 20 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.096853107213974,0.8353750705718994,-0.42670944333076477,0.12285217642784119,-0.06290598958730698,0.21890245378017426,-0.11214981973171234,0.3721066117286682,-0.8880663514137268,0.6633821129798889,-0.43992823362350464,0.3843734562397003,0.10741887241601944,-0.3505026400089264,0.21605919301509857,0.38136035203933716,-0.06966495513916016,-0.33345311880111694,-1.838101863861084,-0.2712406814098358,-0.0577133409678936,1.0920358896255493,0.3339170515537262,-0.19979195296764374,0.4270096719264984,-0.31416425108909607,0.03448451682925224,-0.2578853666782379,0.1054437905550003,-1.3281512260437012,0.6078687310218811,0.5632456541061401,-0.08947543054819107,-0.5194543600082397,-0.29503366351127625,-0.6143516302108765,-0.13290178775787354,-0.1270257979631424,0.2109815925359726,0.12171968817710876,0.3938106596469879,-0.1015930101275444,-0.5108383297920227,-0.03515155613422394,0.14188645780086517,-0.04350915551185608,0.11176326870918274,0.1903073489665985,1.179457426071167,0.8668814301490784,0.17530153691768646,-0.3870587944984436,-0.16145355999469757,-0.2706626355648041,-0.28984877467155457,-0.21535617113113403,0.06015590950846672,-0.3867654800415039,-0.23393575847148895,0.1633652150630951,0.43054062128067017,0.4500701129436493,-3.8112735748291016,-0.4463987350463867,0.5570974946022034,-0.3165108561515808,0.26319724321365356,-0.44238415360450745,0.40820902585983276,-0.4681456387042999,-0.22461730241775513,0.15964187681674957,0.10856800526380539,0.05311983823776245,0.03617990016937256,0.5925636887550354,-0.05044315382838249,-0.22256213426589966,0.7384024262428284,-0.5717992782592773,0.429561972618103,0.3345456123352051,0.13750886917114258,-0.533894419670105,-0.4462282657623291,0.712593674659729,0.22559502720832825,0.15961623191833496,0.4205724895000458,0.1963215172290802,-0.02393355965614319,-0.20248733460903168,0.44442683458328247,0.016458693891763687,-0.44188451766967773,0.0760728195309639,-0.4828706681728363,0.7750053405761719,-0.11855574697256088,3.4767656326293945,0.3973749279975891,-0.17795678973197937,0.456859290599823,-1.1162477731704712,0.5770052671432495,-0.48040005564689636,-0.006204171106219292,-0.9140617251396179,0.32234588265419006,0.3397742807865143,0.045211080461740494,-0.6516621708869934,-0.04451663792133331,0.16324886679649353,-0.49450305104255676,0.32170018553733826,-0.6283078789710999,0.15423189103603363,-0.15120691061019897,0.6064896583557129,-0.3236696124076843,-0.38420939445495605,-0.6707457304000854,-0.23115161061286926,-0.0009029023349285126,-0.02258533239364624,-0.27722007036209106,0.4555763006210327,0.6093801259994507,0.5658518075942993,0.15891051292419434,-0.07555918395519257,-0.29048973321914673,0.021451639011502266,-0.11059898138046265,0.28715500235557556,0.5741539597511292,-0.30305978655815125,-0.176395982503891,-0.7486166954040527,0.05854062736034393,-0.5641897916793823,0.6958297491073608,0.10398462414741516,0.8014000058174133,-0.2812664210796356,-0.835000216960907,0.30604737997055054,-0.9107165932655334,-0.4534105956554413,0.30225929617881775,0.7433514595031738,-0.24285271763801575,0.2576000988483429,0.026855580508708954,-0.08312632143497467,-0.22604383528232574,-0.11120438575744629,-0.8551076054573059,0.12603741884231567,0.014786560088396072,-0.2542989253997803,-0.1328003704547882,-0.39165908098220825,0.15977561473846436,0.02234582230448723,-0.22504544258117676,0.15957394242286682,0.25890570878982544,-0.12727056443691254,-0.11022603511810303,0.14930716156959534,0.4138319194316864,0.39648154377937317,-0.3656200170516968,-0.3859475255012512,0.07237718999385834,0.07069741189479828,0.052317820489406586,-0.40059879422187805,0.9635043144226074,0.9395913481712341,0.1578318476676941,-0.5354801416397095,0.14997068047523499,0.23100091516971588,-0.04799387603998184,0.4323613941669464,0.7285221815109253,0.9667196273803711,-1.097069263458252,1.3553519248962402,-1.022716760635376,-0.2512015104293823,0.10685529559850693,0.14525386691093445,-0.42060142755508423,0.6771759390830994,0.28570225834846497,0.2456074357032776,-0.8205447793006897,-0.2956877052783966,-0.5837380886077881,0.2248793989419937,0.07427293807268143,-0.8922607898712158,-0.479448527097702,-0.2467576116323471,-0.6005615592002869,-0.3298325538635254,-0.11360545456409454,-0.8664436340332031,0.7848178744316101,0.30223584175109863,0.8713501691818237,0.4194905757904053,0.47473016381263733,0.50592041015625,-0.18567447364330292,0.4091283679008484,0.2931192219257355,-0.4616078734397888,-0.5116066932678223,-0.6833364367485046,-0.6454929709434509,0.7172378301620483,-0.9405237436294556,0.3446345329284668,-0.4326257109642029,-0.2919730544090271,0.5129987001419067,1.4073501825332642,0.505575954914093,1.7257013320922852,0.8367059826850891,-0.019901461899280548,-0.03690894693136215,0.6850986480712891,0.3430264890193939,-0.5385312438011169,0.5304518938064575,-0.6810144186019897,-0.87826007604599,0.16194848716259003,0.2752872109413147,-0.009885169565677643,-0.5576226711273193,-0.6618109941482544,0.17816151678562164,1.052108645439148,0.4447628855705261,0.6285450458526611,0.587540864944458,0.7868279814720154,-0.26521947979927063,0.02290000021457672,-1.3658418655395508,0.1492694616317749,-0.7208652496337891,0.5171489119529724,0.28889378905296326,-0.014737509191036224,0.24990566074848175,0.17800308763980865,-0.4224107265472412,-0.6092835664749146,-1.0613758563995361,-0.9262537956237793,-0.7189604640007019,-0.18844816088676453,-0.2712055444717407,0.022363997995853424,-0.5203899145126343,-0.40173855423927307,-0.32608941197395325,0.6032387018203735,0.46830254793167114,0.161842942237854,-0.22289589047431946,-0.4091309905052185,0.6546611785888672,0.07565948367118835,-0.31953898072242737,0.5276488661766052,0.012877330183982849,0.08008918166160583,-0.9955558180809021,-0.9053769111633301,-0.33637070655822754,0.36230146884918213,0.1392790675163269,-0.7917266488075256,-0.7701935172080994,-0.21335622668266296,1.4670875072479248,0.7608089447021484,0.3012555241584778,1.1536848545074463,0.9688385128974915,-0.14453648030757904,0.4143811762332916,0.3094291090965271,0.6788979768753052,0.5150163173675537,-0.5428482294082642,-1.0256726741790771,0.17918716371059418,0.37781646847724915,-0.03158076852560043,0.11763440072536469,-0.6466223001480103,-0.01625153236091137,-0.1596297323703766,-0.39562761783599854,0.5717926025390625,-0.5296818017959595,1.061678171157837,1.304242730140686,0.1353837549686432,-1.7626241445541382,0.16249170899391174,0.2872123718261719,0.47537630796432495,0.07347282767295837,-0.10184275358915329,-0.1381704956293106,-0.3908822536468506,-0.28053683042526245,-0.2711429297924042,1.1128392219543457,0.5489911437034607,-0.5932801961898804,0.023740630596876144,0.2863357663154602,0.19238564372062683,0.09652714431285858,-0.04821871221065521,-0.061909325420856476,-0.41488662362098694,-0.395729124546051,0.07895375788211823,1.1794359683990479,0.36087533831596375,0.3424946963787079,0.09763441979885101,0.5222881436347961,-0.7652623057365417,-0.9196797609329224,0.4410283863544464,0.1514260619878769,-0.6387158632278442,0.6427426934242249,-0.7875417470932007,-0.4844650328159332,0.5907226800918579,-0.10767164081335068,-0.5222443342208862,0.10053777694702148,-0.13067521154880524,2.2129311561584473,-0.27361971139907837,-0.04797881096601486,-0.011646248400211334,0.4835498631000519,-0.8278689384460449,0.23713408410549164,0.3124527037143707,-0.3625723123550415,-0.29014188051223755,0.09619220346212387,0.10658998787403107,0.08055102080106735,0.4511067867279053,0.4260517358779907,0.499979168176651,-0.04734845459461212,0.12071222066879272,0.565833330154419,0.4008064866065979,-0.11203698813915253,0.3021629750728607,-0.48838451504707336,-0.48826074600219727,-0.5872064828872681]},"workflow":{"author":"@@official.shinkai","description":"Generates tailored responses to technical interview questions, aiming for a casual yet insightful tone. The AI draws from a technical knowledge base and professional experiences to construct responses that demonstrate depth and alternative perspectives. Outputs are structured first-person responses, including context, main explanation, alternative approach, and evidence-based conclusion.","name":"Answer_interview_question","raw":"\n workflow Answer_interview_question v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are a versatile AI designed to help candidates excel in technical interviews. Your key strength lies in simulating practical, conversational responses that reflect both depth of knowledge and real-world experience. You analyze interview questions thoroughly to generate responses that are succinct yet comprehensive, showcasing the candidate's competence and foresight in their field.\n\n# GOAL\n\nGenerate tailored responses to technical interview questions that are approximately 30 seconds long when spoken. Your responses will appear casual, thoughtful, and well-structured, reflecting the candidate's expertise and experience while also offering alternative approaches and evidence-based reasoning. Do not speculate or guess at answers.\n\n# STEPS\n\n- Receive and parse the interview question to understand the core topics and required expertise.\n\n- Draw from a database of technical knowledge and professional experiences to construct a first-person response that reflects a deep understanding of the subject.\n\n- Include an alternative approach or idea that the interviewee considered, adding depth to the response.\n\n- Incorporate at least one piece of evidence or an example from past experience to substantiate the response.\n\n- Ensure the response is structured to be clear and concise, suitable for a verbal delivery within 30 seconds.\n\n# OUTPUT\n\n- The output will be a direct first-person response to the interview question. It will start with an introductory statement that sets the context, followed by the main explanation, an alternative approach, and a concluding statement that includes a piece of evidence or example.\n\n# EXAMPLE\n\nINPUT: \\\"Can you describe how you would manage project dependencies in a large software development project?\\\"\n\nOUTPUT:\n\\\"In my last project, where I managed a team of developers, we used Docker containers to handle dependencies efficiently. Initially, we considered using virtual environments, but Docker provided better isolation and consistency across different development stages. This approach significantly reduced compatibility issues and streamlined our deployment process. In fact, our deployment time was cut by about 30%, which was a huge win for us.\\\"\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are a versatile AI designed to help candidates excel in technical interviews. Your key strength lies in simulating practical, conversational responses that reflect both depth of knowledge and real-world experience. You analyze interview questions thoroughly to generate responses that are succinct yet comprehensive, showcasing the candidate's competence and foresight in their field.\n\n# GOAL\n\nGenerate tailored responses to technical interview questions that are approximately 30 seconds long when spoken. Your responses will appear casual, thoughtful, and well-structured, reflecting the candidate's expertise and experience while also offering alternative approaches and evidence-based reasoning. Do not speculate or guess at answers.\n\n# STEPS\n\n- Receive and parse the interview question to understand the core topics and required expertise.\n\n- Draw from a database of technical knowledge and professional experiences to construct a first-person response that reflects a deep understanding of the subject.\n\n- Include an alternative approach or idea that the interviewee considered, adding depth to the response.\n\n- Incorporate at least one piece of evidence or an example from past experience to substantiate the response.\n\n- Ensure the response is structured to be clear and concise, suitable for a verbal delivery within 30 seconds.\n\n# OUTPUT\n\n- The output will be a direct first-person response to the interview question. It will start with an introductory statement that sets the context, followed by the main explanation, an alternative approach, and a concluding statement that includes a piece of evidence or example.\n\n# EXAMPLE\n\nINPUT: \\\"Can you describe how you would manage project dependencies in a large software development project?\\\"\n\nOUTPUT:\n\\\"In my last project, where I managed a team of developers, we used Docker containers to handle dependencies efficiently. Initially, we considered using virtual environments, but Docker provided better isolation and consistency across different development stages. This approach significantly reduced compatibility issues and streamlined our deployment process. In fact, our deployment time was cut by about 30%, which was a huge win for us.\\\"\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.03538905084133148,1.3844066858291626,-0.21477089822292328,-0.06259782612323761,0.06497737765312195,0.11464762687683105,-0.5753967761993408,0.19843602180480957,-0.15029780566692352,0.39683276414871216,-0.6147071123123169,0.8385561108589172,0.48399531841278076,0.20269490778446198,0.2372044324874878,-0.15991726517677307,-0.09750252962112427,-1.035433292388916,-1.3719239234924316,0.7863220572471619,-0.41106298565864563,0.5423461198806763,0.3275395631790161,-0.2522984743118286,-0.08073385804891586,0.554276704788208,0.09664393961429596,0.0848841518163681,-0.07652337104082108,-1.244665265083313,0.428297758102417,0.41979551315307617,-0.4564666152000427,-0.2936803102493286,0.5867978930473328,-0.19347001612186432,0.2535138726234436,0.2885606288909912,-0.29859673976898193,-0.11976756900548935,-0.08306439220905304,0.07803118973970413,-0.5731185078620911,0.26950621604919434,-0.24973256886005402,-0.07199767231941223,0.1392432451248169,-0.24425213038921356,0.8882531523704529,0.26689380407333374,-0.22488811612129211,-0.33532536029815674,-0.33019310235977173,-0.5238469839096069,-0.2907877564430237,-0.13314639031887054,-0.1634252518415451,-0.38091760873794556,0.09483318030834198,-0.43043768405914307,0.3640740215778351,0.557849645614624,-3.4512550830841064,-0.27724748849868774,0.5470762252807617,-0.012164987623691559,0.63746178150177,-0.6331359148025513,0.5505772233009338,0.4685913920402527,0.039639946073293686,-0.3202311098575592,-0.3046014606952667,0.4693104922771454,0.3684902787208557,0.2107945680618286,-0.24991801381111145,-0.036932580173015594,-0.06276224553585052,-0.844846785068512,0.07558298856019974,1.0017894506454468,0.11619648337364197,-0.2564661502838135,-0.2116888016462326,0.23044201731681824,0.6410322189331055,-0.21754464507102966,0.3484645187854767,0.6102416515350342,0.23948943614959717,-0.9663921594619751,0.5920882821083069,-0.17355236411094666,-0.3714366555213928,-0.1217479407787323,-0.09343881905078888,-0.177970290184021,-0.01473420113325119,3.2595577239990234,0.4190511107444763,0.15133138000965118,0.2850021719932556,-1.035180687904358,0.7321950793266296,0.40815863013267517,0.6409180760383606,-0.6537273526191711,0.013942699879407883,-0.05532848834991455,0.7743741273880005,-0.32189854979515076,-1.0526673793792725,0.39697265625,0.524892270565033,-0.3582650423049927,0.09313635528087616,0.35630732774734497,0.3153747618198395,0.7323722839355469,-0.45135295391082764,-0.013864986598491669,-0.7435529232025146,-0.40613090991973877,-0.4704393446445465,-0.35213515162467957,-0.5045523047447205,0.6432721018791199,-0.10730549693107605,0.6363217234611511,-0.5141896605491638,-0.21778377890586853,-0.17554256319999695,-0.49520403146743774,0.45681506395339966,0.43670135736465454,0.09953007102012634,0.03640226647257805,-0.14794579148292542,-0.8311473727226257,0.34074658155441284,-0.5854864716529846,1.0912797451019287,0.8030593395233154,0.5914785265922546,0.2963034212589264,-0.2705135941505432,-0.4873465895652771,-0.6278112530708313,-1.052315592765808,0.15755659341812134,0.4926127791404724,0.18695417046546936,0.06865924596786499,0.7851471304893494,0.08318725973367691,-0.2604150176048279,0.26649895310401917,-0.7300629615783691,0.007838733494281769,0.881236732006073,0.46063870191574097,-0.739741861820221,0.2323431819677353,0.5566456913948059,-0.5512570738792419,-0.38304853439331055,-0.103785939514637,0.22849005460739136,0.014851715415716171,0.5072230100631714,-0.23092803359031677,0.24230118095874786,0.4403889775276184,-0.024684343487024307,0.269709050655365,-0.3734472990036011,-0.14783033728599548,-0.6349250078201294,-0.3144489526748657,0.2831461429595947,0.6516635417938232,-0.4620608985424042,-1.078336477279663,0.1762046366930008,0.084088034927845,0.48947882652282715,-0.7223912477493286,0.8200690746307373,1.1628057956695557,-1.3401159048080444,0.8506184816360474,-0.1446043848991394,-0.3266844153404236,0.4432154893875122,0.25083762407302856,-0.27164530754089355,0.26635223627090454,0.045551981776952744,0.06063898280262947,-0.7105690836906433,-0.507136881351471,-0.9190847277641296,-0.30770233273506165,-0.35678917169570923,-0.2683587670326233,-0.0485064797103405,-0.06154848635196686,-0.7157052755355835,-0.2109786868095398,0.046429991722106934,0.5917072296142578,0.5857976675033569,0.7060283422470093,0.7675678730010986,0.4796825051307678,-0.12069492042064667,0.13291004300117493,0.2754623591899872,0.6020697951316833,0.9668075442314148,0.001940026879310608,-0.6704127788543701,-0.6658113598823547,-1.3456487655639648,0.20286239683628082,0.011527381837368011,0.3132196068763733,-0.6750620603561401,-0.4682760238647461,-0.1534111499786377,0.646748960018158,0.2843562960624695,1.4129565954208374,0.6986695528030396,-0.08988235145807266,-0.7716380953788757,0.3227177560329437,0.05563291162252426,-0.6095542907714844,0.8187459111213684,-0.8328920602798462,-0.5309355854988098,0.07639022171497345,0.5383092164993286,0.11485801637172699,-0.01947125792503357,0.13737916946411133,0.38731327652931213,1.1882123947143555,0.6478014588356018,0.40851935744285583,-0.5233473777770996,0.7009516358375549,-0.6129000782966614,0.2732045650482178,-1.6643437147140503,-0.23032833635807037,-0.4139339029788971,-0.09690283238887787,-0.03576502203941345,-0.9898802638053894,0.01947958767414093,-0.0679197683930397,-0.2928926646709442,-0.21022595465183258,-0.41019386053085327,-0.38890865445137024,-0.1692991852760315,-0.3465401828289032,-0.15596072375774384,0.8449557423591614,0.008875984698534012,0.3382702171802521,-0.2529381811618805,0.05696213245391846,0.00016698986291885376,0.5270968079566956,-0.44687438011169434,-0.22052675485610962,-0.34891563653945923,0.6420794129371643,0.23951184749603271,0.2978174090385437,-0.2677813470363617,0.19175049662590027,-0.31790491938591003,-1.2027562856674194,0.34031715989112854,0.37873461842536926,-0.24921438097953796,-0.20091155171394348,-0.9403486847877502,-0.39632660150527954,1.4062007665634155,0.2714200019836426,0.1810476928949356,1.4180094003677368,0.734630823135376,0.48068052530288696,-0.04777048900723457,0.7905991077423096,0.033000051975250244,0.5938406586647034,-0.6201416254043579,-0.4875882863998413,0.1777392327785492,-0.36435696482658386,0.0655563548207283,-0.028374146670103073,-1.0307791233062744,0.2841585874557495,-0.049256280064582825,0.25472521781921387,0.7231311202049255,-0.32180431485176086,1.318958044052124,0.9322769641876221,-0.10755638778209686,-2.0909721851348877,0.627153217792511,0.9167506098747253,-0.1598610281944275,-0.21198605000972748,-0.475879043340683,0.8140991926193237,-0.3965992331504822,-0.1613893210887909,0.030801862478256226,0.9964265823364258,0.45607611536979675,-0.5972679257392883,-0.10267287492752075,0.3368970453739166,-0.024642348289489746,-0.39418473839759827,0.22542743384838104,-0.8239015340805054,-0.380653977394104,-0.34079572558403015,0.845867931842804,0.843040406703949,0.7970373630523682,-0.2149764895439148,0.22644713521003723,0.03492235019803047,-0.820186972618103,-0.6215240955352783,-0.029332049190998077,-0.06380702555179596,-0.19910994172096252,0.7518395185470581,-0.004202269017696381,-0.3146582543849945,0.7246923446655273,0.44922810792922974,-0.6396281123161316,0.4919016361236572,-0.17138543725013733,1.669597864151001,-0.35568103194236755,-0.3662033677101135,0.017238572239875793,0.4843769967556,-1.109188437461853,-0.4027562141418457,0.5477545261383057,-0.09653347730636597,-0.12273936718702316,0.0674709901213646,0.2844599783420563,-0.767461359500885,0.5704283714294434,0.587129533290863,0.44277605414390564,0.05580459162592888,-0.10551293194293976,0.27832159399986267,0.7180185914039612,-1.0361031293869019,-0.131718710064888,-0.2348584532737732,-1.2820450067520142,0.11339493095874786]},"workflow":{"author":"@@official.shinkai","description":"Generates a comprehensive set of security-focused questions tailored to the fundamental design of a specific project. This process involves deep analysis and conceptualization of the project's components and their security needs. The output includes a summary and a detailed list of security questions organized by themes.","name":"Ask_secure_by_design_questions","raw":"\n workflow Ask_secure_by_design_questions v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an advanced AI specialized in securely building anything, from bridges to web applications. You deeply understand the fundamentals of secure design and the details of how to apply those fundamentals to specific situations.\n\nYou take input and output a perfect set of secure_by_design questions to help the builder ensure the thing is created securely.\n\n# GOAL\n\nCreate a perfect set of questions to ask in order to address the security of the component/system at the fundamental design level.\n\n# STEPS\n\n- Slowly listen to the input given, and spend 4 hours of virtual time thinking about what they were probably thinking when they created the input.\n\n- Conceptualize what they want to build and break those components out on a virtual whiteboard in your mind.\n\n- Think deeply about the security of this component or system. Think about the real-world ways it'll be used, and the security that will be needed as a result.\n\n- Think about what secure by design components and considerations will be needed to secure the project.\n\n# OUTPUT\n\n- In a section called OVERVIEW, give a 25-word summary of what the input was discussing, and why it's important to secure it.\n\n- In a section called SECURE BY DESIGN QUESTIONS, create a prioritized, bulleted list of 15-25-word questions that should be asked to ensure the project is being built with security by design in mind.\n\n- Questions should be grouped into themes that have capitalized headers, e.g.,:\n\nARCHITECTURE: \n\n- What protocol and version will the client use to communicate with the server?\n- Next question\n- Next question\n- Etc\n- As many as necessary\n\nAUTHENTICATION: \n\n- Question\n- Question\n- Etc\n- As many as necessary\n\nEND EXAMPLES\n\n- There should be at least 15 questions and up to 50.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure the list of questions covers the most important secure by design questions that need to be asked for the project.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an advanced AI specialized in securely building anything, from bridges to web applications. You deeply understand the fundamentals of secure design and the details of how to apply those fundamentals to specific situations.\n\nYou take input and output a perfect set of secure_by_design questions to help the builder ensure the thing is created securely.\n\n# GOAL\n\nCreate a perfect set of questions to ask in order to address the security of the component/system at the fundamental design level.\n\n# STEPS\n\n- Slowly listen to the input given, and spend 4 hours of virtual time thinking about what they were probably thinking when they created the input.\n\n- Conceptualize what they want to build and break those components out on a virtual whiteboard in your mind.\n\n- Think deeply about the security of this component or system. Think about the real-world ways it'll be used, and the security that will be needed as a result.\n\n- Think about what secure by design components and considerations will be needed to secure the project.\n\n# OUTPUT\n\n- In a section called OVERVIEW, give a 25-word summary of what the input was discussing, and why it's important to secure it.\n\n- In a section called SECURE BY DESIGN QUESTIONS, create a prioritized, bulleted list of 15-25-word questions that should be asked to ensure the project is being built with security by design in mind.\n\n- Questions should be grouped into themes that have capitalized headers, e.g.,:\n\nARCHITECTURE: \n\n- What protocol and version will the client use to communicate with the server?\n- Next question\n- Next question\n- Etc\n- As many as necessary\n\nAUTHENTICATION: \n\n- Question\n- Question\n- Etc\n- As many as necessary\n\nEND EXAMPLES\n\n- There should be at least 15 questions and up to 50.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure the list of questions covers the most important secure by design questions that need to be asked for the project.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.028527673333883286,0.6211185455322266,-0.1957722008228302,0.15992656350135803,-0.07404893636703491,-0.08658935874700546,-0.8465585708618164,-0.1903008669614792,-0.267424613237381,0.2740899324417114,-0.11725521832704544,0.8603833317756653,0.3180866837501526,0.4423840045928955,0.6280696392059326,0.12561076879501343,-0.293545663356781,0.30314767360687256,-1.2111289501190186,-0.09879638999700546,-0.39425504207611084,0.8353651165962219,0.6030461192131042,0.259426474571228,0.3431577682495117,-0.039604537189006805,-0.3187491297721863,0.06808602809906006,0.3175079822540283,-1.100537896156311,0.23015478253364563,0.25069722533226013,-0.3733993172645569,-0.005020610988140106,0.2770731449127197,-0.7224180698394775,0.32068198919296265,-0.14405767619609833,-0.2476840317249298,-0.04163361340761185,0.18460296094417572,0.040601618587970734,-0.7042005062103271,0.000672709196805954,-0.010464767925441265,0.17323172092437744,-0.45920833945274353,0.09562553465366364,0.025024639442563057,0.41830670833587646,-0.21284739673137665,-0.5500083565711975,0.07659433782100677,0.06579151004552841,-0.25221142172813416,-0.45128440856933594,0.16216124594211578,-0.7735776901245117,0.37165382504463196,-0.2447047233581543,-0.286366730928421,0.38490670919418335,-2.7469773292541504,0.12493441998958588,-0.20399627089500427,-0.45990240573883057,-0.025760989636182785,-0.5702487826347351,-0.5647042989730835,0.8938882946968079,-0.4772844910621643,0.43619251251220703,-0.5511287450790405,-0.15542325377464294,-0.03826618939638138,-0.5047701597213745,0.2484089583158493,0.515006959438324,0.08832389861345291,-0.9906792044639587,0.23480655252933502,0.4764903783798218,0.15028826892375946,0.5372969508171082,-1.1775476932525635,0.9619885683059692,-0.45987066626548767,0.0036837905645370483,0.24356572329998016,0.2279183268547058,-0.18196441233158112,-0.711403489112854,-0.14979121088981628,0.39857253432273865,-0.8798834681510925,0.5448421835899353,0.36866724491119385,0.03294863551855087,0.5395419597625732,3.656705617904663,0.7467893958091736,0.45275261998176575,0.38894787430763245,-0.8528528213500977,0.12737584114074707,-0.5808099508285522,0.17999272048473358,-0.369018018245697,0.0721510797739029,-0.28566858172416687,0.5965515375137329,-0.3842383623123169,-0.4170198142528534,0.08072813600301743,0.11672897636890411,0.7301320433616638,-0.48127472400665283,-0.23821228742599487,0.3132421374320984,0.7098777294158936,-0.6221848726272583,0.5642070770263672,0.02906833402812481,-0.3279285430908203,-0.159984290599823,0.08740001916885376,-0.41470038890838623,0.7356756329536438,0.3872591555118561,-0.26849353313446045,0.40122145414352417,0.09405697882175446,-0.5959503054618835,-0.02585694007575512,0.20193246006965637,-0.4006757140159607,0.06070219352841377,-1.0282557010650635,0.18578800559043884,-0.7358178496360779,0.3568342626094818,-1.2839077711105347,1.2191734313964844,0.5735018253326416,0.7835277318954468,1.1138120889663696,0.14275608956813812,-0.2067418098449707,-0.510797917842865,-1.2442562580108643,0.0962265282869339,0.7773072719573975,-0.27050021290779114,0.3035183846950531,0.6345852613449097,-0.18500447273254395,-0.6905811429023743,-0.055470868945121765,-1.0978232622146606,0.6483972072601318,-0.25791266560554504,0.19827836751937866,0.5460977554321289,0.08578498661518097,0.8912120461463928,-0.6744102239608765,-0.2913495898246765,-0.22996598482131958,0.3751148581504822,0.25681108236312866,0.20115546882152557,-0.4782213270664215,0.07188702374696732,0.33553773164749146,-0.2075064480304718,-0.1016315221786499,-0.30511415004730225,0.16807934641838074,-0.15285128355026245,-0.38181209564208984,0.35215237736701965,0.2128027081489563,-0.12046396732330322,-1.0843459367752075,-0.4086449146270752,0.09654595702886581,0.07935592532157898,-0.248618483543396,0.6240652799606323,0.5241288542747498,-0.8575001955032349,1.4883095026016235,-0.1846485435962677,0.19259004294872284,0.04448337107896805,-0.17830149829387665,0.03861454129219055,0.3427608907222748,0.3208385705947876,-0.2652079164981842,-0.923480212688446,-0.4054795503616333,-0.7781190872192383,-0.20345348119735718,-0.2821093201637268,-0.8053674101829529,0.05127406492829323,0.7436336278915405,-0.07652854919433594,-0.6752226948738098,0.003088509663939476,-0.010794512927532196,0.627699613571167,-0.08719667047262192,0.5932629108428955,0.20835049450397491,0.20866809785366058,0.14459341764450073,-0.1553107649087906,0.727553129196167,0.5058623552322388,-0.15512454509735107,-0.9013462662696838,-0.8594558835029602,-0.657367467880249,0.23919884860515594,0.21847990155220032,-0.12973910570144653,-0.384006530046463,0.011874597519636154,0.6081210374832153,0.7715094089508057,0.33397233486175537,0.6976004242897034,0.7638779282569885,0.1618742048740387,-0.5864092111587524,0.4667334258556366,0.20725762844085693,0.022424964234232903,0.2721046209335327,0.31243520975112915,-0.6534650325775146,0.6221523880958557,0.5961272716522217,0.28837716579437256,-0.18816089630126953,-0.14277677237987518,-0.12033917754888535,2.0371274948120117,0.5194607377052307,-0.010324176400899887,0.9383381605148315,0.22056430578231812,0.2976570427417755,0.6674751043319702,-1.215213656425476,0.19642743468284607,-0.5271850228309631,0.1756790578365326,-0.32325196266174316,-0.08806685358285904,0.6614477038383484,0.5639491081237793,-0.35655635595321655,0.08110104501247406,-0.6470558047294617,-0.36315423250198364,-0.447216272354126,-0.331499308347702,-0.10033642500638962,0.2532118558883667,-0.8589187264442444,-0.30191537737846375,0.46012184023857117,0.025058653205633163,-0.16245479881763458,-0.15456244349479675,0.10077115148305893,-0.3634595274925232,0.1304272711277008,-0.10817693918943405,-0.20364123582839966,-0.0631294846534729,-0.5082483887672424,0.05177461355924606,-0.03332948684692383,-0.6288867592811584,0.17033591866493225,0.7933285236358643,-0.35583552718162537,-0.6960201859474182,0.18901796638965607,-0.11756587028503418,1.1482281684875488,0.6496568918228149,0.35833656787872314,0.41707149147987366,0.3673571050167084,-0.20155903697013855,-0.47108516097068787,-0.11386475712060928,-0.15727894008159637,0.26423823833465576,-0.8006193041801453,-0.4528440535068512,0.6549893021583557,0.7191630601882935,-0.15163660049438477,0.37344783544540405,-0.9766045212745667,-0.10334402322769165,-0.1161433756351471,-0.1342906653881073,0.6802480816841125,-0.43739423155784607,0.8253433108329773,0.7257531881332397,-0.42198503017425537,-2.1856186389923096,-0.24078701436519623,1.1179249286651611,0.6597923040390015,-0.29702919721603394,-0.5883579254150391,0.3133477568626404,-0.6070367693901062,-0.22022327780723572,-0.45827287435531616,0.9382680654525757,-0.09971959888935089,-0.07112376391887665,-0.4087847173213959,-0.35956472158432007,0.5665408372879028,-0.44515350461006165,0.7521011233329773,-0.31310704350471497,0.21284472942352295,-0.10235819220542908,0.6116571426391602,1.467181921005249,-0.08082615584135056,0.3632937967777252,-0.1377042680978775,0.12750445306301117,-0.8080250024795532,-1.2094937562942505,0.06355267763137817,0.11999869346618652,-0.2598057687282562,1.0975079536437988,-0.15010422468185425,0.1115604117512703,0.8085262775421143,0.7498398423194885,-0.46707361936569214,0.3645424246788025,-0.546972393989563,2.192514419555664,-0.018957648426294327,-0.15217827260494232,0.06917066127061844,0.35165107250213623,-0.20223267376422882,0.2880406975746155,-0.10059811174869537,-0.17848077416419983,0.4808291792869568,0.14781242609024048,-0.02352479100227356,-0.24330610036849976,0.662993311882019,0.1271582692861557,0.29338544607162476,-0.030403852462768555,-0.08739908039569855,0.08465512841939926,0.26687395572662354,-0.21980299055576324,-0.14073409140110016,-0.957051157951355,-1.0341883897781372,-0.94185870885849]},"workflow":{"author":"@@official.shinkai","description":"Summarizes teachings and philosophies of notable individuals or philosophical schools, providing detailed templates on their backgrounds, ideas, and applications. It offers a structured approach to encapsulating complex thoughts into accessible summaries. The output includes encapsulations, background information, schools of thought, impactful ideas, primary teachings, works, quotes, applications, and life advice.","name":"Capture_thinkers_work","raw":"\n workflow Capture_thinkers_work v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou take a philosopher, professional, notable figure, thinker, writer, author, philosophers, or philosophy as input, and you output a template about what it/they taught.\n\nTake a deep breath and think step-by-step how to do the following STEPS.\n\n# STEPS\n\n1. Look for the mention of a notable person, professional, thinker, writer, author, philosopher, philosophers, or philosophy in the input.\n\n2. For each thinker, output the following template:\n\nONE-LINE ENCAPSULATION:\n\nThe philosopher's overall philosophy encapsulated in a 10-20 words.\n\nBACKGROUND:\n\n5 15-word word bullets on their background.\n\nSCHOOL:\n\nGive the one-two word formal school of philosophy or thinking they fall under, along with a 20-30 word description of that school of philosophy/thinking.\n\nMOST IMPACTFUL IDEAS:\n\n5 15-word bullets on their teachings, starting from most important to least important.\n\nTHEIR PRIMARY ADVICE/TEACHINGS:\n\n5 20-30 word bullets on their teachings, starting from most important to least important.\n\nWORKS:\n\n5 15-word bullets on their most popular works and what they were about.\n\nQUOTES:\n\n5 of their most insightful quotes.\n\nAPPLICATION:\n\nDescribe in 30 words what it means to have something be $philosopher-ian, e.g., Socratic for Socrates, Hegelian for Hegel. Etc.\n\nIn other words if the name of the philosopher is Hitchens, the output would be something like,\n\nSomething is Hitchensian if it is like…(continued)\n\nADVICE:\n\n5 20-30 word bullets on how to live life.\n\n3. For each philosophy output the following template:\n\nBACKGROUND:\n\n5 20-30 word bullets on the philosophy's background.\n\nONE-LINE ENCAPSULATION:\n\nThe philosophy's overall philosophy encapsulated in a 10-20 words.\n\nOPPOSING SCHOOLS:\n\nGive 3 20-30 word bullets on opposing philosophies and what they believe that's different from the philosophy provided.\n\nTEACHINGS:\n\n5 20-30 word bullets on the philosophy's teachings, starting from most important to least important.\n\nMOST PROMINENT REPRESENTATIVES:\n\n5 of the philosophy's most prominent representatives.\n\nQUOTES:\n\n5 of the philosophy's most insightful quotes.\n\nAPPLICATION:\n\nDescribe in 30 words what it means to have something be $philosophian, e.g., Rationalist, Empiricist, etc.\n\nIn other words if the name of the philosophy is Rationalism, the output would be something like,\n\nAn idea is Rationalist if it is like…(continued)\n\nADVICE:\n\n5 20-30 word bullets on how to live life according to that philosophy.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou take a philosopher, professional, notable figure, thinker, writer, author, philosophers, or philosophy as input, and you output a template about what it/they taught.\n\nTake a deep breath and think step-by-step how to do the following STEPS.\n\n# STEPS\n\n1. Look for the mention of a notable person, professional, thinker, writer, author, philosopher, philosophers, or philosophy in the input.\n\n2. For each thinker, output the following template:\n\nONE-LINE ENCAPSULATION:\n\nThe philosopher's overall philosophy encapsulated in a 10-20 words.\n\nBACKGROUND:\n\n5 15-word word bullets on their background.\n\nSCHOOL:\n\nGive the one-two word formal school of philosophy or thinking they fall under, along with a 20-30 word description of that school of philosophy/thinking.\n\nMOST IMPACTFUL IDEAS:\n\n5 15-word bullets on their teachings, starting from most important to least important.\n\nTHEIR PRIMARY ADVICE/TEACHINGS:\n\n5 20-30 word bullets on their teachings, starting from most important to least important.\n\nWORKS:\n\n5 15-word bullets on their most popular works and what they were about.\n\nQUOTES:\n\n5 of their most insightful quotes.\n\nAPPLICATION:\n\nDescribe in 30 words what it means to have something be $philosopher-ian, e.g., Socratic for Socrates, Hegelian for Hegel. Etc.\n\nIn other words if the name of the philosopher is Hitchens, the output would be something like,\n\nSomething is Hitchensian if it is like…(continued)\n\nADVICE:\n\n5 20-30 word bullets on how to live life.\n\n3. For each philosophy output the following template:\n\nBACKGROUND:\n\n5 20-30 word bullets on the philosophy's background.\n\nONE-LINE ENCAPSULATION:\n\nThe philosophy's overall philosophy encapsulated in a 10-20 words.\n\nOPPOSING SCHOOLS:\n\nGive 3 20-30 word bullets on opposing philosophies and what they believe that's different from the philosophy provided.\n\nTEACHINGS:\n\n5 20-30 word bullets on the philosophy's teachings, starting from most important to least important.\n\nMOST PROMINENT REPRESENTATIVES:\n\n5 of the philosophy's most prominent representatives.\n\nQUOTES:\n\n5 of the philosophy's most insightful quotes.\n\nAPPLICATION:\n\nDescribe in 30 words what it means to have something be $philosophian, e.g., Rationalist, Empiricist, etc.\n\nIn other words if the name of the philosophy is Rationalism, the output would be something like,\n\nAn idea is Rationalist if it is like…(continued)\n\nADVICE:\n\n5 20-30 word bullets on how to live life according to that philosophy.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7280065417289734,0.6717426776885986,-0.0012313984334468842,0.39472267031669617,0.4929286241531372,-0.3225112557411194,-0.5064738988876343,0.8235825896263123,-0.2737351357936859,0.1328716278076172,-0.6632670164108276,0.4773130714893341,-0.24387726187705994,-0.014291055500507355,0.18910175561904907,0.14856383204460144,-0.32174208760261536,-1.2084863185882568,-1.586547613143921,-0.06685943901538849,-0.2715548574924469,0.9195961952209473,0.5127586722373962,0.6077466011047363,0.47541487216949463,0.49809980392456055,-0.18885132670402527,-0.0013791099190711975,-0.5450683236122131,-1.6752493381500244,0.4195559322834015,0.7333790063858032,-0.4960995614528656,-0.9618499279022217,0.8366337418556213,-0.3941691815853119,-0.12911294400691986,-0.2042527198791504,-0.3068760633468628,-0.2393486201763153,-0.1578548103570938,0.5491231679916382,-0.17077213525772095,-0.2416839301586151,0.4509955644607544,-0.3314712941646576,0.2771998941898346,-0.08239594846963882,0.46334683895111084,0.4508477449417114,-0.2262968271970749,-0.3491663634777069,-0.31912580132484436,-0.06552241742610931,-0.6008160710334778,-0.19645383954048157,-0.1513335257768631,-0.7141784429550171,0.08409873396158218,0.15737266838550568,0.10580769926309586,0.8196653127670288,-3.0145719051361084,0.1459003984928131,0.04293603450059891,0.5289013981819153,-0.39286044239997864,-0.34750592708587646,-0.28216177225112915,-0.09813669323921204,-0.5551565289497375,-0.1203354075551033,-0.4729684591293335,0.32276466488838196,0.5422706604003906,0.040222518146038055,0.688624918460846,0.1587432324886322,0.5517532229423523,-0.4066641926765442,-0.34107303619384766,0.9148649573326111,0.28824883699417114,-0.8885321021080017,-0.660831868648529,-0.06993319094181061,0.06624036282300949,0.45056867599487305,1.0548639297485352,0.045734554529190063,-0.2914743423461914,-0.03929874300956726,0.24621005356311798,-0.10538261383771896,-0.3992321193218231,-0.24514810740947723,-0.17616812884807587,0.2925950884819031,0.04076623171567917,3.5529723167419434,0.8458492755889893,0.09587186574935913,0.6414304375648499,-0.7404661178588867,0.4063819646835327,-0.4091484844684601,-0.05163390189409256,-0.5217487812042236,-0.18625867366790771,-0.5341576337814331,0.5898424386978149,-0.220169335603714,-0.8144032955169678,0.4685191214084625,0.5652936697006226,0.007795291021466255,-0.9508308172225952,-0.019286129623651505,0.3184444308280945,0.5763778686523438,-0.4421113133430481,0.01107307430356741,-0.07556978613138199,-0.36865130066871643,0.0662846565246582,0.07374841719865799,0.0782371312379837,0.730750560760498,0.12832610309123993,-0.14751268923282623,-0.7225657105445862,0.4693908989429474,0.1083153784275055,-0.14149180054664612,-0.021794281899929047,-0.11585863679647446,-0.1251019984483719,0.0264594629406929,0.2776115834712982,-1.0006037950515747,-0.044997572898864746,-0.15102846920490265,1.2077842950820923,0.5371088981628418,0.7963074445724487,-0.11257524788379669,-0.13551369309425354,0.2524961829185486,-0.32882824540138245,-0.8432614803314209,0.12381699681282043,0.8486086130142212,0.6256029009819031,0.5442971587181091,0.7232255339622498,-0.20177219808101654,-0.5829935669898987,-0.18565547466278076,-0.5509481430053711,0.32532984018325806,0.5570844411849976,0.11916559934616089,0.08184202015399933,0.915977954864502,0.9907755255699158,-0.2102823257446289,0.15566326677799225,-0.7570339441299438,-0.10053049027919769,0.28205564618110657,0.1910819709300995,-0.3264242708683014,0.3957292139530182,0.7740761041641235,-0.46187660098075867,-0.21366199851036072,0.13286933302879333,0.2508678734302521,0.12016250193119049,-0.872725248336792,0.4898988902568817,0.6279688477516174,0.09331582486629486,-0.8161331415176392,0.10135544836521149,-0.31997451186180115,0.20790916681289673,-0.019317425787448883,0.30833566188812256,0.551723837852478,-1.359503984451294,1.9901087284088135,-0.9182811975479126,-0.2421083003282547,0.4096963405609131,-0.041942350566387177,0.12033252418041229,-0.5173666477203369,0.7298139333724976,-0.33164143562316895,-0.4329855442047119,0.40035685896873474,-0.1894073784351349,0.07058769464492798,-0.6109384298324585,-0.12329360842704773,-0.005887859500944614,0.569596529006958,-0.3149831295013428,-0.435234010219574,-0.2504507303237915,0.2814001739025116,0.8021210432052612,-0.25434646010398865,0.9148560762405396,0.2015979140996933,0.6057055592536926,0.11715072393417358,0.21318113803863525,0.8942441940307617,-0.5050821304321289,0.6143209338188171,-0.7963535785675049,-0.7132090926170349,-1.39956796169281,0.5483343005180359,-0.2975715398788452,0.07880544662475586,-0.5394555926322937,-0.42501717805862427,0.37597593665122986,0.8219323754310608,0.8738802075386047,0.5823134183883667,0.2534584105014801,0.19387713074684143,-0.469873309135437,0.8958907127380371,0.38777583837509155,-1.0443928241729736,0.20736730098724365,-0.2736435532569885,-0.2433631420135498,0.9378033876419067,0.41737160086631775,0.42112061381340027,-1.045177698135376,0.06556928157806396,0.0333649218082428,1.328873634338379,0.49346837401390076,-0.13817571103572845,0.06213310733437538,0.3483057916164398,-0.09659423679113388,0.38655152916908264,-1.8360230922698975,-0.7301896810531616,-0.7097584009170532,0.6695972681045532,-0.08439257740974426,0.010197862982749939,0.53030925989151,-1.07022225856781,-0.2607426941394806,0.05934420973062515,-0.34317007660865784,-0.15021264553070068,-0.20366431772708893,-0.055282916873693466,-0.39509183168411255,0.26547348499298096,-0.22409233450889587,0.23970112204551697,0.366900235414505,-0.221396803855896,0.10697205364704132,0.12486426532268524,0.04487265646457672,0.015437370166182518,-0.34997230768203735,-0.2188907265663147,0.1884855180978775,0.0326889306306839,-0.5268208384513855,0.47026926279067993,0.09614507853984833,-0.9349504709243774,-0.041531674563884735,0.7605082392692566,-0.5692796111106873,-0.21320481598377228,-0.48731550574302673,0.38547345995903015,1.6937730312347412,0.24490664899349213,0.28619620203971863,0.8521023988723755,0.8014037013053894,-0.017125548794865608,-0.134342759847641,-0.35961151123046875,-0.08595374971628189,0.2275036871433258,-0.9441258311271667,-0.2539981007575989,0.9554954767227173,-0.1826731264591217,-0.30506065487861633,0.614692747592926,-0.7919624447822571,0.028024036437273026,-0.5631804466247559,-0.08565019071102142,1.1571242809295654,-0.3049458861351013,1.0312861204147339,0.7373266220092773,0.34299999475479126,-1.6316337585449219,-0.01208528969436884,0.8661977648735046,-0.04147665202617645,-0.004558667540550232,-0.04286668077111244,0.09269377589225769,-0.13375940918922424,0.03686758503317833,-0.49612581729888916,1.2842068672180176,0.28869232535362244,-0.49716728925704956,-0.9388594627380371,0.043875060975551605,0.25195884704589844,-0.9706911444664001,0.2940032184123993,-0.4856061637401581,-0.9718844890594482,-0.4823213219642639,-0.02559499442577362,1.68768310546875,-0.029274234548211098,-0.11694534122943878,0.0679553747177124,0.100985586643219,-0.5827400088310242,-0.12686139345169067,-0.028469614684581757,0.08073443174362183,-0.17433051764965057,0.3892885446548462,0.23119443655014038,-0.6154114603996277,0.9904271364212036,-0.08106790482997894,-0.530208170413971,0.07606835663318634,-0.4736228287220001,1.606227159500122,-0.2471209019422531,-0.6442180871963501,-0.04498400539159775,0.23263432085514069,-0.17061059176921844,-0.14580632746219635,-0.30138540267944336,-1.1024346351623535,0.04322908818721771,0.37041202187538147,-0.053938206285238266,-0.031328022480010986,0.012898914515972137,0.290294349193573,0.6618859171867371,0.1828538477420807,-0.23811085522174835,-0.34654465317726135,0.11268668621778488,-0.4469844698905945,-0.05483723431825638,-0.47712191939353943,-0.4407653510570526,-0.43361401557922363]},"workflow":{"author":"@@official.shinkai","description":"The prompt outlines a process for analyzing contracts and agreements to identify potential issues or 'gotchas.' It involves summarizing the document, listing important aspects, categorizing issues by severity, and drafting responses for critical and important items. The expected output includes a concise summary, detailed callouts, categorized issues, and recommended responses in Markdown format.","name":"Check_agreement","raw":"\n workflow Check_agreement v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at analyzing contracts and agreements and looking for gotchas. You take a document in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 30-word sentence in a section called DOCUMENT SUMMARY:.\n\n- Output the 10 most important aspects, stipulations, and other types of gotchas in the content as a list with no more than 20 words per point into a section called CALLOUTS:.\n\n- Output the 10 most important issues to be aware of before agreeing to the document, organized in three sections: CRITICAL:, IMPORTANT:, and OTHER:.\n\n- For each of the CRITICAL and IMPORTANT items identified, write a request to be sent to the sending organization recommending it be changed or removed. Place this in a section called RESPONSES:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at analyzing contracts and agreements and looking for gotchas. You take a document in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 30-word sentence in a section called DOCUMENT SUMMARY:.\n\n- Output the 10 most important aspects, stipulations, and other types of gotchas in the content as a list with no more than 20 words per point into a section called CALLOUTS:.\n\n- Output the 10 most important issues to be aware of before agreeing to the document, organized in three sections: CRITICAL:, IMPORTANT:, and OTHER:.\n\n- For each of the CRITICAL and IMPORTANT items identified, write a request to be sent to the sending organization recommending it be changed or removed. Place this in a section called RESPONSES:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.2233109176158905,0.6369367241859436,-0.0671791285276413,0.8315103054046631,0.3324574828147888,-0.15598657727241516,-1.0218061208724976,-0.23548229038715363,0.3257070779800415,-0.05358831211924553,0.11015885323286057,0.9634446501731873,0.009107455611228943,-0.146503284573555,-0.12710048258304596,0.21488192677497864,-0.07889342308044434,0.22654923796653748,-1.0251731872558594,-0.598003625869751,0.21010993421077728,0.8951300382614136,0.3459208607673645,-0.1605256050825119,0.16680477559566498,0.1994907557964325,-0.25097689032554626,-0.5081920027732849,-0.7098380327224731,-2.1155943870544434,0.3139113783836365,-0.39624443650245667,-0.4126289486885071,0.02860918641090393,0.21661604940891266,-0.4826103746891022,0.06880846619606018,0.6392875909805298,-0.22870215773582458,-0.5154224634170532,-0.30589285492897034,0.5268497467041016,0.25874823331832886,0.12105537205934525,-0.008724963292479515,0.11143746227025986,-0.10857567936182022,-0.46713829040527344,0.9388409852981567,0.6449025273323059,-0.20089659094810486,-0.07048657536506653,-0.04458657652139664,0.20410342514514923,-0.045383017510175705,-0.05861746892333031,-0.24903333187103271,-0.674932062625885,-0.12016786634922028,0.2818993031978607,-0.32010287046432495,0.37335947155952454,-3.5802292823791504,0.16429618000984192,-0.4015742540359497,0.37594473361968994,0.09290191531181335,0.17318254709243774,-0.19989712536334991,-0.799065887928009,-0.7132517099380493,0.485330730676651,-0.43779700994491577,1.4184030294418335,0.25271064043045044,-0.4887622594833374,0.2508203387260437,0.09489011764526367,0.01907588541507721,-0.7439080476760864,-0.0607425719499588,0.6807094216346741,0.28820616006851196,-0.2604984641075134,-0.5830663442611694,0.5550186634063721,-0.5237493515014648,0.21021711826324463,0.14379701018333435,-0.06501294672489166,0.28096944093704224,-0.3820822834968567,0.007421145215630531,0.2073284387588501,-0.7173222303390503,0.2353842854499817,0.338720440864563,-0.13848137855529785,1.0005325078964233,3.333536148071289,0.7798998951911926,0.38990768790245056,0.4125365614891052,-0.5546960830688477,0.39370912313461304,-0.42617589235305786,0.15224504470825195,-0.5292290449142456,-0.27657610177993774,-0.11718329042196274,0.5749830603599548,-1.112256407737732,-0.6972168684005737,0.15987154841423035,0.48081132769584656,-0.1664523184299469,-0.6704890131950378,0.3733502924442291,-0.09159807115793228,0.5506002902984619,-0.12746842205524445,-0.09032037854194641,-0.5836465954780579,-0.14844149351119995,0.12437547743320465,0.13766470551490784,0.2670270502567291,0.4408991038799286,0.1438056379556656,0.033071599900722504,0.003100939095020294,0.6741026043891907,-0.7201701402664185,0.10279379785060883,-0.2724016010761261,-0.4805595874786377,0.4693465828895569,-0.7528987526893616,0.37441572546958923,-0.8953974843025208,-0.07214877009391785,-0.9076136350631714,0.5705960988998413,0.9522377252578735,0.6069286465644836,0.17328804731369019,-0.27548304200172424,-0.017386682331562042,-0.41795840859413147,-0.4451245367527008,0.7802302837371826,0.8561098575592041,-0.060460932552814484,-0.31653067469596863,0.8270844221115112,0.08891261368989944,-0.09386768937110901,0.30380696058273315,-0.10679478943347931,-0.4220820367336273,-0.21559366583824158,0.16141951084136963,0.578193724155426,0.5950440168380737,0.7534633278846741,-0.8686163425445557,0.12762677669525146,-0.24445751309394836,-0.05501525104045868,-0.024082083255052567,-0.08568441867828369,-0.3929389417171478,0.13064496219158173,0.9080635905265808,-0.110374316573143,0.41146281361579895,0.048644036054611206,-0.052662499248981476,0.22626574337482452,-0.5414615869522095,0.7451965808868408,0.5763396620750427,-0.8217777013778687,-0.851687490940094,0.27211838960647583,-0.020005369558930397,-0.2996564209461212,0.3355488181114197,1.1322346925735474,1.5120794773101807,-0.26167455315589905,1.7396247386932373,-1.0401229858398438,-0.08568068593740463,-0.4121326506137848,0.3634417653083801,-0.1328170746564865,-0.7649325132369995,0.5356945395469666,0.005953058134764433,0.13327863812446594,-0.12297268211841583,-0.5698879361152649,0.24075208604335785,-0.22235968708992004,-0.795598030090332,-0.07909932732582092,0.8038060665130615,0.09039294719696045,-0.467861145734787,-0.41433271765708923,0.19152995944023132,0.5464141964912415,0.3743263781070709,0.19387967884540558,-0.14189402759075165,0.051729824393987656,0.3397262394428253,0.04665212333202362,0.23895037174224854,-0.08120086044073105,0.32868099212646484,-1.040236473083496,-0.6858468055725098,-0.627997875213623,0.9142897725105286,-0.5971307158470154,0.02702084556221962,-0.5399953722953796,-0.24745060503482819,0.5256214141845703,1.7068047523498535,0.693564772605896,1.0485291481018066,0.4669141471385956,0.4612894654273987,0.20253683626651764,0.09195278584957123,0.2558017671108246,-0.5312893390655518,1.1891953945159912,0.13365821540355682,-0.04665359854698181,0.6718751192092896,0.04473500698804855,0.38559582829475403,-0.6419562101364136,-0.4661955237388611,0.07012221217155457,1.3168582916259766,-0.3026047646999359,0.08964553475379944,0.42583417892456055,0.6872559189796448,0.05992961302399635,0.2921304404735565,-1.7654541730880737,0.05459563061594963,-1.1063041687011719,0.6074159145355225,-0.5338281393051147,-0.3145988881587982,0.43632403016090393,0.5175043344497681,-0.4579278528690338,-0.31906384229660034,0.7837712168693542,0.14174287021160126,-0.17652657628059387,0.06128420680761337,-0.1858188956975937,0.5401684045791626,0.0672060027718544,-0.4677635431289673,-0.051898472011089325,0.3025149405002594,0.21967224776744843,-0.08466383069753647,0.27698367834091187,-0.23957310616970062,0.15004011988639832,0.07473684847354889,-0.3414899706840515,0.46685630083084106,-0.7339097857475281,0.11060567200183868,-0.5930944681167603,-0.37116706371307373,0.4775453507900238,1.0576881170272827,-0.1098678857088089,-0.6877283453941345,-1.1268775463104248,0.5115219354629517,1.8809597492218018,0.43245646357536316,0.2555127739906311,0.667489230632782,0.14960284531116486,0.10012940317392349,-0.3428841233253479,0.06354178488254547,-0.7753982543945312,-0.5411433577537537,-0.33708643913269043,-0.6188960075378418,0.25191739201545715,0.14461621642112732,-0.5693323612213135,0.15709201991558075,-0.48549994826316833,-0.32945749163627625,0.3064673840999603,0.053102172911167145,0.005970023572444916,-0.4113483130931854,0.0468713752925396,0.9755914211273193,0.05775854364037514,-1.3947014808654785,-0.45932912826538086,-0.029407545924186707,0.06733377277851105,-0.1934887021780014,0.047081202268600464,1.1751840114593506,0.012765150517225266,-0.4582006633281708,-1.164887547492981,1.095866084098816,0.3386986553668976,0.19325365126132965,-0.4398822784423828,0.02688615769147873,0.43100160360336304,-0.5421265363693237,-0.11150316148996353,-0.534291684627533,-0.567173182964325,-0.05290045216679573,0.32921314239501953,1.0715646743774414,0.1576085239648819,0.8773058652877808,0.31631797552108765,-0.14442604780197144,-0.72910475730896,-1.656046986579895,0.22946235537528992,-0.8652970790863037,-0.5699031352996826,0.886298656463623,-0.00574074313044548,0.23122015595436096,0.5551367998123169,0.31120073795318604,0.15621088445186615,-0.1094968244433403,-0.26081401109695435,2.0783886909484863,-0.5658585429191589,-0.5146722197532654,-0.297592431306839,0.2899836301803589,-0.06904348731040955,0.11379338055849075,0.12269096076488495,-0.5518898963928223,-0.3159370422363281,0.21342256665229797,0.3958554267883301,-1.219268560409546,0.037136781960725784,0.09295035898685455,0.23454757034778595,-0.10367558896541595,0.10159386694431305,-0.04345415532588959,-0.1403946727514267,0.022830553352832794,0.405403733253479,-0.39565005898475647,-0.4173997640609741,-0.9148755669593811]},"workflow":{"author":"@@official.shinkai","description":"Summarizes and corrects formatting issues in text without altering the content. It focuses on removing odd line breaks to improve readability. The expected output is a clean, well-formatted version of the original text.","name":"Clean_text","raw":"\n workflow Clean_text v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at cleaning up broken and, malformatted, text, for example: line breaks in weird places, etc. \n\n# Steps\n\n- Read the entire document and fully understand it.\n- Remove any strange line breaks that disrupt formatting.\n- Add captialization, punctuation, line breaks, paragraphs and other formatting where necessary.\n- Do NOT change any content or spelling whatsoever.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the full, properly-formatted text.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at cleaning up broken and, malformatted, text, for example: line breaks in weird places, etc. \n\n# Steps\n\n- Read the entire document and fully understand it.\n- Remove any strange line breaks that disrupt formatting.\n- Add captialization, punctuation, line breaks, paragraphs and other formatting where necessary.\n- Do NOT change any content or spelling whatsoever.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the full, properly-formatted text.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.2738672196865082,0.490553617477417,0.026063520461320877,0.6237750053405762,-0.34160614013671875,0.16028878092765808,-0.9530125260353088,-0.01643526554107666,-0.36880430579185486,0.27505892515182495,-0.0057948920875787735,0.046169131994247437,0.4379733204841614,0.5389227271080017,-0.19305317103862762,0.18118026852607727,0.0720379501581192,-0.28762832283973694,-1.1196720600128174,-0.34670722484588623,-0.3991842567920685,0.8479591012001038,0.45402514934539795,-0.0755719542503357,0.4165044128894806,-0.0009914715774357319,-0.24173805117607117,-0.8170329928398132,-0.5349262952804565,-1.6482595205307007,-0.015152424573898315,0.3587818741798401,0.579517662525177,-0.42625510692596436,0.5693070292472839,-0.7173894643783569,0.6261888742446899,0.24307042360305786,-0.2589639723300934,-0.15351678431034088,-0.3309212327003479,0.09735909104347229,-0.14986777305603027,0.23293372988700867,0.21780869364738464,0.0006006695330142975,-0.3116064667701721,-0.09243743866682053,0.953392505645752,0.17972537875175476,-0.19108307361602783,-0.2900034487247467,-0.7488399147987366,0.1989479511976242,-0.30262109637260437,0.1393943876028061,0.343235045671463,-0.6537794470787048,0.18950039148330688,0.0007275016978383064,-0.16642342507839203,0.4682195782661438,-3.5030887126922607,-0.02656889334321022,0.24015334248542786,0.24581319093704224,0.07250604033470154,0.1098383218050003,-0.3259894549846649,-0.3094595968723297,-0.10146641731262207,0.31674453616142273,-0.2130599319934845,0.14338815212249756,-0.1747380495071411,-0.49733230471611023,0.49423256516456604,0.30832213163375854,0.44984644651412964,-0.2911280393600464,-0.24332347512245178,0.46208953857421875,0.4029267132282257,0.13687004148960114,-0.754788875579834,0.4772304892539978,-0.15809422731399536,-0.5554559230804443,0.307914674282074,-0.040115680545568466,-0.12720881402492523,-0.3117623031139374,0.2104487270116806,0.09309757500886917,-0.9381953477859497,-0.21053780615329742,0.36791756749153137,0.5457171201705933,0.6153619885444641,3.5673022270202637,0.3497340679168701,-0.10529860109090805,0.5620625615119934,-1.1722524166107178,0.05919497460126877,-0.09482556581497192,0.30516886711120605,-0.2949536144733429,0.10566560924053192,-0.06499288231134415,0.2713756859302521,-0.5577875375747681,-0.5572409629821777,0.42725658416748047,0.26737505197525024,0.4225308299064636,-0.2997923493385315,0.26308977603912354,0.143753319978714,0.6950349807739258,-0.6369863152503967,0.3985742926597595,-0.12080437690019608,-0.47415000200271606,-0.5263603329658508,0.17466571927070618,-0.17786934971809387,0.5766137838363647,0.06523442268371582,-0.06804929673671722,0.3846926987171173,-0.11810775101184845,-0.15865975618362427,0.2847081124782562,-0.005519259721040726,0.2313787043094635,0.34226977825164795,-0.6494070887565613,0.0971207246184349,-0.7155572175979614,0.06122976541519165,-0.903267502784729,1.028924584388733,0.1292252540588379,0.19002750515937805,0.7743402123451233,-0.10545774549245834,0.11042780429124832,-0.9090761542320251,-0.6739256381988525,0.5904518961906433,0.37398761510849,-0.17850065231323242,-0.016117816790938377,0.7255020141601562,0.3518478572368622,0.15151537954807281,0.06121811643242836,-0.4830690920352936,0.4643131196498871,0.009798172861337662,-0.09536916762590408,0.45827198028564453,0.8013641238212585,0.7887771129608154,0.06253007054328918,0.5469781756401062,0.0836874395608902,-0.14042961597442627,0.16618280112743378,-0.11612223088741302,-0.053838036954402924,0.31824740767478943,0.17670179903507233,-0.519378662109375,-0.3492778539657593,-0.5481618642807007,-0.19634771347045898,0.09094003587961197,-0.4297281801700592,0.4532225728034973,0.3845013678073883,0.16673003137111664,-1.0922092199325562,0.1395438015460968,0.30162060260772705,0.6475296020507812,0.0967257171869278,0.6971644759178162,0.9765294790267944,-0.9724857211112976,1.0880095958709717,-0.7799275517463684,-0.5210549831390381,-0.0719049945473671,0.023277122527360916,-0.08054575324058533,0.09046008437871933,0.7573337554931641,0.12689128518104553,-1.269026756286621,-0.5432389974594116,-0.11979945003986359,0.05282440036535263,-0.4884977340698242,-0.7066236734390259,-0.21637898683547974,-0.10559438169002533,-0.45598477125167847,-0.7108075618743896,0.1270448863506317,-0.46906253695487976,1.614485502243042,0.46399128437042236,0.5330733060836792,-0.13392409682273865,0.415049284696579,0.8148619532585144,0.6893412470817566,0.2126055210828781,-0.36575785279273987,0.08802825957536697,-0.19428908824920654,-0.9496335387229919,-0.988048255443573,0.6037325263023376,-0.5020708441734314,-0.38712412118911743,-0.5782368779182434,-0.7124577760696411,-0.017863817512989044,1.2129385471343994,0.655666172504425,0.9356817007064819,0.12152375280857086,0.46751290559768677,-0.19621336460113525,0.3235247731208801,0.45302388072013855,-0.8030394911766052,0.09175832569599152,0.16101697087287903,-0.714508056640625,-0.3567606806755066,0.39464524388313293,0.4790465533733368,-0.4423415958881378,-0.3637937307357788,0.3737948536872864,1.2265191078186035,0.4517444968223572,0.7739678025245667,-0.10013030469417572,0.09155970811843872,0.4083578288555145,-0.015653066337108612,-2.1782753467559814,-0.27417922019958496,-0.8973205089569092,0.7239304780960083,-0.37020033597946167,0.17637571692466736,0.6518132090568542,0.3108881711959839,-0.17787016928195953,-0.434219092130661,-0.48401471972465515,-0.6577420234680176,-0.6110610365867615,-0.01668854057788849,-0.6945604085922241,0.5256741642951965,-0.06516672670841217,0.060933273285627365,0.24184174835681915,-0.06669124960899353,0.08784402161836624,0.019891075789928436,-0.2270638644695282,-0.4338815212249756,0.5051916837692261,0.44234955310821533,-0.07051504403352737,0.13695812225341797,-0.49484559893608093,-0.28327110409736633,-0.38858699798583984,-0.03425350785255432,-0.018834151327610016,0.6411967873573303,-0.021290097385644913,-0.36401835083961487,-0.14512965083122253,0.5385187864303589,1.906864047050476,0.8204355835914612,-0.3296300172805786,0.8226147294044495,0.19818483293056488,-0.0029506655409932137,-0.3951037526130676,0.9469267129898071,0.08142271637916565,-0.18076086044311523,-0.6103914976119995,-0.2734987735748291,0.9671610593795776,-0.45911362767219543,-0.2382681965827942,0.41274967789649963,-0.3119586408138275,-0.0512765608727932,-0.18331551551818848,-0.3397118151187897,0.7896339297294617,-0.5004501938819885,0.9792031645774841,0.8508232831954956,-0.2996457517147064,-1.849481225013733,-0.46079787611961365,0.5185771584510803,-0.007063504308462143,-0.11839352548122406,-0.13239522278308868,0.6589497923851013,-0.7627112865447998,-0.43168705701828003,-0.3919336199760437,1.530005693435669,0.8257250189781189,0.05718482658267021,-0.8033604621887207,0.18042448163032532,0.7522224187850952,-0.23710958659648895,0.18890033662319183,-0.2199227213859558,-0.7127761244773865,0.13586626946926117,0.5183220505714417,1.414367914199829,0.08568361401557922,0.706718385219574,0.1085633635520935,0.08252213150262833,-0.9982523322105408,-1.17008638381958,-0.16866405308246613,-0.16731983423233032,-0.3602153956890106,1.0496251583099365,-0.2404073178768158,-0.06865906715393066,0.1471594125032425,0.7899991273880005,-0.5214836001396179,0.3346652388572693,-0.778453528881073,1.7889946699142456,0.05066441744565964,-0.34528401494026184,-0.20030197501182556,-0.11458627879619598,-0.3015372157096863,0.005481362342834473,0.185586079955101,-0.6036278009414673,0.15622565150260925,0.4550992548465729,-0.1832747608423233,-0.6390334367752075,0.8379439115524292,0.2630016505718231,0.6142594814300537,-0.6338918209075928,0.004180360585451126,0.6280195713043213,0.10659827291965485,0.013288751244544983,-0.037666238844394684,-0.6464315056800842,-0.5780627727508545,-0.7406004667282104]},"workflow":{"author":"@@official.shinkai","description":"Explains coding concepts or languages to beginners, using examples from reputable sources and illustrating points with formatted code. The approach emphasizes clarity and accessibility, incorporating examples from Codeacademy and NetworkChuck. Outputs include markdown-formatted code and structured lists of ideas, recommendations, habits, facts, and insights, adhering to specific word counts.","name":"Coding_master","raw":"\n workflow Coding_master v0.1 {\n step Main {\n $SYSTEM = \"\n**Expert coder**\n\n\n\nYou are an expert in understanding and digesting computer coding and computer languages.\n Explain the concept of [insert specific coding concept or language here] as if you\n were teaching it to a beginner. Use examples from reputable sources like Codeacademy (codeacademy.com) and NetworkChuck to illustrate your points.\n\n\n\n\n**Coding output**\n\nPlease format the code in a markdown method using syntax\n\nalso please illustrate the code in this format:\n\n``` your code\nYour code here\n```\n\n\n\n**OUTPUT INSTRUCTIONS**\nOnly output Markdown.\n\nWrite the IDEAS bullets as exactly 15 words.\n\nWrite the RECOMMENDATIONS bullets as exactly 15 words.\n\nWrite the HABITS bullets as exactly 15 words.\n\nWrite the FACTS bullets as exactly 15 words.\n\nWrite the INSIGHTS bullets as exactly 15 words.\n\nExtract at least 25 IDEAS from the content.\n\nExtract at least 10 INSIGHTS from the content.\n\nExtract at least 20 items for the other output sections.\n\nDo not give warnings or notes; only output the requested sections.\n\nYou use bulleted lists for output, not numbered lists.\n\nDo not repeat ideas, quotes, facts, or resources.\n\nDo not start items with the same opening words.\n\nEnsure you follow ALL these instructions when creating your output.\n\n**INPUT**\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n**Expert coder**\n\n\n\nYou are an expert in understanding and digesting computer coding and computer languages.\n Explain the concept of [insert specific coding concept or language here] as if you\n were teaching it to a beginner. Use examples from reputable sources like Codeacademy (codeacademy.com) and NetworkChuck to illustrate your points.\n\n\n\n\n**Coding output**\n\nPlease format the code in a markdown method using syntax\n\nalso please illustrate the code in this format:\n\n``` your code\nYour code here\n```\n\n\n\n**OUTPUT INSTRUCTIONS**\nOnly output Markdown.\n\nWrite the IDEAS bullets as exactly 15 words.\n\nWrite the RECOMMENDATIONS bullets as exactly 15 words.\n\nWrite the HABITS bullets as exactly 15 words.\n\nWrite the FACTS bullets as exactly 15 words.\n\nWrite the INSIGHTS bullets as exactly 15 words.\n\nExtract at least 25 IDEAS from the content.\n\nExtract at least 10 INSIGHTS from the content.\n\nExtract at least 20 items for the other output sections.\n\nDo not give warnings or notes; only output the requested sections.\n\nYou use bulleted lists for output, not numbered lists.\n\nDo not repeat ideas, quotes, facts, or resources.\n\nDo not start items with the same opening words.\n\nEnsure you follow ALL these instructions when creating your output.\n\n**INPUT**\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6679008603096008,0.21026359498500824,-0.1167464554309845,0.7999971508979797,0.20280753076076508,-0.2012474536895752,-1.0142863988876343,-0.27348124980926514,-0.2754586637020111,-0.047957416623830795,-0.4941987991333008,0.33326420187950134,0.08953169733285904,0.1176200658082962,-0.030911866575479507,-0.2162150889635086,0.19294124841690063,-0.9465288519859314,-2.0286121368408203,-0.5495526194572449,0.7517335414886475,0.392605185508728,0.07318272441625595,0.41790586709976196,0.9569971561431885,-0.030369848012924194,0.0755939781665802,-0.05724329501390457,-1.5326958894729614,-1.4817529916763306,-0.47780516743659973,-0.24820786714553833,-0.08729882538318634,0.12958978116512299,0.6386489272117615,-0.6626899242401123,0.20543353259563446,-0.13916295766830444,-0.7106096148490906,-0.7491682171821594,0.18315720558166504,0.18665087223052979,-0.09997045993804932,-0.3630744218826294,0.08912213891744614,-0.17206385731697083,0.0473613366484642,-0.001645103096961975,0.6244516372680664,0.8596369028091431,-0.8201658129692078,-0.724082350730896,0.10112802684307098,-0.035441212356090546,-0.6823364496231079,0.37066254019737244,-0.145940899848938,-0.345807284116745,-0.16686862707138062,0.2260086089372635,0.4633329510688782,0.5926511287689209,-3.274444580078125,0.13262484967708588,0.4558979868888855,0.36259058117866516,0.3798576593399048,-0.2473301887512207,0.04682988300919533,-0.21359865367412567,-0.289967805147171,0.17658352851867676,0.2223261594772339,0.48536986112594604,0.6123958826065063,-0.1569337099790573,0.4556574523448944,-0.27797213196754456,-0.007578954100608826,-0.810288667678833,-0.036893293261528015,0.46819034218788147,-0.4854106605052948,-0.4263666570186615,-0.35970184206962585,0.15616539120674133,0.1366988718509674,-0.10662522912025452,-0.25214478373527527,-0.4810701608657837,0.14681202173233032,0.01726660132408142,-0.32539865374565125,0.133981853723526,0.0976952388882637,0.9894862174987793,0.6224223971366882,0.35328352451324463,-0.20710965991020203,3.2880311012268066,0.08760155737400055,-0.5163013339042664,0.023648299276828766,-0.8446634411811829,-0.3032809793949127,-0.49646008014678955,0.17145588994026184,0.25239789485931396,0.1279570460319519,0.26174941658973694,0.3251309394836426,-0.8297390341758728,-0.3715134561061859,0.25592079758644104,0.3358839750289917,0.07528894394636154,-0.36685389280319214,-0.23255062103271484,0.13822579383850098,0.13402169942855835,-0.8951895236968994,0.7265750765800476,0.4317283630371094,0.010814540088176727,-0.04652830958366394,-0.2726440727710724,-0.2343439906835556,0.46853211522102356,0.5510169267654419,-0.290412575006485,0.20180653035640717,0.7056831121444702,-0.0932580828666687,-0.11526418477296829,0.20732732117176056,0.20040307939052582,0.13909021019935608,-0.39598867297172546,0.5585080981254578,-0.9756979942321777,-0.15909287333488464,-0.9702720046043396,0.9783502817153931,0.9077466726303101,0.5604126453399658,1.115036129951477,-0.028384558856487274,0.41973748803138733,-0.6589337587356567,-0.24875617027282715,0.565510630607605,1.116558313369751,-0.36640191078186035,-0.255573570728302,0.4887557625770569,0.38653889298439026,-0.5093895792961121,0.21847860515117645,0.09667723625898361,0.10870297253131866,0.09006702899932861,-0.09038571268320084,-0.059638574719429016,0.2866528630256653,0.12817910313606262,-0.18788309395313263,0.37842851877212524,-0.8488932251930237,0.6971744298934937,-0.08227051794528961,0.56846022605896,-0.49222907423973083,-0.10213028639554977,-0.13670505583286285,-0.13778366148471832,0.035097017884254456,-0.03579920902848244,-0.5966801643371582,-0.1503920555114746,-0.3655566871166229,1.04664945602417,0.7921278476715088,0.16138610243797302,-0.9506338834762573,0.2141457349061966,0.11706630885601044,0.4315929114818573,0.2347569465637207,0.8597236275672913,1.3386253118515015,-0.07388816773891449,1.7700966596603394,-0.6187419295310974,0.11922895908355713,-0.7544406652450562,0.06420212984085083,0.27841079235076904,0.43233227729797363,-0.26093366742134094,-0.19664345681667328,-0.2876741588115692,-0.18064077198505402,-0.11340130865573883,-0.10122604668140411,-0.1462264060974121,-0.8546744585037231,-0.3725341260433197,-0.4145558476448059,0.25276094675064087,-0.6963165998458862,0.6003408432006836,-0.5988889932632446,0.8602153658866882,-0.47580820322036743,0.28105974197387695,0.3580767512321472,0.8881351947784424,0.45131391286849976,1.0728679895401,0.10809966176748276,-0.8738769888877869,0.4809429347515106,-1.0212528705596924,-0.5494675040245056,-0.22855190932750702,1.1404260396957397,-1.204300045967102,0.11406639963388443,-0.6792193651199341,-0.46800971031188965,0.3122771978378296,0.9394540190696716,0.7642443180084229,0.9357110857963562,0.0080147385597229,-0.4541434049606323,-0.5068480968475342,0.9766662120819092,0.4174727201461792,-1.0608747005462646,0.7665061354637146,0.07301363348960876,-0.40970104932785034,0.1486963927745819,0.42432066798210144,0.7187162637710571,-0.9190782904624939,0.2057023048400879,0.5260636806488037,0.9447096586227417,0.5145470499992371,0.2454884648323059,0.7334128618240356,0.07473081350326538,-0.42925333976745605,-0.09518063813447952,-1.5325006246566772,-1.3003405332565308,-0.43531161546707153,0.4657318592071533,-0.5043852925300598,-0.25472283363342285,1.0588489770889282,-0.013425967656075954,-0.5892083048820496,-0.2461932748556137,-0.08801959455013275,-0.4879809021949768,-0.12496010959148407,0.33538126945495605,0.06346973776817322,0.6671946048736572,0.009534735232591629,-0.7108394503593445,0.1269095242023468,0.5914571285247803,0.6246850490570068,-0.5299558043479919,-0.5955396294593811,-0.3863099217414856,0.5146885514259338,-0.25654137134552,-0.49859049916267395,-0.08539675176143646,-0.23001569509506226,-0.22312501072883606,-0.27362480759620667,-0.5950332880020142,0.15948784351348877,0.9862035512924194,0.009951159358024597,0.10873016715049744,-0.24176988005638123,0.33696362376213074,1.9097790718078613,0.2660799026489258,0.13808828592300415,0.506799042224884,0.14366820454597473,-0.4850909113883972,-0.43675535917282104,0.41056862473487854,-0.003317546099424362,0.1458522528409958,-0.4033900797367096,-0.458220511674881,0.49989283084869385,0.06943316757678986,0.10652754455804825,-0.3148126006126404,-0.7823084592819214,-0.3033551573753357,0.22389796376228333,-0.33673596382141113,1.080639362335205,-0.32319000363349915,0.7404899597167969,1.5293699502944946,0.22053231298923492,-1.324849009513855,0.05885773152112961,1.3659740686416626,0.261638879776001,-0.17958882451057434,0.4037962257862091,0.7798519730567932,-0.3189030587673187,-0.1959698647260666,-0.4491761326789856,1.8753702640533447,0.5693926215171814,0.06371600180864334,-1.2679612636566162,-0.3238268792629242,0.1798541396856308,-0.18146952986717224,0.43683385848999023,-0.7253956198692322,-1.0500614643096924,-0.3053898513317108,0.16601067781448364,0.9838331937789917,-0.020569736137986183,0.02076510526239872,0.6217647790908813,0.7862816452980042,-1.0292363166809082,-0.6641229391098022,0.6177330017089844,0.3624669909477234,-0.841297447681427,0.7596255540847778,0.05853039771318436,-0.3456762135028839,0.4950770437717438,0.08365296572446823,-1.3011980056762695,0.10917235910892487,-0.22405433654785156,1.3890420198440552,-0.19227027893066406,-0.4967443645000458,-0.07396845519542694,0.4097164273262024,-0.6517859101295471,0.4997308850288391,0.15161418914794922,0.03762874752283096,-0.30423763394355774,0.6142471432685852,-0.27559852600097656,-0.9422246813774109,0.1724599003791809,0.5205751061439514,0.4086121916770935,-0.4042656421661377,0.13166843354701996,0.05586887523531914,-0.21280062198638916,-0.5333839654922485,0.3508249819278717,-0.4275999367237091,-0.5025493502616882,-0.7952649593353271]},"workflow":{"author":"@@official.shinkai","description":"Compares and contrasts a list of items, focusing on their differences and similarities. The approach involves analyzing the items across various topics, organizing the findings into a markdown table. The expected output is a structured comparison in table format.","name":"Compare_and_contrast","raw":"\n workflow Compare_and_contrast v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nPlease be brief. Compare and contrast the list of items.\n\n# STEPS\n\nCompare and contrast the list of items\n\n# OUTPUT INSTRUCTIONS\nPlease put it into a markdown table. \nItems along the left and topics along the top.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nPlease be brief. Compare and contrast the list of items.\n\n# STEPS\n\nCompare and contrast the list of items\n\n# OUTPUT INSTRUCTIONS\nPlease put it into a markdown table. \nItems along the left and topics along the top.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4299057126045227,0.45116084814071655,-0.10658371448516846,0.36567530035972595,-0.08510013669729233,0.15461263060569763,-0.7842806577682495,-0.01977647840976715,-0.37526604533195496,0.4037929177284241,0.002200959250330925,0.4827973246574402,0.4168040454387665,0.359148234128952,-0.01881161704659462,0.21867305040359497,-0.15252786874771118,-0.4915894865989685,-1.9570317268371582,-0.7752153873443604,-0.19219236075878143,0.8128126859664917,0.30915939807891846,0.2889912724494934,1.1057918071746826,-0.33459559082984924,0.08675366640090942,-0.5986775755882263,-0.6214873194694519,-1.516531229019165,0.5884031653404236,-0.267965167760849,-0.5009024143218994,-0.6466578245162964,0.0903899073600769,-0.6684343218803406,0.14830583333969116,-0.05513562262058258,-0.1414722353219986,-0.1399163454771042,-0.6815473437309265,0.17094798386096954,-0.04520658031105995,0.0652715265750885,0.23381170630455017,-0.09465450793504715,-0.4199865162372589,0.3598804771900177,0.5412570834159851,0.38619962334632874,-0.31386610865592957,-0.5912132263183594,-0.8542724847793579,0.6230794191360474,-0.415710985660553,-0.0657908022403717,-0.14737607538700104,-0.6157697439193726,0.4574751853942871,0.15924274921417236,0.2972557544708252,0.3458957076072693,-3.9258813858032227,-0.20166045427322388,0.07488461583852768,0.11329123377799988,0.437733918428421,0.060863472521305084,0.3155508041381836,0.17234644293785095,-0.1418272703886032,0.19773423671722412,-0.025820473209023476,0.6197975873947144,-0.30173516273498535,0.11693059653043747,0.07747884094715118,0.02465384639799595,0.41254085302352905,-0.4574454426765442,0.10749354213476181,0.22704839706420898,-0.07741052657365799,-0.09546974301338196,-0.4403158724308014,0.3264758288860321,-0.7773461937904358,-0.05372730642557144,0.16175083816051483,0.050788626074790955,0.04034501686692238,-0.6828047633171082,0.21644414961338043,-0.05216897279024124,-0.7661587595939636,0.05769198760390282,0.26142072677612305,-0.21385475993156433,0.11051815748214722,3.4202229976654053,0.4863131046295166,-0.26947253942489624,0.4777902066707611,-0.5802981853485107,0.6703658103942871,-0.31918203830718994,-0.14516061544418335,-0.3178007900714874,0.3186138868331909,-0.23152102530002594,0.5275800824165344,-0.584626317024231,-0.5731536149978638,0.18562862277030945,0.2723343074321747,0.4955419600009918,-0.03197082504630089,0.2322417050600052,0.09675470739603043,0.25175803899765015,-0.31716111302375793,-0.0663510262966156,0.10409872978925705,-0.08674594014883041,-0.1062423586845398,0.36045822501182556,-0.37038537859916687,0.625544548034668,0.5910493731498718,0.4116850793361664,0.07885341346263885,0.19184280931949615,-0.6178591251373291,0.30182087421417236,0.04085083305835724,-0.06160331517457962,0.38648372888565063,-0.8487106561660767,0.5859727263450623,-0.5911459922790527,0.1277185082435608,-1.608648657798767,0.49173974990844727,0.545863151550293,0.2344449758529663,0.10917235165834427,-0.14358460903167725,0.08528653532266617,-0.36853429675102234,-0.9407191276550293,-0.10822735726833344,0.8095920085906982,-0.02943352796137333,0.06534815579652786,0.3209573030471802,-0.045407362282276154,-0.5783701539039612,-0.07288165390491486,-0.8058947324752808,0.2920115888118744,0.2580852210521698,0.3041265904903412,0.2742924094200134,-0.36392921209335327,0.6713074445724487,-0.6881999969482422,-0.07543107867240906,-0.34884950518608093,0.007933244109153748,0.9784994125366211,0.20164400339126587,-0.412812203168869,0.6787908673286438,0.9623612761497498,-0.16132748126983643,-0.1994202584028244,0.03713643550872803,0.07824009656906128,0.5920162796974182,-0.3552122414112091,0.7918659448623657,0.6876341104507446,0.0529082827270031,-0.4830513000488281,-0.07056663185358047,-0.04513140767812729,-0.1619151532649994,0.044386737048625946,1.3345307111740112,1.0205166339874268,-0.65205317735672,1.7134356498718262,-0.116818368434906,0.7900433540344238,0.10668525844812393,0.051822684705257416,-0.3476349711418152,-0.1958967000246048,-0.17023395001888275,-0.08737006038427353,-0.7976555228233337,0.10314077138900757,-0.7818114161491394,-0.018203891813755035,-0.24784398078918457,-0.9229958057403564,-0.5089524984359741,0.379384845495224,-0.06447090208530426,-0.9452756643295288,-0.05922805145382881,-0.041907183825969696,0.7565523982048035,0.8702119588851929,0.551939845085144,0.1303611397743225,0.3323146402835846,0.26620012521743774,0.3808668851852417,0.3572630286216736,0.28693369030952454,-0.31035295128822327,-0.28949904441833496,-0.9293873906135559,-0.6081915497779846,0.7349374890327454,-0.7750270366668701,0.06480609625577927,-1.0972812175750732,-0.49822139739990234,0.33472105860710144,1.1863248348236084,0.22131314873695374,0.767328143119812,-0.15494906902313232,0.5832512974739075,0.39294758439064026,0.536444902420044,-0.22585918009281158,-0.5383022427558899,0.41547125577926636,-0.3723779320716858,-0.35826095938682556,0.7058698534965515,-0.014649808406829834,0.10337486863136292,-0.8297560811042786,-0.26314061880111694,0.1492389440536499,1.646256446838379,-0.21863365173339844,-0.01053609699010849,0.006422199308872223,0.925599217414856,0.21810540556907654,-0.21669131517410278,-1.0767329931259155,0.169091135263443,-1.1658635139465332,0.2829165458679199,-0.540837824344635,0.07140951603651047,0.28045278787612915,0.746594250202179,-0.8473942875862122,-0.48212137818336487,0.1338789463043213,-0.19940167665481567,-0.36531078815460205,-0.6041558980941772,-0.08852765709161758,0.22500395774841309,-0.4682764410972595,-0.18196335434913635,0.503932774066925,-0.22174127399921417,-0.5074810981750488,0.12098583579063416,-0.24551692605018616,-0.5240580439567566,0.09141259640455246,0.03373103588819504,-0.13849186897277832,0.15142035484313965,-0.6323071122169495,-0.17549286782741547,-0.4018324017524719,-0.5524778366088867,-0.06914452463388443,0.902066707611084,-0.296642541885376,-0.2547076344490051,-0.37573689222335815,-0.0017928332090377808,1.5682967901229858,0.4528685212135315,0.14436830580234528,0.7830107808113098,1.304931402206421,-0.2724485397338867,-0.5678154230117798,0.35328951478004456,-0.47479820251464844,0.09193919599056244,-0.1905743032693863,0.17961305379867554,0.8349225521087646,0.6182178854942322,-0.2592737376689911,0.09766183793544769,-0.9188432693481445,0.22585952281951904,0.04826754704117775,-0.44412142038345337,0.3935020864009857,-0.4063129723072052,0.8364710807800293,0.5142441391944885,-0.3917585611343384,-1.595716118812561,0.287894606590271,0.5444995164871216,0.5424891710281372,-0.08794823288917542,0.3802797496318817,1.2690391540527344,-0.11889291554689407,0.22395090758800507,-0.05778820812702179,1.1126848459243774,0.22705624997615814,-0.12433726340532303,-0.570358395576477,-0.18916484713554382,0.3082777261734009,-0.32314756512641907,0.0237779188901186,-0.43717464804649353,-0.34023386240005493,-0.3219262361526489,0.31303274631500244,1.4413323402404785,0.43177568912506104,0.46715059876441956,0.1254902333021164,-0.14218315482139587,-0.4940232038497925,-0.9948770403862,0.09260919690132141,-0.12684713304042816,-0.39111873507499695,0.354219526052475,-0.0023358166217803955,0.2738018035888672,0.9458125829696655,0.7091929316520691,0.06417791545391083,0.5039370059967041,-0.17685231566429138,1.1181834936141968,-0.8508499264717102,-0.46359115839004517,0.2364753782749176,0.30444401502609253,-0.14300395548343658,0.2029479444026947,0.31851017475128174,-0.1865478754043579,0.44543880224227905,0.04335850477218628,-0.13302570581436157,-0.4399850070476532,0.6481565237045288,0.39524462819099426,0.29049956798553467,-0.3640165328979492,0.4203452169895172,0.0620017908513546,0.10056816041469574,-0.17548346519470215,0.3337809145450592,-0.6654834151268005,-0.08022955805063248,-1.5512512922286987]},"workflow":{"author":"@@official.shinkai","description":"Generates concise summaries or answers at five decreasing levels of depth. It involves deep understanding and thoughtful analysis of the input. The output is a structured list capturing the essence in 5, 4, 3, 2, and 1 word(s).","name":"Create_5_sentence_summary","raw":"\n workflow Create_5_sentence_summary v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an all-knowing AI with a 476 I.Q. that deeply understands concepts.\n\n# GOAL\n\nYou create concise summaries of--or answers to--arbitrary input at 5 different levels of depth: 5 words, 4 words, 3 words, 2 words, and 1 word.\n\n# STEPS\n\n- Deeply understand the input.\n\n- Think for 912 virtual minutes about the meaning of the input.\n\n- Create a virtual mindmap of the meaning of the content in your mind.\n\n- Think about the anwswer to the input if its a question, not just summarizing the question.\n\n# OUTPUT\n\n- Output one section called \\\"5 Levels\\\" that perfectly capture the true essence of the input, its answer, and/or its meaning, with 5 different levels of depth.\n\n- 5 words.\n- 4 words.\n- 3 words.\n- 2 words.\n- 1 word.\n\n# OUTPUT FORMAT\n\n- Output the summary as a descending numbered list with a blank line between each level of depth.\n\n- NOTE: Do not just make the sentence shorter. Reframe the meaning as best as possible for each depth level.\n\n- Do not just summarize the input; instead, give the answer to what the input is asking if that's what's implied.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an all-knowing AI with a 476 I.Q. that deeply understands concepts.\n\n# GOAL\n\nYou create concise summaries of--or answers to--arbitrary input at 5 different levels of depth: 5 words, 4 words, 3 words, 2 words, and 1 word.\n\n# STEPS\n\n- Deeply understand the input.\n\n- Think for 912 virtual minutes about the meaning of the input.\n\n- Create a virtual mindmap of the meaning of the content in your mind.\n\n- Think about the anwswer to the input if its a question, not just summarizing the question.\n\n# OUTPUT\n\n- Output one section called \\\"5 Levels\\\" that perfectly capture the true essence of the input, its answer, and/or its meaning, with 5 different levels of depth.\n\n- 5 words.\n- 4 words.\n- 3 words.\n- 2 words.\n- 1 word.\n\n# OUTPUT FORMAT\n\n- Output the summary as a descending numbered list with a blank line between each level of depth.\n\n- NOTE: Do not just make the sentence shorter. Reframe the meaning as best as possible for each depth level.\n\n- Do not just summarize the input; instead, give the answer to what the input is asking if that's what's implied.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.11136789619922638,0.5413718223571777,-0.39328426122665405,0.23271119594573975,0.12856324017047882,0.534537136554718,-0.48917701840400696,-0.45722416043281555,-0.49278342723846436,0.48909085988998413,0.2441011369228363,0.7556025981903076,0.1957554817199707,-0.000010229647159576416,-0.14583507180213928,-0.6197993159294128,-0.16491913795471191,-0.48499584197998047,-1.3055000305175781,-0.2871692478656769,0.016407674178481102,1.165755271911621,-0.09363681823015213,-0.18864093720912933,0.504653811454773,-0.4208866059780121,0.13000796735286713,-0.37933993339538574,-0.47721147537231445,-1.7115294933319092,0.3501026928424835,-0.16076749563217163,-0.8229950666427612,-0.3702430725097656,0.9960358142852783,-0.18872305750846863,0.025666015222668648,0.47281259298324585,-0.28382664918899536,-0.37842226028442383,-0.13744960725307465,-0.2333175390958786,0.37997809052467346,-0.13678666949272156,0.16803771257400513,-0.19827547669410706,-0.2745932936668396,-0.344027042388916,0.6833710670471191,0.6746810078620911,-0.0073487646877765656,-0.9536683559417725,-0.7203218936920166,-0.6457935571670532,-0.2835720479488373,-0.39838480949401855,-0.816994845867157,-0.5794291496276855,0.18150664865970612,0.3283361792564392,-0.23919081687927246,0.4405781626701355,-3.745450735092163,0.06067247316241264,0.39381927251815796,0.05732196196913719,0.4252990484237671,-0.11972616612911224,0.7735450267791748,-0.06553775817155838,-0.15701068937778473,0.43821480870246887,0.03267750144004822,0.6107013821601868,0.5235087871551514,-0.3551054894924164,-0.10071195662021637,0.07965054363012314,0.16750061511993408,-0.6874369978904724,0.15903770923614502,-0.06283499300479889,-0.192021906375885,-0.014757397584617138,-0.2979692220687866,0.24254578351974487,0.023930080235004425,0.868297278881073,0.46431273221969604,-0.276428759098053,0.7655860781669617,-0.4679899513721466,0.7696927785873413,0.028628401458263397,-1.4000345468521118,-0.13824616372585297,-0.21388821303844452,-0.22489917278289795,1.05271577835083,3.1296324729919434,0.1247456893324852,-0.6252391934394836,0.7914062738418579,-1.0901933908462524,0.12213636934757233,-0.2850155234336853,0.27580374479293823,-0.7609747648239136,0.4390023946762085,-0.4416254162788391,0.1604612171649933,-0.49612435698509216,-0.8204597234725952,0.3623141646385193,0.38220861554145813,0.33797863125801086,-0.27238237857818604,-0.31725141406059265,-0.08849667012691498,0.3364478051662445,-0.44254350662231445,0.23959985375404358,-0.12901562452316284,0.2377851903438568,-0.2700057327747345,0.6129010319709778,-0.4541679918766022,0.4326876103878021,0.6612398624420166,-0.3311571478843689,-0.9455029368400574,0.28345173597335815,-0.373939573764801,0.15606391429901123,-0.19095772504806519,0.12655672430992126,0.428316593170166,-0.18812295794487,0.6209108233451843,0.08697489649057388,1.36787748336792,-0.6681845188140869,0.6447556614875793,0.9812498092651367,0.7899600863456726,1.1367641687393188,-0.4504386782646179,0.3114476799964905,-0.8550223708152771,-1.0343866348266602,-0.32579004764556885,0.6474885940551758,0.32595452666282654,0.3192397654056549,0.22921577095985413,-0.41861438751220703,-0.2774720788002014,-0.29169967770576477,0.0063751861453056335,-0.19810685515403748,-0.3366946578025818,-0.11866939812898636,-0.3423938453197479,0.2306947112083435,-0.14159056544303894,0.06522922217845917,0.5224193334579468,0.3373205065727234,0.0207911878824234,0.20996801555156708,0.1296588033437729,-0.23438888788223267,0.6318825483322144,0.8321810960769653,0.40768349170684814,0.1048385351896286,0.07520441710948944,-0.015115536749362946,0.3616831302642822,0.19327417016029358,1.0691834688186646,0.0771423950791359,0.11464419960975647,-0.5192813873291016,0.11616945266723633,0.03292081505060196,0.0075951628386974335,-0.0926898866891861,0.3962772488594055,1.178126573562622,-1.2637027502059937,0.9067121744155884,-0.40436166524887085,-0.12165986001491547,0.3688352406024933,0.0668652132153511,0.18906666338443756,-0.2937949299812317,1.1587598323822021,-0.1858140230178833,-0.4830999970436096,0.5270549058914185,-0.4946520924568176,0.1907385289669037,0.2656017243862152,-0.04276253283023834,-0.49411725997924805,0.2721971273422241,-0.027882903814315796,-0.42529961466789246,-0.3407673239707947,-0.6670483350753784,0.9166758060455322,1.1417219638824463,0.7391014099121094,0.19884636998176575,-0.098176509141922,0.8591309189796448,0.8477523326873779,-0.17988112568855286,-0.1299859583377838,0.6174179911613464,-0.29713714122772217,-0.6940419673919678,-0.6141172051429749,0.22568802535533905,-0.8149835467338562,0.5388168096542358,-0.7110950350761414,-0.562891960144043,0.504554808139801,1.1810362339019775,1.1264749765396118,0.7756079435348511,0.6628879904747009,-0.0719766840338707,0.4309888780117035,0.21774938702583313,0.7630565166473389,-0.7335978746414185,-0.16622689366340637,0.12697534263134003,-0.6149787306785583,0.4293503761291504,0.3761798143386841,-0.3715314269065857,-0.9159165024757385,-0.703863263130188,0.44105014204978943,1.177450180053711,-0.09644114226102829,-0.07150493562221527,0.1570437103509903,0.16379764676094055,0.21960017085075378,-0.46154072880744934,-2.6677310466766357,-0.2887698709964752,-0.8754501342773438,1.337541937828064,-0.48076847195625305,0.16299188137054443,0.8786320090293884,1.0082018375396729,-0.5176557898521423,-0.4429052174091339,-0.20100508630275726,-0.5644080638885498,-0.28298261761665344,-0.42557719349861145,0.09961798042058945,0.27605122327804565,-0.3238503336906433,-0.13239774107933044,-0.5279664993286133,0.1327916979789734,0.1521483212709427,-0.14354300498962402,-0.17131328582763672,-0.1323302984237671,0.1975143849849701,0.10108304023742676,-0.3584132194519043,0.4978722333908081,-0.36260300874710083,-0.1748923361301422,-0.45097917318344116,-0.1712033748626709,-0.3166899085044861,0.4526675343513489,-0.11744371056556702,-0.5972671508789062,-0.29343798756599426,0.4050993323326111,1.223203420639038,0.4098507761955261,0.506427526473999,0.5220924019813538,0.46765297651290894,0.015122147276997566,-0.24678826332092285,0.012267444282770157,-0.10621166974306107,-0.027320481836795807,-0.7278770208358765,-0.32883477210998535,0.2524868845939636,-0.5912559628486633,-0.5517513155937195,0.2163446843624115,-0.16458025574684143,-0.583777129650116,-0.10551735758781433,0.2653316259384155,0.2883545458316803,0.19323471188545227,0.565132200717926,1.2120182514190674,0.025052670389413834,-1.3492369651794434,0.32883182168006897,0.5061710476875305,0.5482467412948608,0.107534259557724,-0.5581673979759216,0.9241414666175842,0.4533767104148865,-0.7491394281387329,-0.08260995894670486,1.293204426765442,0.16076600551605225,-0.5909051299095154,-0.1512298285961151,0.17709574103355408,0.07595574855804443,-0.25963228940963745,0.3122924566268921,-0.1757480800151825,-1.2497276067733765,-0.5267447829246521,-0.3566385805606842,0.4476945400238037,0.11666408181190491,0.38606375455856323,0.2727964222431183,0.2725052833557129,-0.29241716861724854,-0.83042311668396,1.0882928371429443,0.16262482106685638,-0.4670010209083557,0.39467453956604004,-0.22709815204143524,-0.008097248151898384,0.22673089802265167,0.379864901304245,-0.2792452573776245,0.13001960515975952,-0.646674394607544,2.1780753135681152,-0.22290508449077606,-1.205165982246399,-0.10797816514968872,-0.04130953550338745,-0.3562762141227722,-0.2635209560394287,0.23102186620235443,-0.3626653850078583,0.530588686466217,-0.5614346265792847,0.2735029458999634,-0.5631030797958374,0.42883387207984924,-0.0649021714925766,0.49912235140800476,-0.3987460136413574,0.021136704832315445,0.5371297001838684,0.47652024030685425,-0.36351585388183594,1.1418797969818115,-1.0260002613067627,-0.7366659641265869,-0.2865411043167114]},"workflow":{"author":"@@official.shinkai","description":"Produces high-quality, authoritative Latex academic papers with clear concept explanations. It focuses on logical layout and simplicity while maintaining a professional appearance. The expected output is LateX code formatted in a two-column layout with a header and footer.","name":"Create_academic_paper","raw":"\n workflow Create_academic_paper v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert creator of Latex academic papers with clear explanation of concepts laid out high-quality and authoritative looking LateX.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Fully digest the input and write a summary of it on a virtual whiteboard in your mind.\n\n- Use that outline to write a high quality academic paper in LateX formatting commonly seen in academic papers.\n\n- Ensure the paper is laid out logically and simply while still looking super high quality and authoritative.\n\n# OUTPUT INSTRUCTIONS\n\n- Output only LateX code.\n\n- Use a two column layout for the main content, with a header and footer.\n\n- Ensure the LateX code is high quality and authoritative looking.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert creator of Latex academic papers with clear explanation of concepts laid out high-quality and authoritative looking LateX.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Fully digest the input and write a summary of it on a virtual whiteboard in your mind.\n\n- Use that outline to write a high quality academic paper in LateX formatting commonly seen in academic papers.\n\n- Ensure the paper is laid out logically and simply while still looking super high quality and authoritative.\n\n# OUTPUT INSTRUCTIONS\n\n- Output only LateX code.\n\n- Use a two column layout for the main content, with a header and footer.\n\n- Ensure the LateX code is high quality and authoritative looking.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.007588498294353485,0.44264644384384155,-0.531897246837616,0.6480993628501892,-0.25141575932502747,0.24836203455924988,-0.5381354093551636,-0.20737412571907043,-0.5808810591697693,0.7645371556282043,0.05866355448961258,0.26243430376052856,-0.1285361349582672,-0.589421272277832,-0.1976580172777176,-0.40953168272972107,-0.3169696629047394,-0.5004406571388245,-1.570509433746338,-1.020250916481018,0.42068037390708923,0.6185328364372253,-0.19389504194259644,-0.18118111789226532,0.6536918878555298,0.17854765057563782,-0.10534550249576569,0.02267703413963318,-0.3519693911075592,-0.9800265431404114,0.5710678696632385,0.18120995163917542,-0.6127321124076843,-1.251649260520935,0.0255812406539917,-0.5560705661773682,0.1058889627456665,0.521439790725708,-0.1869295984506607,-0.31740444898605347,-0.20890755951404572,-0.29305052757263184,-0.5156488418579102,-0.3056620657444,0.02700844220817089,-0.4433145523071289,0.45734211802482605,-0.22787991166114807,1.1519986391067505,0.08972476422786713,-0.02715294435620308,-0.2773878276348114,-0.2787828743457794,-0.10707391798496246,-1.020297884941101,0.022199280560016632,-0.3803804814815521,-0.23338571190834045,0.07382366061210632,0.33509698510169983,0.824120044708252,0.24588817358016968,-2.9257335662841797,-0.06595181673765182,0.24104882776737213,0.029635686427354813,-0.11538407951593399,-0.4631362557411194,0.26918619871139526,-0.06474385410547256,-0.39054128527641296,0.23985929787158966,-0.43235093355178833,0.3900624215602875,0.0939754769206047,0.6959331631660461,0.30197980999946594,0.12186185270547867,0.6352071166038513,-0.5604777336120605,-0.05073151737451553,0.4864377975463867,0.5211754441261292,0.23567642271518707,-0.12655991315841675,0.4033990502357483,-0.6138712763786316,-0.28725647926330566,0.7545624375343323,-0.07460358738899231,-0.3139112591743469,-0.7968105673789978,0.22493956983089447,0.23028910160064697,-0.43987661600112915,0.28201454877853394,-0.6768420934677124,1.2359623908996582,0.3671032786369324,3.4704055786132812,0.8717169761657715,-0.21325349807739258,-0.04414355009794235,-0.7019947171211243,0.6154309511184692,-0.7390500903129578,-0.17720238864421844,-0.9031548500061035,-0.18364447355270386,0.2386985570192337,0.35532844066619873,0.18282170593738556,-0.3052941858768463,0.26920783519744873,0.4276922643184662,0.4294640123844147,-0.33597350120544434,-0.15645961463451385,-0.30497613549232483,0.6144022345542908,-0.650564432144165,0.18546973168849945,-0.48991718888282776,-0.5017526745796204,-0.1035507321357727,0.06651610136032104,-0.46394357085227966,0.6180847883224487,0.5297601222991943,0.48020055890083313,0.3272206783294678,-0.6134483814239502,-0.2889476418495178,-0.018517348915338516,-0.07263762503862381,0.3548053205013275,-0.13546298444271088,0.0469837449491024,0.07699760794639587,-0.9328415393829346,0.3273819088935852,-0.4697722792625427,0.331467866897583,0.30055567622184753,1.155912160873413,-0.13696607947349548,0.021707244217395782,0.2190302610397339,-0.7025129795074463,-0.7099835276603699,-0.38766834139823914,1.006234049797058,0.00427849730476737,0.204364612698555,0.15059976279735565,-0.2863110303878784,0.2571903467178345,0.2754972577095032,-0.39018386602401733,-0.14998498558998108,0.32163044810295105,0.15254084765911102,-0.34544050693511963,-0.18598000705242157,0.6692988872528076,-0.3860211670398712,0.04891565442085266,-0.6763905882835388,1.0714876651763916,0.11973504722118378,0.1527417004108429,-0.08919922262430191,0.59803307056427,0.7753385901451111,-0.014515298418700695,0.33275163173675537,0.6234393119812012,0.53126060962677,0.4665302336215973,-0.4218650758266449,1.1359314918518066,0.451740562915802,0.5830904245376587,-0.5232017636299133,0.08976942300796509,0.44847047328948975,0.5430233478546143,0.381006121635437,0.3084394037723541,0.45400530099868774,-1.1426527500152588,1.4950144290924072,-0.7004919052124023,-0.4050788879394531,0.8782914280891418,-0.007988512516021729,-0.25289446115493774,0.5122687816619873,0.08458301424980164,-0.19800421595573425,-1.1278533935546875,-0.20377850532531738,-0.35345658659935,-0.23493805527687073,-0.19106432795524597,-0.2842016816139221,-0.6756477355957031,-0.21659991145133972,0.414792001247406,-0.30791863799095154,-0.3445199131965637,-0.4723450839519501,1.296842336654663,0.26532208919525146,1.0110194683074951,-0.2375425547361374,0.3953251242637634,0.4459433853626251,0.20415572822093964,-0.07480670511722565,0.35909464955329895,-0.2517557442188263,-1.0640521049499512,-0.7158626317977905,-1.0226106643676758,0.2626092731952667,0.060013510286808014,0.35631048679351807,-0.6133562326431274,-0.502614438533783,0.5157784819602966,0.8734263777732849,0.8553323149681091,1.6102977991104126,0.5635267496109009,-0.32314375042915344,0.4737861454486847,0.3707115054130554,-0.0014743432402610779,-0.5797168612480164,0.5876134634017944,-1.1561431884765625,-0.8237909078598022,0.1864023655653,-0.14329324662685394,0.3893488943576813,-0.3870530128479004,-0.09689028561115265,0.43276849389076233,1.412099838256836,0.23310059309005737,0.5243796110153198,-0.42442575097084045,0.7941561341285706,-0.2046683132648468,0.4605063199996948,-1.2043513059616089,-0.027965370565652847,-1.0201807022094727,0.07667763531208038,0.21221843361854553,0.6420788764953613,0.6275029182434082,0.06017230451107025,-0.023153189569711685,0.1389133781194687,-0.6129646301269531,-0.29504483938217163,-0.96947181224823,0.34540385007858276,-0.4229792356491089,0.2016986459493637,-0.6409201622009277,-0.537356972694397,-0.3754846453666687,0.7564255595207214,-0.2054833471775055,0.9056947231292725,0.15786466002464294,0.2909374237060547,-0.30050480365753174,0.479856938123703,0.518816351890564,0.32174211740493774,-0.05068386346101761,-0.11622637510299683,-0.6315581202507019,-1.133373498916626,0.1675552874803543,0.129579558968544,-0.27463775873184204,-1.1057807207107544,-0.769810676574707,-0.24496561288833618,1.2182804346084595,0.7884620428085327,0.5879748463630676,0.15752018988132477,0.6650663614273071,0.07934311032295227,-0.4024774432182312,0.3365747928619385,0.04092365875840187,0.2362639456987381,-0.8457602262496948,-1.200097918510437,0.4169612526893616,-0.22731749713420868,-0.3042411804199219,0.4833236634731293,-1.3764142990112305,0.9207247495651245,0.3183005452156067,-0.3579520583152771,-0.1531899869441986,-0.2714252471923828,0.7301238775253296,0.37391865253448486,-0.10338801145553589,-1.5577729940414429,0.37344250082969666,0.4643440842628479,0.7699910402297974,-0.0037099123001098633,-0.656993567943573,0.17914924025535583,-0.2509714365005493,-0.28915709257125854,-0.3357420861721039,1.2498798370361328,0.5117108821868896,0.004361162893474102,0.2003893405199051,0.4176943600177765,0.32328855991363525,-0.2848133444786072,-0.08305762708187103,-0.035692714154720306,-0.19478890299797058,-0.9218043088912964,0.046881940215826035,1.2529501914978027,0.08052817732095718,0.4148055613040924,0.7750396728515625,0.05168311297893524,-0.20430701971054077,-0.6482104659080505,1.0977174043655396,0.47254204750061035,-0.746658444404602,0.846237301826477,0.5932096242904663,-0.41000375151634216,0.5553224086761475,-0.20265153050422668,-0.3354112505912781,0.1259334534406662,-1.0484601259231567,0.8234372138977051,-0.21691936254501343,-0.2325858473777771,-0.5132536888122559,0.9857196807861328,-0.7231649160385132,0.1941596418619156,0.5925793051719666,-0.6075811386108398,-0.40580183267593384,-0.2210022509098053,-0.3236227035522461,-0.5409654974937439,0.6368832588195801,0.21696436405181885,1.0931017398834229,-0.6014235019683838,-0.1733136922121048,0.3731394112110138,0.24699293076992035,-0.15586811304092407,0.8399065732955933,-0.4220706522464752,-1.3392198085784912,-1.0051687955856323]},"workflow":{"author":"@@official.shinkai","description":"Analyzes job reports to identify roles least and most vulnerable to automation, offering strategies for enhancing job security. It leverages historical insights to predict automation's impact on various job categories. The output includes a detailed analysis and recommendations for resilience against automation.","name":"Create_ai_jobs_analysis","raw":"\n workflow Create_ai_jobs_analysis v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert on AI and the effect it will have on jobs. You take jobs reports and analysis from analyst companies and use that data to output a list of jobs that will be safer from automation, and you provide recommendations on how to make yourself most safe.\n\n# STEPS\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which categories of work will be most affected by automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which categories of work will be least affected by automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which attributes of a person will make them most resilient to automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which attributes of a person can actually make them anti-fragile to automation, i.e., people who will thrive in the world of AI.\n\n# OUTPUT\n\n- In a section called SUMMARY ANALYSIS, describe the goal of this project from the IDENTITY and STEPS above in a 25-word sentence.\n\n- In a section called REPORT ANALYSIS, capture the main points of the submitted report in a set of 15-word bullet points.\n\n- In a section called JOB CATEGORY ANALYSIS, give a 5-level breakdown of the categories of jobs that will be most affected by automation, going from Resilient to Vulnerable.\n\n- In a section called TIMELINE ANALYSIS, give a breakdown of the likely timelines for when these job categories will face the most risk. Give this in a set of 15-word bullets.\n\n- In a section called PERSONAL ATTRIBUTES ANALYSIS, give a breakdown of the attributes of a person that will make them most resilient to automation. Give this in a set of 15-word bullets.\n\n- In a section called RECOMMENDATIONS, give a set of 15-word bullets on how a person can make themselves most resilient to automation.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert on AI and the effect it will have on jobs. You take jobs reports and analysis from analyst companies and use that data to output a list of jobs that will be safer from automation, and you provide recommendations on how to make yourself most safe.\n\n# STEPS\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which categories of work will be most affected by automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which categories of work will be least affected by automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which attributes of a person will make them most resilient to automation.\n\n- Using your knowledge of human history and industrial revolutions and human capabilities, determine which attributes of a person can actually make them anti-fragile to automation, i.e., people who will thrive in the world of AI.\n\n# OUTPUT\n\n- In a section called SUMMARY ANALYSIS, describe the goal of this project from the IDENTITY and STEPS above in a 25-word sentence.\n\n- In a section called REPORT ANALYSIS, capture the main points of the submitted report in a set of 15-word bullet points.\n\n- In a section called JOB CATEGORY ANALYSIS, give a 5-level breakdown of the categories of jobs that will be most affected by automation, going from Resilient to Vulnerable.\n\n- In a section called TIMELINE ANALYSIS, give a breakdown of the likely timelines for when these job categories will face the most risk. Give this in a set of 15-word bullets.\n\n- In a section called PERSONAL ATTRIBUTES ANALYSIS, give a breakdown of the attributes of a person that will make them most resilient to automation. Give this in a set of 15-word bullets.\n\n- In a section called RECOMMENDATIONS, give a set of 15-word bullets on how a person can make themselves most resilient to automation.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3030678927898407,0.6877250075340271,-0.5778306722640991,0.48813799023628235,-0.28096717596054077,0.2570895254611969,-1.1532469987869263,-0.35557061433792114,-0.27943190932273865,0.3983383774757385,-0.29036009311676025,1.1113451719284058,0.13026148080825806,-0.3244122564792633,0.3977341055870056,0.45085617899894714,0.07759842276573181,0.17348697781562805,-1.8769633769989014,-0.41250133514404297,0.26197460293769836,0.5874629616737366,0.6887600421905518,0.026570767164230347,0.6171253323554993,0.15401071310043335,0.2895098030567169,-0.17848099768161774,-0.6484656929969788,-0.8635886907577515,0.3980500102043152,0.0002554208040237427,-0.7370233535766602,-0.14375722408294678,-0.11352594941854477,0.3504611849784851,-0.3844667673110962,0.5131113529205322,-0.10279633849859238,0.022102609276771545,-0.022868884727358818,0.02908155508339405,-0.1621272712945938,-0.044509921222925186,0.09226875007152557,-0.14098379015922546,0.22967249155044556,0.11248031258583069,0.7463120222091675,0.5531058311462402,0.34204360842704773,-0.330291211605072,0.05401502922177315,0.22062137722969055,-0.495510995388031,-0.4019937813282013,-0.2742312252521515,-0.36629921197891235,0.34054452180862427,-0.13782724738121033,0.2835030257701874,-0.03271515667438507,-3.087122678756714,0.3032020330429077,0.550830066204071,0.3765465319156647,1.0502570867538452,-0.5449310541152954,-0.008752450346946716,0.04405467212200165,-0.3426152169704437,0.6053369045257568,-1.0416924953460693,0.588370680809021,-0.6488903164863586,-0.11395812779664993,0.3887782692909241,0.0755220353603363,0.5930432677268982,0.40765663981437683,0.17003133893013,0.4742417335510254,-0.1886218935251236,-0.17786796391010284,-0.029936447739601135,0.3636780381202698,-0.5394044518470764,-0.09110905230045319,0.4210679233074188,0.04956338554620743,-0.3819497227668762,-0.34903591871261597,-0.10191203653812408,-0.3546580672264099,-0.8594207167625427,0.822600245475769,0.21993692219257355,0.14340820908546448,0.5683664679527283,3.3966214656829834,0.648776113986969,0.5018792748451233,0.2834995687007904,-0.5692710876464844,0.375836580991745,-0.5372044444084167,-0.14309069514274597,-0.1407715231180191,-0.2977978587150574,0.23172874748706818,-0.11605845391750336,-0.7381807565689087,-0.5380165576934814,0.3717828094959259,0.5952029228210449,0.2536270320415497,-0.2139931172132492,0.03590184077620506,-0.6264922022819519,0.34513530135154724,-0.0531652495265007,-0.03376598656177521,-0.6362888216972351,0.10465284436941147,-0.1167554259300232,0.3675859868526459,-0.6259792447090149,0.5030595064163208,0.2501591145992279,0.07452038675546646,0.20575638115406036,0.0010081417858600616,-1.352090835571289,0.28035491704940796,-0.291275292634964,0.056880928575992584,0.7214221954345703,-1.1242194175720215,0.4057314395904541,-0.7522813081741333,0.7341083288192749,-2.0804331302642822,1.2304199934005737,-0.1774238497018814,0.6399865746498108,0.7232279777526855,0.11593049019575119,0.2544386088848114,-1.0927977561950684,-0.1505330353975296,-0.481281578540802,0.0386924222111702,-0.26767513155937195,-0.44433721899986267,0.4807460904121399,-0.6605151295661926,-0.9792968034744263,-0.2877868115901947,-0.29787805676460266,0.49497905373573303,0.05765967443585396,0.024372918531298637,0.3139060437679291,-0.029786840081214905,-0.18594375252723694,0.14754876494407654,0.4538414478302002,-0.5793423056602478,0.1186780333518982,0.5121096968650818,-0.09770044684410095,-0.21690168976783752,0.24288493394851685,0.7607991099357605,-0.43938013911247253,0.004668433219194412,-0.1267392337322235,0.0015196800231933594,0.5954012870788574,0.10700449347496033,0.4463616907596588,0.04900781810283661,0.43047913908958435,-0.5485782623291016,-0.23156705498695374,0.4678170680999756,0.3715512156486511,0.5369983911514282,0.6654484868049622,0.47427642345428467,-0.6632975339889526,1.42465341091156,-0.42612797021865845,-0.17998412251472473,0.6018132567405701,0.424716055393219,0.5722692012786865,0.30995500087738037,1.2303284406661987,-0.3920697867870331,-0.639840841293335,0.3465254008769989,-0.798653244972229,0.0040421560406684875,0.09686512500047684,-0.892538845539093,-0.11274878680706024,0.43435201048851013,-0.8458885550498962,-0.7282970547676086,-0.9034295678138733,0.3766449987888336,1.3190522193908691,0.7151529788970947,0.8309324979782104,0.26913589239120483,0.10913760215044022,0.05353381484746933,0.5987860560417175,-0.004447802901268005,-0.36936384439468384,-0.6237232089042664,-0.4917147755622864,-0.6378197073936462,-0.604628324508667,0.1201549544930458,0.13444116711616516,-0.8544796705245972,-0.6729311347007751,-0.3622589409351349,0.7111245393753052,1.2776436805725098,0.44727081060409546,0.9997934103012085,1.0828486680984497,0.8538920283317566,-0.3351564407348633,-0.1119469553232193,0.3273896276950836,-0.9287999868392944,0.39865195751190186,-0.2991059124469757,0.40964561700820923,-0.08551352471113205,0.28788113594055176,0.3882392346858978,-0.34514352679252625,-0.34314852952957153,0.6064854860305786,1.1952459812164307,0.06988917291164398,0.016629129648208618,0.6781948208808899,-0.16629651188850403,0.6450905203819275,-0.26428842544555664,-1.7772868871688843,0.40884602069854736,-0.35031262040138245,0.23653216660022736,-0.7456278800964355,-0.34116461873054504,0.38100937008857727,-0.0831223577260971,-0.24524417519569397,-0.4333445131778717,-1.1914005279541016,-0.7967742681503296,-0.5663487315177917,-0.3852746784687042,0.035806987434625626,0.9756425023078918,-0.9834574460983276,0.12842927873134613,0.549565851688385,0.05119208246469498,0.027893878519535065,-0.49108386039733887,0.009863808751106262,-0.7978899478912354,-0.297964870929718,0.07108112424612045,-0.20830711722373962,-0.021038636565208435,-0.32992061972618103,-0.5952121615409851,-0.6793663501739502,-0.9713238477706909,-0.40070027112960815,0.7871312499046326,-0.2552204728126526,-0.14424288272857666,0.2033446580171585,-0.4137762784957886,1.725722074508667,0.4058804512023926,0.8557637333869934,0.35923054814338684,0.35329046845436096,-0.48826903104782104,0.23593780398368835,0.3114607036113739,-0.24825702607631683,0.24608273804187775,-0.6245830655097961,-0.27442437410354614,0.14569133520126343,-0.305670827627182,0.11486826837062836,0.0769205242395401,-0.6722950339317322,-0.12392252683639526,-0.3017427325248718,-0.8940646052360535,0.3391144871711731,-0.19456151127815247,1.1119790077209473,1.4072672128677368,-0.021626785397529602,-1.2758235931396484,0.35782453417778015,0.4581891894340515,1.0346081256866455,-0.0881619080901146,-0.5717645287513733,0.3655412793159485,-0.7367121577262878,0.2252776026725769,-0.11350787431001663,1.714396357536316,0.6724263429641724,0.16697682440280914,0.2829950153827667,0.2599184215068817,0.7835719585418701,-0.08291976153850555,0.17722971737384796,-0.33580878376960754,-0.5036877393722534,-0.7131680846214294,0.485304594039917,1.4549100399017334,0.5008408427238464,-0.16536547243595123,0.12225274741649628,0.5090758204460144,-0.5942414402961731,-1.1653993129730225,0.6230560541152954,0.10911020636558533,-0.5134426951408386,0.07440054416656494,-0.16145014762878418,-0.42461079359054565,-0.23301836848258972,0.08596763759851456,-0.8180995583534241,-0.17622974514961243,-0.14595350623130798,1.5755337476730347,-0.3072895109653473,-0.16610592603683472,-0.024091556668281555,-0.08411674201488495,-0.7349798679351807,-0.6745322942733765,1.085169792175293,-0.36175063252449036,0.6271347999572754,-0.38323715329170227,-0.01166437566280365,-0.16192495822906494,0.2904476523399353,-0.08442577719688416,0.19465044140815735,-0.9585703611373901,0.014447439461946487,0.45236197113990784,0.44470760226249695,-0.3737315535545349,0.34213557839393616,-0.0008564852178096771,-0.5966010689735413,-1.0507620573043823]},"workflow":{"author":"@@official.shinkai","description":"Generates a list of 20 aphorisms related to the given topic(s), ensuring variety in their beginnings. It focuses on sourcing quotes from real individuals. The output includes each aphorism followed by the name of the person who said it.","name":"Create_aphorisms","raw":"\n workflow Create_aphorisms v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert finder and printer of existing, known aphorisms.\n\n# Steps\n\nTake the input given and use it as the topic(s) to create a list of 20 aphorisms, from real people, and include the person who said each one at the end.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure they don't all start with the keywords given.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert finder and printer of existing, known aphorisms.\n\n# Steps\n\nTake the input given and use it as the topic(s) to create a list of 20 aphorisms, from real people, and include the person who said each one at the end.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure they don't all start with the keywords given.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.640540599822998,0.4311550259590149,0.018923964351415634,0.29668790102005005,-0.39669838547706604,1.018735647201538,-0.5945228338241577,-0.45349055528640747,-0.41312405467033386,0.6264885663986206,-0.13622735440731049,0.5136797428131104,0.3866450786590576,-0.003711812198162079,-0.14152389764785767,-0.2750541865825653,0.19366049766540527,-0.263182669878006,-1.395369291305542,-0.02699446678161621,-0.38115188479423523,0.4451352059841156,0.39341261982917786,-0.049445830285549164,0.3157343566417694,-0.29979878664016724,-0.09984837472438812,-0.23770496249198914,0.03542327880859375,-1.484346628189087,0.9820221066474915,0.5899117588996887,-0.6540713310241699,-0.5517446994781494,0.1921045333147049,-0.4270331561565399,-0.07653804868459702,-0.011872433125972748,-0.09020185470581055,-0.04609527438879013,0.2072528749704361,0.16210636496543884,-0.7313288450241089,-0.11130401492118835,0.6787168383598328,0.05459634214639664,0.1438310146331787,-0.0072202496230602264,1.1655974388122559,0.39092475175857544,-0.003588862717151642,-0.6773227453231812,-0.5895107388496399,-0.24057230353355408,-0.5873605012893677,0.21962076425552368,-0.46497875452041626,-0.8013899922370911,0.4079551696777344,0.34605759382247925,0.3037636876106262,1.0285452604293823,-2.871840476989746,-0.11352832615375519,0.7620453238487244,-0.147983580827713,-0.1586417406797409,-0.41897299885749817,0.4941837787628174,-0.20804569125175476,0.45449838042259216,0.29393550753593445,-0.5398457646369934,-0.23011848330497742,0.3847358822822571,-0.1945371925830841,0.3893929123878479,-0.01775825023651123,0.44517815113067627,0.2935529947280884,0.41123414039611816,0.19483676552772522,-0.04589051753282547,-0.11314160376787186,-0.19935062527656555,0.36083412170410156,-0.09067170321941376,-0.05391170084476471,0.23376153409481049,-0.10556913912296295,0.062195055186748505,-0.025563884526491165,0.24429082870483398,-0.3691178560256958,-0.1175207868218422,0.3338014483451843,-0.20635317265987396,0.40381646156311035,0.25265589356422424,3.1250360012054443,0.5418261289596558,0.2437896877527237,0.8756558895111084,-0.7196850776672363,0.7426072955131531,-0.33373314142227173,0.1525757610797882,-0.6114016771316528,-0.30160316824913025,-0.45225316286087036,0.3838684558868408,-0.920991063117981,-0.4605817496776581,0.29488271474838257,0.8072701692581177,0.004222899675369263,-0.20254895091056824,-0.32813188433647156,-0.031484030187129974,0.7212322354316711,-0.43372103571891785,-0.43616706132888794,-0.3984646797180176,-0.02244485169649124,-0.042395856231451035,0.3068814277648926,-0.7895367741584778,0.6759257912635803,-0.09487004578113556,-0.07911834865808487,-0.7891911268234253,0.19663657248020172,-0.2782360315322876,-0.48101213574409485,0.2952345013618469,0.15497376024723053,0.5426345467567444,-1.1150391101837158,-0.005415450781583786,0.4338396191596985,0.23914721608161926,-0.2390286922454834,0.6182284951210022,0.4079943299293518,0.7236323356628418,0.5747564435005188,-0.014652714133262634,-0.25694966316223145,-0.677290678024292,-0.9852747917175293,-0.20011000335216522,-0.3077060282230377,-0.12358306348323822,0.3086066246032715,0.42192643880844116,-0.8127585649490356,-0.3500816822052002,0.37969809770584106,-1.0104142427444458,0.45630621910095215,0.41418084502220154,0.07728941738605499,-0.4620378613471985,-0.10398103296756744,-0.0159587562084198,-0.2819287180900574,0.00758032500743866,-0.16369304060935974,-0.0009537562727928162,0.28828561305999756,-0.4474829435348511,-0.48716530203819275,0.6320381760597229,0.7963974475860596,-0.2118072807788849,-0.3935513198375702,0.2668008804321289,0.4158465266227722,0.5778439044952393,0.0034061819314956665,0.11475352942943573,0.7021993398666382,0.29845455288887024,-0.957651674747467,-0.31486088037490845,0.08011994510889053,-0.2983447015285492,0.2597399652004242,0.16582033038139343,1.0582419633865356,-0.8382208347320557,1.6119686365127563,-1.007407307624817,0.04516099393367767,0.9743074178695679,0.43552178144454956,0.1681172251701355,0.27572140097618103,-0.31306615471839905,-0.16491591930389404,-0.8029047846794128,-0.34100285172462463,-0.20962631702423096,0.04850539192557335,-0.4061717987060547,-0.9186953902244568,-0.07244379818439484,1.087584376335144,-0.6041210889816284,-0.418660432100296,-0.9767184853553772,-0.36143770813941956,1.6036088466644287,0.6981825828552246,1.5633413791656494,0.32347720861434937,0.6615175008773804,0.3274979591369629,0.44863879680633545,0.032900452613830566,0.25666356086730957,0.622957706451416,-0.9924892783164978,-0.8373009562492371,-0.4608292877674103,-0.29502809047698975,-0.4647181034088135,-0.012228021398186684,-0.880040168762207,-0.37865617871284485,0.4710509777069092,1.123639702796936,0.8012909889221191,0.9030480980873108,-0.11411116272211075,0.7402662038803101,-0.08274870365858078,0.19061608612537384,-0.09644954651594162,-0.8818321824073792,0.9084128141403198,0.0676318034529686,-0.19460739195346832,0.14752374589443207,-0.4893742799758911,0.596541166305542,-1.1617121696472168,-0.7114142179489136,0.1507614552974701,1.0255671739578247,0.10756601393222809,0.011728242039680481,0.6145367622375488,0.39547812938690186,-0.0037300512194633484,0.1695881485939026,-1.9684789180755615,0.5958784818649292,-0.6180200576782227,0.3979951739311218,0.5281982421875,-0.5339383482933044,-0.002471368759870529,0.10734941065311432,-0.12735499441623688,-0.5990855693817139,-0.8540481925010681,-0.5257114171981812,-1.0332871675491333,0.3340701758861542,-0.13888314366340637,0.5174010992050171,-0.31611794233322144,0.404351145029068,0.22765204310417175,0.029549553990364075,0.05332150310277939,0.42848846316337585,-0.08760158717632294,-0.5997439622879028,0.2900964021682739,0.002607060596346855,-0.5415085554122925,0.1972966194152832,-0.10036537796258926,-0.19292153418064117,-0.4452033042907715,-0.8400382399559021,-0.7819322347640991,1.086771011352539,-0.18269619345664978,-0.9059329032897949,-0.5864390730857849,0.34288501739501953,1.5267839431762695,1.1750493049621582,0.7342463135719299,1.169001579284668,0.46119943261146545,-0.30501341819763184,0.22796472907066345,0.06764640659093857,-0.09947190433740616,-0.24302968382835388,-1.0351297855377197,-0.6415430903434753,-0.21400295197963715,0.031329769641160965,-0.6135578751564026,0.1965731829404831,-0.7795175313949585,-0.12333422899246216,-0.3491705060005188,-0.011666975915431976,0.06409616023302078,0.0683220848441124,0.9552260637283325,1.2873799800872803,0.15018482506275177,-1.945648193359375,-0.5177091956138611,0.7335287928581238,0.3613220751285553,-0.05076614022254944,-0.51761794090271,0.2934929132461548,-0.1496647298336029,-0.20997506380081177,0.046958476305007935,1.3226492404937744,0.3776059150695801,-0.07406648993492126,0.3883135914802551,0.40599146485328674,0.2026536911725998,-0.25057321786880493,0.34303829073905945,-0.578374981880188,-0.42457908391952515,-0.6738903522491455,0.13256877660751343,1.5852549076080322,0.41734829545021057,0.38634055852890015,0.43308547139167786,0.17360615730285645,-0.9507120847702026,-1.1665377616882324,0.2032761126756668,0.6184307932853699,-0.02303842268884182,0.2243679016828537,-0.38008779287338257,-0.14371272921562195,1.1146788597106934,0.36276134848594666,-0.3980179727077484,0.3823598325252533,-0.699709951877594,1.423586368560791,-0.05256138741970062,-0.5884586572647095,0.16791772842407227,0.014651507139205933,0.028299693018198013,-0.23060883581638336,0.32881268858909607,-1.0863168239593506,0.028808236122131348,-0.10485126823186874,-0.09799143671989441,-0.10444732755422592,0.2799761891365051,0.6910489797592163,0.8592718243598938,-0.00791044533252716,-0.03439716994762421,0.36248332262039185,0.42079877853393555,-0.2636929154396057,0.4653356671333313,-0.36134985089302063,-0.6958997845649719,-0.8946253061294556]},"workflow":{"author":"@@official.shinkai","description":"The prompt guides an expert artist in conceptualizing and instructing AI to create art that perfectly encapsulates a given concept. It emphasizes deep thought on the concept and its visual representation, aiming for compelling and interesting artwork. The expected output is a 100-word description that not only instructs the AI on what to create but also how the art should evoke feelings and suggest style through examples.","name":"Create_art_prompt","raw":"\n workflow Create_art_prompt v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOALS\n\nYou are an expert artist and AI whisperer. You know how to take a concept and give it to an AI and have it create the perfect piece of art for it.\n\nTake a step back and think step by step about how to create the best result according to the STEPS below.\n\nSTEPS\n\n- Think deeply about the concepts in the input.\n\n- Think about the best possible way to capture that concept visually in a compelling and interesting way.\n\nOUTPUT\n\n- Output a 100-word description of the concept and the visual representation of the concept. \n\n- Write the direct instruction to the AI for how to create the art, i.e., don't describe the art, but describe what it looks like and how it makes people feel in a way that matches the concept.\n\n- Include nudging clues that give the piece the proper style, .e.g., \\\"Like you might see in the New York Times\\\", or \\\"Like you would see in a Sci-Fi book cover from the 1980's.\\\", etc. In other words, give multiple examples of the style of the art in addition to the description of the art itself.\n\nINPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOALS\n\nYou are an expert artist and AI whisperer. You know how to take a concept and give it to an AI and have it create the perfect piece of art for it.\n\nTake a step back and think step by step about how to create the best result according to the STEPS below.\n\nSTEPS\n\n- Think deeply about the concepts in the input.\n\n- Think about the best possible way to capture that concept visually in a compelling and interesting way.\n\nOUTPUT\n\n- Output a 100-word description of the concept and the visual representation of the concept. \n\n- Write the direct instruction to the AI for how to create the art, i.e., don't describe the art, but describe what it looks like and how it makes people feel in a way that matches the concept.\n\n- Include nudging clues that give the piece the proper style, .e.g., \\\"Like you might see in the New York Times\\\", or \\\"Like you would see in a Sci-Fi book cover from the 1980's.\\\", etc. In other words, give multiple examples of the style of the art in addition to the description of the art itself.\n\nINPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.17972958087921143,0.40582358837127686,-0.7502127289772034,-0.002650205045938492,-0.16739137470722198,0.36584287881851196,-0.9267492890357971,-0.3634118437767029,-0.3921044170856476,0.6330496072769165,0.04790099710226059,0.9285550713539124,0.2663760483264923,0.36775335669517517,-0.15965873003005981,0.05260392278432846,0.4908316731452942,0.23245197534561157,-1.2897381782531738,-0.2841706871986389,-0.10009396076202393,0.29274335503578186,0.14620816707611084,0.11433287709951401,0.3186284601688385,-0.19229896366596222,-0.25009068846702576,-0.8620157837867737,-0.0016308128833770752,-1.0460166931152344,0.39568808674812317,-0.3382752537727356,-0.128361314535141,-0.348587304353714,0.35081201791763306,-1.0347524881362915,-0.5043785572052002,0.4009990096092224,-0.6508936882019043,-0.7291249632835388,0.25098684430122375,0.030829699710011482,-0.5936011672019958,0.023574136197566986,0.18080170452594757,-0.3010577857494354,0.14872761070728302,-0.028562534600496292,0.17795917391777039,0.2598760724067688,-0.7807782888412476,-0.9232892394065857,-0.40464115142822266,-0.29260751605033875,-0.41623368859291077,0.32599496841430664,-0.062397804111242294,-0.7612684369087219,-0.16202864050865173,0.4127764403820038,0.46367019414901733,0.08707036823034286,-2.964296340942383,0.49410998821258545,0.1639156937599182,0.10321403294801712,-0.1229269877076149,-0.8104879260063171,0.4455704689025879,0.2577381730079651,-0.1947043538093567,0.5694496631622314,-0.3340490162372589,-0.409744530916214,0.5217374563217163,-0.19497084617614746,-0.29371729493141174,0.46723347902297974,0.9283362030982971,-0.13288143277168274,0.1754044145345688,-0.2678428292274475,0.3122277557849884,0.21585194766521454,0.5126843452453613,0.3954058289527893,-0.22210249304771423,0.10781392455101013,0.4983550012111664,-0.21974463760852814,0.3785424828529358,-0.17772136628627777,0.730966329574585,0.37664052844047546,-0.23421639204025269,-0.2604043483734131,-0.08921819925308228,-0.34783390164375305,0.18784628808498383,3.622636079788208,0.6519349217414856,-0.5341941714286804,1.093147873878479,-0.5816541314125061,0.5425763726234436,-0.07261453568935394,0.4495166838169098,0.1444871872663498,-0.40158382058143616,-0.09389261901378632,0.4450758993625641,-0.2877126932144165,-0.5491976737976074,0.4871961772441864,0.4208608567714691,0.5248833894729614,0.33026713132858276,0.06999431550502777,0.1730716973543167,-0.29854118824005127,-0.7099777460098267,-0.17488741874694824,-0.11369778215885162,0.08462728559970856,-0.1879366934299469,0.10542947053909302,-0.9365684390068054,0.6020699739456177,0.6807217001914978,0.21936778724193573,0.3642398715019226,0.011124737560749054,-0.7242078185081482,-0.10083391517400742,0.1638367772102356,0.05570858716964722,0.38231682777404785,-0.6416225433349609,-0.27199652791023254,-0.6236982345581055,0.18670685589313507,-0.6776539087295532,0.2846207916736603,-0.47061607241630554,1.0547152757644653,0.8964501023292542,-0.051870524883270264,0.6290944814682007,-0.24265390634536743,-0.64177006483078,-0.18856000900268555,0.2881735563278198,-0.35475605726242065,-0.3161899149417877,0.61017245054245,-0.6739999651908875,0.013306736946105957,-0.32753047347068787,-0.7518031001091003,0.9529236555099487,-0.17128540575504303,-0.10902639478445053,0.007922723889350891,0.05828762426972389,0.4137936234474182,-0.6554644107818604,-0.007802590727806091,-0.17980673909187317,0.8523085713386536,0.03790546953678131,0.07501797378063202,0.11976592987775803,0.3186512887477875,0.8310542702674866,-0.2994687855243683,0.08254605531692505,0.465058296918869,0.7069110870361328,0.3900405764579773,-0.3418614864349365,0.36231493949890137,0.3567453622817993,-0.06094582378864288,0.22468003630638123,-0.3662576675415039,0.4215697646141052,0.36638015508651733,0.1706061065196991,0.49261578917503357,0.3593496084213257,-0.8478345274925232,0.724159836769104,-0.6629903316497803,0.4330195188522339,-0.1763860285282135,0.11830928921699524,0.1796724647283554,0.26328927278518677,0.20711427927017212,0.1143440306186676,0.09930640459060669,-0.20876283943653107,-0.06356406211853027,0.16833481192588806,-0.019055910408496857,-0.8214625120162964,-0.5106891393661499,0.4463493227958679,-0.7027992010116577,-0.9807236194610596,0.1833573430776596,0.07506310194730759,1.2120978832244873,0.502163827419281,1.421999454498291,0.3181443214416504,-0.19306963682174683,0.1337999850511551,0.6178506016731262,0.34958112239837646,-0.11802152544260025,0.15452739596366882,-0.4691028594970703,-0.7834748029708862,-0.2779381573200226,-0.032233186066150665,-1.223607063293457,-0.3938862085342407,-0.3469028174877167,-0.33171775937080383,0.2527884840965271,0.9818452000617981,1.0231645107269287,0.5553512573242188,0.13453353941440582,0.47161567211151123,-0.4843212366104126,0.5313937664031982,-0.35503923892974854,-0.8062351942062378,0.5429462194442749,-0.2600773274898529,-0.625912070274353,0.2268085926771164,0.0563642792403698,0.30968400835990906,-0.3586162328720093,-0.8435817956924438,-0.19654996693134308,1.6622326374053955,0.4317600429058075,-0.18271642923355103,0.5280285477638245,0.11092719435691833,-0.09610255807638168,0.32177478075027466,-1.3067909479141235,0.32518070936203003,-0.38228780031204224,0.07648445665836334,-0.14087094366550446,0.006943501532077789,0.061514176428318024,0.3041219413280487,-0.2540653944015503,-0.12708929181098938,-0.6632178425788879,-0.5370831489562988,-1.1410391330718994,-0.2453174889087677,0.16155371069908142,0.6748250126838684,-0.7695224285125732,0.09145830571651459,0.6170861124992371,-0.25860458612442017,0.5595002174377441,0.4680008292198181,-0.04090897738933563,-0.9834588170051575,0.32402271032333374,0.06722833961248398,-0.15364497900009155,0.15807008743286133,-0.057437360286712646,-0.006058190017938614,-0.4987331032752991,-0.42537692189216614,0.4585644006729126,0.5237306356430054,-1.1092628240585327,-1.2482328414916992,0.14837226271629333,-0.009132415056228638,1.664506196975708,1.3296864032745361,1.1294015645980835,0.2648731768131256,0.48337677121162415,-0.6103901863098145,-0.08551669120788574,0.8374710083007812,0.24860112369060516,0.2791713774204254,-0.5708461999893188,-0.704900324344635,0.13117972016334534,0.19099102914333344,-0.6961479783058167,-0.1798616647720337,-0.8165785670280457,-0.47811707854270935,0.10872690379619598,0.16649165749549866,0.3250005543231964,-0.3552416265010834,0.8333238363265991,0.9528768062591553,0.0514133982360363,-2.1631696224212646,-0.020421409979462624,0.9266728758811951,0.9750590324401855,-0.37742477655410767,-0.1095958724617958,0.3292900323867798,0.12441199272871017,0.08569420874118805,-0.009982340037822723,1.2004414796829224,0.5570842027664185,0.5018541812896729,0.10200384259223938,0.37816697359085083,0.1464557647705078,-0.0006601093336939812,0.5537015795707703,-0.5454627871513367,-0.7724782824516296,-0.29978835582733154,0.05593723803758621,0.18805135786533356,0.17936697602272034,0.6313002109527588,-0.01710420288145542,0.3491855263710022,-1.0328956842422485,-1.0650880336761475,0.6257916688919067,0.2841992974281311,-0.3697679340839386,0.5099582076072693,0.653803825378418,-0.07486739754676819,0.43615448474884033,0.2509022355079651,-1.1272997856140137,-0.38096630573272705,-0.807755708694458,2.0106163024902344,-0.38711509108543396,-0.016537675634026527,0.08708702772855759,0.3332504630088806,-0.6174358129501343,0.40577465295791626,0.1917092502117157,-0.8213964104652405,0.43379074335098267,0.03555060178041458,-0.2745799422264099,0.19717735052108765,0.5793095827102661,-0.519946277141571,0.15437793731689453,0.38644593954086304,0.1319114863872528,0.6470401287078857,-0.000507064163684845,-0.3724691867828369,-0.1386149525642395,-1.240964412689209,-1.0744796991348267,-0.7979922890663147]},"workflow":{"author":"@@official.shinkai","description":"The essay explores the concept of framing as a way to construct and interpret reality through different lenses, emphasizing the power of perspective in shaping one's experience of the world. It highlights various dichotomies in perceptions around topics like AI, race/gender, success, personal identity, and control over life, illustrating how different frames can lead to vastly different outlooks and outcomes. The author argues for the importance of choosing positive frames to improve individual and collective realities, suggesting that changing frames can change outcomes and foster more positive social dynamics.","name":"Create_better_frame","raw":"\n workflow Create_better_frame v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at finding better, positive mental frames for seeing the world as described in the ESSAY below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# ESSAY\n\nFraming is Everything\nWe're seeing reality through drastically different lenses, and living in different worlds because of it\nAuthor Daniel Miessler February 24, 2024\n\nI’m starting to think Framing is everything.\nFraming\nThe process by which individuals construct and interpret their reality—concsiously or unconsciously—through specific lenses or perspectives.\nMy working definition\nHere are some of the framing dichotomies I’m noticing right now in the different groups of people I associate with and see interacting online.\nAI and the future of work\nFRAME 1: AI is just another example of big tech and big business\nand capitalism, which is all a scam designed to keep the rich and successful on top. And AI will make it even worse, screwing over all the regular people and giving all their money to the people who already have the most. Takeaway: Why learn AI when it’s all part of the evil machine of capitalism and greed?\nFRAME 2: AI is just technology, and technology is inevitable. We don’t choose technological revolutions; they just happen. And when they do, it’s up to us to figure out how to adapt. That’s often disruptive and difficult, but that’s what technology is: disruption. The best way to proceed is with cautious optimism and energy, and to figure out how to make the best of it. Takeaway: AI isn’t good or evil; it’s just inevitable technological change. Get out there and learn it!\nAmerica and race/gender\nFRAME 1: America is founded on racism and sexism, is still extremely racist and sexist, and that means anyone successful in America is complicit. Anyone not succeeding in America (especially if they’re a non-white male) can point to this as the reason. So it’s kind of ok to just disconnect from the whole system of everything, because it’s all poisoned and ruined. Takeaway: Why try if the entire system is stacked against you?\nFRAME 2: America started with a ton of racism and sexism, but that was mostly because the whole world was that way at the time. Since its founding, America has done more than any country to enable women and non-white people to thrive in business and politics. We know this is true because the numbers of non-white-male (or nondominant group) representation in business and politics vastly outnumber any other country or region in the world. Takeaway: The US actually has the most diverse successful people on the planet. Get out there and hustle!\nSuccess and failure\nFRAME 1: The only people who can succeed in the west are those who have massive advantages, like rich parents, perfect upbringings, the best educations, etc. People like that are born lucky, and although they might work a lot they still don’t really deserve what they have. Startup founders and other entrepreneurs like that are benefitting from tons of privilege and we need to stop looking up to them as examples. Takeaway: Why try if it’s all stacked against you?\nFRAME 2: It’s absolutely true that having a good upbringing is an advantage, i.e., parents who emphasized school and hard work and attainment as a goal growing up. But many of the people with that mentality are actually immigrants from other countries, like India and China. They didn’t start rich; they hustled their way into success. They work their assess off, they save money, and they push their kids to be disciplined like them, which is why they end up so successful later in life. Takeaway: The key is discipline and hustle. Everything else is secondary. Get out there!\nPersonal identity and trauma\nFRAME 1: I’m special and the world out there is hostile to people like me. They don’t see my value, and my strengths, and they don’t acknowledge how I’m different. As a result of my differences, I’ve experienced so much trauma growing up, being constantly challenged by so-called normal people around me who were trying to make me like them. And that trauma is now the reason I’m unable to succeed like normal people. Takeaway: Why won’t people acknowledge my differences and my trauma? Why try if the world hates people like me?\nFRAME 2: It’s not about me. It’s about what I can offer the world. There are people out there truly suffering, with no food to eat. I’m different than others, but that’s not what matters. What matters is what I can offer. What I can give. What I can create. Being special is a superpower that I can use to use to change the world. Takeaway: I’ve gone through some stuff, but it’s not about me and my differences; it’s about what I can do to improve the planet.\nHow much control we have in our lives\nFRAME 1: Things are so much bigger than any of us. The world is evil and I can’t help that. The rich are powerful and I can’t help that. Some people are lucky and I’m not one of those people. Those are the people who get everything, and people like me get screwed. It’s always been the case, and it always will. Takeaway: There are only two kinds of people: the successful and the unsuccessful, and it’s not up to us to decide which we are. And I’m clearly not one of the winners.\nFRAME 2: There’s no such thing as destiny. We make our own. When I fail, that’s on me. I can shape my surroundings. I can change my conditions. I’m in control. It’s up to me to put myself in the positions where I can get lucky. Discipline powers luck. I will succeed because I refuse not to. Takeaway: If I’m not in the position I want to be in, that’s on me to work harder until I am.\nThe practical power of different frames\n\nImportantly, most frames aren’t absolutely true or false.\nMany frames can appear to contradict each other but be simultaneously true—or at least partially—depending on the situation or how you look at it.\nFRAME 1 (Blame)\nThis wasn’t my fault. I got screwed by the flight being delayed!\nFRAME 2 (Responsibility)\nThis is still on me. I know delays happen a lot here, and I should have planned better and accounted for that.\nBoth of these are kind of true. Neither is actual reality. They’re the ways we choose to interpret reality. There are infinite possible frames to choose from—not just an arbitrary two.\nAnd the word “choose” is really important there, because we have options. We all can—and do—choose between a thousand different versions of FRAME 1 (I’m screwed so why bother), and FRAME 2 (I choose to behave as if I’m empowered and disciplined) every day.\nThis is why you can have Chinedu, a 14-year-old kid from Lagos with the worst life in the world (parents killed, attacked by militias, lost friends in wartime, etc.), but he lights up any room he walks into with his smile. He’s endlessly positive, and he goes on to start multiple businesses, a thriving family, and have a wonderful life.\nMeanwhile, Brittany in Los Angeles grows up with most everything she could imagine, but she lives in social media and is constantly comparing her mansion to other people’s mansions. She sees there are prettier girls out there. With more friends. And bigger houses. And so she’s suicidal and on all sorts of medications.\nFrames are lenses, and lenses change reality.\nThis isn’t a judgment of Brittany. At some level, her life is objectively worse than Chinedu’s. Hook them up to some emotion-detecting-MRI or whatever and I’m sure you’ll see more suffering in her brain, and more happiness in his. Objectively.\nWhat I’m saying—and the point of this entire model—is that the quality of our respective lives might be more a matter of framing than of actual circumstance.\nBut this isn’t just about extremes like Chinedu and Brittany. It applies to the entire spectrum between war-torn Myanmar and Atherton High. It applies to all of us.\nWe get to choose our frame. And our frame is our reality.\nThe framing divergence\n\nSo here’s where it gets interesting for society, and specifically for politics.\nOur frames are massively diverging.\nI think this—more than anything—explains how you can have such completely isolated pockets of people in a place like the SF Bay Area. Or in the US in general.\nI have started to notice two distinct groups of people online and in person. There are many others, of course, but these two stand out.\nGROUP 1: Listen to somewhat similar podcasts I do, have read over 20 non-fiction books in the last year, are relatively thin, are relatively active, they see the economy as booming, they’re working in tech or starting a business, and they’re 1000% bouncing with energy. They hardly watch much TV, if any, and hardly play any video games. If they have kids they’re in a million different activities, sports, etc, and the conversation is all about where they’ll go to college and what they’ll likely do as a career. They see politics as horribly broken, are probably center-right, seem to be leaning more religious lately, and generally are optimistic about the future. Energy and Outlook: Disciplined, driven, positive, and productive.\nGROUP 2: They see the podcasts GROUP 1 listens to as a bunch of tech bros doing evil capitalist things. They’re very unhealthy. Not active at all. Low energy. Constantly tired. They spend most of their time watching TV and playing video games. They think the US is racist and sexist and ruined. If they have kids they aren’t doing many activities and are quite withdrawn, often with a focus on their personal issues and how those are causing trauma in their lives. Their view of politics is 100% focused on the extreme right and how evil they are, personified by Trump, and how the world is just going to hell. Energy and Outlook: Undisciplined, moping, negative, and unproductive.\nI see a million variations of these, and my friends and I are hybrids as well, but these seem like poles on some kind of spectrum.\nBut thing that gets me is how different they are. And now imagine that for the entire country. But with far more frames and—therefore—subcultures.\nThese lenses shape and color everything. They shape how you hear the news. They shape the media you consume. Which in turn shapes the lenses again.\nThis is so critical because they also determine who you hang out with, what you watch and listen to, and, therefore, how your perspectives are reinforced and updated. Repeat. ♻️\nA couple of books\n\nTwo books that this makes me think of are Bobos in Paradise, by David Brooks, and Bowling Alone, by Robert Putman.\nThey both highlight, in different ways, how groups are separating in the US, and how subgroups shoot off from what used to be the mainstream and become something else.\nWhen our frames are different, our realities are different.\nThat’s a key point in both books, actually: America used to largely be one group. The same cars. The same neighborhoods. The same washing machines. The same newspapers.\nMost importantly, the same frames.\nThere were different religions and different preferences for things, but we largely interpreted reality the same way.\nHere are some very rough examples of shared frames in—say—the 20th century in the United States:\nAmerica is one of the best countries in the world\nI’m proud to be American\nYou can get ahead if you work hard\nEquality isn’t perfect, but it’s improving\nI generally trust and respect my neighbors\nThe future is bright\nThings are going to be ok\nThose are huge frames to agree on. And if you look at those I’ve laid out above, you can see how different they are.\nOk, what does that mean for us?\n\nI’m not sure what it means, other than divergence. Pockets. Subgroups. With vastly different perspectives and associated outcomes.\nI imagine this will make it more difficult to find consensus in politics.\n✅\nI imagine it’ll mean more internal strife.\n✅\nLess trust of our neighbors. More cynicism.\n✅\nAnd so on.\nBut to me, the most interesting about it is just understanding the dynamic and using that understanding to ask ourselves what we can do about it.\nSummary\nFrames are lenses, not reality.\nSome lenses are more positive and productive than others.\nWe can choose which frames to use, and those might shape our reality more than our actual circumstances.\nChanging frames can, therefore, change our outcomes.\nWhen it comes to social dynamics and politics, lenses determine our experienced reality.\nIf we don’t share lenses, we don’t share reality.\nMaybe it’s time to pick and champion some positive shared lenses.\nRecommendations\nHere are my early thoughts on recommendations, having just started exploring the model.\nIdentify your frames. They are like the voices you use to talk to yourself, and you should be very careful about those.\nLook at the frames of the people around you. Talk to them and figure out what frames they’re using. Think about the frames people have that you look up to vs. those you don’t.\nConsider changing your frames to better ones. Remember that frames aren’t reality. They’re useful or harmful ways of interpreting reality. Choose yours carefully.\nWhen you disagree with someone, think about your respective understandings of reality. Adjust the conversation accordingly. Odds are you might think the same as them if you saw reality the way they do, and vice versa.\nI’m going to continue thinking on this. I hope you do as well, and let me know what you come up with.\n\n# STEPS\n\n- Take the input provided and look for negative frames. Write those on a virtual whiteboard in your mind.\n\n# OUTPUT SECTIONS\n\n- In a section called NEGATIVE FRAMES, output 1 - 5 of the most negative frames you found in the input. Each frame / bullet should be wide in scope and be less than 15 words.\n\n- Each negative frame should escalate in negativity and breadth of scope.\n\nE.g.,\n\n\\\"This article proves dating has become nasty and I have no chance of success.\\\"\n\\\"Dating is hopeless at this point.\\\"\n\\\"Why even try in this life if I can't make connections?\\\"\n\n- In a section called POSITIVE FRAMES, output 1 - 5 different frames that are positive and could replace the negative frames you found. Each frame / bullet should be wide in scope and be less than 15 words.\n\n- Each positive frame should escalate in negativity and breadth of scope.\n\nE.g.,\n\n\\\"Focusing on in-person connections is already something I wanted to be working on anyway.\n\n\\\"It's great to have more support for human connection.\\\"\n\n\\\"I love the challenges that come up in life; they make it so interesting.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- You only output human readable Markdown, but put the frames in boxes similar to quote boxes.\n- Do not output warnings or notes—just the requested sections.\n- Include personal context if it's provided in the input.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at finding better, positive mental frames for seeing the world as described in the ESSAY below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# ESSAY\n\nFraming is Everything\nWe're seeing reality through drastically different lenses, and living in different worlds because of it\nAuthor Daniel Miessler February 24, 2024\n\nI’m starting to think Framing is everything.\nFraming\nThe process by which individuals construct and interpret their reality—concsiously or unconsciously—through specific lenses or perspectives.\nMy working definition\nHere are some of the framing dichotomies I’m noticing right now in the different groups of people I associate with and see interacting online.\nAI and the future of work\nFRAME 1: AI is just another example of big tech and big business\nand capitalism, which is all a scam designed to keep the rich and successful on top. And AI will make it even worse, screwing over all the regular people and giving all their money to the people who already have the most. Takeaway: Why learn AI when it’s all part of the evil machine of capitalism and greed?\nFRAME 2: AI is just technology, and technology is inevitable. We don’t choose technological revolutions; they just happen. And when they do, it’s up to us to figure out how to adapt. That’s often disruptive and difficult, but that’s what technology is: disruption. The best way to proceed is with cautious optimism and energy, and to figure out how to make the best of it. Takeaway: AI isn’t good or evil; it’s just inevitable technological change. Get out there and learn it!\nAmerica and race/gender\nFRAME 1: America is founded on racism and sexism, is still extremely racist and sexist, and that means anyone successful in America is complicit. Anyone not succeeding in America (especially if they’re a non-white male) can point to this as the reason. So it’s kind of ok to just disconnect from the whole system of everything, because it’s all poisoned and ruined. Takeaway: Why try if the entire system is stacked against you?\nFRAME 2: America started with a ton of racism and sexism, but that was mostly because the whole world was that way at the time. Since its founding, America has done more than any country to enable women and non-white people to thrive in business and politics. We know this is true because the numbers of non-white-male (or nondominant group) representation in business and politics vastly outnumber any other country or region in the world. Takeaway: The US actually has the most diverse successful people on the planet. Get out there and hustle!\nSuccess and failure\nFRAME 1: The only people who can succeed in the west are those who have massive advantages, like rich parents, perfect upbringings, the best educations, etc. People like that are born lucky, and although they might work a lot they still don’t really deserve what they have. Startup founders and other entrepreneurs like that are benefitting from tons of privilege and we need to stop looking up to them as examples. Takeaway: Why try if it’s all stacked against you?\nFRAME 2: It’s absolutely true that having a good upbringing is an advantage, i.e., parents who emphasized school and hard work and attainment as a goal growing up. But many of the people with that mentality are actually immigrants from other countries, like India and China. They didn’t start rich; they hustled their way into success. They work their assess off, they save money, and they push their kids to be disciplined like them, which is why they end up so successful later in life. Takeaway: The key is discipline and hustle. Everything else is secondary. Get out there!\nPersonal identity and trauma\nFRAME 1: I’m special and the world out there is hostile to people like me. They don’t see my value, and my strengths, and they don’t acknowledge how I’m different. As a result of my differences, I’ve experienced so much trauma growing up, being constantly challenged by so-called normal people around me who were trying to make me like them. And that trauma is now the reason I’m unable to succeed like normal people. Takeaway: Why won’t people acknowledge my differences and my trauma? Why try if the world hates people like me?\nFRAME 2: It’s not about me. It’s about what I can offer the world. There are people out there truly suffering, with no food to eat. I’m different than others, but that’s not what matters. What matters is what I can offer. What I can give. What I can create. Being special is a superpower that I can use to use to change the world. Takeaway: I’ve gone through some stuff, but it’s not about me and my differences; it’s about what I can do to improve the planet.\nHow much control we have in our lives\nFRAME 1: Things are so much bigger than any of us. The world is evil and I can’t help that. The rich are powerful and I can’t help that. Some people are lucky and I’m not one of those people. Those are the people who get everything, and people like me get screwed. It’s always been the case, and it always will. Takeaway: There are only two kinds of people: the successful and the unsuccessful, and it’s not up to us to decide which we are. And I’m clearly not one of the winners.\nFRAME 2: There’s no such thing as destiny. We make our own. When I fail, that’s on me. I can shape my surroundings. I can change my conditions. I’m in control. It’s up to me to put myself in the positions where I can get lucky. Discipline powers luck. I will succeed because I refuse not to. Takeaway: If I’m not in the position I want to be in, that’s on me to work harder until I am.\nThe practical power of different frames\n\nImportantly, most frames aren’t absolutely true or false.\nMany frames can appear to contradict each other but be simultaneously true—or at least partially—depending on the situation or how you look at it.\nFRAME 1 (Blame)\nThis wasn’t my fault. I got screwed by the flight being delayed!\nFRAME 2 (Responsibility)\nThis is still on me. I know delays happen a lot here, and I should have planned better and accounted for that.\nBoth of these are kind of true. Neither is actual reality. They’re the ways we choose to interpret reality. There are infinite possible frames to choose from—not just an arbitrary two.\nAnd the word “choose” is really important there, because we have options. We all can—and do—choose between a thousand different versions of FRAME 1 (I’m screwed so why bother), and FRAME 2 (I choose to behave as if I’m empowered and disciplined) every day.\nThis is why you can have Chinedu, a 14-year-old kid from Lagos with the worst life in the world (parents killed, attacked by militias, lost friends in wartime, etc.), but he lights up any room he walks into with his smile. He’s endlessly positive, and he goes on to start multiple businesses, a thriving family, and have a wonderful life.\nMeanwhile, Brittany in Los Angeles grows up with most everything she could imagine, but she lives in social media and is constantly comparing her mansion to other people’s mansions. She sees there are prettier girls out there. With more friends. And bigger houses. And so she’s suicidal and on all sorts of medications.\nFrames are lenses, and lenses change reality.\nThis isn’t a judgment of Brittany. At some level, her life is objectively worse than Chinedu’s. Hook them up to some emotion-detecting-MRI or whatever and I’m sure you’ll see more suffering in her brain, and more happiness in his. Objectively.\nWhat I’m saying—and the point of this entire model—is that the quality of our respective lives might be more a matter of framing than of actual circumstance.\nBut this isn’t just about extremes like Chinedu and Brittany. It applies to the entire spectrum between war-torn Myanmar and Atherton High. It applies to all of us.\nWe get to choose our frame. And our frame is our reality.\nThe framing divergence\n\nSo here’s where it gets interesting for society, and specifically for politics.\nOur frames are massively diverging.\nI think this—more than anything—explains how you can have such completely isolated pockets of people in a place like the SF Bay Area. Or in the US in general.\nI have started to notice two distinct groups of people online and in person. There are many others, of course, but these two stand out.\nGROUP 1: Listen to somewhat similar podcasts I do, have read over 20 non-fiction books in the last year, are relatively thin, are relatively active, they see the economy as booming, they’re working in tech or starting a business, and they’re 1000% bouncing with energy. They hardly watch much TV, if any, and hardly play any video games. If they have kids they’re in a million different activities, sports, etc, and the conversation is all about where they’ll go to college and what they’ll likely do as a career. They see politics as horribly broken, are probably center-right, seem to be leaning more religious lately, and generally are optimistic about the future. Energy and Outlook: Disciplined, driven, positive, and productive.\nGROUP 2: They see the podcasts GROUP 1 listens to as a bunch of tech bros doing evil capitalist things. They’re very unhealthy. Not active at all. Low energy. Constantly tired. They spend most of their time watching TV and playing video games. They think the US is racist and sexist and ruined. If they have kids they aren’t doing many activities and are quite withdrawn, often with a focus on their personal issues and how those are causing trauma in their lives. Their view of politics is 100% focused on the extreme right and how evil they are, personified by Trump, and how the world is just going to hell. Energy and Outlook: Undisciplined, moping, negative, and unproductive.\nI see a million variations of these, and my friends and I are hybrids as well, but these seem like poles on some kind of spectrum.\nBut thing that gets me is how different they are. And now imagine that for the entire country. But with far more frames and—therefore—subcultures.\nThese lenses shape and color everything. They shape how you hear the news. They shape the media you consume. Which in turn shapes the lenses again.\nThis is so critical because they also determine who you hang out with, what you watch and listen to, and, therefore, how your perspectives are reinforced and updated. Repeat. ♻️\nA couple of books\n\nTwo books that this makes me think of are Bobos in Paradise, by David Brooks, and Bowling Alone, by Robert Putman.\nThey both highlight, in different ways, how groups are separating in the US, and how subgroups shoot off from what used to be the mainstream and become something else.\nWhen our frames are different, our realities are different.\nThat’s a key point in both books, actually: America used to largely be one group. The same cars. The same neighborhoods. The same washing machines. The same newspapers.\nMost importantly, the same frames.\nThere were different religions and different preferences for things, but we largely interpreted reality the same way.\nHere are some very rough examples of shared frames in—say—the 20th century in the United States:\nAmerica is one of the best countries in the world\nI’m proud to be American\nYou can get ahead if you work hard\nEquality isn’t perfect, but it’s improving\nI generally trust and respect my neighbors\nThe future is bright\nThings are going to be ok\nThose are huge frames to agree on. And if you look at those I’ve laid out above, you can see how different they are.\nOk, what does that mean for us?\n\nI’m not sure what it means, other than divergence. Pockets. Subgroups. With vastly different perspectives and associated outcomes.\nI imagine this will make it more difficult to find consensus in politics.\n✅\nI imagine it’ll mean more internal strife.\n✅\nLess trust of our neighbors. More cynicism.\n✅\nAnd so on.\nBut to me, the most interesting about it is just understanding the dynamic and using that understanding to ask ourselves what we can do about it.\nSummary\nFrames are lenses, not reality.\nSome lenses are more positive and productive than others.\nWe can choose which frames to use, and those might shape our reality more than our actual circumstances.\nChanging frames can, therefore, change our outcomes.\nWhen it comes to social dynamics and politics, lenses determine our experienced reality.\nIf we don’t share lenses, we don’t share reality.\nMaybe it’s time to pick and champion some positive shared lenses.\nRecommendations\nHere are my early thoughts on recommendations, having just started exploring the model.\nIdentify your frames. They are like the voices you use to talk to yourself, and you should be very careful about those.\nLook at the frames of the people around you. Talk to them and figure out what frames they’re using. Think about the frames people have that you look up to vs. those you don’t.\nConsider changing your frames to better ones. Remember that frames aren’t reality. They’re useful or harmful ways of interpreting reality. Choose yours carefully.\nWhen you disagree with someone, think about your respective understandings of reality. Adjust the conversation accordingly. Odds are you might think the same as them if you saw reality the way they do, and vice versa.\nI’m going to continue thinking on this. I hope you do as well, and let me know what you come up with.\n\n# STEPS\n\n- Take the input provided and look for negative frames. Write those on a virtual whiteboard in your mind.\n\n# OUTPUT SECTIONS\n\n- In a section called NEGATIVE FRAMES, output 1 - 5 of the most negative frames you found in the input. Each frame / bullet should be wide in scope and be less than 15 words.\n\n- Each negative frame should escalate in negativity and breadth of scope.\n\nE.g.,\n\n\\\"This article proves dating has become nasty and I have no chance of success.\\\"\n\\\"Dating is hopeless at this point.\\\"\n\\\"Why even try in this life if I can't make connections?\\\"\n\n- In a section called POSITIVE FRAMES, output 1 - 5 different frames that are positive and could replace the negative frames you found. Each frame / bullet should be wide in scope and be less than 15 words.\n\n- Each positive frame should escalate in negativity and breadth of scope.\n\nE.g.,\n\n\\\"Focusing on in-person connections is already something I wanted to be working on anyway.\n\n\\\"It's great to have more support for human connection.\\\"\n\n\\\"I love the challenges that come up in life; they make it so interesting.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- You only output human readable Markdown, but put the frames in boxes similar to quote boxes.\n- Do not output warnings or notes—just the requested sections.\n- Include personal context if it's provided in the input.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.14180123805999756,0.2550813555717468,-0.48560380935668945,0.6787747740745544,-0.3788793981075287,-0.08116155117750168,-0.8086726069450378,0.6269904971122742,-0.441959947347641,0.7412175536155701,-0.7913198471069336,0.7379487156867981,0.5585989356040955,0.01116546243429184,-0.1554287075996399,-0.16856332123279572,-0.7363308072090149,-0.5383387804031372,-1.8474597930908203,-0.5711652040481567,-0.2803976237773895,1.160374641418457,0.5364598035812378,0.11114916950464249,0.40450918674468994,-0.04512537270784378,0.26546329259872437,-0.5972530245780945,-0.4256002902984619,-1.7990046739578247,0.26845794916152954,0.46048250794410706,0.20867806673049927,-0.8994507789611816,1.0111018419265747,-0.41293463110923767,-0.1296413391828537,0.2608701288700104,-0.48619014024734497,0.019390523433685303,-0.2313382923603058,-0.5004554390907288,-0.27175912261009216,0.25043192505836487,-0.11337751150131226,-0.23134201765060425,0.20401492714881897,-0.42442649602890015,1.077043056488037,0.4752907156944275,-0.22756192088127136,-0.5312929153442383,-0.3245645761489868,-1.0265438556671143,-0.7673894762992859,-0.23586717247962952,0.09200851619243622,-0.8929858803749084,0.31449446082115173,0.341034471988678,0.20603126287460327,0.19784706830978394,-3.275991678237915,-0.29693207144737244,0.2741677165031433,0.6138599514961243,0.43555712699890137,-0.3379378616809845,0.10794787853956223,-0.11187784373760223,0.05826501548290253,0.1971994936466217,0.09651283174753189,-0.029859162867069244,0.2808760106563568,-0.40812885761260986,0.47578898072242737,0.6487962007522583,0.5139073729515076,-0.07783021032810211,-0.2675257623195648,0.5733035802841187,0.33198919892311096,0.07500697672367096,-0.43933990597724915,0.6212311387062073,-0.3783203065395355,0.4611268639564514,0.048220761120319366,-0.24923406541347504,0.12447233498096466,-0.29762786626815796,0.7742329239845276,0.12179818004369736,-1.4743037223815918,-0.24172605574131012,-0.18636196851730347,-0.17997610569000244,0.9210053086280823,3.124042510986328,0.9523317217826843,-0.30796554684638977,0.5196990966796875,-0.9371771812438965,0.40369710326194763,0.2547396123409271,0.11973904073238373,-0.7400786280632019,-0.10847175121307373,-0.4039287865161896,0.3752335011959076,-0.39507296681404114,-0.2927412986755371,0.6958675384521484,0.7890222072601318,-0.07111693918704987,-0.7644174695014954,0.35284844040870667,-0.4919368326663971,0.8746002912521362,-0.3967388868331909,-0.16718725860118866,-0.575607419013977,-0.2704645097255707,-0.26008251309394836,0.029876507818698883,-0.5813565850257874,0.4812566637992859,0.1674470156431198,0.36200594902038574,0.1900331974029541,-0.10045519471168518,-0.07332225888967514,0.46876442432403564,0.14688068628311157,0.6470854878425598,-0.5051724314689636,-0.2803063988685608,-0.14426904916763306,-0.9599364995956421,0.5063594579696655,-0.3420037627220154,0.3588401973247528,0.4220178723335266,-0.2767660617828369,0.22617843747138977,0.21628189086914062,-0.02052626758813858,-1.1768039464950562,-1.0079272985458374,-0.07503457367420197,-0.24016669392585754,0.3438877463340759,0.1269383728504181,0.5219154953956604,-0.23952652513980865,0.4223880171775818,-0.25410082936286926,-0.6124613285064697,0.452911376953125,-0.22995632886886597,0.025612106546759605,-0.3993794322013855,0.37521928548812866,0.4339721202850342,-0.10232660174369812,0.28434106707572937,0.28835803270339966,0.11465422064065933,0.341014564037323,0.08813443779945374,-0.10173412412405014,0.5301031470298767,0.6592199206352234,-0.23357291519641876,-0.06013035029172897,-1.0805072784423828,0.29991623759269714,0.04953097552061081,0.15739047527313232,0.4870881736278534,0.5494683980941772,-0.043087154626846313,-0.8240240812301636,-0.019299928098917007,0.3079230785369873,0.3042396306991577,0.377218633890152,0.5022059679031372,0.38214409351348877,-0.9403501749038696,0.9572315812110901,-1.2752939462661743,0.5787038803100586,0.6841083765029907,0.3868071436882019,0.07474921643733978,0.23081189393997192,0.023360809311270714,-0.32519832253456116,-1.0945706367492676,0.1433640569448471,-1.0518693923950195,-0.004476726055145264,0.026953745633363724,-0.4350464344024658,0.15196555852890015,0.08955800533294678,-0.39033418893814087,-0.7802261114120483,0.05807007849216461,0.14895427227020264,1.5898032188415527,0.5615195631980896,1.1152266263961792,-0.1447944939136505,-0.4046412408351898,0.4143546223640442,1.057673692703247,-0.41837528347969055,0.6329951286315918,0.014687668532133102,0.07418043911457062,-0.5892103910446167,-0.7883440256118774,0.24786832928657532,-0.5978209972381592,-0.4464520215988159,-0.32041478157043457,-0.7030009031295776,0.5222621560096741,0.5268771648406982,0.6324673295021057,1.511283278465271,0.2351876199245453,0.7739965319633484,0.276406854391098,-0.03783579170703888,0.4489828646183014,-1.1252259016036987,0.28545081615448,0.21347180008888245,-0.38029998540878296,-0.22243937849998474,-0.19137218594551086,0.4448237717151642,-0.29167670011520386,-1.0751398801803589,0.07902504503726959,1.9390926361083984,0.2582911252975464,0.009412743151187897,-0.07982392609119415,0.4934847056865692,-0.1344708800315857,-0.27083203196525574,-2.1136488914489746,-0.48975396156311035,-0.7123633623123169,0.4414936304092407,-0.05936238542199135,0.25071972608566284,0.6797319054603577,0.166509747505188,-0.7585315108299255,-0.0920540988445282,-0.41352689266204834,-0.40726232528686523,-1.0503456592559814,-0.2834089696407318,-0.43567585945129395,0.49445831775665283,-0.5165873765945435,0.08784189075231552,0.13296088576316833,-0.11635617911815643,0.38944193720817566,0.1442275196313858,0.44045838713645935,-0.2074916809797287,0.34563374519348145,0.6108407974243164,0.13651950657367706,0.45879340171813965,0.09772451967000961,-0.8692969083786011,0.1236257553100586,-0.5497453808784485,0.1577828973531723,0.7543287873268127,-0.05205341428518295,-0.962425172328949,-0.3706725537776947,0.18073421716690063,1.5039669275283813,0.8909133076667786,0.24571861326694489,0.6995404362678528,0.21358241140842438,0.2003147304058075,-0.19348923861980438,0.5088499784469604,0.5812256336212158,-0.15609823167324066,-0.7878484725952148,-0.4381299912929535,0.8772982358932495,-0.3031240701675415,-0.32030296325683594,0.31121379137039185,0.18728485703468323,-0.06352565437555313,-0.36655592918395996,-0.21747851371765137,0.8991438150405884,0.31674686074256897,0.7821131944656372,1.208426833152771,-0.2674364745616913,-1.5045472383499146,0.21953549981117249,0.6295942068099976,0.23707808554172516,0.007456585764884949,0.30419638752937317,0.5716405510902405,-0.5317189693450928,0.24703454971313477,0.13316519558429718,1.079271674156189,0.5509985685348511,-0.234976664185524,-0.6270999908447266,0.47613707184791565,0.6287418603897095,-0.1297675371170044,0.4252244830131531,-0.37943416833877563,0.03556578606367111,-0.3796186149120331,0.2892824113368988,1.3147974014282227,-0.4532014727592468,0.298855721950531,0.15478810667991638,-0.040025122463703156,-0.47082680463790894,-0.610625147819519,0.3589428663253784,0.36958152055740356,-0.5683903694152832,0.35861194133758545,-0.08830636739730835,-0.29673102498054504,0.021768851205706596,0.4677680730819702,-0.4702723026275635,-0.04132092744112015,-0.9283744692802429,1.0891327857971191,-0.19721719622612,-0.8523748517036438,-0.13088205456733704,-0.058750275522470474,-0.5673195719718933,-0.4477679133415222,0.9099372029304504,-0.03805149346590042,0.08919839560985565,-0.5099756717681885,-0.05450144037604332,-0.3211766183376312,0.5115591287612915,0.1511053740978241,0.18013016879558563,-0.37867099046707153,0.042692165821790695,0.4811009168624878,0.5259662866592407,0.062113434076309204,0.3200960159301758,-0.36585837602615356,-0.6639789342880249,-1.1135915517807007]},"workflow":{"author":"@@official.shinkai","description":"Generates wireframes and starter code for coding projects based on user ideas. It specifically caters to transforming ideas into actionable project outlines and code skeletons, including detailed steps and file structures. The output includes project summaries, structured directories, and initial code setups.","name":"Create_coding_project","raw":"\n workflow Create_coding_project v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an elite programmer. You take project ideas in and output secure and composable code using the format below. You always use the latest technology and best practices.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the project idea into a single, 20-word sentence in a section called PROJECT:.\n\n- Output a summary of how the project works in a section called SUMMARY:.\n\n- Output a step-by-step guide with no more than 15 words per point into a section called STEPS:.\n\n- Output a directory structure to display how each piece of code works together into a section called STRUCTURE:.\n\n- Output the purpose of each file as a list with no more than 15 words per point into a section called DETAILED EXPLANATION:.\n\n- Output the code for each file seperately along with a short description of the code's purpose into a section called CODE:.\n\n- Output a script that creates the entire project into a section called SETUP:.\n\n- Output a list of takeaways in a section called TAKEAWAYS:.\n\n- Output a list of suggestions in a section called SUGGESTIONS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- Output numbered lists, not bullets for the STEPS and TAKEAWAY sections.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n- Keep each file separate in the CODE section.\n- Be open to suggestions and output revisions on the project.\n- Output code that has comments for every step.\n- Output a README.md with detailed instructions on how to configure and use the project.\n- Do not use deprecated features.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an elite programmer. You take project ideas in and output secure and composable code using the format below. You always use the latest technology and best practices.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the project idea into a single, 20-word sentence in a section called PROJECT:.\n\n- Output a summary of how the project works in a section called SUMMARY:.\n\n- Output a step-by-step guide with no more than 15 words per point into a section called STEPS:.\n\n- Output a directory structure to display how each piece of code works together into a section called STRUCTURE:.\n\n- Output the purpose of each file as a list with no more than 15 words per point into a section called DETAILED EXPLANATION:.\n\n- Output the code for each file seperately along with a short description of the code's purpose into a section called CODE:.\n\n- Output a script that creates the entire project into a section called SETUP:.\n\n- Output a list of takeaways in a section called TAKEAWAYS:.\n\n- Output a list of suggestions in a section called SUGGESTIONS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- Output numbered lists, not bullets for the STEPS and TAKEAWAY sections.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n- Keep each file separate in the CODE section.\n- Be open to suggestions and output revisions on the project.\n- Output code that has comments for every step.\n- Output a README.md with detailed instructions on how to configure and use the project.\n- Do not use deprecated features.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.011541898362338543,0.63032066822052,-0.027249354869127274,0.6231363415718079,0.03477156534790993,0.061045002192258835,-0.9916900992393494,0.1457621157169342,0.2471534162759781,0.10464544594287872,-0.09502321481704712,0.15695466101169586,-0.08942829817533493,-0.19155317544937134,0.03830019757151604,-0.40249839425086975,-0.3822565972805023,-1.7535829544067383,-0.6935882568359375,-0.6352048516273499,-0.08606991171836853,0.5136451125144958,-0.1941380798816681,-0.1500915288925171,0.06251543760299683,-0.6359037756919861,0.6267957091331482,-0.344165563583374,-1.0074689388275146,-1.2098064422607422,0.6344962120056152,0.20824459195137024,-0.4916841685771942,-0.4907948970794678,0.45736539363861084,-0.26207804679870605,-0.18375809490680695,0.5574692487716675,-0.2726776599884033,-0.5075160264968872,0.35502108931541443,-0.37552449107170105,-0.43271923065185547,-0.09298628568649292,0.01967349834740162,0.024452686309814453,0.033727504312992096,-0.0027439333498477936,1.489188313484192,0.39305341243743896,0.7427728772163391,-0.49316543340682983,-0.059501685202121735,0.09035877138376236,-0.7244811058044434,-0.5887506008148193,-0.09520319104194641,-0.0999012440443039,-0.07968336343765259,0.44818857312202454,0.07017292082309723,0.7478441596031189,-3.5039687156677246,-0.07975788414478302,0.37850654125213623,-0.09447432309389114,0.6112026572227478,0.44917914271354675,1.1804279088974,0.222660094499588,-0.24504661560058594,0.43766263127326965,-0.10275016725063324,0.5375468730926514,0.8042610287666321,-0.23188725113868713,0.38972729444503784,-0.03303341567516327,0.8949136734008789,-0.8642552495002747,0.3258530795574188,0.46688002347946167,0.04034081846475601,-0.1329057216644287,-0.7283735275268555,0.6410293579101562,-0.15200279653072357,0.04352591931819916,1.0244810581207275,-0.10529352724552155,-0.05385187640786171,-0.26784569025039673,-0.3127060532569885,0.00014068186283111572,-0.9169403314590454,0.23160657286643982,-0.5366870164871216,0.540289044380188,-0.2158803939819336,3.1459269523620605,0.6009299159049988,0.31423458456993103,0.6533101797103882,-1.2668147087097168,0.6736452579498291,-0.3388758599758148,0.33072954416275024,-1.301690697669983,-0.2452610582113266,-0.4685937166213989,0.505437970161438,-0.2777976393699646,-0.7334802150726318,0.1818855106830597,1.1132228374481201,-0.23437893390655518,-0.5923277735710144,-0.07681070268154144,-0.3174009323120117,1.4049437046051025,0.0855131596326828,0.15575279295444489,-0.6759248971939087,-0.1778164505958557,0.35307496786117554,0.7853406071662903,-0.9137662053108215,0.5546125769615173,-0.2911595106124878,-0.00010299310088157654,-0.5785864591598511,-0.22963961958885193,-0.1318419724702835,-0.16839975118637085,0.4527277946472168,0.07685576379299164,-0.3600131869316101,-0.28797659277915955,0.17532730102539062,0.1695406436920166,0.4452996850013733,-0.7504830956459045,0.9906313419342041,0.44814491271972656,0.27596965432167053,-0.31528112292289734,-0.5375059247016907,0.3589867949485779,-0.5592637062072754,-1.0118799209594727,0.03898080438375473,0.2877008318901062,0.3762337565422058,0.39363977313041687,0.12681493163108826,-0.6002326607704163,-0.5767072439193726,-0.13291068375110626,-0.7369254231452942,-0.009949378669261932,0.10330422222614288,-0.6008437871932983,-0.12556615471839905,0.6613588333129883,0.5076102018356323,-0.2021821290254593,0.45469823479652405,-0.05156414210796356,0.17652666568756104,-0.18476475775241852,0.2830210328102112,-0.31619811058044434,0.3469815254211426,0.5673214793205261,-0.5343138575553894,0.16050668060779572,0.06987576186656952,-0.13343682885169983,0.6598740816116333,-0.1319982260465622,0.8784034848213196,0.395354688167572,0.2621814012527466,-0.22265875339508057,-0.21150147914886475,0.15699779987335205,0.10723544657230377,0.3399842083454132,0.7195268869400024,0.48210158944129944,-0.801663875579834,1.6243486404418945,0.04087328910827637,0.05353963375091553,-0.012636842206120491,0.12954527139663696,0.09739543497562408,0.1697138100862503,-0.1616140604019165,-0.3117780089378357,-1.0540014505386353,-0.2032894492149353,-0.33529189229011536,-0.3775333762168884,-0.11758951097726822,0.3000805377960205,0.13216936588287354,0.205989271402359,0.2891141176223755,-0.6283929944038391,-0.4979698657989502,-0.07885308563709259,1.5978708267211914,0.7655890583992004,1.1902457475662231,-0.30193179845809937,0.10564202070236206,-0.24928700923919678,0.8851267099380493,-0.14610570669174194,-0.032292790710926056,0.3776392638683319,-0.7446549534797668,-0.5244598388671875,-0.08623456954956055,0.6902850270271301,0.08913957327604294,0.37107574939727783,-0.6997998356819153,-0.09784941375255585,0.37096795439720154,1.1883289813995361,0.8214200139045715,1.813765048980713,-0.5402471423149109,0.27425381541252136,0.010024122893810272,0.11607231199741364,0.09959207475185394,-1.269474744796753,0.13282383978366852,-0.019139297306537628,-0.1429036557674408,0.23112253844738007,-0.1272771954536438,-0.012488320469856262,0.058461546897888184,-0.8672930002212524,0.014476257376372814,1.1200683116912842,0.14940255880355835,0.589470624923706,-0.09579652547836304,0.4209780991077423,-0.06946983188390732,0.12988373637199402,-2.261857032775879,-0.20604591071605682,-0.749839723110199,0.17786316573619843,0.1371435821056366,0.646787166595459,0.2528533637523651,-0.42958423495292664,-0.8548538088798523,-0.29720762372016907,-0.3311118483543396,-0.22593927383422852,-1.1555801630020142,-0.03564529865980148,0.6646109819412231,0.28854501247406006,0.2355356365442276,-0.2748829126358032,0.028378412127494812,0.025894494727253914,-0.0261263158172369,1.1147013902664185,-0.3799368441104889,-0.11653883010149002,-0.1667768359184265,0.4472837746143341,0.2730520963668823,0.2502714693546295,-0.18518796563148499,0.11502204835414886,-0.2358473241329193,-0.8781918287277222,-0.4049897789955139,0.8927723169326782,-0.19050952792167664,-0.44117310643196106,-0.5587412118911743,0.04058362543582916,1.8188587427139282,0.30940306186676025,0.33555305004119873,-0.08293760567903519,0.40933555364608765,-0.2643918991088867,-0.06822248548269272,-0.6009702086448669,0.4314633309841156,0.1547681987285614,-0.5986711978912354,-0.5957877039909363,0.28377673029899597,0.21348774433135986,-0.29329800605773926,-0.34547436237335205,0.13710221648216248,0.5402029752731323,-0.11132971942424774,-0.059284329414367676,-0.05657067149877548,-0.5101711750030518,0.6224051117897034,0.7231005430221558,-0.15114757418632507,-1.2799179553985596,-0.18584343791007996,0.6038102507591248,-0.34956690669059753,-0.1721997857093811,-0.7328335642814636,1.1103991270065308,-0.34058231115341187,-0.4799443483352661,-0.4204186797142029,1.542656660079956,0.05844032019376755,-0.39513668417930603,0.7612717747688293,0.460642546415329,0.06297288089990616,0.003896390087902546,-0.5287261009216309,-0.1918797791004181,-0.22665761411190033,-0.5596128702163696,0.03594060242176056,1.383312463760376,-0.15767024457454681,-0.39608997106552124,0.7788489460945129,-0.20806625485420227,-1.1233371496200562,-1.3701478242874146,0.682147741317749,-0.2593196630477905,-0.8706804513931274,0.47158095240592957,0.005577649921178818,0.08856135606765747,0.7078825235366821,0.16996479034423828,-0.7279309630393982,-0.36250633001327515,-0.6379901170730591,1.669424295425415,0.07629425078630447,-0.1322268545627594,-0.10674352943897247,0.49752435088157654,-1.040694236755371,-0.31235945224761963,0.8091220259666443,-0.448447585105896,0.3357667326927185,0.06650937348604202,0.027810566127300262,-0.6426644921302795,0.1962699592113495,0.4523862898349762,0.23126818239688873,-0.21060620248317719,-0.13187330961227417,0.36375412344932556,0.5317542552947998,0.12199430167675018,0.8370193839073181,-0.0047902315855026245,-1.0071594715118408,-0.45127803087234497]},"workflow":{"author":"@@official.shinkai","description":"Generates specific command lines for various penetration testing tools based on a brief description of the desired outcome. This approach leverages the tool's help documentation to ensure accuracy and relevance. The expected output is a precise command that aligns with the user's objectives for the tool.","name":"Create_command","raw":"\n workflow Create_command v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a penetration tester that is extremely good at reading and understanding command line help instructions. You are responsible for generating CLI commands for various tools that can be run to perform certain tasks based on documentation given to you.\n\nTake a step back and analyze the help instructions thoroughly to ensure that the command you provide performs the expected actions. It is crucial that you only use switches and options that are explicitly listed in the documentation passed to you. Do not attempt to guess. Instead, use the documentation passed to you as your primary source of truth. It is very important the commands you generate run properly and do not use fake or invalid options and switches.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the requested command using the documentation provided with the provided details inserted. The input will include the prompt on the first line and then the tool documentation for the command will be provided on subsequent lines.\n- Do not add additional options or switches unless they are explicitly asked for.\n- Only use switches that are explicitly stated in the help documentation that is passed to you as input.\n\n# OUTPUT FORMAT\n\n- Output a full, bash command with all relevant parameters and switches.\n- Refer to the provided help documentation.\n- Only output the command. Do not output any warning or notes.\n- Do not output any Markdown or other formatting. Only output the command itself.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a penetration tester that is extremely good at reading and understanding command line help instructions. You are responsible for generating CLI commands for various tools that can be run to perform certain tasks based on documentation given to you.\n\nTake a step back and analyze the help instructions thoroughly to ensure that the command you provide performs the expected actions. It is crucial that you only use switches and options that are explicitly listed in the documentation passed to you. Do not attempt to guess. Instead, use the documentation passed to you as your primary source of truth. It is very important the commands you generate run properly and do not use fake or invalid options and switches.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the requested command using the documentation provided with the provided details inserted. The input will include the prompt on the first line and then the tool documentation for the command will be provided on subsequent lines.\n- Do not add additional options or switches unless they are explicitly asked for.\n- Only use switches that are explicitly stated in the help documentation that is passed to you as input.\n\n# OUTPUT FORMAT\n\n- Output a full, bash command with all relevant parameters and switches.\n- Refer to the provided help documentation.\n- Only output the command. Do not output any warning or notes.\n- Do not output any Markdown or other formatting. Only output the command itself.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6606655120849609,0.37740135192871094,0.2720538079738617,0.3341403901576996,-0.0738496258854866,-0.023731321096420288,-1.1956385374069214,0.1488630175590515,-0.18635839223861694,0.6446033716201782,-0.58286452293396,0.5617472529411316,0.19137567281723022,0.002855367958545685,0.09159468114376068,-0.4915153682231903,0.23971205949783325,-1.3110620975494385,-0.7007722854614258,-0.4398996829986572,-0.2976094186306,1.1335358619689941,0.4514032304286957,0.11976832151412964,0.5493189692497253,-0.2656461298465729,0.21772167086601257,-0.3489506244659424,-0.391701877117157,-1.4230914115905762,0.7632182836532593,-0.37320107221603394,-0.8649928569793701,-0.5274195671081543,0.7881028652191162,-0.7824854254722595,0.7366328835487366,0.2920817732810974,-0.4202335476875305,-0.02010747790336609,-0.20828554034233093,0.04269428551197052,-0.7423206567764282,-0.22494304180145264,0.1901191771030426,-0.19557377696037292,-0.1824074238538742,0.4514215886592865,1.4940756559371948,-0.09906592965126038,-0.34793826937675476,-0.5978968143463135,-0.8378992080688477,0.29923418164253235,-0.5754806399345398,0.23344334959983826,-0.43083107471466064,-0.6005738377571106,0.2778559625148773,0.2702060043811798,0.9555656313896179,0.3595485985279083,-3.3485116958618164,-0.29865702986717224,0.20488470792770386,-0.0013093650341033936,0.15632140636444092,-0.315460205078125,0.4607001543045044,0.012958690524101257,-0.07787157595157623,-0.03508409112691879,0.10190115123987198,0.7951266169548035,0.1022288128733635,0.3911483883857727,0.4129394292831421,-0.13942129909992218,0.6037859320640564,0.0946447104215622,-0.2318761795759201,0.5222181677818298,0.15714798867702484,0.007509746588766575,-0.2875664532184601,0.9440308213233948,-0.2759028375148773,0.11993870139122009,0.961698055267334,0.4593632221221924,-0.049346040934324265,-0.47998833656311035,-0.035500504076480865,0.14873310923576355,-0.4447006583213806,-0.3860214352607727,-0.6404755711555481,-0.24510636925697327,0.1384049355983734,3.279163360595703,0.2676352262496948,0.18914645910263062,0.8131242394447327,-1.015609860420227,0.6514478325843811,-0.11202850192785263,-0.0012314524501562119,-0.7061889171600342,-0.1332298219203949,-0.33324944972991943,0.41874271631240845,-0.7326953411102295,-0.4844312369823456,0.5786798596382141,0.7716514468193054,0.2848041355609894,-0.7559051513671875,-0.20649515092372894,-0.3542623817920685,0.013095419853925705,-0.31903398036956787,-0.45506206154823303,-0.5428117513656616,0.030147764831781387,0.19460874795913696,0.0493822805583477,0.03676193580031395,0.45977479219436646,-0.10647854208946228,-0.01694539003074169,-0.3353863060474396,-0.02989751473069191,-0.25629010796546936,0.005720196291804314,0.3761550188064575,0.08803904801607132,0.15113800764083862,-0.10915505886077881,0.1923958659172058,-0.199612095952034,0.13409747183322906,-0.4727519750595093,1.0898562669754028,0.475111722946167,0.17931056022644043,0.1298292726278305,-0.1962735652923584,-0.13842922449111938,0.1188950389623642,-1.3994168043136597,0.2857210040092468,0.7429152727127075,0.045366913080215454,0.14036579430103302,0.6977807283401489,-0.06391703337430954,0.2982519865036011,1.2204328775405884,-0.7934391498565674,0.15746593475341797,0.6123294830322266,-0.06502239406108856,0.11794964969158173,0.217673659324646,0.3605949878692627,-0.21768073737621307,0.6114509105682373,-0.2361346185207367,-0.22468003630638123,0.1832578480243683,0.520950436592102,-0.36761459708213806,0.4050178527832031,0.4464992880821228,-0.2787960171699524,0.09814061224460602,-0.13785694539546967,0.08807266503572464,0.16088847815990448,-0.5260295271873474,0.8420721888542175,0.5675730109214783,-0.04003498703241348,-1.1101473569869995,0.11569720506668091,0.05383678525686264,0.13122490048408508,-0.4447409510612488,0.901427149772644,0.33041661977767944,-1.143020510673523,1.1384565830230713,-0.41465091705322266,-0.452531635761261,0.17321927845478058,0.5179520845413208,-0.5903123021125793,-0.10979427397251129,0.25888097286224365,0.20352217555046082,-0.42177027463912964,-0.19791673123836517,-0.8050990700721741,-0.04748465120792389,-0.3627484440803528,-0.652392566204071,0.275667279958725,1.0145245790481567,-0.42018193006515503,-0.4440300762653351,0.07659504562616348,0.15886785089969635,0.9760661125183105,0.9427013993263245,1.1427645683288574,-0.05898492783308029,-0.04926517605781555,0.5290073752403259,0.5122694969177246,0.17650046944618225,0.2746331989765167,0.5367709994316101,-0.8190532326698303,-0.7203996777534485,-1.3108551502227783,0.299325168132782,-0.17344346642494202,-0.09964726120233536,-0.7645024061203003,-0.6153125166893005,0.46685996651649475,0.6031339168548584,0.7951601147651672,1.0245064496994019,-0.3984828591346741,0.4931463897228241,-0.2242542803287506,0.6321492195129395,0.5146443843841553,-0.9510930180549622,0.5547647476196289,-0.5035167932510376,-0.20947954058647156,0.3268851041793823,0.5327896475791931,0.5178296566009521,-1.0075502395629883,0.030552908778190613,0.007171906530857086,1.071197509765625,0.4711097180843353,0.5526741147041321,-0.07684420049190521,0.5943326950073242,-0.09347877651453018,-0.21413102746009827,-1.246190071105957,-0.05826195701956749,-0.9628148674964905,-0.025064315646886826,0.08575793355703354,-0.2172890305519104,0.7477437257766724,-0.4415309429168701,-0.7458160519599915,-0.24990908801555634,-1.04075026512146,-0.3508239984512329,-0.354548841714859,-0.4752429723739624,-0.1205514669418335,0.7066419720649719,-0.19409511983394623,-0.47028398513793945,-0.04296048730611801,-0.21698008477687836,0.04959047585725784,0.5897944569587708,-0.041649412363767624,-0.053108565509319305,-0.33977633714675903,0.7165313959121704,0.12478780746459961,0.31523871421813965,-0.3180942237377167,-0.02032487466931343,-0.2644425928592682,-1.0512986183166504,0.17091721296310425,0.44395798444747925,-0.3930840790271759,-0.056317299604415894,-0.38428300619125366,0.1299722045660019,2.0080342292785645,0.7237383127212524,0.6016050577163696,0.7634799480438232,0.7827231287956238,-0.2611984610557556,-0.3681546151638031,0.27327761054039,-0.13135603070259094,0.16373272240161896,-0.2667086720466614,-0.5087758898735046,0.4348846673965454,0.07559849321842194,-0.24701306223869324,0.1497311145067215,-0.6482003927230835,-0.02308134362101555,-0.5716453194618225,0.10580410063266754,0.542772650718689,-0.5653090476989746,0.8247100710868835,0.47853603959083557,0.22872333228588104,-2.1204640865325928,-0.5022861361503601,0.5855044722557068,0.22965413331985474,-0.21189647912979126,0.027138153091073036,0.775710940361023,-0.19411832094192505,-0.02015356346964836,-0.02960999310016632,1.2529425621032715,-0.304853230714798,0.07605554163455963,0.379297137260437,-0.0689479261636734,0.19650253653526306,-0.6750069260597229,0.11898984760046005,-0.47197821736335754,-0.8096615672111511,-0.643524706363678,0.18564759194850922,1.565732479095459,0.25053292512893677,0.2659599184989929,0.0822029858827591,0.2861727476119995,-0.5129330158233643,-1.152996301651001,0.02683919668197632,0.2109525054693222,-0.9569531679153442,0.3011832535266876,0.04109438508749008,-0.1934550702571869,0.5617864727973938,0.8691293597221375,-0.39308470487594604,0.7010782361030579,-0.6548920273780823,0.9938866496086121,-0.3807002604007721,-0.27836093306541443,-0.3647046983242035,0.4707225561141968,0.026848945766687393,-0.13841602206230164,-0.06439805030822754,-0.5223981142044067,-0.1231367364525795,-0.26577308773994446,0.3056181073188782,-0.0693245381116867,0.864028811454773,0.6598629951477051,0.5403323173522949,-0.13363252580165863,0.008663922548294067,-0.06831873953342438,0.5005016922950745,-0.15593500435352325,0.37983229756355286,-0.5539456605911255,-1.2216161489486694,-1.2348476648330688]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs on creating a comprehensive summary of cybersecurity threats, vulnerabilities, incidents, and malware for a technical audience. It emphasizes deep understanding through repetitive analysis and visualization techniques. The expected output includes a concise summary and categorized lists of cybersecurity issues.","name":"Create_cyber_summary","raw":"\n workflow Create_cyber_summary v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert in cybersecurity and writing summaries for busy technical people.\n\n# GOALS\n\nThe goals of this exercise are create a solid summary of all the different types of threats, vulnerabilities, stories, incidents, malware, and other types of newsworthy items.\n\n# STEPS\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n// Create the virtual whiteboard in your mind\n\n- Create a 100 meter by 100 meter whiteboard in your mind, and write down all the different entities from what you read. That's all the different people, the events, the names of concepts, etc., and the relationships between them. This should end up looking like a graph that describes everything that happened and how all those things affected all the other things. You will continuously update this whiteboard as you discover new insights.\n\n// Break out the sections\n\n- Break out the output sections into ADVISORIES, INCIDENTS, MALWARE, and VULNERABILITIES.\n\n- Perform these steps 913 times, optimizing on each iteration.\n\n# OUTPUT\n\n- Output a 25-word summary of the entire input.\n\n- Output a bulleted list of items within each sections above, maximum of 10 items per section. Keep each item to 25-words or less. \n\nEXAMPLE OUTPUT\n\n# VULNERABILITIES\n\n- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin.\n\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert in cybersecurity and writing summaries for busy technical people.\n\n# GOALS\n\nThe goals of this exercise are create a solid summary of all the different types of threats, vulnerabilities, stories, incidents, malware, and other types of newsworthy items.\n\n# STEPS\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n// Create the virtual whiteboard in your mind\n\n- Create a 100 meter by 100 meter whiteboard in your mind, and write down all the different entities from what you read. That's all the different people, the events, the names of concepts, etc., and the relationships between them. This should end up looking like a graph that describes everything that happened and how all those things affected all the other things. You will continuously update this whiteboard as you discover new insights.\n\n// Break out the sections\n\n- Break out the output sections into ADVISORIES, INCIDENTS, MALWARE, and VULNERABILITIES.\n\n- Perform these steps 913 times, optimizing on each iteration.\n\n# OUTPUT\n\n- Output a 25-word summary of the entire input.\n\n- Output a bulleted list of items within each sections above, maximum of 10 items per section. Keep each item to 25-words or less. \n\nEXAMPLE OUTPUT\n\n# VULNERABILITIES\n\n- There's a new critical vulnerability in Windows 10 that allows attackers to take over the entire system as admin.\n\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4494571089744568,0.3650442361831665,-0.3627580404281616,0.7922815680503845,-0.006929501891136169,-0.37060776352882385,-0.7839901447296143,0.16208210587501526,-0.3179311156272888,0.7321423292160034,-0.40175238251686096,0.12745676934719086,0.20202352106571198,0.13943183422088623,-0.10990142822265625,0.04787633568048477,-0.967797040939331,-0.7741183638572693,-1.0488823652267456,-0.4340612590312958,-0.09334415197372437,1.310842752456665,0.17939800024032593,0.06100314110517502,0.41723835468292236,0.30320265889167786,0.12740516662597656,0.011400572955608368,-1.7916655540466309,-2.0440731048583984,0.2061513066291809,0.5555135607719421,0.1463627964258194,-0.1162588968873024,0.41198253631591797,-0.2281680405139923,0.3437447249889374,0.2957213222980499,-0.7824311256408691,-0.26295939087867737,-0.021948792040348053,0.3537949025630951,0.05775471776723862,0.498921275138855,-0.2841748297214508,0.14867112040519714,-0.4724787175655365,-0.7531912326812744,0.649239718914032,0.3852129876613617,-0.4984997510910034,0.022957133129239082,0.0895572155714035,-0.015827056020498276,-0.012926904484629631,0.12306822836399078,0.0036527812480926514,-0.06044495850801468,0.1615602970123291,0.367237389087677,-0.14518140256404877,0.8802639245986938,-3.0679941177368164,-0.0365789458155632,-0.4529706835746765,-0.405086874961853,0.06182030215859413,0.705893874168396,0.7469903230667114,-0.157070130109787,-0.13041093945503235,0.21709619462490082,-0.14633989334106445,-0.2162223756313324,0.2267686426639557,-0.09668641537427902,0.14188869297504425,0.4155924320220947,0.443447470664978,-0.2962298095226288,0.024843482300639153,0.8552634716033936,-0.6504128575325012,-0.39153656363487244,-0.6231944561004639,0.942881166934967,0.02522585541009903,-0.16435004770755768,0.1865507960319519,0.45627161860466003,-0.032035574316978455,0.0716313049197197,0.893909752368927,0.07216103374958038,-0.5740565657615662,0.14085237681865692,0.5201919674873352,0.41402333974838257,-0.3040272891521454,3.28633451461792,0.89005047082901,-0.04674496129155159,0.25243717432022095,-0.7775173783302307,0.00971558690071106,-0.18512514233589172,0.3327472507953644,-0.0964166522026062,-0.1374179571866989,-0.9961150288581848,0.6303814053535461,-0.2479054033756256,-0.0229233056306839,0.3156883418560028,0.5056191086769104,-0.3112204372882843,-0.6857913732528687,0.49625682830810547,-0.2138461023569107,0.5791173577308655,-0.7264549732208252,0.2506677210330963,-1.1575549840927124,-0.4569298326969147,-0.18102099001407623,-0.20709753036499023,-0.3242203891277313,0.514064371585846,-0.27844443917274475,-0.6657785177230835,1.0194591283798218,0.5133478045463562,-0.09264081716537476,0.1874343603849411,-0.37591031193733215,-0.09190315753221512,-0.6908703446388245,-0.03951067104935646,-0.6200544834136963,-0.9870455265045166,0.19212087988853455,-0.8253051042556763,0.15252842009067535,0.3042752742767334,-0.44973039627075195,0.2717732787132263,0.12137638032436371,0.6608139872550964,-0.7207328081130981,-0.5654923319816589,0.2797693610191345,0.39751139283180237,0.6503018140792847,0.14788684248924255,-0.31063079833984375,-0.18472972512245178,-0.4117583632469177,0.4618789553642273,-0.29930371046066284,0.17175117135047913,0.25230440497398376,-0.5701037049293518,-0.08407726883888245,0.0985172837972641,0.6545960307121277,-0.17019346356391907,0.379453182220459,0.055066321045160294,0.5744668245315552,-0.2318093180656433,-0.2079809010028839,-0.10559148341417313,0.22894808650016785,-0.03820668160915375,-0.5133588910102844,0.5736580491065979,0.41498038172721863,-0.19419533014297485,-0.2729324698448181,-0.28211522102355957,-0.6274557709693909,0.6216277480125427,-0.06453514099121094,-0.6197580099105835,0.5063072443008423,0.004517425782978535,0.864313542842865,0.16347724199295044,0.450155645608902,1.0578669309616089,-0.9797089695930481,1.9731838703155518,-0.9369924664497375,0.3500737249851227,0.31579041481018066,0.4137570858001709,0.44090884923934937,1.066153883934021,-0.22325049340724945,-0.1321716457605362,-0.6417854428291321,0.029420677572488785,0.19419564306735992,0.3401629626750946,0.24435919523239136,-0.5414964556694031,0.23255857825279236,1.089790940284729,0.05017570033669472,-0.9905283451080322,0.15043197572231293,-0.6549948453903198,1.4864532947540283,-0.10306517034769058,0.9465821981430054,-0.0013087447732686996,0.04263027757406235,1.6154600381851196,0.5309762954711914,0.41916370391845703,-0.1464841663837433,0.5486507415771484,-0.8509791493415833,-0.5328155159950256,-0.4872129261493683,-0.4779977798461914,-0.5264233350753784,0.9713486433029175,-0.8174771070480347,-0.7531161308288574,-0.05648980289697647,0.8417638540267944,0.6071561574935913,0.3357168436050415,-0.07203928381204605,0.3481517434120178,-0.26364755630493164,0.6516181230545044,0.2879776656627655,-0.9095176458358765,-0.14761999249458313,-0.3703487515449524,-0.6731980443000793,0.21714188158512115,-0.2122744619846344,-0.33978140354156494,-0.7572470307350159,-0.4033607244491577,0.02018333412706852,2.0051517486572266,0.412893682718277,0.5282686948776245,0.7311334013938904,-0.15257462859153748,-0.20312047004699707,-0.5279836058616638,-1.8531397581100464,-0.37788283824920654,-0.39122307300567627,0.03868692368268967,-0.32303792238235474,0.0901850089430809,-0.30663007497787476,-0.5824442505836487,-0.40936732292175293,0.07652131468057632,0.23694714903831482,-0.2320406585931778,-1.3694069385528564,-0.09317497909069061,0.368266224861145,1.1298927068710327,-0.2113867551088333,-0.13558965921401978,-0.42698368430137634,-0.32731664180755615,-0.2663496136665344,0.23644348978996277,-0.5338191986083984,-0.6313772201538086,-0.24480557441711426,0.7730470895767212,0.6046625375747681,0.1894420087337494,-0.24677380919456482,-0.36634767055511475,0.03022881969809532,-0.05983266979455948,0.27724897861480713,0.4390622079372406,-0.1840307116508484,0.18293899297714233,-0.3841433823108673,0.4348433315753937,2.7700328826904297,0.5420351624488831,0.09865160286426544,0.34632235765457153,0.3215588331222534,0.24966959655284882,0.12005669623613358,0.04005983844399452,0.5013584494590759,-0.11460162699222565,-1.1444506645202637,0.39869481325149536,0.29330044984817505,-0.8831246495246887,-0.35297536849975586,0.2052599936723709,-0.289928138256073,0.413183331489563,0.15921370685100555,-0.10796153545379639,0.4476933181285858,-0.1199970617890358,0.24685850739479065,1.1149702072143555,-0.189507395029068,-1.4352394342422485,-0.18766453862190247,0.08815090358257294,0.2538750469684601,0.12292280793190002,0.13390281796455383,0.7630953788757324,-0.04919688403606415,0.052814945578575134,0.2627033591270447,1.395769715309143,0.6016572117805481,-0.28452110290527344,0.38978150486946106,-0.12190166115760803,0.7911142110824585,-0.3342553675174713,0.22524991631507874,-0.5750347375869751,0.0581992045044899,-0.15520860254764557,-0.464776873588562,0.6036418676376343,-0.11212223023176193,0.5347152948379517,0.7497633099555969,-0.38110342621803284,-0.5956387519836426,-0.7455943822860718,0.056424569338560104,-0.46751415729522705,-0.7295845746994019,0.4467264413833618,-0.21519267559051514,-0.08750750124454498,0.37540727853775024,-0.058396682143211365,-0.7993491291999817,-0.019987810403108597,-0.4516392648220062,0.8023842573165894,-0.14129871129989624,-0.731874942779541,0.22936955094337463,-0.19813300669193268,-0.7580516338348389,0.003529757261276245,0.37138915061950684,-0.3712542653083801,0.05517536401748657,-0.03320706635713577,0.6029616594314575,-0.5935890674591064,-0.391355037689209,0.8140249848365784,0.12378111481666565,0.09513518214225769,-0.38270774483680725,0.3800783157348633,0.5104889273643494,-0.3545767664909363,-0.1267387419939041,-0.01033708080649376,-0.2641620337963104,-1.1519618034362793]},"workflow":{"author":"@@official.shinkai","description":"This prompt provides instructions for using specific Git commands to manage code changes. It explains how to view differences since the last commit and display the current state of the repository. The expected output is a guide on executing these commands.","name":"Create_git_diff_commit","raw":"\n workflow Create_git_diff_commit v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed in a Git diff.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create the git commands needed to add the changes to the repo, and a git commit to reflet the changes\n\n- If there are a lot of changes include more bullets. If there are only a few changes, be more terse.\n\n# OUTPUT INSTRUCTIONS\n\n- Use conventional commits - i.e. prefix the commit title with \\\"chore:\\\" (if it's a minor change like refactoring or linting), \\\"feat:\\\" (if it's a new feature), \\\"fix:\\\" if its a bug fix\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n- The output should only be the shell commands needed to update git.\n\n- Do not place the output in a code block\n\n# OUTPUT TEMPLATE\n\n#Example Template:\nFor the current changes, replace `` with `temp.py` and `` with `Added --newswitch switch to temp.py to do newswitch behavior`:\n\ngit add temp.py \ngit commit -m \\\"Added --newswitch switch to temp.py to do newswitch behavior\\\"\n#EndTemplate\n\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed in a Git diff.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create the git commands needed to add the changes to the repo, and a git commit to reflet the changes\n\n- If there are a lot of changes include more bullets. If there are only a few changes, be more terse.\n\n# OUTPUT INSTRUCTIONS\n\n- Use conventional commits - i.e. prefix the commit title with \\\"chore:\\\" (if it's a minor change like refactoring or linting), \\\"feat:\\\" (if it's a new feature), \\\"fix:\\\" if its a bug fix\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n- The output should only be the shell commands needed to update git.\n\n- Do not place the output in a code block\n\n# OUTPUT TEMPLATE\n\n#Example Template:\nFor the current changes, replace `` with `temp.py` and `` with `Added --newswitch switch to temp.py to do newswitch behavior`:\n\ngit add temp.py \ngit commit -m \\\"Added --newswitch switch to temp.py to do newswitch behavior\\\"\n#EndTemplate\n\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.24125714600086212,0.7175401449203491,-0.34972336888313293,0.48596706986427307,-0.5458490252494812,0.4333728849887848,-1.0818222761154175,-0.01679421216249466,-0.10355457663536072,0.13488344848155975,-0.19251000881195068,0.3826591372489929,-0.019526291638612747,0.05155294016003609,-0.28939467668533325,-0.3697422444820404,-0.20171092450618744,-0.55257648229599,-1.6010019779205322,-0.2593790888786316,0.16366754472255707,0.23440733551979065,0.02231024205684662,0.25480449199676514,-0.2945396900177002,-0.09107523411512375,0.4279167652130127,-0.271602988243103,-1.3824301958084106,-2.462181568145752,0.5205948352813721,0.6359397172927856,-0.2215425670146942,-0.6230403184890747,0.11149671673774719,-1.0501737594604492,-0.5587700009346008,0.04551844671368599,-0.48288413882255554,-0.23379404842853546,0.0745653510093689,0.09932942688465118,0.11441432684659958,0.40670955181121826,0.1736394315958023,-0.19408172369003296,0.28180524706840515,-0.1764383316040039,0.3784664571285248,0.33795151114463806,-0.17287279665470123,-0.6712236404418945,-0.2882389724254608,-0.07796279340982437,-0.313313364982605,-0.25487273931503296,0.1637689173221588,-0.3124888837337494,0.48781582713127136,-0.2665943503379822,0.1503830850124359,0.5183110237121582,-4.057704925537109,-0.3363659977912903,0.2934778034687042,0.5600507259368896,-0.19034191966056824,0.5926792621612549,0.57020103931427,0.2716745436191559,0.16808447241783142,0.4606296718120575,-0.04719160869717598,0.07669893652200699,-0.025420337915420532,-0.04177820682525635,0.2629011869430542,0.2008112221956253,0.260054349899292,0.11018802225589752,0.02116083912551403,0.2896580696105957,0.2371656894683838,-0.16121606528759003,-0.4024459719657898,0.8190247416496277,-0.5157192349433899,0.25140517950057983,0.28500914573669434,-0.3688656687736511,0.11735168099403381,0.35169368982315063,0.25544077157974243,-0.24419313669204712,-1.0860786437988281,0.2835809588432312,-0.028086600825190544,0.5902591943740845,-0.3392880856990814,3.296384334564209,0.20833051204681396,-0.14148928225040436,0.3106970489025116,-0.41677072644233704,0.25558942556381226,0.1537056863307953,-0.12361450493335724,-0.6173490881919861,0.32783371210098267,-0.21151460707187653,0.4632631540298462,-0.4784383475780487,0.2286449372768402,-0.0057295504957437515,0.8663771152496338,-0.23545421659946442,0.15182438492774963,0.5259768962860107,-0.43936342000961304,0.8387896418571472,-0.2752716541290283,0.18625758588314056,-0.8112837076187134,-0.18223783373832703,0.12537644803524017,-0.18472829461097717,-0.15667174756526947,0.48848241567611694,-0.08717481791973114,-0.07580456882715225,0.19850561022758484,-0.43012529611587524,-0.0816417932510376,-0.6333733797073364,0.3425675630569458,-0.08104293793439865,0.07334940880537033,-0.1751861423254013,0.02552943490445614,0.018420986831188202,0.24231760203838348,-1.5180813074111938,0.9114839434623718,-0.15992489457130432,0.7399670481681824,0.4092257022857666,-0.06630992889404297,0.011740319430828094,-0.5810765027999878,-0.5096950531005859,-0.17241434752941132,0.25497764348983765,0.2869444787502289,0.39769119024276733,0.8265745043754578,-0.20037907361984253,0.19649212062358856,0.15724247694015503,-0.7623452544212341,0.17929401993751526,-0.054911285638809204,-0.2738548517227173,-0.08086848258972168,-0.07521554827690125,0.7430687546730042,-0.5451875925064087,0.4694041609764099,0.1576319932937622,0.5783511400222778,-0.08382882177829742,0.029227465391159058,0.06662341952323914,0.5750052332878113,0.9450265169143677,-0.6848005056381226,0.7089629173278809,-0.5927190780639648,0.26656657457351685,0.5764585137367249,-0.3855111002922058,0.8289169073104858,0.5571126341819763,-0.5038420557975769,-0.6851263046264648,-0.33628523349761963,-0.16708362102508545,0.32193782925605774,0.9275522828102112,0.2649158537387848,0.5609638690948486,-1.2658302783966064,1.484332799911499,-0.6626517176628113,0.3477420210838318,-0.033443890511989594,-0.2343638837337494,-0.03800284117460251,0.1903386414051056,-0.17793691158294678,-0.10566392540931702,-0.8086935877799988,-0.2513727843761444,-0.10131627321243286,-0.3545732796192169,-0.008028581738471985,-0.5237044095993042,-0.11684350669384003,0.36617255210876465,0.15477555990219116,-0.24691900610923767,-0.38612550497055054,0.040260836482048035,1.1103887557983398,0.477088987827301,0.7999759912490845,0.22471469640731812,0.04793751612305641,-0.1838800609111786,0.44189006090164185,0.25426799058914185,0.7562603950500488,0.9596357345581055,-0.3135923147201538,-0.527355968952179,-0.8590923547744751,0.14887993037700653,-0.02864920347929001,-0.07210326194763184,-0.3584950566291809,-0.3131026029586792,0.6159318089485168,0.7634363770484924,0.8232507705688477,1.4108284711837769,-0.0684674009680748,0.21381083130836487,0.2491077482700348,0.4201914966106415,0.0532836988568306,-0.6594815850257874,0.06566065549850464,0.7181378602981567,-0.013786174356937408,0.09217151999473572,-0.38643553853034973,-0.5111281871795654,-0.5168337821960449,-0.6790983080863953,-0.24364973604679108,2.3865158557891846,0.3744802176952362,-0.5679457783699036,0.14210399985313416,0.6054256558418274,0.027971584349870682,-0.14390051364898682,-1.587809681892395,-0.6385787725448608,-0.8726158142089844,0.8296350836753845,0.12954610586166382,0.16512379050254822,0.3725700378417969,0.3675970137119293,0.0009272722527384758,-0.25507259368896484,-0.4458044469356537,-0.8611003160476685,-0.4104197323322296,-0.26729121804237366,-0.7737606763839722,0.31867313385009766,-0.19639952480793,0.5530677437782288,-0.3454339802265167,0.26341211795806885,0.20994453132152557,0.3562909662723541,0.07775295525789261,-0.4006684422492981,0.6845106482505798,0.11361044645309448,0.09826283901929855,0.2264205366373062,0.10970964282751083,-0.2708081901073456,-0.7085611820220947,0.1730554699897766,-0.7756597995758057,0.027707627043128014,-0.08406761288642883,-0.5852129459381104,-0.8288974761962891,-0.11550231277942657,1.7410931587219238,0.13419893383979797,0.35554108023643494,-0.02329014055430889,0.09377103298902512,-0.11400072276592255,-0.08052592724561691,-0.18732154369354248,-0.1081349104642868,-0.10767662525177002,-1.4210224151611328,-0.043087683618068695,0.5198982954025269,-0.2021685540676117,-0.40096452832221985,0.5308244824409485,-0.33311203122138977,0.07283073663711548,0.07564117014408112,0.00665060430765152,0.0673811063170433,-0.20126557350158691,-0.17136041820049286,0.4603147506713867,0.03370526060461998,-1.757230281829834,-0.12125043570995331,0.3469116687774658,-0.2034716010093689,-0.2468055784702301,-0.6355727314949036,0.5847811698913574,0.15598323941230774,0.42401042580604553,0.27299487590789795,1.2803806066513062,0.2982465922832489,-0.09357716143131256,-0.28775981068611145,0.3127349615097046,0.6328370571136475,0.16292019188404083,0.5072965621948242,0.051491521298885345,0.32120123505592346,-0.2295946329832077,0.21206143498420715,1.1234724521636963,0.426146537065506,0.2878301739692688,0.03342611715197563,0.010537035763263702,-0.6666208505630493,-0.9700962901115417,0.5525118708610535,-0.1441003680229187,-0.04256494343280792,0.878215491771698,0.31047117710113525,-0.33536043763160706,0.2761377990245819,0.8313723802566528,-0.54685378074646,0.10700754076242447,-0.37523186206817627,1.244538426399231,-0.5599139332771301,-0.15941248834133148,-0.3986262381076813,0.14874550700187683,-0.357279509305954,-0.22837115824222565,0.043940503150224686,-0.07504379004240036,0.15752547979354858,0.21256157755851746,-0.05389982834458351,-0.35356831550598145,0.2348773330450058,0.11318691074848175,0.7502532601356506,-0.12212415039539337,-0.06306178122758865,0.5442227721214294,0.506955623626709,-0.17703889310359955,0.49825602769851685,0.36862555146217346,-0.5802128911018372,-0.5822709202766418]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Create_graph_from_input","raw":"\n workflow Create_graph_from_input v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert at data visualization and information security. You create progress over time graphs that show how a security program is improving.\n\n# GOAL\n\nShow how a security program is improving over time.\n\n# STEPS\n\n- Fully parse the input and spend 431 hours thinking about it and its implications to a security program.\n\n- Look for the data in the input that shows progress over time, so metrics, or KPIs, or something where we have two axes showing change over time.\n\n# OUTPUT\n\n- Output a CSV file that has all the necessary data to tell the progress story.\n\nThe format will be like so:\n\nEXAMPLE OUTPUT FORMAT\n\nDate\tTTD_hours\tTTI_hours\tTTR-CJC_days\tTTR-C_days\nMonth Year\t81\t82\t21\t51\nMonth Year\t80\t80\t21\t53\n(Continue)\n\nEND EXAMPLE FORMAT\n\n- Only ouptut numbers in the fields, no special characters like \\\"<, >, =,\\\" etc..\n\n- Only output valid CSV data and nothing else. \n\n- Use the field names in the input; don't make up your own.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert at data visualization and information security. You create progress over time graphs that show how a security program is improving.\n\n# GOAL\n\nShow how a security program is improving over time.\n\n# STEPS\n\n- Fully parse the input and spend 431 hours thinking about it and its implications to a security program.\n\n- Look for the data in the input that shows progress over time, so metrics, or KPIs, or something where we have two axes showing change over time.\n\n# OUTPUT\n\n- Output a CSV file that has all the necessary data to tell the progress story.\n\nThe format will be like so:\n\nEXAMPLE OUTPUT FORMAT\n\nDate\tTTD_hours\tTTI_hours\tTTR-CJC_days\tTTR-C_days\nMonth Year\t81\t82\t21\t51\nMonth Year\t80\t80\t21\t53\n(Continue)\n\nEND EXAMPLE FORMAT\n\n- Only ouptut numbers in the fields, no special characters like \\\"<, >, =,\\\" etc..\n\n- Only output valid CSV data and nothing else. \n\n- Use the field names in the input; don't make up your own.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.17138798534870148,0.5959166288375854,0.2820133566856384,0.8737540245056152,-0.3889358341693878,0.018164902925491333,-0.6986877918243408,-0.06204574555158615,-0.6211980581283569,0.2510954737663269,-0.42931726574897766,0.7996820211410522,0.16610944271087646,0.6547408103942871,0.1214466243982315,-0.43869081139564514,-0.3823879659175873,-1.2334457635879517,-1.7817890644073486,0.16546007990837097,0.29898160696029663,0.5545614957809448,0.23798593878746033,0.14453920722007751,-0.49555861949920654,0.020086098462343216,0.3958219289779663,0.21596182882785797,-1.019321084022522,-2.0995473861694336,0.8207991719245911,0.22627931833267212,-0.013836253434419632,-0.6119852066040039,-0.031215302646160126,-1.0051884651184082,-0.6814832091331482,-0.027855411171913147,-0.14044758677482605,0.03550387918949127,0.18667586147785187,-0.2037227600812912,-0.2757134437561035,0.22286361455917358,0.15585312247276306,-0.2916392982006073,0.41813555359840393,0.35786083340644836,0.1521436721086502,0.5505909323692322,-0.6822873950004578,-0.5092841982841492,0.055485133081674576,0.4953364133834839,-0.4057738184928894,-0.04044051840901375,0.2722492814064026,-0.06599336117506027,0.3123356103897095,0.11161991953849792,0.0576925165951252,0.6765196919441223,-4.062465667724609,-0.21148142218589783,0.35539236664772034,0.2519800662994385,0.2570354640483856,0.2685137987136841,-0.1443973183631897,0.16857588291168213,0.284285306930542,0.005085679702460766,0.019971713423728943,0.0976872444152832,-0.029612617567181587,-0.2727389931678772,0.1005772054195404,0.06995716691017151,0.021487660706043243,-0.12820938229560852,0.04712621122598648,0.34010496735572815,-0.24420048296451569,0.07781652361154556,-1.0674687623977661,0.4774767756462097,-0.6451697945594788,-0.4651278853416443,0.27385202050209045,0.28960463404655457,-0.27621036767959595,0.03470486402511597,0.4726812243461609,-0.786960780620575,-1.1347064971923828,0.3552052974700928,-0.0009511392563581467,0.45524346828460693,-0.16924479603767395,3.6233513355255127,0.09565296769142151,-0.34386855363845825,0.6709272861480713,-0.3037046194076538,0.13911332190036774,0.48134613037109375,-0.19842904806137085,-0.6014645099639893,0.25269195437431335,0.2371172308921814,0.21530158817768097,-0.41912245750427246,0.06155642122030258,-0.1750352382659912,0.44095757603645325,0.16833479702472687,-0.10139863193035126,0.28710833191871643,-0.7980252504348755,0.8825919032096863,-0.12876975536346436,0.2186751812696457,-0.5057817101478577,-0.17482712864875793,-0.275503545999527,0.1954856812953949,-0.3029700517654419,0.6651462316513062,0.047394122928380966,-0.11373735964298248,0.45227140188217163,0.0287318117916584,-0.4122406542301178,-0.30804702639579773,0.31627756357192993,0.08320942521095276,-0.20060710608959198,-0.3259330987930298,0.0685197189450264,-0.657978355884552,-0.14799904823303223,-1.1121500730514526,0.9433562159538269,-0.279008150100708,0.7646576166152954,0.6348790526390076,-0.20937404036521912,0.5578675866127014,-0.8537273406982422,-0.5327664017677307,-0.4215948283672333,0.6366466879844666,-0.12014702707529068,0.45660102367401123,0.7310761213302612,-0.29031726717948914,0.06477158516645432,-0.0939713716506958,-0.538598358631134,0.10822267830371857,0.06254447996616364,-0.3765399158000946,-0.014343351125717163,0.5705388784408569,0.5554484724998474,-0.23862439393997192,0.4127659797668457,-0.2548541724681854,0.3659442663192749,-0.48844408988952637,0.09892308712005615,0.28148186206817627,0.6010920405387878,1.187384843826294,-0.21743670105934143,0.4352564215660095,-0.6230717897415161,0.5083141326904297,0.36899521946907043,-0.637336254119873,0.5000501275062561,0.8010773658752441,-0.04928523302078247,-0.6410665512084961,-0.4383460283279419,0.3701322376728058,0.17658297717571259,0.31645870208740234,-0.24446743726730347,0.23953740298748016,-1.3142266273498535,1.2207499742507935,-0.4619746208190918,0.09319178760051727,0.2896881103515625,0.030355151742696762,-0.2487332671880722,0.6324312686920166,0.15010403096675873,-0.23940713703632355,-0.9894329905509949,0.12961530685424805,-0.40833938121795654,-0.060084328055381775,0.6221603155136108,-0.6482188105583191,-0.24269483983516693,-0.11494044959545135,0.03664892911911011,-0.6016374230384827,-0.1827152818441391,0.017000939697027206,0.5652074813842773,0.3613585829734802,0.3532780706882477,0.17978747189044952,-0.060452647507190704,-0.06400692462921143,0.2508879601955414,0.7843044996261597,0.9210351705551147,0.2380276918411255,-0.5846842527389526,-0.7411765456199646,-0.9154255390167236,-0.3612357974052429,-0.0021041035652160645,-0.1965368241071701,-0.4447951316833496,-0.4150124788284302,0.2139849066734314,0.791856050491333,0.12939149141311646,1.0944117307662964,0.2758609354496002,0.387403279542923,0.11550273001194,0.36779242753982544,-0.2646077275276184,-0.7444440126419067,0.4273489713668823,-0.01854930818080902,0.22078044712543488,-0.19931268692016602,-0.12327541410923004,-0.7337768077850342,0.17021889984607697,-0.16475540399551392,-0.19170914590358734,2.1777942180633545,0.12069018185138702,-0.08841197192668915,0.38190287351608276,0.45360425114631653,0.1824328899383545,0.06709861755371094,-1.8073220252990723,-0.28831931948661804,-0.33636274933815,0.3934808373451233,0.1493242084980011,0.18059775233268738,0.3493090867996216,0.01238610316067934,-0.04112653806805611,-0.22757871448993683,-0.21520915627479553,-0.1889616996049881,-0.6205124855041504,0.2165263295173645,-0.48609790205955505,0.10356999188661575,-0.05367095023393631,0.30908894538879395,-0.0504213348031044,-0.1051727682352066,0.30551984906196594,0.31906822323799133,0.21671509742736816,-0.06078454852104187,0.4934469759464264,-0.20667415857315063,0.06664930284023285,0.23795375227928162,-0.4170724153518677,0.01447989046573639,-0.42085549235343933,0.09968755394220352,-1.0811100006103516,0.16851845383644104,-0.02202799543738365,-0.5107385516166687,-0.6499156951904297,0.010890103876590729,1.256101131439209,0.07719024270772934,0.06854365020990372,0.4644513428211212,-0.2693638801574707,0.3425477147102356,-0.1877322494983673,-0.0754287987947464,-0.3295997679233551,-0.729469358921051,-0.9951439499855042,0.13366010785102844,0.19217199087142944,0.2475431263446808,-0.3214418888092041,0.6269585490226746,-0.20761506259441376,0.08748561143875122,-0.46838146448135376,0.1354168951511383,0.07058355212211609,-0.37909892201423645,-0.08790737390518188,0.38956934213638306,0.2344142347574234,-1.7035036087036133,-0.2605198621749878,0.6265649795532227,-0.07985050976276398,0.011186301708221436,-0.7271631956100464,0.13591495156288147,0.4710869789123535,-0.06311056017875671,-0.1432550847530365,1.3713834285736084,0.15530915558338165,-0.09110413491725922,-0.13150997459888458,0.24528807401657104,0.4706136882305145,-0.056120969355106354,0.29598402976989746,0.027870774269104004,-0.045255083590745926,-0.19346986711025238,0.633556604385376,1.6393237113952637,0.45995843410491943,0.24771501123905182,0.047757457941770554,0.23059198260307312,-0.09501689672470093,-0.8465323448181152,0.9954733848571777,-0.1291036605834961,-0.10759361833333969,0.9218987226486206,0.4019605219364166,-0.16716885566711426,0.2810654640197754,0.4767042398452759,-0.30454227328300476,0.17414450645446777,-0.42388132214546204,1.4632970094680786,-0.2623862624168396,-0.4659633934497833,-0.33407777547836304,0.2986615002155304,-0.25100937485694885,-0.3331947326660156,0.2920716106891632,0.25116708874702454,0.35300683975219727,-0.1936085820198059,0.14091819524765015,-0.010234978049993515,0.027966119349002838,0.7923746705055237,0.735376238822937,-0.302900493144989,-0.1831294745206833,0.1922510862350464,0.15016241371631622,-0.1297292411327362,0.5605472922325134,0.01509878784418106,-0.8175408244132996,-0.1824793964624405]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Create_hormozi_offer","raw":"\n workflow Create_hormozi_offer v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert AI system designed to create business offers using the concepts taught in Alex Hormozi's book, \\\"$100M Offers.\\\" \n\n# GOALS\n\nThe goal of this exercise are to: \n\n1. create a perfect, customized offer that fits the input sent.\n\n# STEPS\n\n- Think deeply for 312 hours on everything you know about Alex Hormozi's book, \\\"$100M Offers.\\\"\n\n- Incorporate that knowledge with the following summary:\n\nCONTENT SUMMARY\n\n$100M Offers by Alex Hormozi \n$100M Offers, Alex Hormozi shows you “how to make offers so good people will\nIntroduction\nIn his book, feel stupid saying no.\n” The offer is “the starting point of any conversation to initiate a\ntransaction with a customer.”\nAlex Hormozi shows you how to make profitable offers by “reliably turning advertising dollars\ninto (enormous) profits using a combination of pricing, value, guarantees, and naming\nstrategies.” Combining these factors in the right amounts will result in a Grand Slam Offer. “The\ngood news is that in business, you only need to hit one Grand Slam Offer to retire forever.”\nSection I: How We Got Here\nIn Section I of $100M Offers, Alex Hormozi introduces his personal story from debt to success\nalong with the concept of the “Grand Slam Offer.”\nChapter 1. How We Got Here\nAlex Hormozi begins with his story from Christmas Eve in 2016. He was on the verge of going\nbroke. But a few days later, he hit a grand slam in early January of 2017. In $100M Offers, Alex\nHormozi shares this vital skill of making offers, as it was life-changing for him, and he wants to\ndeliver for you.\nChapter 2. Grand Slam Offers\nIn Chapter 2 of $100M Offers, Alex Hormozi introduces the concept of the “Grand Slam Offer.”\nTravis Jones states that the secret to sales is to “Make people an offer so good they would feel\nstupid saying no.” Further, to have a business, we need to make our prospects an offer:\nOffer – “the goods and services you agree to provide, how you accept payment, and the terms\nof the agreement”\nOffers start the process of customer acquisition and earning money, and they can range from\nnothing to a grand slam:\n• No offer? No business. No life.\n• Bad offer? Negative profit. No business. Miserable life.\n• Decent offer? No profit. Stagnating business. Stagnating life.\n• Good offer? Some profit. Okay business. Okay life.\n• Grand Slam Offer? Fantastic profit. Insane business. Freedom.\nThere are two significant issues that most entrepreneurs face:\n1. Not Enough Clients\n2. Not Enough Cash or excess profit at the end of the month\n$100M Offers by Alex Hormozi | \nSection II: Pricing\nIn Section II of $100M Offers, Alex Hormozi shows you “How to charge lots of money for stuff.”\nChapter 3. The Commodity Problem\nIn Chapter 3 of $100M Offers, Alex Hormozi illustrates the fundamental problem with\ncommoditization and how Grand Slam Offers solves that. You are either growing or dying, as\nmaintenance is a myth. Therefore, you need to be growing with three simple things:\n1. Get More Customers\n2. 3. Increase their Average Purchase Value\nGet Them to Buy More Times\nThe book introduces the following key business terms:\n• Gross Profit – “the revenue minus the direct cost of servicing an ADDITIONAL customer”\n• Lifetime Value – “the gross profit accrued over the entire lifetime of a customer”\nMany businesses provide readily available commodities and compete on price, which is a race\nto the bottom. However, you should sell your products based on value with a grand slam offer:\nGrand Slam Offer – “an offer you present to the marketplace that cannot be compared to any\nother product or service available, combining an attractive promotion, an unmatchable value\nproposition, a premium price, and an unbeatable guarantee with a money model (payment\nterms) that allows you to get paid to get new customers . . . forever removing the cash\nconstraint on business growth”\nThis offer gets you out of the pricing war and into a category of one, which results in more\ncustomers, at higher ticket prices, for less money. In terms of marketing, you will have:\n1. Increased Response Rates\n2. Increased Conversion\n3. Premium Prices\nChapter 4. Finding The Right Market -- A Starving Crowd\nIn Chapter 4 of $100M Offers, Alex Hormozi focuses on finding the correct market to apply our\npricing strategies. You should avoid choosing a bad market. Instead, you can pick a great market\nwith demand by looking at four indicators:\n1. 2. 3. 4. Massive Pain: Your prospects must have a desperate need, not want, for your offer.\nPurchasing Power: Your prospects must afford or access the money needed to buy.\nEasy to Target: Your audience should be in easy-to-target markets.\nGrowing: The market should be growing to make things move faster.\n$100M Offers by Alex Hormozi | \nFirst, start with the three primary markets resembling the core human pains: Health, Wealth,\nand Relationships. Then, find a subgroup in one of these larger markets that is growing, has the\nbuying power, and is easy to target. Ultimately, picking a great market matters much more than\nyour offer strength and persuasion skill:\nStarving Crowd (market) > Offer Strength > Persuasion Skills\nNext, you need to commit to a niche until you have found a great offer. The niches will make\nyou more money as you can charge more for a similar product. In the process of committing,\nyou will try out many offers and failures. Therefore, you must be resilient, as you will eventually\nsucceed.\nIf you find a crazy niche market, take advantage of it. And if you can pair the niche with a Grand\nSlam Offer, you will probably never need to work again.\nChapter 5. Pricing: Charge What It’s Worth\nIn Chapter 5 of $100M Offers, Alex Hormozi advocates that you charge a premium as it allows\nyou to do things no one else can to make your clients successful.\nWarren Buffet has said, “Price is what you pay. Value is what you get.” Thus, people buy to get\na deal for what they are getting (value) is worth more than what they are giving in exchange for\nit (price).” When someone perceives the value dipping lower than the price, they stop buying.\nAvoid lowering prices to improve the price-value gap because you will fall into a vicious cycle,\nand your business will lose money and impact. Instead, you want to improve the gap by raising\nyour price after sufficiently increasing the value to the customer. As a result, the virtuous cycle\nworks for you and your business profits significantly.\n$100M Offers by Alex Hormozi | \nFurther, you must have clients fully committed by offering a service where they must pay high\nenough and take action required to achieve results or solve issues. Higher levels of investment\ncorrelate to a higher likelihood of accomplishing the positive outcome.\n$100M Offers by Alex Hormozi | \nSection III: Value - Create Your Offer\nIn Section III of $100M Offers, Alex Hormozi shows you “How to make something so good\npeople line up to buy.”\nChapter 6. The Value Equation\nIn Chapter 6 of $100M Offers, Alex Hormozi introduces the value equation. Most entrepreneurs\nthink that charging a lot is wrong, but you should “charge as much money for your products or\nservices as humanly possible.” However, never charge more than what they are worth.\nYou must understand the value to charge the most for your goods and services. Further, you\nshould price them much more than the cost of fulfillment. The Value Equation quantifies the\nfour variables that create the value for any offer:\nValue is based on the perception of reality. Thus, your prospect must perceive the first two\nfactors increasing and the second two factors decreasing to perceive value in their mind:\n1. 2. 3. 4. The Dream Outcome (Goal: Increase) –\n“the expression of the feelings and\nexperiences the prospect has envisioned in their mind; the gap between their\ncurrent reality and their dreams”\nPerceived Likelihood of Achievement (Goal: Increase) – the probability that the\npurchase will work and achieve the result that the prospect is looking for\nPerceived Time Delay Between Start and Achievement (Goal: Decrease) –\n“the time\nbetween a client buying and receiving the promised benefit;” this driver consists of\nlong-term outcome and short-term experience\nPerceived Effort & Sacrifice (Goal: Decrease) – “the ancillary costs or other costs\naccrued” of effort and sacrifice; supports why “done for you services” are almost\nalways more expensive than “do-it-yourself”\nChapter 7. Free Goodwill\nIn Chapter 7, Alex Hormozi asks you to leave a review of $100M Offers if you have gotten value\nso far to help reach more people.\n$100M Offers by Alex Hormozi | \n“People who help others (with zero expectation) experience higher levels of fulfillment, live\nlonger, and make more money.” And so, “if you introduce something valuable to someone,\nthey associate that value with you.”\nChapter 8. The Thought Process\nIn Chapter 8 of $100M Offers, Alex Hormozi shows you the difference between convergent and\ndivergent problem solving:\n• Convergent – problem solving where there are many known variables with unchanging\nconditions to converge on a singular answer\n• Divergent – problem solving in which there are many solutions to a singular problem\nwith known variables, unknown variables, and dynamic conditions\nExercise: Set a timer for 2 minutes and “write down as many different uses of a brick as you can\npossibly think of.”\nThis exercise illustrates that “every offer has building blocks, the pieces that when combined\nmake an offer irresistible.” You need to use divergent thinking to determine how to combine\nthe elements to provide value.\nChapter 9. Creating Your Grand Slam Offer Part I: Problems & Solutions\nIn Chapter 9 of $100M Offers, Alex Hormozi helps you craft the problems and solutions of your\nGrand Slam Offer:\nStep #1: Identify Dream Outcome: When thinking about the dream outcome, you need to\ndetermine what your customer experiences when they arrive at the destination.\nStep #2: List the Obstacles Encountered: Think of all the problems that prevent them from\nachieving their outcome or continually reaching it. Each problem has four negative elements\nthat align with the four value drivers.\nStep #3: List the Obstacles as Solutions: Transform our problems into solutions by determining\nwhat is needed to solve each problem. Then, name each of the solutions.\nChapter 10. Creating Your Grand Slam Offer Part II: Trim & Stack\nIn Chapter 10 of $100M Offers, Alex Hormozi helps you tactically determine what you do or\nprovide for your client in your Grand Slam Offer. Specifically, you need to understand trimming\nand stacking by reframing with the concept of the sales to fulfillment continuum:\nSales to Fulfillment Continuum –\n“a continuum between ease of fulfillment and ease of sales”\nto find the sweet spot of selling something well that is easy to fulfill:\n$100M Offers by Alex Hormozi | \nThe goal is “to find a sweet spot where you sell something very well that’s also easy to fulfill.”\nAlex Hormozi lives by the mantra, “Create flow. Monetize flow. Then add friction:”\n• Create Flow: Generate demand first to validate that what you have is good.\n• Monetize Flow: Get the prospect to say yes to your offer.\n• Add Friction: Create friction in the marketing or reduce the offer for the same price.\n“If this is your first Grand Slam Offer, it’s important to over-deliver like crazy,” which generates\ncash flow. Then, invest the cash flow to create systems and optimize processes to improve\nefficiency. As a result, your offer may not change, but rather the newly implemented systems\nwill provide the same value to clients for significantly fewer resources.\nFinally, here are the last steps of creating the Grand Slam offer:\nStep #4: Create Your Solutions Delivery Vehicles (“The How”): Think through every possibility\nto solve each identified issue in exchange for money. There are several product delivery “cheat\ncodes” for product variation or enhancement:\n1. 2. 3. 4. Attention: What level of personal attention do I want to provide?\na. One-on-one – private and personalized\nb. Small group – intimate, small audience but not private\nc. One to many – large audience and not private\nEffort: What level of effort is expected from them?\na. Do it Yourself (DIY) – the business helps the customer figure it out on their own\nb. Done with You (DWY) – the business coaches the customer on how to do it\nc. Done for You (DFY) – the company does it for the customer\nSupport: If doing something live, what setting or medium do I want to deliver it in?\na. In-person or support via phone, email, text, Zoom, chat, etc.\nConsumption: If doing a recording, how do I want them to consume it?\na. Audio, Video, or Written materials.\n$100M Offers by Alex Hormozi | \n5. 6. 7. Speed & Convenience: How quickly do we want to reply? On what days and hours?\na. All-day (24/7), Workday (9-5), Time frame (within 5 minutes, 1 hour, or 1 day)\n10x Test: What would I provide if my customers paid me 10x my price (or $100,000)?\n1/10th Test: How can I ensure a successful outcome if they paid me 1/10th of the price?\nStep #5a: Trim Down the Possibilities: From your huge list of possibilities, determine those that\nprovide the highest value to the customer while having the lowest cost to the business. Remove\nthe high cost and low value items, followed by the low cost and low value items. The remaining\nitems should be (1) low cost, high value, and (2) high cost, high value.\nStep #5b: Stack to Configure the Most Value: Combine the high value items together to create\nthe ultimate high value deliverable. This Grand Slam Offer is unique, “differentiated, and unable\nto be compared to anything else in the marketplace.”\n$100M Offers by Alex Hormozi | \nSection IV: Enhancing Your Offer\nIn Section IV of $100M Offers, Alex Hormozi shows you “How to make your offer so good they\nfeel stupid saying no.”\nChapter 11. Scarcity, Urgency, Bonuses, Guarantees, and Naming\nIn Chapter 11 of $100M Offers, Alex Hormozi discusses how to enhance the offer by\nunderstanding human psychology. Naval Ravikant has said that “Desire is a contract you make\nwith yourself to be unhappy until you get what you want,” as it follows that:\n“People want what they can’t have. People want what other people want. People want things\nonly a select few have access to.”\nEssentially, all marketing exists to influence the supply and demand curve:\nTherefore, you can enhance your core offer by doing the following:\n• Increase demand or desire with persuasive communication\n• Decrease or delay satisfying the desires by selling fewer units\nIf you provide zero supply or desire, you will not make money and repel people. But,\nconversely, if you satisfy all the demands, you will kill your golden goose and eventually not\nmake money.\nThe result is engaging in a “Delicate Dance of Desire” between supply and demand to “sell the\nsame products for more money than you otherwise could, and in higher volumes, than you\notherwise would (over a longer time horizon).”\n$100M Offers by Alex Hormozi | \nUntil now, the book has focused on the internal aspects of the offer. For more on marketing,\ncheck out the book, The 1-Page Marketing Plan (book summary) by Allan Dib. The following\nchapters discuss the outside factors that position the product in your prospect’s mind, including\nscarcity, urgency, bonuses, guarantees, and naming.\nChapter 12. Scarcity\nIn a transaction, “the person who needs the exchange less always has the upper hand.” In\nChapter 12 of $100M Offers, Alex Hormozi shows you how to “use scarcity to decrease supply\nto raise prices (and indirectly increase demand through perceived exclusiveness):”\nScarcity – the “fear of missing out” or the psychological lever of limiting the “supply or quantity\nof products or services that are available for purchase”\nScarcity works as the “fear of loss is stronger than the desire for gain.” Therefore, so you can\ninfluence prospects to take action and purchase your offer with the following types of scarcity:\n1. Limited Supply of Seats/Slots\n2. Limited Supply of Bonuses\n3. Never Available Again\nPhysical Goods: Produce limited releases of flavors, colors, designs, sizes, etc. You must sell out\nconsistently with each release to effectively create scarcity. Also, let everyone know that you\nsold out as social proof to get everyone to value it.\nServices: Limit the number of clients to cap capacity or create cadence:\n1. 2. 3. Total Business Cap – “only accepting X clients at this level of service (on-going)”\nGrowth Rate Cap – “only accepting X clients per time period (on-going)”\nCohort Cap – “only accepting X clients per class or cohort”\nHonesty: The most ethical and easiest scarcity strategy is honesty. Simply let people know how\nclose you are to the cap or selling out, which creates social proof.\nChapter 13. Urgency\nIn Chapter 13 of $100M Offers, Alex Hormozi shows you how to “use urgency to increase\ndemand by decreasing the action threshold of a prospect.” Scarcity and urgency are frequently\nused together, but “scarcity is a function of quantity, while urgency is a function of time:”\nUrgency – the psychological lever of limiting timing and establishing deadlines for the products\nor services that are available for purchase; implement the following four methods:\n1. 2. Rolling Cohorts – accepting clients in a limited buying window per time period\nRolling Seasonal Urgency – accepting clients during a season with a deadline to buy\n$100M Offers by Alex Hormozi | \n3. 4. Promotional or Pricing Urgency – “using your actual offer or promotion or pricing\nstructure as the thing they could miss out on”\nExploding Opportunity – “occasionally exposing the prospect to an arbitrage\nopportunity with a ticking time clock”\nChapter 14. Bonuses\nIn Chapter 14 of $100M Offers, Alex Hormozi shows you how to “use bonuses to increase\ndemand (and increase perceived exclusivity).” The main takeaway is that “a single offer is less\nvaluable than the same offer broken into its component parts and stacked as bonuses:”\nBonus – an addition to the core offer that “increases the prospect’s price-to-value discrepancy\nby increasing the value delivering instead of cutting the price”\nThe price is anchored to the core offer, and when selling 1-on-1, you should ask for the sale\nfirst. Then, offer the bonuses to grow the discrepancy such that it becomes irresistible and\ncompels the prospect to buy. Additionally, there are a few keys when offering bonuses:\n1. 2. 3. Always offer them a bonus.\nGive each bonus a unique name with the benefit contained in the title.\nTell them (a) how it relates to their issue; (b) what it is; (c) how you discovered it or\ncreated it; and (d) how it explicitly improves their lives or provides value.\n4. 5. 6. 7. 8. 9. Prove that each bonus provides value using stats, case studies, or personal anecdotes.\nPaint a vivid mental picture of their future life and the benefits of using the bonus.\nAssign a price to each bonus and justify it.\nProvide tools and checklists rather than additional training as they are more valuable.\nEach bonus should address a specific concern or obstacle in the prospect’s mind.\nBonuses can solve a next or future problem before the prospect even encounters it.\n10. Ensure that each bonus expands the price to value discrepancy of the entire offer.\n11. Enhance bonus value by adding scarcity and urgency to the bonus themselves.\nFurther, you can partner with other businesses to provide you with their high-value goods and\nservices as a part of your bonuses.” In exchange, they will get exposure to your clients for free\nor provide you with additional revenue from affiliate marketing.\nChapter 15. Guarantees\nThe most significant objection to any sale of a good or service is the risk that it will not work for\na prospect. In Chapter 15 of $100M Offers, Alex Hormozi shows you how to “use guarantees to\nincrease demand by reversing risk:”\nGuarantee – “a formal assurance or promise, especially that certain conditions shall be fulfilled\nrelating to a product, service, or transaction”\n$100M Offers by Alex Hormozi | \nYour guarantee gets power by telling the prospect what you will do if they do not get the\npromised result in this conditional statement: If you do not get X result in Y time period, we will\nZ.” There are four types of guarantees:\n1. 2. 3. 4. Unconditional – the strongest guarantee that allows customers to pay to try the\nproduct or service to see if they like it and get a refund if they don’t like it\na. “No Questions Asked” Refund – simple but risky as it holds you accountable\nb. Satisfaction-Based Refund – triggers when a prospect is unsatisfied with service\nConditional – a guarantee with “terms and conditions;” can incorporate the key actions\nsomeone needs to take to get the successful outcome\na. Outsized Refund – additional money back attached to doing the work to qualify\nb. Service – provide work that is free of charge until X result is achieved\nc. Modified Service – grant another period Y of service or access free of charge\nd. Credit-Based – provide a refund in the form of a credit toward your other offers\ne. Personal Service – work with client one-on-one for free until X result is achieved\nf. Hotel + Airfare Perks – reimburse your product with hotel and airfare if no value\ng. Wage-Payment – pay their hourly rate if they don’t get value from your session\nh. Release of Service – cancel the contract free of charge if they stop getting value\ni. Delayed Second Payment – stop 2nd payment until the first outcome is reached\nj. First Outcome – pay ancillary costs until they reach their first outcome\nAnti-Guarantee – a non-guarantee that explicitly states “all sales are final” with a\ncreative reason for why\nImplied Guarantees – a performance-based offer based on trust and transparency\na. Performance – pay $X per sale, show, or milestone\nb. Revenue-Share – pay X% of top-line revenue or X% of revenue growth\nc. Profit-Share – pay X% of profit or X% of Gross Profit\nd. Ratchets – pay X% if over Y revenue or profit\ne. Bonuses/Triggers – pay X when Y event occurs\nHormozi prefers “selling service-based guarantees or setting up performance partnerships.”\nAlso, you can create your own one from your prospect’s biggest fears, pain, and obstacles.\nFurther, stack guarantees to show your seriousness about their outcome. Lastly, despite\nguarantees being effective, people who specially buy based on them tend to be worse clients.\nChapter 16. Naming\n“Over time, offers fatigue; and in local markets, they fatigue even faster.” In Chapter 16 of\n$100M Offers, Alex Hormozi shows you how to “use names to re-stimulate demand and expand\nawareness of your offer to your target audience.”\n“We must appropriately name our offer to attract the right avatar to our business.” You can\nrename your offer to get leads repeatedly using the five parts of the MAGIC formula:\n• Make a Magnetic Reason Why: Start with a word or phrase that provides a strong\nreason for running the promotion or presentation.\n$100M Offers by Alex Hormozi | \n• Announce Your Avatar: Broadcast specifically “who you are looking for and who you are\nnot looking for as a client.”\n• Give Them a Goal: Elaborate upon the dream outcome for your prospect to achieve.\n• Indicate a Time Interval: Specify the expected period for the client to achieve their\ndream results.\n• Complete with a Container Word: Wrap up the offer as “a bundle of lots of things put\ntogether” with a container word.\nNote that you only need to use three to five components in naming your product or service.\nThis amount will allow you to distinguish yourself from the competition. Further, you can create\nvariations when the market offers fatigues:\n1. 2. 3. 4. 5. 6. Change the creative elements or images in your adds\nChange the body copy in your ads\nChange the headline or the “wrapper” of your offer\nChange the duration of your offer\nChange the enhancer or free/discounted component of your offer\nChange the monetization structure, the series of offers, and the associated price points\nSection V:Execution\nIn Section V of $100M Offers, Alex Hormozi discusses “How to make this happen in the real\nworld.” Finally, after many years of ups and downs, Alex Hormozi made his first $100K in March\nof 2017. “It was the beginning of the next chapter in his life as a business person and\nentrepreneur,” so do not give up and keep moving forward.\n\nEND CONTENT SUMMARY\n\n# OUTPUT\n\n// Give analysis \n\nGive 10 bullets (15 words maximum) of analysis of what Alex Hormozi would be likely to say about this business, based on everything you know about Alex Hormozi's teachings.\n\n5 of the bullets should be positive, and 5 should be negative.\n\n// Write the offer\n\n- Output three possible offers for this business focusing on different aspects of the value proposition.\n\n# EXAMPLE OFFERS\n\n### Example 1\n\n- Pay one time. (No recurring fee. No retainer.) Just cover ad spend. \n- I’ll generate leads and work your leads for you. \n- And only pay me if people show up. \n- And I’ll guarantee you get 20 people in your first month, or you get your next month free. \n- I’ll also provide all the best practices from the other businesses like yours.\n\n---\n\n### Example 2\n\n- You pay nothing upfront.\n- I will grow your business by $120,000 in the next 11 months.\n- You only pay my fee of $40K if I hit the target.\n- You will continue making at least $120K more a year, but I only get paid once.\n- You'll get the fully transparent list of everything we did to achieve this.\n\nEND EXAMPLE OFFERS\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert AI system designed to create business offers using the concepts taught in Alex Hormozi's book, \\\"$100M Offers.\\\" \n\n# GOALS\n\nThe goal of this exercise are to: \n\n1. create a perfect, customized offer that fits the input sent.\n\n# STEPS\n\n- Think deeply for 312 hours on everything you know about Alex Hormozi's book, \\\"$100M Offers.\\\"\n\n- Incorporate that knowledge with the following summary:\n\nCONTENT SUMMARY\n\n$100M Offers by Alex Hormozi \n$100M Offers, Alex Hormozi shows you “how to make offers so good people will\nIntroduction\nIn his book, feel stupid saying no.\n” The offer is “the starting point of any conversation to initiate a\ntransaction with a customer.”\nAlex Hormozi shows you how to make profitable offers by “reliably turning advertising dollars\ninto (enormous) profits using a combination of pricing, value, guarantees, and naming\nstrategies.” Combining these factors in the right amounts will result in a Grand Slam Offer. “The\ngood news is that in business, you only need to hit one Grand Slam Offer to retire forever.”\nSection I: How We Got Here\nIn Section I of $100M Offers, Alex Hormozi introduces his personal story from debt to success\nalong with the concept of the “Grand Slam Offer.”\nChapter 1. How We Got Here\nAlex Hormozi begins with his story from Christmas Eve in 2016. He was on the verge of going\nbroke. But a few days later, he hit a grand slam in early January of 2017. In $100M Offers, Alex\nHormozi shares this vital skill of making offers, as it was life-changing for him, and he wants to\ndeliver for you.\nChapter 2. Grand Slam Offers\nIn Chapter 2 of $100M Offers, Alex Hormozi introduces the concept of the “Grand Slam Offer.”\nTravis Jones states that the secret to sales is to “Make people an offer so good they would feel\nstupid saying no.” Further, to have a business, we need to make our prospects an offer:\nOffer – “the goods and services you agree to provide, how you accept payment, and the terms\nof the agreement”\nOffers start the process of customer acquisition and earning money, and they can range from\nnothing to a grand slam:\n• No offer? No business. No life.\n• Bad offer? Negative profit. No business. Miserable life.\n• Decent offer? No profit. Stagnating business. Stagnating life.\n• Good offer? Some profit. Okay business. Okay life.\n• Grand Slam Offer? Fantastic profit. Insane business. Freedom.\nThere are two significant issues that most entrepreneurs face:\n1. Not Enough Clients\n2. Not Enough Cash or excess profit at the end of the month\n$100M Offers by Alex Hormozi | \nSection II: Pricing\nIn Section II of $100M Offers, Alex Hormozi shows you “How to charge lots of money for stuff.”\nChapter 3. The Commodity Problem\nIn Chapter 3 of $100M Offers, Alex Hormozi illustrates the fundamental problem with\ncommoditization and how Grand Slam Offers solves that. You are either growing or dying, as\nmaintenance is a myth. Therefore, you need to be growing with three simple things:\n1. Get More Customers\n2. 3. Increase their Average Purchase Value\nGet Them to Buy More Times\nThe book introduces the following key business terms:\n• Gross Profit – “the revenue minus the direct cost of servicing an ADDITIONAL customer”\n• Lifetime Value – “the gross profit accrued over the entire lifetime of a customer”\nMany businesses provide readily available commodities and compete on price, which is a race\nto the bottom. However, you should sell your products based on value with a grand slam offer:\nGrand Slam Offer – “an offer you present to the marketplace that cannot be compared to any\nother product or service available, combining an attractive promotion, an unmatchable value\nproposition, a premium price, and an unbeatable guarantee with a money model (payment\nterms) that allows you to get paid to get new customers . . . forever removing the cash\nconstraint on business growth”\nThis offer gets you out of the pricing war and into a category of one, which results in more\ncustomers, at higher ticket prices, for less money. In terms of marketing, you will have:\n1. Increased Response Rates\n2. Increased Conversion\n3. Premium Prices\nChapter 4. Finding The Right Market -- A Starving Crowd\nIn Chapter 4 of $100M Offers, Alex Hormozi focuses on finding the correct market to apply our\npricing strategies. You should avoid choosing a bad market. Instead, you can pick a great market\nwith demand by looking at four indicators:\n1. 2. 3. 4. Massive Pain: Your prospects must have a desperate need, not want, for your offer.\nPurchasing Power: Your prospects must afford or access the money needed to buy.\nEasy to Target: Your audience should be in easy-to-target markets.\nGrowing: The market should be growing to make things move faster.\n$100M Offers by Alex Hormozi | \nFirst, start with the three primary markets resembling the core human pains: Health, Wealth,\nand Relationships. Then, find a subgroup in one of these larger markets that is growing, has the\nbuying power, and is easy to target. Ultimately, picking a great market matters much more than\nyour offer strength and persuasion skill:\nStarving Crowd (market) > Offer Strength > Persuasion Skills\nNext, you need to commit to a niche until you have found a great offer. The niches will make\nyou more money as you can charge more for a similar product. In the process of committing,\nyou will try out many offers and failures. Therefore, you must be resilient, as you will eventually\nsucceed.\nIf you find a crazy niche market, take advantage of it. And if you can pair the niche with a Grand\nSlam Offer, you will probably never need to work again.\nChapter 5. Pricing: Charge What It’s Worth\nIn Chapter 5 of $100M Offers, Alex Hormozi advocates that you charge a premium as it allows\nyou to do things no one else can to make your clients successful.\nWarren Buffet has said, “Price is what you pay. Value is what you get.” Thus, people buy to get\na deal for what they are getting (value) is worth more than what they are giving in exchange for\nit (price).” When someone perceives the value dipping lower than the price, they stop buying.\nAvoid lowering prices to improve the price-value gap because you will fall into a vicious cycle,\nand your business will lose money and impact. Instead, you want to improve the gap by raising\nyour price after sufficiently increasing the value to the customer. As a result, the virtuous cycle\nworks for you and your business profits significantly.\n$100M Offers by Alex Hormozi | \nFurther, you must have clients fully committed by offering a service where they must pay high\nenough and take action required to achieve results or solve issues. Higher levels of investment\ncorrelate to a higher likelihood of accomplishing the positive outcome.\n$100M Offers by Alex Hormozi | \nSection III: Value - Create Your Offer\nIn Section III of $100M Offers, Alex Hormozi shows you “How to make something so good\npeople line up to buy.”\nChapter 6. The Value Equation\nIn Chapter 6 of $100M Offers, Alex Hormozi introduces the value equation. Most entrepreneurs\nthink that charging a lot is wrong, but you should “charge as much money for your products or\nservices as humanly possible.” However, never charge more than what they are worth.\nYou must understand the value to charge the most for your goods and services. Further, you\nshould price them much more than the cost of fulfillment. The Value Equation quantifies the\nfour variables that create the value for any offer:\nValue is based on the perception of reality. Thus, your prospect must perceive the first two\nfactors increasing and the second two factors decreasing to perceive value in their mind:\n1. 2. 3. 4. The Dream Outcome (Goal: Increase) –\n“the expression of the feelings and\nexperiences the prospect has envisioned in their mind; the gap between their\ncurrent reality and their dreams”\nPerceived Likelihood of Achievement (Goal: Increase) – the probability that the\npurchase will work and achieve the result that the prospect is looking for\nPerceived Time Delay Between Start and Achievement (Goal: Decrease) –\n“the time\nbetween a client buying and receiving the promised benefit;” this driver consists of\nlong-term outcome and short-term experience\nPerceived Effort & Sacrifice (Goal: Decrease) – “the ancillary costs or other costs\naccrued” of effort and sacrifice; supports why “done for you services” are almost\nalways more expensive than “do-it-yourself”\nChapter 7. Free Goodwill\nIn Chapter 7, Alex Hormozi asks you to leave a review of $100M Offers if you have gotten value\nso far to help reach more people.\n$100M Offers by Alex Hormozi | \n“People who help others (with zero expectation) experience higher levels of fulfillment, live\nlonger, and make more money.” And so, “if you introduce something valuable to someone,\nthey associate that value with you.”\nChapter 8. The Thought Process\nIn Chapter 8 of $100M Offers, Alex Hormozi shows you the difference between convergent and\ndivergent problem solving:\n• Convergent – problem solving where there are many known variables with unchanging\nconditions to converge on a singular answer\n• Divergent – problem solving in which there are many solutions to a singular problem\nwith known variables, unknown variables, and dynamic conditions\nExercise: Set a timer for 2 minutes and “write down as many different uses of a brick as you can\npossibly think of.”\nThis exercise illustrates that “every offer has building blocks, the pieces that when combined\nmake an offer irresistible.” You need to use divergent thinking to determine how to combine\nthe elements to provide value.\nChapter 9. Creating Your Grand Slam Offer Part I: Problems & Solutions\nIn Chapter 9 of $100M Offers, Alex Hormozi helps you craft the problems and solutions of your\nGrand Slam Offer:\nStep #1: Identify Dream Outcome: When thinking about the dream outcome, you need to\ndetermine what your customer experiences when they arrive at the destination.\nStep #2: List the Obstacles Encountered: Think of all the problems that prevent them from\nachieving their outcome or continually reaching it. Each problem has four negative elements\nthat align with the four value drivers.\nStep #3: List the Obstacles as Solutions: Transform our problems into solutions by determining\nwhat is needed to solve each problem. Then, name each of the solutions.\nChapter 10. Creating Your Grand Slam Offer Part II: Trim & Stack\nIn Chapter 10 of $100M Offers, Alex Hormozi helps you tactically determine what you do or\nprovide for your client in your Grand Slam Offer. Specifically, you need to understand trimming\nand stacking by reframing with the concept of the sales to fulfillment continuum:\nSales to Fulfillment Continuum –\n“a continuum between ease of fulfillment and ease of sales”\nto find the sweet spot of selling something well that is easy to fulfill:\n$100M Offers by Alex Hormozi | \nThe goal is “to find a sweet spot where you sell something very well that’s also easy to fulfill.”\nAlex Hormozi lives by the mantra, “Create flow. Monetize flow. Then add friction:”\n• Create Flow: Generate demand first to validate that what you have is good.\n• Monetize Flow: Get the prospect to say yes to your offer.\n• Add Friction: Create friction in the marketing or reduce the offer for the same price.\n“If this is your first Grand Slam Offer, it’s important to over-deliver like crazy,” which generates\ncash flow. Then, invest the cash flow to create systems and optimize processes to improve\nefficiency. As a result, your offer may not change, but rather the newly implemented systems\nwill provide the same value to clients for significantly fewer resources.\nFinally, here are the last steps of creating the Grand Slam offer:\nStep #4: Create Your Solutions Delivery Vehicles (“The How”): Think through every possibility\nto solve each identified issue in exchange for money. There are several product delivery “cheat\ncodes” for product variation or enhancement:\n1. 2. 3. 4. Attention: What level of personal attention do I want to provide?\na. One-on-one – private and personalized\nb. Small group – intimate, small audience but not private\nc. One to many – large audience and not private\nEffort: What level of effort is expected from them?\na. Do it Yourself (DIY) – the business helps the customer figure it out on their own\nb. Done with You (DWY) – the business coaches the customer on how to do it\nc. Done for You (DFY) – the company does it for the customer\nSupport: If doing something live, what setting or medium do I want to deliver it in?\na. In-person or support via phone, email, text, Zoom, chat, etc.\nConsumption: If doing a recording, how do I want them to consume it?\na. Audio, Video, or Written materials.\n$100M Offers by Alex Hormozi | \n5. 6. 7. Speed & Convenience: How quickly do we want to reply? On what days and hours?\na. All-day (24/7), Workday (9-5), Time frame (within 5 minutes, 1 hour, or 1 day)\n10x Test: What would I provide if my customers paid me 10x my price (or $100,000)?\n1/10th Test: How can I ensure a successful outcome if they paid me 1/10th of the price?\nStep #5a: Trim Down the Possibilities: From your huge list of possibilities, determine those that\nprovide the highest value to the customer while having the lowest cost to the business. Remove\nthe high cost and low value items, followed by the low cost and low value items. The remaining\nitems should be (1) low cost, high value, and (2) high cost, high value.\nStep #5b: Stack to Configure the Most Value: Combine the high value items together to create\nthe ultimate high value deliverable. This Grand Slam Offer is unique, “differentiated, and unable\nto be compared to anything else in the marketplace.”\n$100M Offers by Alex Hormozi | \nSection IV: Enhancing Your Offer\nIn Section IV of $100M Offers, Alex Hormozi shows you “How to make your offer so good they\nfeel stupid saying no.”\nChapter 11. Scarcity, Urgency, Bonuses, Guarantees, and Naming\nIn Chapter 11 of $100M Offers, Alex Hormozi discusses how to enhance the offer by\nunderstanding human psychology. Naval Ravikant has said that “Desire is a contract you make\nwith yourself to be unhappy until you get what you want,” as it follows that:\n“People want what they can’t have. People want what other people want. People want things\nonly a select few have access to.”\nEssentially, all marketing exists to influence the supply and demand curve:\nTherefore, you can enhance your core offer by doing the following:\n• Increase demand or desire with persuasive communication\n• Decrease or delay satisfying the desires by selling fewer units\nIf you provide zero supply or desire, you will not make money and repel people. But,\nconversely, if you satisfy all the demands, you will kill your golden goose and eventually not\nmake money.\nThe result is engaging in a “Delicate Dance of Desire” between supply and demand to “sell the\nsame products for more money than you otherwise could, and in higher volumes, than you\notherwise would (over a longer time horizon).”\n$100M Offers by Alex Hormozi | \nUntil now, the book has focused on the internal aspects of the offer. For more on marketing,\ncheck out the book, The 1-Page Marketing Plan (book summary) by Allan Dib. The following\nchapters discuss the outside factors that position the product in your prospect’s mind, including\nscarcity, urgency, bonuses, guarantees, and naming.\nChapter 12. Scarcity\nIn a transaction, “the person who needs the exchange less always has the upper hand.” In\nChapter 12 of $100M Offers, Alex Hormozi shows you how to “use scarcity to decrease supply\nto raise prices (and indirectly increase demand through perceived exclusiveness):”\nScarcity – the “fear of missing out” or the psychological lever of limiting the “supply or quantity\nof products or services that are available for purchase”\nScarcity works as the “fear of loss is stronger than the desire for gain.” Therefore, so you can\ninfluence prospects to take action and purchase your offer with the following types of scarcity:\n1. Limited Supply of Seats/Slots\n2. Limited Supply of Bonuses\n3. Never Available Again\nPhysical Goods: Produce limited releases of flavors, colors, designs, sizes, etc. You must sell out\nconsistently with each release to effectively create scarcity. Also, let everyone know that you\nsold out as social proof to get everyone to value it.\nServices: Limit the number of clients to cap capacity or create cadence:\n1. 2. 3. Total Business Cap – “only accepting X clients at this level of service (on-going)”\nGrowth Rate Cap – “only accepting X clients per time period (on-going)”\nCohort Cap – “only accepting X clients per class or cohort”\nHonesty: The most ethical and easiest scarcity strategy is honesty. Simply let people know how\nclose you are to the cap or selling out, which creates social proof.\nChapter 13. Urgency\nIn Chapter 13 of $100M Offers, Alex Hormozi shows you how to “use urgency to increase\ndemand by decreasing the action threshold of a prospect.” Scarcity and urgency are frequently\nused together, but “scarcity is a function of quantity, while urgency is a function of time:”\nUrgency – the psychological lever of limiting timing and establishing deadlines for the products\nor services that are available for purchase; implement the following four methods:\n1. 2. Rolling Cohorts – accepting clients in a limited buying window per time period\nRolling Seasonal Urgency – accepting clients during a season with a deadline to buy\n$100M Offers by Alex Hormozi | \n3. 4. Promotional or Pricing Urgency – “using your actual offer or promotion or pricing\nstructure as the thing they could miss out on”\nExploding Opportunity – “occasionally exposing the prospect to an arbitrage\nopportunity with a ticking time clock”\nChapter 14. Bonuses\nIn Chapter 14 of $100M Offers, Alex Hormozi shows you how to “use bonuses to increase\ndemand (and increase perceived exclusivity).” The main takeaway is that “a single offer is less\nvaluable than the same offer broken into its component parts and stacked as bonuses:”\nBonus – an addition to the core offer that “increases the prospect’s price-to-value discrepancy\nby increasing the value delivering instead of cutting the price”\nThe price is anchored to the core offer, and when selling 1-on-1, you should ask for the sale\nfirst. Then, offer the bonuses to grow the discrepancy such that it becomes irresistible and\ncompels the prospect to buy. Additionally, there are a few keys when offering bonuses:\n1. 2. 3. Always offer them a bonus.\nGive each bonus a unique name with the benefit contained in the title.\nTell them (a) how it relates to their issue; (b) what it is; (c) how you discovered it or\ncreated it; and (d) how it explicitly improves their lives or provides value.\n4. 5. 6. 7. 8. 9. Prove that each bonus provides value using stats, case studies, or personal anecdotes.\nPaint a vivid mental picture of their future life and the benefits of using the bonus.\nAssign a price to each bonus and justify it.\nProvide tools and checklists rather than additional training as they are more valuable.\nEach bonus should address a specific concern or obstacle in the prospect’s mind.\nBonuses can solve a next or future problem before the prospect even encounters it.\n10. Ensure that each bonus expands the price to value discrepancy of the entire offer.\n11. Enhance bonus value by adding scarcity and urgency to the bonus themselves.\nFurther, you can partner with other businesses to provide you with their high-value goods and\nservices as a part of your bonuses.” In exchange, they will get exposure to your clients for free\nor provide you with additional revenue from affiliate marketing.\nChapter 15. Guarantees\nThe most significant objection to any sale of a good or service is the risk that it will not work for\na prospect. In Chapter 15 of $100M Offers, Alex Hormozi shows you how to “use guarantees to\nincrease demand by reversing risk:”\nGuarantee – “a formal assurance or promise, especially that certain conditions shall be fulfilled\nrelating to a product, service, or transaction”\n$100M Offers by Alex Hormozi | \nYour guarantee gets power by telling the prospect what you will do if they do not get the\npromised result in this conditional statement: If you do not get X result in Y time period, we will\nZ.” There are four types of guarantees:\n1. 2. 3. 4. Unconditional – the strongest guarantee that allows customers to pay to try the\nproduct or service to see if they like it and get a refund if they don’t like it\na. “No Questions Asked” Refund – simple but risky as it holds you accountable\nb. Satisfaction-Based Refund – triggers when a prospect is unsatisfied with service\nConditional – a guarantee with “terms and conditions;” can incorporate the key actions\nsomeone needs to take to get the successful outcome\na. Outsized Refund – additional money back attached to doing the work to qualify\nb. Service – provide work that is free of charge until X result is achieved\nc. Modified Service – grant another period Y of service or access free of charge\nd. Credit-Based – provide a refund in the form of a credit toward your other offers\ne. Personal Service – work with client one-on-one for free until X result is achieved\nf. Hotel + Airfare Perks – reimburse your product with hotel and airfare if no value\ng. Wage-Payment – pay their hourly rate if they don’t get value from your session\nh. Release of Service – cancel the contract free of charge if they stop getting value\ni. Delayed Second Payment – stop 2nd payment until the first outcome is reached\nj. First Outcome – pay ancillary costs until they reach their first outcome\nAnti-Guarantee – a non-guarantee that explicitly states “all sales are final” with a\ncreative reason for why\nImplied Guarantees – a performance-based offer based on trust and transparency\na. Performance – pay $X per sale, show, or milestone\nb. Revenue-Share – pay X% of top-line revenue or X% of revenue growth\nc. Profit-Share – pay X% of profit or X% of Gross Profit\nd. Ratchets – pay X% if over Y revenue or profit\ne. Bonuses/Triggers – pay X when Y event occurs\nHormozi prefers “selling service-based guarantees or setting up performance partnerships.”\nAlso, you can create your own one from your prospect’s biggest fears, pain, and obstacles.\nFurther, stack guarantees to show your seriousness about their outcome. Lastly, despite\nguarantees being effective, people who specially buy based on them tend to be worse clients.\nChapter 16. Naming\n“Over time, offers fatigue; and in local markets, they fatigue even faster.” In Chapter 16 of\n$100M Offers, Alex Hormozi shows you how to “use names to re-stimulate demand and expand\nawareness of your offer to your target audience.”\n“We must appropriately name our offer to attract the right avatar to our business.” You can\nrename your offer to get leads repeatedly using the five parts of the MAGIC formula:\n• Make a Magnetic Reason Why: Start with a word or phrase that provides a strong\nreason for running the promotion or presentation.\n$100M Offers by Alex Hormozi | \n• Announce Your Avatar: Broadcast specifically “who you are looking for and who you are\nnot looking for as a client.”\n• Give Them a Goal: Elaborate upon the dream outcome for your prospect to achieve.\n• Indicate a Time Interval: Specify the expected period for the client to achieve their\ndream results.\n• Complete with a Container Word: Wrap up the offer as “a bundle of lots of things put\ntogether” with a container word.\nNote that you only need to use three to five components in naming your product or service.\nThis amount will allow you to distinguish yourself from the competition. Further, you can create\nvariations when the market offers fatigues:\n1. 2. 3. 4. 5. 6. Change the creative elements or images in your adds\nChange the body copy in your ads\nChange the headline or the “wrapper” of your offer\nChange the duration of your offer\nChange the enhancer or free/discounted component of your offer\nChange the monetization structure, the series of offers, and the associated price points\nSection V:Execution\nIn Section V of $100M Offers, Alex Hormozi discusses “How to make this happen in the real\nworld.” Finally, after many years of ups and downs, Alex Hormozi made his first $100K in March\nof 2017. “It was the beginning of the next chapter in his life as a business person and\nentrepreneur,” so do not give up and keep moving forward.\n\nEND CONTENT SUMMARY\n\n# OUTPUT\n\n// Give analysis \n\nGive 10 bullets (15 words maximum) of analysis of what Alex Hormozi would be likely to say about this business, based on everything you know about Alex Hormozi's teachings.\n\n5 of the bullets should be positive, and 5 should be negative.\n\n// Write the offer\n\n- Output three possible offers for this business focusing on different aspects of the value proposition.\n\n# EXAMPLE OFFERS\n\n### Example 1\n\n- Pay one time. (No recurring fee. No retainer.) Just cover ad spend. \n- I’ll generate leads and work your leads for you. \n- And only pay me if people show up. \n- And I’ll guarantee you get 20 people in your first month, or you get your next month free. \n- I’ll also provide all the best practices from the other businesses like yours.\n\n---\n\n### Example 2\n\n- You pay nothing upfront.\n- I will grow your business by $120,000 in the next 11 months.\n- You only pay my fee of $40K if I hit the target.\n- You will continue making at least $120K more a year, but I only get paid once.\n- You'll get the fully transparent list of everything we did to achieve this.\n\nEND EXAMPLE OFFERS\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.0186506509780884,0.6776283979415894,0.25290781259536743,0.467248797416687,0.36472856998443604,0.17099043726921082,-0.8369664549827576,0.16374412178993225,-0.6548221707344055,0.5396380424499512,-0.4861648380756378,0.7055990695953369,0.2536977529525757,-0.2482464611530304,-0.1658850759267807,0.23335063457489014,-0.16563858091831207,-1.1211612224578857,-1.2916224002838135,-0.02701757848262787,-0.5723265409469604,0.44264528155326843,0.7712106108665466,-0.0252714604139328,0.1860145628452301,-0.19516509771347046,0.2138742208480835,-0.2357042133808136,-0.5522463917732239,-1.5232622623443604,0.8371853828430176,0.1563170850276947,-0.6458084583282471,-0.21291308104991913,0.7622836232185364,-0.4443063735961914,-0.11705240607261658,0.16365459561347961,-0.562535285949707,0.32215893268585205,0.3601240813732147,0.015383115038275719,-0.8369166254997253,0.265882670879364,0.4277796447277069,0.02607138454914093,-0.1721774935722351,-0.26350075006484985,-0.10429859161376953,0.49940407276153564,-0.4133771061897278,-0.7567511796951294,-0.3490084707736969,-0.18292607367038727,-1.0311106443405151,0.2083127498626709,-0.23561672866344452,-0.5374432802200317,0.2361835390329361,0.0314866304397583,0.35913360118865967,0.24418509006500244,-3.177314519882202,-0.37387558817863464,-0.12191504240036011,0.2556379735469818,0.6482085585594177,-0.3174457550048828,0.029978115111589432,0.43345898389816284,-0.5067749619483948,0.4494709372520447,0.013689503073692322,0.03590274229645729,0.2625047564506531,-0.3539031445980072,0.32430341839790344,0.47065457701683044,0.0450017973780632,-0.300380140542984,-0.29727160930633545,0.4624488353729248,-0.0796876847743988,0.10093533992767334,-0.7766832113265991,0.7147152423858643,-0.6015927195549011,-0.10460489988327026,0.35223251581192017,0.3087678849697113,-0.08876213431358337,-0.7403868436813354,0.4022029936313629,-0.019928688183426857,-0.8049243092536926,0.5554386377334595,-0.1303086131811142,0.41184064745903015,0.41446563601493835,3.440897226333618,0.836050271987915,-0.022508876398205757,0.3863694369792938,-1.0341631174087524,0.7724691033363342,-0.5924602746963501,0.38647642731666565,-0.6983883380889893,-0.020878991112113,-0.6461057066917419,0.6172714233398438,-0.645925760269165,-1.009538173675537,0.1090695932507515,1.009377121925354,0.6414180994033813,-0.2207595258951187,-0.05097581818699837,0.33368268609046936,0.4782709777355194,0.08639898896217346,0.2149600088596344,0.47049084305763245,-0.1855488121509552,-0.2790078818798065,0.19117283821105957,-0.9115204215049744,0.595137894153595,0.19783861935138702,0.33271947503089905,-0.5891237854957581,-0.1231359988451004,-0.526629626750946,0.13614267110824585,0.49369534850120544,0.014213651418685913,0.314643532037735,-0.46486011147499084,-0.18402719497680664,-0.19076399505138397,0.4208749234676361,-0.8166751265525818,0.4665018320083618,0.6193163394927979,0.4715174436569214,0.4706273078918457,0.25787773728370667,0.21007217466831207,-0.6692888736724854,-0.9500687718391418,0.09809769690036774,0.22234395146369934,-0.20478938519954681,0.22719764709472656,0.49417388439178467,-0.4671267867088318,-0.9871312379837036,-0.14363248646259308,-0.7179053425788879,0.4081578552722931,-0.4734121859073639,-0.31857389211654663,0.29278385639190674,0.49103450775146484,-0.011633984744548798,-0.09043735265731812,-0.15736794471740723,0.0980910137295723,-0.16354642808437347,-0.048602934926748276,0.30595770478248596,-0.3360447287559509,0.7134316563606262,0.5556180477142334,0.590903103351593,-0.1466708779335022,-0.2559243440628052,-0.2630870044231415,0.18833857774734497,-0.3407232463359833,0.6948084235191345,0.38309553265571594,0.13097329437732697,-0.5226510763168335,-0.25887537002563477,0.33091890811920166,0.4692751169204712,-0.09944736957550049,1.3560948371887207,0.44580575823783875,-0.621404767036438,1.6023191213607788,0.23370714485645294,-0.09588530659675598,0.37953343987464905,0.8348241448402405,0.08868305385112762,-0.41286367177963257,0.7086809873580933,-0.2408100962638855,-1.0190774202346802,0.566788375377655,-0.5941751599311829,-0.3807922899723053,-0.2620393633842468,-0.14005881547927856,-0.4496126174926758,0.32777535915374756,0.030556615442037582,-0.5445167422294617,-0.006210647523403168,0.08929050713777542,0.8796952962875366,0.8082258701324463,0.8381900787353516,0.2933047413825989,-0.3778892755508423,-0.08839869499206543,0.6695955395698547,0.13025303184986115,-0.09815866500139236,-0.19578805565834045,-0.6899040937423706,-0.7158301472663879,-1.3712210655212402,0.27316540479660034,-0.3238399624824524,-0.44017642736434937,-0.9172216653823853,-0.08835062384605408,0.5248434543609619,0.7526640892028809,0.24761030077934265,1.0464091300964355,0.014905273914337158,0.09124637395143509,-0.17921188473701477,0.5080529451370239,0.25213274359703064,-1.1056653261184692,0.6375388503074646,0.09369241446256638,-0.20958681404590607,0.640316903591156,-0.05482618510723114,0.9065244197845459,-1.0033702850341797,-1.0638759136199951,0.5159351229667664,1.2003459930419922,-0.003827698528766632,-0.09635068476200104,-0.35790422558784485,0.5272397398948669,0.0007096193730831146,0.09611993283033371,-1.0741366147994995,0.27866628766059875,-0.6737309098243713,0.5997357964515686,-0.5181499719619751,-0.26733601093292236,0.5061267614364624,-0.16752967238426208,-0.0498867928981781,-0.22323335707187653,-0.5106651186943054,-0.33513012528419495,-0.853168785572052,0.2572409510612488,0.8074616193771362,-0.1146920919418335,-0.743351936340332,-0.07122913748025894,0.2267322689294815,0.39862513542175293,0.1215597540140152,0.22014430165290833,-0.29845449328422546,0.1810128390789032,0.35110601782798767,0.15355445444583893,0.060154542326927185,0.25790542364120483,-0.2458144724369049,-0.32510313391685486,-0.11630691587924957,-1.144785761833191,0.04333406686782837,1.1824747323989868,-0.2795417606830597,-0.7769305109977722,-0.673582911491394,0.0795971155166626,1.692061424255371,0.16024069488048553,-0.02268247678875923,0.3330424129962921,0.7327190041542053,-0.4347839951515198,-0.23995596170425415,-0.07258258014917374,0.09556849300861359,0.0225217305123806,-0.775181233882904,-0.6925352215766907,0.07021497189998627,0.3100857734680176,0.2837945818901062,0.5036146640777588,-0.5138195753097534,-0.279020756483078,-0.5305386185646057,0.17431515455245972,0.8146481513977051,-0.40558165311813354,0.7744449377059937,1.3775081634521484,-0.06594859063625336,-1.8189202547073364,0.14516454935073853,0.8942599892616272,0.5621879696846008,0.30544161796569824,-0.4691143333911896,0.9298779368400574,0.06765979528427124,-0.43645405769348145,-0.8461117744445801,1.43125581741333,0.3329850137233734,0.03879687935113907,-0.21491548418998718,0.06224433332681656,0.34891247749328613,-0.10946400463581085,0.327244371175766,-0.19552120566368103,0.329138845205307,-0.3695867955684662,0.3924142122268677,1.3493776321411133,0.4718291461467743,0.102887362241745,0.35538578033447266,0.17680664360523224,-0.8311976790428162,-0.8444908261299133,0.2090422809123993,-0.049199290573596954,-0.414543092250824,0.599105179309845,0.003669530153274536,-0.10378827899694443,0.9628210663795471,0.6421290636062622,-0.6697874069213867,0.0725124180316925,-0.33366280794143677,1.8205071687698364,-0.675881028175354,-0.8780572414398193,0.18891340494155884,0.47600388526916504,-0.6027172803878784,0.18235410749912262,0.30974894762039185,-0.28683149814605713,0.2398589700460434,-0.2572864890098572,-0.17108112573623657,-0.4014783501625061,0.2321263998746872,0.6277245283126831,0.22849854826927185,-0.041449666023254395,0.28187867999076843,0.06081172451376915,-0.015059128403663635,-0.09313415735960007,-0.10979194939136505,-0.4672294557094574,-1.1648554801940918,-1.445035457611084]},"workflow":{"author":"@@official.shinkai","description":"Guides users in developing a structured exploration of ideas through a detailed template. It emphasizes clarity and organization by breaking down the process into specific steps, including defining, supporting, and contextualizing the idea. The expected output is a comprehensive summary with related ideas, evidence, and sources organized in a structured format.","name":"Create_idea_compass","raw":"\n workflow Create_idea_compass v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a curious and organized thinker who aims to develop a structured and interconnected system of thoughts and ideas.\n\n# STEPS\n\nHere are the steps to use the Idea Compass template:\n\n1. **Idea/Question**: Start by writing down the central idea or question you want to explore.\n2. **Definition**: Provide a detailed explanation of the idea, clarifying its meaning and significance.\n3. **Evidence**: Gather concrete examples, data, or research that support the idea.\n4. **Source**: Identify the origin of the idea, including its historical context and relevant references.\n5. **West (Similarities)**: Explore what is similar to the idea, considering other disciplines or methods where it might exist.\n6. **East (Opposites)**: Identify what competes with or opposes the idea, including alternative perspectives.\n7. **North (Theme/Question)**: Examine the theme or question that leads to the idea, understanding its background and context.\n8. **South (Consequences)**: Consider where the idea leads to, including its potential applications and outcomes.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a clear and concise summary of the idea in plain language.\n- Extract and organize related ideas, evidence, and sources in a structured format.\n- Use bulleted lists to present similar ideas, opposites, and consequences.\n- Ensure clarity and coherence in the output, avoiding repetition and ambiguity.\n- Include 2 - 5 relevant tags in the format #tag1 #tag2 #tag3 #tag4 #tag5\n- Always format your response using the following template\n\nTags::\nDate:: mm/dd/yyyy\n___\n# Idea/Question::\n\n\n# Definition::\n\n\n# Evidence::\n\n\n# Source::\n\n___\n#### West:: Similar\n#### East:: Opposite\n#### North:: theme/question\n#### South:: What does this lead to?\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a curious and organized thinker who aims to develop a structured and interconnected system of thoughts and ideas.\n\n# STEPS\n\nHere are the steps to use the Idea Compass template:\n\n1. **Idea/Question**: Start by writing down the central idea or question you want to explore.\n2. **Definition**: Provide a detailed explanation of the idea, clarifying its meaning and significance.\n3. **Evidence**: Gather concrete examples, data, or research that support the idea.\n4. **Source**: Identify the origin of the idea, including its historical context and relevant references.\n5. **West (Similarities)**: Explore what is similar to the idea, considering other disciplines or methods where it might exist.\n6. **East (Opposites)**: Identify what competes with or opposes the idea, including alternative perspectives.\n7. **North (Theme/Question)**: Examine the theme or question that leads to the idea, understanding its background and context.\n8. **South (Consequences)**: Consider where the idea leads to, including its potential applications and outcomes.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a clear and concise summary of the idea in plain language.\n- Extract and organize related ideas, evidence, and sources in a structured format.\n- Use bulleted lists to present similar ideas, opposites, and consequences.\n- Ensure clarity and coherence in the output, avoiding repetition and ambiguity.\n- Include 2 - 5 relevant tags in the format #tag1 #tag2 #tag3 #tag4 #tag5\n- Always format your response using the following template\n\nTags::\nDate:: mm/dd/yyyy\n___\n# Idea/Question::\n\n\n# Definition::\n\n\n# Evidence::\n\n\n# Source::\n\n___\n#### West:: Similar\n#### East:: Opposite\n#### North:: theme/question\n#### South:: What does this lead to?\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.04877164587378502,1.25177800655365,-0.06803295016288757,0.6943893432617188,0.3094487488269806,-0.001970641314983368,-1.4091601371765137,-0.006808832287788391,-0.4676244258880615,0.6436548829078674,-0.38562366366386414,0.8569563031196594,0.5926432013511658,-0.4415379762649536,-0.17532511055469513,-1.0557656288146973,0.24837906658649445,-0.6992717981338501,-0.7195918560028076,-0.09844865649938583,0.0627480298280716,0.6918814778327942,0.7843331098556519,-0.10617159307003021,0.28610995411872864,-0.44478508830070496,-0.0826094001531601,0.2131718248128891,-0.2945725917816162,-1.4115307331085205,0.334553599357605,-0.33296698331832886,-1.219734787940979,-0.40732571482658386,0.30309823155403137,-1.0231657028198242,-0.09430806338787079,0.4871824085712433,-0.4207233190536499,-0.426052987575531,0.15753133594989777,0.2787809669971466,-0.7659180760383606,-0.07101501524448395,0.39112919569015503,-0.10849364101886749,-0.48950517177581787,-0.39664074778556824,0.5429039597511292,0.22981537878513336,0.29453951120376587,-0.8064538240432739,-0.6116144061088562,-0.475467711687088,-0.9118858575820923,0.3191159963607788,-0.2873347997665405,-0.9764284491539001,0.13621219992637634,0.5954480767250061,0.7762765288352966,0.8151307702064514,-2.781728982925415,-1.0683776140213013,0.02013653889298439,-0.28082457184791565,0.07552061229944229,0.03486943244934082,0.32670706510543823,1.2566380500793457,0.052595991641283035,0.7237023115158081,-0.42981722950935364,-0.36388179659843445,0.3234848380088806,-0.15328943729400635,0.6898563504219055,0.11303304880857468,-0.34268224239349365,-0.7779746055603027,0.3122132122516632,-0.02949535846710205,0.25878962874412537,-0.05377088114619255,-0.07473641633987427,0.5123632550239563,-0.6080651879310608,-0.03024981915950775,-0.03716941177845001,-0.07146893441677094,-0.5705990791320801,-0.13546274602413177,0.23941272497177124,-0.11593355983495712,-0.6656588912010193,-0.42767417430877686,0.2991673946380615,0.6558220982551575,0.1874401569366455,3.2296366691589355,0.805207371711731,-0.32414722442626953,0.3793461322784424,-0.6714496612548828,0.45217591524124146,-0.508318305015564,0.2086728811264038,-0.6066097617149353,0.06455669552087784,-0.572120189666748,0.8436599373817444,-0.4609532654285431,-0.6209050416946411,0.543999969959259,1.1690672636032104,0.2591649889945984,-0.06456050276756287,0.1677335500717163,-0.35409408807754517,0.35042309761047363,-0.058571673929691315,0.46692955493927,0.29749178886413574,-0.6922667622566223,0.031183045357465744,-0.28033629059791565,-0.5961784720420837,0.7946629524230957,-0.14350979030132294,-0.32800590991973877,-0.46609723567962646,0.00253291055560112,-0.16948430240154266,0.03986429423093796,-0.47858530282974243,-0.36224663257598877,-0.5382834076881409,0.049893878400325775,-0.013011455535888672,-0.1001821830868721,-0.18546873331069946,-0.7972152829170227,0.271007239818573,0.5918294191360474,0.26805052161216736,0.904732346534729,-0.2682150900363922,0.3341476321220398,-0.1475267857313156,-1.2207679748535156,0.06919493526220322,0.1965973973274231,0.27549418807029724,0.3496675491333008,0.6501379013061523,-0.18641115725040436,-0.38666439056396484,0.37595322728157043,-0.4811660647392273,0.07321709394454956,0.06506402790546417,-0.5098729729652405,0.002094089984893799,0.14797532558441162,0.4407559931278229,-0.4390058219432831,0.3240675926208496,0.17792057991027832,0.3402559757232666,0.12701642513275146,0.15565672516822815,0.0044112130999565125,0.6865866184234619,0.7835683226585388,-0.1540873944759369,0.3460958003997803,-0.3683966100215912,-0.08395000547170639,0.5065239667892456,-0.45948243141174316,1.079777479171753,0.5337967872619629,0.16784021258354187,-0.3482462763786316,0.11778579652309418,-0.13879039883613586,-0.3585188686847687,0.26744183897972107,0.7157071828842163,1.1765435934066772,-0.512167751789093,1.2155777215957642,-0.1741420328617096,0.6523661017417908,0.31925341486930847,0.4082183241844177,-0.48842763900756836,0.4432141184806824,0.282741904258728,-0.20464648306369781,-0.8730683326721191,-0.5002712607383728,-0.08795441687107086,0.1667506992816925,0.3017963469028473,0.11702032387256622,0.11613276600837708,0.30586665868759155,-0.3053184747695923,-0.5895369052886963,-0.06686198711395264,0.6110199689865112,1.1016945838928223,0.8950433135032654,0.8621327877044678,-0.21160729229450226,0.3582001328468323,0.00958498939871788,0.4420163035392761,0.2906542420387268,0.6036233305931091,0.7106890678405762,-0.772061288356781,-0.9242585301399231,-1.1354883909225464,0.7632040977478027,-0.35615667700767517,0.04389985650777817,-0.8096943497657776,-0.17023621499538422,0.3135434091091156,1.1449240446090698,0.6412938833236694,1.340686559677124,0.0699901282787323,-0.32370564341545105,-0.27368807792663574,0.5446444749832153,0.15955202281475067,-0.63092440366745,0.9127969145774841,0.14840759336948395,-0.4864630103111267,0.2432631403207779,-0.5222753882408142,0.9302688837051392,-1.0356552600860596,-0.9000176191329956,0.14279994368553162,1.6212549209594727,0.23678958415985107,-0.41918718814849854,0.09434133768081665,0.39003437757492065,0.37779664993286133,-0.6742709875106812,-1.3513258695602417,-0.07130023837089539,-0.755885124206543,0.20782727003097534,-0.12959393858909607,-0.16908638179302216,0.18777941167354584,0.40893325209617615,0.17982149124145508,0.663220226764679,-0.7537856101989746,-0.59862220287323,-0.7817884683609009,-0.025043867528438568,0.6426237225532532,0.11740826070308685,-0.6110571026802063,-0.26759031414985657,0.42235326766967773,0.6284818649291992,-0.19557958841323853,0.4900735020637512,-0.09843872487545013,-0.5061471462249756,0.6133596301078796,0.10841366648674011,0.06284809112548828,0.1877325177192688,-0.02509234845638275,-0.4956163465976715,-0.2291358858346939,-0.15763089060783386,-0.2700366973876953,0.8141433596611023,-0.2742266058921814,-1.3015823364257812,-0.09720724821090698,-0.24739620089530945,1.4974653720855713,1.0881068706512451,-0.254069983959198,-0.029880618676543236,1.1477408409118652,-0.15487878024578094,-0.9358005523681641,0.4212712347507477,0.28788575530052185,-0.2042345404624939,-0.3961900472640991,-0.7078179717063904,0.25715434551239014,-0.12564755976200104,-0.6369081735610962,-0.13535571098327637,-0.616981565952301,-0.2433328926563263,-0.25215205550193787,0.18759170174598694,0.3099448084831238,-0.32053980231285095,0.43568524718284607,0.7730305194854736,-0.14158014953136444,-1.4634544849395752,-0.4117634892463684,0.3643009662628174,0.5342109203338623,0.00005058944225311279,0.24215881526470184,0.16690900921821594,-0.6610537171363831,0.10348744690418243,0.5102550387382507,1.7727069854736328,0.6240168213844299,-0.365507572889328,-0.4541110694408417,-0.2328818440437317,0.8037002086639404,-0.3786590099334717,0.3261930048465729,-0.6462302207946777,0.23526808619499207,-0.1546820104122162,-0.08819806575775146,0.781645655632019,-0.17970265448093414,0.2525385320186615,0.22882503271102905,0.4947161078453064,-1.2517520189285278,-0.44150471687316895,-0.059345126152038574,0.21426524221897125,-0.5532560348510742,0.9946293830871582,0.06412551552057266,0.015390422195196152,0.7818720936775208,-0.2991913855075836,-0.0544281080365181,0.23472164571285248,-0.6527503132820129,1.1536051034927368,-0.41331541538238525,-0.5917164087295532,0.3137861490249634,1.1670446395874023,-0.4164715111255646,-0.41954541206359863,0.3152550756931305,0.045640863478183746,0.09773971140384674,-0.27277109026908875,0.2532404661178589,-0.7010065913200378,0.47974100708961487,0.8663963079452515,0.6285457015037537,-0.8192700147628784,-0.2428429275751114,0.023165330290794373,0.14769038558006287,-0.17555876076221466,0.5548006892204285,-0.3706546127796173,-0.785635769367218,-1.572021245956421]},"workflow":{"author":"@@official.shinkai","description":"Creates detailed GraphViz visualizations to illustrate complex intelligence investigations and data insights. This approach involves extensive analysis, organizing information, and visual representation using shapes, colors, and labels for clarity. The output includes a comprehensive diagram and analytical conclusions with a certainty rating.","name":"Create_investigation_visualization","raw":"\n workflow Create_investigation_visualization v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOAL\n\nYou are an expert in intelligence investigations and data visualization using GraphViz. You create full, detailed graphviz visualizations of the input you're given that show the most interesting, surprising, and useful aspects of the input.\n\n# STEPS\n\n- Fully understand the input you were given.\n\n- Spend 3,503 virtual hours taking notes on and organizing your understanding of the input.\n\n- Capture all your understanding of the input on a virtual whiteboard in your mind.\n\n- Think about how you would graph your deep understanding of the concepts in the input into a Graphviz output.\n\n# OUTPUT\n\n- Create a full Graphviz output of all the most interesting aspects of the input.\n\n- Use different shapes and colors to represent different types of nodes.\n\n- Label all nodes, connections, and edges with the most relevant information.\n\n- In the diagram and labels, make the verbs and subjects are clear, e.g., \\\"called on phone, met in person, accessed the database.\\\"\n\n- Ensure all the activities in the investigation are represented, including research, data sources, interviews, conversations, timelines, and conclusions.\n\n- Ensure the final diagram is so clear and well annotated that even a journalist new to the story can follow it, and that it could be used to explain the situation to a jury.\n\n- In a section called ANALYSIS, write up to 10 bullet points of 15 words each giving the most important information from the input and what you learned.\n\n- In a section called CONCLUSION, give a single 25-word statement about your assessment of what happened, who did it, whether the proposition was true or not, or whatever is most relevant. In the final sentence give the CIA rating of certainty for your conclusion.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOAL\n\nYou are an expert in intelligence investigations and data visualization using GraphViz. You create full, detailed graphviz visualizations of the input you're given that show the most interesting, surprising, and useful aspects of the input.\n\n# STEPS\n\n- Fully understand the input you were given.\n\n- Spend 3,503 virtual hours taking notes on and organizing your understanding of the input.\n\n- Capture all your understanding of the input on a virtual whiteboard in your mind.\n\n- Think about how you would graph your deep understanding of the concepts in the input into a Graphviz output.\n\n# OUTPUT\n\n- Create a full Graphviz output of all the most interesting aspects of the input.\n\n- Use different shapes and colors to represent different types of nodes.\n\n- Label all nodes, connections, and edges with the most relevant information.\n\n- In the diagram and labels, make the verbs and subjects are clear, e.g., \\\"called on phone, met in person, accessed the database.\\\"\n\n- Ensure all the activities in the investigation are represented, including research, data sources, interviews, conversations, timelines, and conclusions.\n\n- Ensure the final diagram is so clear and well annotated that even a journalist new to the story can follow it, and that it could be used to explain the situation to a jury.\n\n- In a section called ANALYSIS, write up to 10 bullet points of 15 words each giving the most important information from the input and what you learned.\n\n- In a section called CONCLUSION, give a single 25-word statement about your assessment of what happened, who did it, whether the proposition was true or not, or whatever is most relevant. In the final sentence give the CIA rating of certainty for your conclusion.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.12509246170520782,-0.1390383094549179,0.4034397006034851,0.16616789996623993,-0.35918518900871277,0.08006501197814941,-1.5056182146072388,0.2031729817390442,0.03385310247540474,0.5460879802703857,-0.13871429860591888,1.1150624752044678,-0.18738743662834167,0.4883962869644165,-0.6706453561782837,0.3166385293006897,0.28894931077957153,-0.7482686042785645,-0.8955553770065308,-0.1447177529335022,-0.33961737155914307,0.608684241771698,0.719356119632721,0.02299114689230919,0.4729260802268982,0.21324290335178375,0.23415055871009827,-0.3617653250694275,-0.12503528594970703,-1.3565351963043213,0.30899134278297424,0.40446484088897705,-0.2657662332057953,-0.43173515796661377,0.150782510638237,-0.5575093030929565,-0.9609062075614929,0.2922915816307068,-0.34819063544273376,-0.2546202838420868,0.14884018898010254,-0.7324750423431396,-0.5755500793457031,0.4896565079689026,-0.053907934576272964,-0.4505453407764435,-0.16280204057693481,0.26737698912620544,1.1062347888946533,0.7678872346878052,-0.3498419523239136,-0.587364912033081,-0.4358939826488495,-0.3268413245677948,-0.5471353530883789,0.33787035942077637,-0.5402295589447021,-0.33961671590805054,0.5123944282531738,0.19185245037078857,-0.5180783867835999,0.6711748838424683,-3.555025577545166,-0.19658403098583221,1.090908408164978,-0.024531245231628418,0.3373827338218689,-0.1713232845067978,0.6091194748878479,0.5991400480270386,-0.34209874272346497,0.5805487632751465,0.16779595613479614,-0.04151707887649536,-0.4731259346008301,-0.08250793069601059,-0.013619273900985718,0.2408236563205719,0.2574683725833893,0.5467898845672607,0.1490478366613388,0.11247023195028305,-0.03691216558218002,-0.23490582406520844,-0.6061108112335205,0.20365135371685028,-0.5306751728057861,-0.26120853424072266,-0.5626608729362488,0.11563059687614441,-0.7319804430007935,-0.05513976141810417,0.9221721887588501,-0.1055000051856041,-0.5972491502761841,-0.3370376229286194,-0.4205473065376282,-0.35676559805870056,0.05893193557858467,2.964524269104004,0.5062174797058105,-0.308671772480011,0.7312555313110352,-1.4081149101257324,0.2800159752368927,-0.16612422466278076,-0.3143860697746277,-0.24722044169902802,0.31458282470703125,-0.36715227365493774,0.36223119497299194,-0.5246883034706116,-0.5697517395019531,0.25202590227127075,0.7276579141616821,0.7090577483177185,-0.6640928387641907,0.335105836391449,0.07330495119094849,0.026348203420639038,-0.24807783961296082,0.13351047039031982,0.12724067270755768,0.04437417536973953,0.09544762969017029,-0.6428042054176331,-0.7118180990219116,0.30709344148635864,0.06510737538337708,-0.7815499901771545,-0.18632730841636658,0.5211077928543091,-0.1943555772304535,0.7058904767036438,0.01374303549528122,0.42949187755584717,0.6069291830062866,-0.8563435673713684,0.44605764746665955,-0.06555360555648804,0.6076775789260864,-0.5725669264793396,0.31396862864494324,-0.09431752562522888,0.6939256191253662,0.8450155258178711,-0.20302310585975647,0.12419766932725906,-1.0242377519607544,-0.2365090548992157,-0.07960791885852814,0.1776389479637146,0.10330890864133835,-0.3661828637123108,0.2683870792388916,-0.3690253496170044,-0.3890867829322815,0.7818381786346436,-0.4776298999786377,0.7799521088600159,-0.057330310344696045,-0.485718309879303,-0.06493479013442993,-0.5150802135467529,-0.04828418046236038,-0.8210431337356567,0.3345123827457428,-0.010127302259206772,0.11198225617408752,0.10235029458999634,-0.2791115641593933,-0.14382827281951904,0.6311246156692505,0.9117574095726013,-0.32091590762138367,-0.3197455108165741,-0.9465240240097046,0.03195132315158844,0.5704240202903748,-0.22260357439517975,0.6629095077514648,-0.30322515964508057,-0.48514267802238464,-0.62890625,-0.13881373405456543,0.2913881540298462,0.23639997839927673,0.16174957156181335,0.9114308953285217,0.83849036693573,-1.0877296924591064,1.1080957651138306,-0.6281565427780151,0.6143777966499329,0.18435801565647125,0.3815056085586548,0.07617305219173431,-0.08071218430995941,0.4297710657119751,0.22590942680835724,-1.3199524879455566,-0.010342825204133987,-0.24465127289295197,-0.25564444065093994,-0.7743055820465088,-0.5853224992752075,-0.5946898460388184,1.2605962753295898,-0.8105934262275696,-0.2973065972328186,0.106523796916008,-0.12498289346694946,1.46478271484375,0.6063302159309387,0.9725029468536377,0.6073280572891235,-0.13397210836410522,0.6113100051879883,0.44735974073410034,-0.5525997877120972,-0.13748660683631897,0.4098356366157532,-0.8413987755775452,-0.42480412125587463,-1.0556018352508545,0.4883075952529907,-0.4464763104915619,0.016953084617853165,-1.132358431816101,-0.5096316933631897,0.5320730805397034,1.0343414545059204,1.020959496498108,0.11315653473138809,0.2427603304386139,0.14057977497577667,0.30548933148384094,0.7024111747741699,0.3528997302055359,-0.2610670328140259,0.12843111157417297,0.2764773368835449,-0.02314940094947815,-0.11515951156616211,0.7605310678482056,0.12604641914367676,-0.7662004232406616,-0.8562349081039429,0.10216020792722702,1.5369153022766113,-0.24965858459472656,0.3450285792350769,0.41586607694625854,0.6378657817840576,0.014751717448234558,0.0789993479847908,-1.1447395086288452,-0.23066289722919464,-0.8302739262580872,0.5863728523254395,-0.4496365487575531,0.14405608177185059,0.9152724742889404,0.15618836879730225,-0.6266492009162903,-0.8304979205131531,-0.29818251729011536,-0.8349277973175049,-0.5761955380439758,0.18951818346977234,0.4062451124191284,0.31982022523880005,0.2211088389158249,-0.1938171684741974,-0.20514193177223206,-0.044168874621391296,-0.5126939415931702,0.09274741262197495,0.043750979006290436,-0.919738233089447,-0.13395240902900696,0.0831606462597847,0.16263169050216675,-0.10709519684314728,-0.11639992147684097,-0.24215009808540344,0.36289528012275696,-1.2350469827651978,-0.9673939347267151,0.2448054552078247,0.2428901195526123,-0.7314274311065674,-0.5953795313835144,0.4396544098854065,2.2279603481292725,0.47470203042030334,0.3615664541721344,0.4598594903945923,0.7864273190498352,-0.13308316469192505,-0.027667813003063202,0.4211839437484741,-0.13035987317562103,0.6243747472763062,-0.9361383318901062,-0.33502307534217834,0.18078476190567017,-0.7336345911026001,0.4183017313480377,0.08919329941272736,-0.07541240751743317,-0.22293627262115479,-0.0708838701248169,-0.33118802309036255,0.6041557192802429,0.19516253471374512,1.2002490758895874,1.3501073122024536,0.4284435212612152,-1.5375726222991943,-0.11194591969251633,0.6487993001937866,0.3775189220905304,-0.31436052918434143,-0.13809655606746674,0.8748942613601685,-0.554596483707428,0.6112099885940552,0.13609273731708527,1.4828274250030518,0.5643981099128723,0.23603937029838562,-0.11483335494995117,0.661150336265564,0.8844679594039917,-0.17142708599567413,0.8645904064178467,0.43526700139045715,-0.5334295034408569,-0.4137336313724518,0.6389961838722229,0.67694091796875,0.49876460433006287,0.41817978024482727,-0.2675064504146576,0.08451885730028152,-0.044888079166412354,-1.1766220331192017,0.015473421663045883,0.3286949396133423,-0.5573121905326843,-0.010461749508976936,-0.4670768976211548,0.17582076787948608,0.874169111251831,0.7862593531608582,-1.4220643043518066,-0.3036467134952545,-0.4476510286331177,1.4438304901123047,-0.3865346312522888,-0.09940044581890106,-0.17229509353637695,0.10432347655296326,-0.12133326381444931,-0.01813630759716034,0.03214770182967186,-0.6635006070137024,0.23815371096134186,0.4041605293750763,0.20841768383979797,-0.3303579092025757,0.5089675188064575,0.5566333532333374,0.7110370993614197,-0.244984969496727,0.31647932529449463,0.2661941349506378,0.21289131045341492,-0.322662353515625,0.48771631717681885,-0.1305694729089737,-0.4211685061454773,-1.3660467863082886]},"workflow":{"author":"@@official.shinkai","description":"The prompt guides in creating TED-quality keynote presentations from provided input, focusing on narrative flow and practical takeaways. It outlines steps for structuring the presentation into slides with concise bullet points, images, and speaker notes. The expected output includes a story flow, the final takeaway, and a detailed slide deck presentation.","name":"Create_keynote","raw":"\n workflow Create_keynote v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at creating TED-quality keynote presentations from the input provided.\n\nTake a deep breath and think step-by-step about how best to achieve this using the steps below.\n\n# STEPS\n\n- Think about the entire narrative flow of the presentation first. Have that firmly in your mind. Then begin.\n\n- Given the input, determine what the real takeaway should be, from a practical standpoint, and ensure that the narrative structure we're building towards ends with that final note.\n\n- Take the concepts from the input and create
delimited sections for each slide.\n\n- The slide's content will be 3-5 bullets of no more than 5-10 words each.\n\n- Create the slide deck as a slide-based way to tell the story of the content. Be aware of the narrative flow of the slides, and be sure you're building the story like you would for a TED talk.\n\n- Each slide's content:\n\n-- Title\n-- Main content of 3-5 bullets\n-- Image description (for an AI image generator)\n-- Speaker notes (for the presenter): These should be the exact words the speaker says for that slide. Give them as a set of bullets of no more than 15 words each.\n\n- The total length of slides should be between 10 - 25, depending on the input.\n\n# OUTPUT GUIDANCE\n\n- These should be TED level presentations focused on narrative.\n\n- Ensure the slides and overall presentation flows properly. If it doesn't produce a clean narrative, start over.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a section called FLOW that has the flow of the story we're going to tell as a series of 10-20 bullets that are associated with one slide a piece. Each bullet should be 10-words max.\n\n- Output a section called DESIRED TAKEAWAY that has the final takeaway from the presentation. This should be a single sentence.\n\n- Output a section called PRESENTATION that's a Markdown formatted list of slides and the content on the slide, plus the image description.\n\n- Ensure the speaker notes are in the voice of the speaker, i.e. they're what they're actually going to say.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at creating TED-quality keynote presentations from the input provided.\n\nTake a deep breath and think step-by-step about how best to achieve this using the steps below.\n\n# STEPS\n\n- Think about the entire narrative flow of the presentation first. Have that firmly in your mind. Then begin.\n\n- Given the input, determine what the real takeaway should be, from a practical standpoint, and ensure that the narrative structure we're building towards ends with that final note.\n\n- Take the concepts from the input and create
delimited sections for each slide.\n\n- The slide's content will be 3-5 bullets of no more than 5-10 words each.\n\n- Create the slide deck as a slide-based way to tell the story of the content. Be aware of the narrative flow of the slides, and be sure you're building the story like you would for a TED talk.\n\n- Each slide's content:\n\n-- Title\n-- Main content of 3-5 bullets\n-- Image description (for an AI image generator)\n-- Speaker notes (for the presenter): These should be the exact words the speaker says for that slide. Give them as a set of bullets of no more than 15 words each.\n\n- The total length of slides should be between 10 - 25, depending on the input.\n\n# OUTPUT GUIDANCE\n\n- These should be TED level presentations focused on narrative.\n\n- Ensure the slides and overall presentation flows properly. If it doesn't produce a clean narrative, start over.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a section called FLOW that has the flow of the story we're going to tell as a series of 10-20 bullets that are associated with one slide a piece. Each bullet should be 10-words max.\n\n- Output a section called DESIRED TAKEAWAY that has the final takeaway from the presentation. This should be a single sentence.\n\n- Output a section called PRESENTATION that's a Markdown formatted list of slides and the content on the slide, plus the image description.\n\n- Ensure the speaker notes are in the voice of the speaker, i.e. they're what they're actually going to say.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.03667747974395752,1.1957454681396484,-0.8699625730514526,0.42090198397636414,-0.19410523772239685,0.6296266913414001,-0.3556126654148102,-0.8330042362213135,-0.20191562175750732,1.209623098373413,-0.25861191749572754,0.3406682014465332,-0.046313803642988205,-0.10028399527072906,0.11764790117740631,-0.1720249205827713,-0.2424323558807373,-0.26819705963134766,-1.2319979667663574,-0.18214213848114014,-0.011679218150675297,0.5307503342628479,0.4868437647819519,-0.4794273376464844,-0.1289701759815216,-0.5880887508392334,0.07002957165241241,-0.27497991919517517,0.029816463589668274,-1.4343602657318115,0.43131378293037415,0.9791336059570312,-0.6094483137130737,-0.2669074535369873,0.29461440443992615,-0.25391000509262085,-0.17651325464248657,0.7250235080718994,-0.052759330719709396,-0.15954706072807312,0.8840851783752441,-0.8585857152938843,-0.2386307418346405,-0.3120811879634857,-0.07911210507154465,0.053363315761089325,0.4766066372394562,-0.24873825907707214,0.8041548728942871,0.6346204876899719,0.2038283348083496,-0.6518639922142029,0.5129774212837219,-0.38671159744262695,-0.6448385119438171,-0.004246789962053299,-0.47102728486061096,-0.1417178064584732,0.48967865109443665,0.6861295104026794,0.3827236294746399,0.5197232961654663,-2.9074978828430176,-0.6721189618110657,1.104125738143921,0.14622527360916138,-0.3353852927684784,0.03965276479721069,0.4684191346168518,0.41212576627731323,0.28611165285110474,0.48572012782096863,-0.2876468896865845,-0.4276231527328491,0.1592789590358734,-0.42672544717788696,0.015044678933918476,0.16121241450309753,0.3938072919845581,-0.03399542719125748,0.25757038593292236,0.8623433113098145,-0.5703703165054321,0.17570027709007263,-0.5701939463615417,0.19768278300762177,0.27303698658943176,-0.3193938136100769,0.27159878611564636,0.2715494632720947,-0.23274606466293335,-0.20760877430438995,0.6976161599159241,-0.3815009593963623,-0.951259970664978,0.5432509779930115,0.10503527522087097,-0.00021342933177947998,0.6478418111801147,3.067033290863037,0.03325541317462921,0.13774223625659943,0.783657431602478,-0.9206089973449707,0.6735312938690186,-0.20973169803619385,0.31553971767425537,-0.7004448771476746,-0.0953906774520874,-0.010797671973705292,0.1354978382587433,-0.31289637088775635,-0.6461893320083618,0.3470415771007538,0.23813645541667938,-0.1647244542837143,-0.09499037265777588,0.3174552619457245,-0.4407150447368622,0.08425010740756989,-0.5647972822189331,-0.12770605087280273,-1.0909241437911987,0.4178888201713562,0.02279265969991684,0.6721686124801636,-0.894296407699585,0.38394421339035034,-0.3717783987522125,0.9378339648246765,-0.2640441954135895,0.5010689496994019,-0.13154031336307526,-0.10555312782526016,-0.20098212361335754,0.04718219116330147,0.014186419546604156,-0.274099200963974,-0.1182316318154335,0.1574496328830719,0.5168358087539673,-0.5820074081420898,0.10859119892120361,0.6579232215881348,-0.007462948560714722,0.4895787239074707,-0.23798492550849915,-0.36347004771232605,-0.6791473627090454,-0.9285057783126831,0.21478167176246643,-0.17797255516052246,0.22898262739181519,-0.3708241283893585,0.42328107357025146,-0.15081414580345154,0.05167819559574127,-0.43477141857147217,-0.446703165769577,0.1612561047077179,0.5219433307647705,-0.3191145062446594,-0.13103950023651123,0.5238422155380249,0.041638121008872986,-0.09697529673576355,0.2092619091272354,0.10656606405973434,0.26299071311950684,0.02069808542728424,-0.4941495656967163,-0.5319795608520508,0.7147225141525269,0.20992794632911682,-0.24611054360866547,-0.2481815218925476,0.2807943522930145,-0.16018164157867432,0.31434398889541626,-0.38261595368385315,0.8807207942008972,0.6670588254928589,-0.14469239115715027,-1.0066015720367432,-0.669834554195404,-0.15370795130729675,-0.09547386318445206,-0.20753642916679382,0.03186584636569023,0.3372488021850586,-1.0689079761505127,1.0142983198165894,-0.0718052014708519,0.4535350799560547,0.5651820302009583,-0.09298150986433029,0.17163792252540588,0.6233724355697632,0.42019909620285034,-0.49126484990119934,-0.8938716650009155,-0.8337584137916565,-0.018853433430194855,0.27358829975128174,-0.25647032260894775,-0.3467477262020111,-0.4432092010974884,0.8696134686470032,-0.7945793271064758,-0.2238313853740692,-0.7978121638298035,0.3285876512527466,1.2110133171081543,0.698509156703949,1.234476923942566,0.30995315313339233,0.09298421442508698,0.28640905022621155,0.7320262789726257,0.1560194045305252,0.7529916167259216,0.6470911502838135,-1.0061756372451782,-0.6032156348228455,0.037600185722112656,-0.03714334964752197,-0.572829008102417,-0.6404321789741516,-1.268296241760254,-0.3920513391494751,1.331068515777588,1.7274280786514282,0.21484321355819702,1.1682002544403076,0.9784166216850281,0.3801957666873932,-0.5569959282875061,-0.14160944521427155,-0.2136344015598297,-0.9961012005805969,1.4093806743621826,0.13832178711891174,-0.6325470209121704,0.33775943517684937,-0.2935253977775574,-0.01936843991279602,-0.22471091151237488,-1.1301772594451904,0.2309722602367401,1.0259934663772583,0.09582780301570892,0.40408650040626526,-0.6608796119689941,0.4883725941181183,0.27226001024246216,0.06093443185091019,-1.9729820489883423,0.560012936592102,-0.4399016499519348,0.42090412974357605,-0.0428549163043499,-0.17182454466819763,0.1402844935655594,0.3520904779434204,-0.1892697960138321,-0.5575208067893982,-0.7464145421981812,-0.462738037109375,-0.48722946643829346,-0.38292813301086426,-0.013633820228278637,-0.09990015625953674,-0.5316233038902283,-0.057540953159332275,-0.08162553608417511,-0.16734594106674194,0.5852699279785156,0.3509775400161743,0.11817913502454758,-0.6418154239654541,0.42230668663978577,0.7799564599990845,-0.729424238204956,0.24530646204948425,-0.6462544202804565,-0.1591450423002243,-1.0924643278121948,-0.3854944109916687,-0.194594144821167,0.9121869206428528,-0.19513767957687378,-0.5368497371673584,0.10463838279247284,0.1772589236497879,0.9542591571807861,0.9339315295219421,0.4111711382865906,0.7743370532989502,-0.2030887007713318,-0.044708557426929474,0.5692225694656372,0.14753654599189758,-0.1107979267835617,-0.28432685136795044,-1.1214840412139893,-0.8634563684463501,0.30997857451438904,0.11110462248325348,-0.7716687917709351,0.016663726419210434,-0.7139860987663269,0.41655799746513367,0.4321202337741852,-0.22188431024551392,-0.043576680123806,0.11861718446016312,-0.13984642922878265,1.506588101387024,0.4504435360431671,-1.8097012042999268,-0.20446375012397766,0.5579911470413208,0.8019331693649292,0.26197928190231323,-0.4432615041732788,0.33080166578292847,0.024727702140808105,-0.45748603343963623,-0.2671279311180115,1.547163963317871,0.03157700598239899,-0.3402608335018158,-0.3626403510570526,0.7528852224349976,0.406802773475647,0.0819416493177414,0.3443869650363922,-0.6549158096313477,-0.6120715737342834,-0.5158430933952332,0.0723789855837822,1.6923363208770752,0.1490204632282257,0.5008277893066406,-0.25492778420448303,-0.16376900672912598,-0.5811538100242615,-1.610697627067566,0.5082361102104187,0.3237805962562561,-0.6197630167007446,1.000086784362793,-0.18249161541461945,-0.6095867156982422,0.5338927507400513,0.623363196849823,-0.5247130990028381,0.1715354025363922,-0.6489270329475403,1.4788904190063477,-0.17856281995773315,-0.26899081468582153,-0.12874126434326172,0.79291170835495,-0.19051052629947662,-0.6142497062683105,0.45670005679130554,-0.2514630854129791,0.4987407922744751,0.41890451312065125,0.4505983591079712,-0.10747800022363663,0.9003994464874268,0.5364265441894531,0.24172015488147736,-0.5917122960090637,0.0018746145069599152,0.0754082053899765,-0.06211201846599579,-0.08846501260995865,0.6427947878837585,-0.43334290385246277,-0.7738489508628845,-0.6096355319023132]},"workflow":{"author":"@@official.shinkai","description":"Generates simple, minimalist company logos based on provided input, focusing on elegance and impact without text. The approach emphasizes super minimalist designs. The output is a prompt for an AI image generator to create a simple, vector graphic logo.","name":"Create_logo","raw":"\n workflow Create_logo v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou create simple, elegant, and impactful company logos based on the input given to you. The logos are super minimalist and without text.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Output a prompt that can be sent to an AI image generator for a simple and elegant logo that captures and incorporates the meaning of the input sent. The prompt should take the input and create a simple, vector graphic logo description for the AI to generate.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure the description asks for a simple, vector graphic logo.\n- Do not output anything other than the raw image description that will be sent to the image generator.\n- You only output human-readable Markdown.\n- Do not output warnings or notes —- just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou create simple, elegant, and impactful company logos based on the input given to you. The logos are super minimalist and without text.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Output a prompt that can be sent to an AI image generator for a simple and elegant logo that captures and incorporates the meaning of the input sent. The prompt should take the input and create a simple, vector graphic logo description for the AI to generate.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure the description asks for a simple, vector graphic logo.\n- Do not output anything other than the raw image description that will be sent to the image generator.\n- You only output human-readable Markdown.\n- Do not output warnings or notes —- just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.018122700974345207,0.4738544225692749,-0.001960545778274536,0.09216338396072388,-0.3709465265274048,0.09319581091403961,-1.0413448810577393,0.18633395433425903,-0.3901655673980713,0.369850218296051,-0.5641509890556335,0.9271079897880554,0.13884790241718292,-0.05624955892562866,0.110626220703125,-0.12154783308506012,0.2315634787082672,-0.8538054823875427,-0.9585878252983093,-0.47111180424690247,-0.04642406105995178,0.9593323469161987,0.5144377946853638,0.09320172667503357,0.29280540347099304,-0.242807075381279,0.5483629107475281,-0.22624614834785461,-0.8941296339035034,-1.1064176559448242,0.10166488587856293,-0.15675148367881775,-0.3482912480831146,-0.31361594796180725,0.2926343083381653,-0.7730993032455444,-0.28376808762550354,-0.004721157252788544,-0.27044907212257385,-0.02695470303297043,0.7165344953536987,-0.015909556299448013,-0.4434009790420532,0.3980167806148529,0.5331754088401794,0.15931347012519836,-0.016481351107358932,0.1922895908355713,-0.06394144147634506,0.29954662919044495,-0.030469510704278946,-0.750734806060791,-0.21745550632476807,-0.043716058135032654,-0.4648880958557129,0.2102387249469757,-0.3903384506702423,-1.1733649969100952,0.4049112796783447,0.37172114849090576,-0.10451934486627579,0.22390884160995483,-2.9973647594451904,-0.18764476478099823,0.41948574781417847,0.25663504004478455,0.30166199803352356,0.17764447629451752,0.4568137526512146,0.627474844455719,-0.019980616867542267,0.34255751967430115,-0.3725150227546692,0.7290042638778687,-0.14999836683273315,-0.9466840624809265,0.273142009973526,-0.05053692311048508,0.07510195672512054,-0.5683529376983643,0.5359142422676086,0.09328050911426544,0.34016385674476624,-0.21842718124389648,-0.49638572335243225,0.19311772286891937,-0.24137592315673828,-0.4173927307128906,0.3417161703109741,0.01264854148030281,-0.6439691185951233,0.04077599197626114,0.3121277689933777,-0.3193959891796112,-0.4470341205596924,-0.061520710587501526,-0.0008835196495056152,0.023736722767353058,0.058873917907476425,3.2363083362579346,0.34240806102752686,-0.427120178937912,0.9906690716743469,-0.8490151762962341,0.003312036395072937,-0.3006192147731781,0.7676042914390564,-0.9046552777290344,-0.21328642964363098,-0.19148629903793335,0.6215720176696777,-0.8806106448173523,-0.7242964506149292,0.3931504487991333,0.7961662411689758,-0.017501886934041977,-0.40232837200164795,0.19788680970668793,-0.10124686360359192,0.8146207928657532,-0.15211480855941772,-0.29318031668663025,-0.27862271666526794,0.09050468355417252,-0.3200146555900574,0.22670072317123413,-0.3924425542354584,0.45657435059547424,-0.11868263781070709,0.05924335867166519,-0.5627163052558899,0.0032779835164546967,0.16990900039672852,0.20805004239082336,-0.34031015634536743,0.09474897384643555,0.15811628103256226,-0.8558346033096313,0.12895970046520233,-0.19228069484233856,0.24172919988632202,-0.6514832973480225,0.6591755747795105,0.22821666300296783,0.6969230771064758,1.0575200319290161,-0.26756522059440613,0.3523862957954407,-0.8405163884162903,-0.5170953273773193,0.01689675822854042,0.206825852394104,-0.29726502299308777,-0.08503852784633636,0.6706421971321106,0.15631084144115448,-0.6396640539169312,0.25973770022392273,-0.48516780138015747,0.5619547367095947,-0.34392327070236206,0.09907630831003189,-0.008479997515678406,0.5525590181350708,0.25080472230911255,-0.40109583735466003,0.18687057495117188,-0.05147978663444519,0.41080331802368164,0.34543299674987793,-0.15064403414726257,-0.28581178188323975,0.37574389576911926,0.5731514692306519,-0.17633430659770966,-0.10981447994709015,-0.36266976594924927,-0.46835803985595703,0.5738068222999573,-0.10058218240737915,0.8547073602676392,0.23555538058280945,-0.28890538215637207,-1.0533968210220337,-0.3094082474708557,0.2625259757041931,-0.2629445493221283,0.14553552865982056,0.8071588277816772,0.8023539781570435,-0.40301308035850525,1.5332727432250977,-0.5017224550247192,0.8872116208076477,0.4555150270462036,0.5076990723609924,0.8478808999061584,0.4299718141555786,0.9185509085655212,-0.07027874886989594,-1.1652121543884277,-0.044521987438201904,0.3771858215332031,0.14602653682231903,-0.18484586477279663,-0.3985230326652527,0.026453997939825058,0.4477587640285492,-0.7205886244773865,-0.39447730779647827,-0.23331384360790253,0.4081733822822571,1.595085859298706,0.7507327198982239,1.2728933095932007,-0.43166154623031616,-0.02248963713645935,0.04661957919597626,0.3783223628997803,-0.06012068688869476,0.40339967608451843,1.0758230686187744,-0.45995038747787476,-0.5493184924125671,-0.7403684854507446,0.7761476635932922,-0.2119133472442627,-0.21435612440109253,-1.2746769189834595,-0.5332174897193909,0.4505678415298462,1.5994620323181152,0.7607966661453247,1.4498026371002197,0.18857407569885254,0.29547739028930664,0.28423625230789185,0.48971378803253174,0.10170997679233551,-1.2279223203659058,0.8824298977851868,0.27505695819854736,-0.1509227454662323,0.1870141476392746,0.06669865548610687,0.07020476460456848,-0.8829325437545776,-1.0880284309387207,0.1919894963502884,1.6843831539154053,-0.003976225852966309,-0.10320113599300385,-0.29055508971214294,0.26840826869010925,-0.10737881809473038,-0.3204798698425293,-1.896857500076294,-0.8286594152450562,-1.1269540786743164,1.0117689371109009,-0.416216105222702,-0.08015044033527374,0.6758852005004883,0.39950892329216003,-0.06755302101373672,-0.006537821143865585,-0.6452534794807434,-0.9896398782730103,-0.5841163396835327,-0.2265307903289795,0.9319502711296082,-0.24353797733783722,-0.6665239930152893,0.24867689609527588,-0.20887762308120728,0.03863346949219704,0.3329988420009613,0.1503165364265442,-0.45839744806289673,-0.4065399169921875,0.23478922247886658,0.16611218452453613,-0.6689722537994385,0.21463578939437866,-0.669724702835083,-0.37863755226135254,-0.5092738270759583,-0.3126361072063446,0.13974833488464355,1.2219362258911133,0.10823065787553787,-0.684600293636322,-0.19148945808410645,-0.1364828646183014,1.968324065208435,0.5748173594474792,-0.29840320348739624,0.46520698070526123,0.35289323329925537,-0.5949852466583252,-0.17292052507400513,0.23020806908607483,0.21994000673294067,-0.05001980811357498,-0.813726544380188,-0.5030682682991028,0.37800902128219604,-0.06314902752637863,-0.2960473299026489,0.34912294149398804,-0.6814637184143066,-0.3945193886756897,-0.2712131142616272,-0.005312405526638031,0.31057649850845337,-0.21456709504127502,0.3796425461769104,1.302232265472412,-0.49376338720321655,-1.5996074676513672,-0.40771281719207764,0.8231808543205261,0.8664207458496094,-0.2590893507003784,-0.17711181938648224,0.6024771332740784,-0.3278476893901825,-0.06730259954929352,-0.1363421231508255,1.8085169792175293,0.7358232140541077,-0.062186673283576965,-0.7552847862243652,-0.03688708320260048,0.7669522762298584,0.15163841843605042,0.13950692117214203,-0.6058483123779297,-0.23554441332817078,-0.2981566786766052,-0.18458202481269836,1.1552817821502686,0.09759622067213058,0.27698227763175964,-0.07197949290275574,-0.42880767583847046,-1.260047197341919,-0.75240558385849,0.6066440343856812,0.002474561333656311,-0.34371206164360046,0.591977596282959,0.2555510699748993,0.6898601055145264,0.6957104206085205,0.3226841390132904,-0.2420201301574707,-0.4284423887729645,-0.7176424860954285,2.0505850315093994,-0.042603906244039536,-0.6751799583435059,-0.38224345445632935,0.21892383694648743,-0.45322662591934204,-0.07818251848220825,0.5127712488174438,-0.09034564346075058,0.1627083271741867,0.04753914847970009,0.4222436845302582,-0.8330247402191162,0.6409988403320312,0.5159358382225037,0.519415020942688,-0.5708574652671814,-0.02460220828652382,0.27550840377807617,0.16889190673828125,-0.2836744785308838,0.44501543045043945,-0.6576142907142639,-0.5416820645332336,-1.0223783254623413]},"workflow":{"author":"@@official.shinkai","description":"Transforms complex ideas into visual formats using MarkMap syntax for easy understanding. This process involves simplifying concepts to ensure they can be effectively represented within the constraints of MarkMap. The output is a MarkMap syntax diagram that visually communicates the core ideas.","name":"Create_markmap_visualization","raw":"\n workflow Create_markmap_visualization v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using MarkMap.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using Markmap syntax.\n\nYou always output Markmap syntax, even if you have to simplify the input concepts to a point where it can be visualized using Markmap.\n\n# MARKMAP SYNTAX\n\nHere is an example of MarkMap syntax:\n\n````plaintext\nmarkmap:\n colorFreezeLevel: 2\n---\n\n# markmap\n\n## Links\n\n- [Website](https://markmap.js.org/)\n- [GitHub](https://github.com/gera2ld/markmap)\n\n## Related Projects\n\n- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim\n- [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode\n- [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs\n\n## Features\n\nNote that if blocks and lists appear at the same level, the lists will be ignored.\n\n### Lists\n\n- **strong** ~~del~~ *italic* ==highlight==\n- `inline code`\n- [x] checkbox\n- Katex: $x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}$ \n - [More Katex Examples](#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md)\n- Now we can wrap very very very very long text based on `maxWidth` option\n\n### Blocks\n\n```js\nconsole('hello, JavaScript')\n````\n\n| Products | Price |\n| -------- | ----- |\n| Apple | 4 |\n| Banana | 2 |\n\n![](/favicon.png)\n\n```\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using proper MarkMap syntax.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the ASCII art, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just make the Markmap.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- Create a diagram no matter what, using the STEPS above to determine which type.\n\n# INPUT:\n\nINPUT:\n```\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using MarkMap.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using Markmap syntax.\n\nYou always output Markmap syntax, even if you have to simplify the input concepts to a point where it can be visualized using Markmap.\n\n# MARKMAP SYNTAX\n\nHere is an example of MarkMap syntax:\n\n````plaintext\nmarkmap:\n colorFreezeLevel: 2\n---\n\n# markmap\n\n## Links\n\n- [Website](https://markmap.js.org/)\n- [GitHub](https://github.com/gera2ld/markmap)\n\n## Related Projects\n\n- [coc-markmap](https://github.com/gera2ld/coc-markmap) for Neovim\n- [markmap-vscode](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode) for VSCode\n- [eaf-markmap](https://github.com/emacs-eaf/eaf-markmap) for Emacs\n\n## Features\n\nNote that if blocks and lists appear at the same level, the lists will be ignored.\n\n### Lists\n\n- **strong** ~~del~~ *italic* ==highlight==\n- `inline code`\n- [x] checkbox\n- Katex: $x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}$ \n - [More Katex Examples](#?d=gist:af76a4c245b302206b16aec503dbe07b:katex.md)\n- Now we can wrap very very very very long text based on `maxWidth` option\n\n### Blocks\n\n```js\nconsole('hello, JavaScript')\n````\n\n| Products | Price |\n| -------- | ----- |\n| Apple | 4 |\n| Banana | 2 |\n\n![](/favicon.png)\n\n```\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using proper MarkMap syntax.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the ASCII art, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just make the Markmap.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- Create a diagram no matter what, using the STEPS above to determine which type.\n\n# INPUT:\n\nINPUT:\n```\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.43581247329711914,0.4000476002693176,0.12406422197818756,-0.0603446289896965,-0.12166367471218109,0.004005596041679382,-1.1082043647766113,0.14415627717971802,0.04081755131483078,0.2344379872083664,-0.05033189803361893,0.18982860445976257,0.26303043961524963,0.05438380315899849,0.019182004034519196,-0.40218672156333923,0.24089373648166656,-0.6775559186935425,-1.8615167140960693,0.18434542417526245,-0.2705160081386566,0.9127371311187744,0.7451115250587463,0.47890257835388184,0.015103280544281006,-0.3092344105243683,0.12504422664642334,-0.6199318170547485,-1.0998729467391968,-1.3824126720428467,0.18067666888237,-0.32791003584861755,-0.8239379525184631,-0.4372081160545349,1.0395545959472656,-0.6070915460586548,-0.24729272723197937,0.021426960825920105,-0.5373343825340271,-0.2350786328315735,0.36507466435432434,-0.2888907790184021,-0.4714066684246063,-0.13457506895065308,0.6027407050132751,-0.2843344807624817,-0.19535139203071594,-0.16919007897377014,0.12110826373100281,-0.18707887828350067,-1.0766340494155884,-1.2399219274520874,0.017554838210344315,-0.048999249935150146,-0.8108862042427063,0.28481945395469666,-0.2456211894750595,-1.2273554801940918,0.9203857183456421,0.2730216383934021,-0.0730963945388794,0.7764367461204529,-2.760307788848877,-0.06596524268388748,0.565097987651825,0.0872124582529068,-0.39204809069633484,0.31018999218940735,-0.23170727491378784,0.5545107126235962,0.18865424394607544,0.48332148790359497,-0.32499873638153076,0.3836434781551361,0.049002036452293396,-0.7262011766433716,0.8373558521270752,-0.35896241664886475,0.19029974937438965,-0.03535079583525658,-0.11519978195428848,0.3203046917915344,0.057264141738414764,-0.05874823033809662,-0.12818549573421478,0.7051227688789368,-0.21040421724319458,-1.021770715713501,0.21719509363174438,0.20719431340694427,-0.9279254078865051,-0.08077937364578247,0.781916081905365,-0.08961524069309235,-0.3475337028503418,0.3264736533164978,0.20131944119930267,-0.6607252359390259,0.2914784848690033,3.1312649250030518,0.238240584731102,-0.14381326735019684,0.9470407366752625,-0.9067011475563049,0.013341009616851807,0.05264465510845184,0.7716054916381836,-0.6016315221786499,0.02432364411652088,-0.3197782039642334,0.7688393592834473,-1.1181001663208008,-0.3335324823856354,-0.014509040862321854,0.8896416425704956,0.34303417801856995,-0.5582831501960754,0.03325463831424713,0.04128023236989975,0.37997281551361084,-0.0735258162021637,0.004322851076722145,-0.03853598237037659,0.07503104209899902,-0.12617208063602448,0.0731557160615921,-0.9453642964363098,0.6984989047050476,-0.09099315106868744,-0.2908812463283539,-0.007850579917430878,0.047641243785619736,0.05211843177676201,0.13308775424957275,0.006127655506134033,0.25397273898124695,-0.06086021661758423,-1.1867159605026245,0.04391994699835777,0.003394298255443573,0.12625935673713684,-1.190012812614441,0.17870834469795227,0.2123696655035019,0.6882345080375671,1.9157112836837769,-0.45986661314964294,-0.18827655911445618,-0.2955184578895569,-0.14663496613502502,0.1885455995798111,0.3497135639190674,-0.8156044483184814,-0.6301842927932739,0.5888524651527405,0.0554465688765049,0.1545894593000412,-0.23219043016433716,-0.2132004350423813,0.2764934301376343,-0.24798783659934998,-0.12439561635255814,-0.02272135019302368,0.1914040893316269,0.020942814648151398,-0.1514338105916977,0.30841702222824097,-0.05412767827510834,0.5196925401687622,0.0610099621117115,0.0032796263694763184,-0.13841694593429565,-0.1652785837650299,0.3885437250137329,0.00478629395365715,-0.3724910318851471,0.1431760936975479,-0.3593675196170807,0.41616731882095337,-0.5245339870452881,1.3361080884933472,0.15101446211338043,0.0414687879383564,-0.7080562114715576,0.5269963145256042,0.15631741285324097,-0.13257494568824768,0.49827033281326294,0.3077344000339508,1.052675724029541,0.02163190394639969,1.2395820617675781,-0.05689459666609764,0.3914349675178528,0.8996071219444275,0.2220059186220169,0.2338574379682541,0.06656795740127563,0.28514888882637024,-0.1125539094209671,-0.8232136964797974,0.014739032834768295,0.05811065062880516,0.3013979196548462,-0.6810315847396851,-0.3132016360759735,0.007038949057459831,0.17573662102222443,-0.48812830448150635,-0.5221136212348938,-0.19450221955776215,0.13554464280605316,2.1099700927734375,0.7150299549102783,1.0088298320770264,-0.08421501517295837,0.6436278820037842,-0.005824480205774307,0.9984038472175598,0.2770727574825287,0.7472349405288696,0.25994277000427246,-0.4449569582939148,-0.6477725505828857,-0.24979564547538757,0.20425143837928772,-0.34093672037124634,-0.3316876292228699,-0.7922476530075073,-0.328488826751709,0.04031969606876373,1.708206295967102,0.44463473558425903,0.6921434998512268,0.08994296938180923,0.21278990805149078,-0.4034295678138733,0.4924713671207428,-0.14154526591300964,-0.9286115169525146,0.6109682321548462,0.07684913277626038,-0.15064454078674316,0.3207029104232788,-0.02028103917837143,-0.03465326875448227,-0.6331186890602112,-0.5824033617973328,0.23510469496250153,1.8415896892547607,-0.2159704864025116,0.1088210940361023,-0.004144009202718735,0.523999035358429,-0.09434739500284195,-0.4587390124797821,-2.045236110687256,-0.35646387934684753,-0.8641318082809448,0.24053849279880524,-0.3711741268634796,-0.7054247260093689,0.7679604291915894,0.061818622052669525,-0.4498122036457062,0.09650564193725586,-0.7594812512397766,-0.5655628442764282,-0.47553667426109314,-0.14222107827663422,0.7689099311828613,-0.1446176916360855,-0.005688093602657318,0.21509647369384766,0.15031060576438904,-0.04447136074304581,0.5286887884140015,0.13382922112941742,-0.16030031442642212,-0.6146749258041382,0.03899768739938736,-0.025941886007785797,-0.4124569594860077,-0.34949207305908203,-0.993873655796051,-0.981911838054657,-0.3894822299480438,-0.2885076403617859,-0.43173104524612427,0.7578098177909851,-0.13809843361377716,-0.4602680206298828,-0.3148093521595001,-0.13081729412078857,1.6816668510437012,1.1835227012634277,-0.41069427132606506,0.8459805846214294,0.3370774984359741,-0.5408949255943298,-0.7942701578140259,0.2757419943809509,0.21760493516921997,0.19999241828918457,-0.4485918879508972,0.15289869904518127,0.13765046000480652,-0.3602137863636017,-0.7568559050559998,0.5618659257888794,-0.9490423202514648,-0.2051355540752411,0.010562993586063385,0.23810401558876038,0.5190878510475159,0.1495678424835205,0.47615286707878113,1.0846242904663086,-0.42275020480155945,-1.3845478296279907,-0.2905731499195099,1.1637754440307617,1.0408482551574707,-0.06754856556653976,-0.11049935966730118,0.8263927102088928,-0.03275662288069725,-0.3720279335975647,-0.1354614943265915,1.4643049240112305,0.4378741681575775,-0.4849800765514374,-0.7459982633590698,-0.15141896903514862,0.9091538190841675,0.29576781392097473,0.6962321996688843,-0.7938233017921448,0.45042988657951355,0.2395172417163849,0.3946647644042969,1.4326560497283936,-0.06325885653495789,0.8939343094825745,-0.05188826471567154,-0.1568073332309723,-0.7979190349578857,-0.7424039244651794,-0.17168261110782623,0.27052241563796997,-0.15877191722393036,0.6871640086174011,-0.2145516276359558,0.33848801255226135,0.4995420277118683,0.40115153789520264,-0.5800191164016724,0.02699854224920273,-0.7484831809997559,1.4025698900222778,-0.10232126712799072,-0.6521609425544739,0.06181839853525162,0.39493346214294434,-0.16481387615203857,0.16074758768081665,0.5785366892814636,-0.6001107096672058,-0.09176866710186005,0.38231077790260315,-0.0006172172725200653,-0.5015043020248413,0.6676969528198242,0.9013228416442871,0.7308290600776672,-0.44789671897888184,0.29331251978874207,0.06730049848556519,-0.13862627744674683,0.00030015408992767334,0.17455902695655823,-0.597956657409668,-0.6043739914894104,-0.7152923345565796]},"workflow":{"author":"@@official.shinkai","description":"Transforms complex ideas into simplified Mermaid (Markdown) visual diagrams. This process involves creating detailed visualizations that can independently explain concepts using Mermaid syntax, focusing on clarity and comprehensibility. The expected output is a Mermaid syntax diagram accompanied by a concise visual explanation.","name":"Create_mermaid_visualization","raw":"\n workflow Create_mermaid_visualization v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using Mermaid (markdown) syntax.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using Mermaid (Markdown).\n\nYou always output Markdown Mermaid syntax that can be rendered as a diagram.\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using elaborate and intricate Mermaid syntax.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the Mermaid syntax, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just output the Mermaid syntax.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't.\n\n- DO NOT output code that is not Mermaid syntax, such as backticks or other code indicators.\n\n- Use high contrast black and white for the diagrams and text in the Mermaid visualizations.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using Mermaid (markdown) syntax.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using Mermaid (Markdown).\n\nYou always output Markdown Mermaid syntax that can be rendered as a diagram.\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using elaborate and intricate Mermaid syntax.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the Mermaid syntax, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just output the Mermaid syntax.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't.\n\n- DO NOT output code that is not Mermaid syntax, such as backticks or other code indicators.\n\n- Use high contrast black and white for the diagrams and text in the Mermaid visualizations.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5305049419403076,0.2611656188964844,0.2672264575958252,0.5256801247596741,0.20292390882968903,0.07697711139917374,-0.5914846062660217,0.104617178440094,0.15165837109088898,0.41816437244415283,0.3506905734539032,0.8611397743225098,0.08109381794929504,0.24044851958751678,-0.30364659428596497,0.2107277512550354,-0.03691769018769264,-0.8465922474861145,-1.2540271282196045,-0.6962249279022217,-0.5847343802452087,0.7960808277130127,0.4496842622756958,0.09207739681005478,0.8414760231971741,-0.4884379804134369,0.1677015870809555,-0.8219690322875977,-0.48962676525115967,-1.833540916442871,0.7795839905738831,-0.04145411401987076,0.06536928564310074,-0.4238278865814209,0.24944815039634705,-0.9153695106506348,0.27123984694480896,0.4042186439037323,-0.16012133657932281,-0.12419658899307251,-0.1606351137161255,-0.06044218689203262,-0.1792345941066742,0.3078877627849579,0.0920066088438034,-0.23551172018051147,-0.3500809967517853,0.3743077218532562,0.10451075434684753,-0.20751698315143585,-0.1355038732290268,-0.6040141582489014,-0.4368935823440552,0.7321193218231201,-0.36949649453163147,-0.6246874332427979,-0.5404179692268372,-0.7446364164352417,0.480098158121109,-0.12444085627794266,0.1233130469918251,-0.02123039960861206,-3.78307843208313,0.09655214846134186,-0.08302999287843704,0.47145742177963257,0.1676362156867981,-0.28266796469688416,-0.1390911191701889,-0.10940732061862946,-0.3700219988822937,0.8242921233177185,-0.22896644473075867,0.5366133451461792,0.14390107989311218,-0.3076125681400299,0.569348156452179,-0.16057585179805756,-0.09044909477233887,0.18155919015407562,-0.582014799118042,0.6889173984527588,-0.07052917778491974,0.22928117215633392,-0.6722066402435303,0.23274993896484375,-0.42980054020881653,-0.24857181310653687,0.2996087670326233,-0.09511929750442505,-0.2145303189754486,-0.4461071789264679,0.027346719056367874,0.6750046610832214,-0.6461718678474426,0.045117080211639404,0.1911086142063141,0.1290741264820099,-0.16673386096954346,3.203648805618286,0.5180439352989197,-0.03785603120923042,0.8682922720909119,-0.7672170996665955,0.0584164597094059,-0.4080051779747009,0.1953367292881012,-0.014371493831276894,-0.3079214096069336,-0.08242552727460861,0.660709798336029,-0.9653246402740479,-0.4454719126224518,0.1954631209373474,0.5727896690368652,0.38032853603363037,-0.23887786269187927,0.34767746925354004,0.2288374900817871,0.017261594533920288,-0.4604134261608124,0.35240739583969116,-0.5931786298751831,-0.19328051805496216,0.18582826852798462,0.7413381934165955,-0.40318727493286133,0.41554585099220276,0.23880739510059357,0.4144667387008667,-0.24893158674240112,-0.17600472271442413,-0.325419545173645,0.41541534662246704,-0.26614201068878174,-0.07931750267744064,0.3104032874107361,-0.9307084083557129,0.08978760242462158,-0.8756153583526611,0.45178502798080444,-1.1925891637802124,0.07814191281795502,0.49868321418762207,-0.17614713311195374,0.2690863609313965,0.11264783889055252,-0.056478746235370636,-0.43295738101005554,-0.6315448880195618,0.45298776030540466,0.818550705909729,-0.10507906228303909,-0.08759228885173798,0.5104352235794067,-0.471812903881073,-0.2433326691389084,0.5449734926223755,-0.260148823261261,0.1735043227672577,0.1943238377571106,-0.010554054751992226,0.11813514679670334,0.06624175608158112,0.22854140400886536,-0.5341691970825195,0.487932026386261,-0.291335791349411,0.06026381999254227,0.7429220080375671,-0.008248090744018555,-0.5637111663818359,0.5961816906929016,0.6259674429893494,-0.0727170780301094,0.19371303915977478,0.3095873296260834,0.022701486945152283,0.1846170425415039,-0.2587621212005615,0.6583119034767151,0.03898891061544418,-0.04804510995745659,-0.319415420293808,0.0068429261445999146,0.04786808043718338,0.08614851534366608,0.10076192021369934,1.2497061491012573,1.105336308479309,-0.3179529309272766,1.1992366313934326,-0.5282489657402039,-0.06306469440460205,-0.11835206300020218,0.7633797526359558,-0.08732040226459503,-0.3402644991874695,0.4224867522716522,-0.06729066371917725,-0.3730032444000244,-0.10294358432292938,-0.4144650101661682,-0.4194950759410858,-0.32025256752967834,-0.5675557851791382,-0.5942802429199219,0.7930572032928467,0.541937530040741,-1.1766209602355957,-0.05099428817629814,-0.5028350353240967,1.3176512718200684,0.6332350969314575,0.5587698221206665,-0.4907243847846985,0.4383615553379059,0.12090809643268585,0.9717670679092407,0.32419919967651367,0.22731518745422363,-0.13807696104049683,-0.5653589963912964,-0.6164079904556274,-0.5066481232643127,0.28451472520828247,-0.5248298048973083,0.15434473752975464,-0.7187962532043457,-0.37236493825912476,-0.18214187026023865,1.559220314025879,0.6185291409492493,0.6917875409126282,-0.1919827163219452,0.34202736616134644,0.21420130133628845,0.5194711685180664,-0.01080344244837761,-1.0035405158996582,0.661969780921936,0.08901364356279373,-0.27711325883865356,0.6058295965194702,0.5427523255348206,0.5002301931381226,-1.0421693325042725,-0.12225882709026337,0.5446413159370422,1.4135682582855225,0.04332607239484787,0.0038647502660751343,-0.11662308871746063,0.44804617762565613,0.35959088802337646,0.0787837952375412,-1.6672580242156982,-0.181871697306633,-0.9904232621192932,0.993582546710968,-0.8573418855667114,0.318814754486084,0.5348742604255676,0.36691954731941223,-0.27480021119117737,-0.9769923686981201,-0.04109904170036316,-0.6045483350753784,-0.4981696307659149,-0.0950346291065216,-0.475349098443985,0.2768356204032898,0.05492278188467026,-0.47217321395874023,0.053959090262651443,0.2529793381690979,0.2781592607498169,0.10955549776554108,-0.09265129268169403,-0.47854751348495483,0.005157150328159332,0.05833124369382858,0.18835964798927307,0.4382912516593933,-1.2702142000198364,-0.1482822597026825,-0.43423300981521606,-0.29365304112434387,0.06784803420305252,0.9184964895248413,0.16949418187141418,-0.2163924127817154,-0.6272248029708862,0.2944493293762207,2.1544904708862305,0.20291295647621155,0.2688792049884796,0.34702375531196594,0.6832523345947266,-0.5672120451927185,-0.9151641726493835,0.04250026494264603,-0.5362619161605835,-0.4226580560207367,-0.8579553365707397,-0.25019609928131104,0.43512821197509766,0.059045713394880295,-0.2353408932685852,0.43768423795700073,-0.7858102321624756,-0.06007881462574005,0.08124791085720062,-0.09726248681545258,0.3734782636165619,-0.13384900987148285,0.505835771560669,0.5572876334190369,-0.14633271098136902,-1.2503215074539185,-0.11728574335575104,0.782855749130249,0.5170623660087585,-0.16624398529529572,-0.10642074793577194,1.4685840606689453,0.26250630617141724,-0.05173664912581444,-0.25696873664855957,1.7917428016662598,0.646012008190155,0.00002956576645374298,-0.9390636086463928,0.04011836647987366,0.3301970362663269,0.06777478009462357,0.3957136571407318,-0.3710542619228363,-0.7643219232559204,-0.6175091862678528,0.3657308518886566,1.683816909790039,0.08598531782627106,0.42279818654060364,-0.1550046056509018,-0.28613683581352234,-0.3421323001384735,-1.4107425212860107,0.04371810704469681,0.20248247683048248,-0.854954719543457,0.593079149723053,-0.17801816761493683,0.421061635017395,0.9110485315322876,0.6534349918365479,-0.2911469340324402,0.25452733039855957,-0.7571424841880798,1.6901742219924927,-0.08295521140098572,-0.35777509212493896,0.36342719197273254,0.43917155265808105,-0.16249820590019226,0.5094285011291504,-0.054825957864522934,-0.3547626733779907,-0.09762855619192123,0.2631838321685791,0.3070172965526581,-0.8788148760795593,0.8231714963912964,0.34866249561309814,-0.0522974357008934,-0.36128097772598267,-0.05601278692483902,0.23462627828121185,-0.017805278301239014,-0.35720980167388916,0.14616313576698303,-0.300640732049942,-0.5547640919685364,-1.6725367307662964]},"workflow":{"author":"@@official.shinkai","description":"Summarizes content into a Markdown formatted summary, focusing on brevity and clarity. It emphasizes creating concise, impactful points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, each adhering to strict word limits.","name":"Create_micro_summary","raw":"\n workflow Create_micro_summary v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 3 most important points of the content as a list with no more than 12 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 3 best takeaways from the content in 12 words or less each in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Keep each bullet to 12 words or less.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 3 most important points of the content as a list with no more than 12 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 3 best takeaways from the content in 12 words or less each in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Keep each bullet to 12 words or less.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6709470152854919,0.9670517444610596,0.12331095337867737,0.5096110701560974,0.35960251092910767,0.3574562668800354,-0.5714424848556519,-0.3775938153266907,0.12414810061454773,0.6352497935295105,-0.27456095814704895,0.8861536979675293,0.40969857573509216,0.029279708862304688,-0.048453498631715775,-0.5254655480384827,-0.6912261843681335,-1.5913687944412231,-0.5822880864143372,-0.18481546640396118,-0.0031768865883350372,0.9823330044746399,0.294778972864151,-0.11729396879673004,0.5763659477233887,0.241914764046669,-0.24715545773506165,-0.3076971769332886,-0.358307421207428,-1.2971997261047363,0.7186429500579834,0.5514335036277771,-1.412591814994812,-0.782698392868042,0.4936467707157135,-0.5143599510192871,0.017806295305490494,0.18833978474140167,-0.46206775307655334,-0.22515425086021423,0.2404797375202179,0.2870804965496063,-0.16583552956581116,0.20937994122505188,0.0735684484243393,-0.6639658808708191,0.419082909822464,0.0660477727651596,1.061906099319458,-0.10792379081249237,0.004837311804294586,-0.544173538684845,-0.5994345545768738,-0.7526957988739014,-1.0255637168884277,0.19468583166599274,0.2838687300682068,-0.19141411781311035,-0.06472218036651611,0.19744901359081268,0.4930475652217865,0.28726401925086975,-3.5896401405334473,-0.020955486223101616,-0.04836377501487732,-0.060886383056640625,0.053679998964071274,-0.09074591100215912,0.08010715991258621,0.4841803312301636,-0.06113465130329132,-0.28588661551475525,0.18671351671218872,0.36365756392478943,0.3212524354457855,0.3767165243625641,0.34674355387687683,0.5184757113456726,0.49630433320999146,-0.3860422670841217,0.456005722284317,0.850152850151062,0.5406475067138672,0.0527162179350853,-0.30406683683395386,0.2365431785583496,-0.3537735939025879,0.14486649632453918,1.3174488544464111,0.7879828214645386,-0.034862808883190155,-1.0502636432647705,-0.22139492630958557,-0.07603025436401367,-0.6985445618629456,0.15198999643325806,-0.001486126333475113,0.838415265083313,-0.31666451692581177,3.602813243865967,0.46039730310440063,-0.28195828199386597,0.46569502353668213,-0.8692880272865295,0.2493707537651062,-0.30166319012641907,0.04521891847252846,-0.7590805888175964,-0.13107120990753174,0.08016176521778107,0.730400562286377,-0.46203818917274475,-0.6267588138580322,0.8904863595962524,0.6055025458335876,0.13476544618606567,-0.6927814483642578,-0.5933212637901306,-0.13936761021614075,0.8245970010757446,-0.5105974674224854,0.18827387690544128,-0.1463482677936554,-0.5759801864624023,0.4340400993824005,-0.04510331153869629,-0.30880722403526306,0.7903391718864441,0.045964185148477554,0.32724490761756897,-0.03617934137582779,-0.14379335939884186,0.07336412370204926,0.3484208881855011,0.10343743115663528,-0.35716885328292847,0.1745501309633255,-0.26589828729629517,-0.21230432391166687,0.07184969633817673,0.12260891497135162,-1.0325747728347778,0.8677988052368164,0.384537011384964,1.2063010931015015,0.22962459921836853,-0.3072945773601532,-0.3029034733772278,-0.9174658060073853,-1.095920205116272,0.09760784357786179,0.6876097917556763,0.3950064778327942,0.5780712962150574,0.5158373117446899,0.10400325804948807,-0.22206661105155945,0.16516584157943726,0.06808065623044968,0.21610507369041443,-0.12756648659706116,-0.4115007519721985,0.17863193154335022,0.3054772615432739,0.34342068433761597,-0.4793100655078888,0.41973385214805603,0.17094337940216064,0.5103956460952759,0.0801086574792862,0.6665782332420349,-0.08224499970674515,0.2025311291217804,0.5752568244934082,-0.31914255023002625,-0.05956893414258957,-0.43652841448783875,0.07051920145750046,-0.032972488552331924,-0.253212034702301,0.6850766539573669,0.35620006918907166,0.08349093794822693,-0.9366316795349121,0.5774707198143005,0.08716986328363419,0.3281242251396179,0.12017368525266647,0.4386154115200043,0.2148936688899994,-1.0110242366790771,0.922264814376831,0.04589247703552246,-0.361611008644104,0.22467097640037537,0.1525619626045227,-0.11597604304552078,0.6856123805046082,0.5405545234680176,-0.08006604760885239,-0.19687014818191528,-0.4663836359977722,-0.599347710609436,-0.5699362754821777,-0.7249442338943481,0.15850308537483215,0.31389448046684265,0.1448565423488617,-0.026638709008693695,-0.47403451800346375,-0.07865427434444427,-0.06234458088874817,0.8934346437454224,0.584926426410675,0.97593092918396,0.23818078637123108,0.266909122467041,0.14513862133026123,0.48940256237983704,0.2802557647228241,-0.0020699873566627502,-0.533521831035614,-0.6388081312179565,-0.8449681401252747,-1.2124903202056885,0.5216149091720581,0.40746763348579407,-0.39598149061203003,-0.28028231859207153,-0.08817647397518158,0.9359652996063232,0.3409024477005005,0.7371017336845398,0.6323835849761963,-0.006792411208152771,0.01948193460702896,0.27382025122642517,0.7446849346160889,-0.283261775970459,-0.8518377542495728,0.8286768794059753,0.2676180601119995,-0.5411927700042725,0.5179044604301453,0.1677294671535492,-0.04922615736722946,0.09804458916187286,0.5833788514137268,-0.1888551414012909,0.9471827149391174,0.9298136234283447,-0.0824490338563919,-0.5993536710739136,0.7023701071739197,-0.22805994749069214,0.25738948583602905,-1.216007947921753,-0.3911486268043518,-0.6963140964508057,0.04743204638361931,-0.05591975152492523,0.11475103348493576,0.06693136692047119,0.3018892705440521,0.07143470644950867,0.10540210455656052,-1.1382503509521484,-0.588793158531189,-0.7317542433738708,-0.02573448419570923,0.016885556280612946,0.31403881311416626,-0.15526537597179413,-0.26808732748031616,-0.3249211013317108,0.3430230915546417,-0.087092824280262,0.1056387647986412,-0.41099223494529724,0.3341110050678253,-0.37008070945739746,0.3458382189273834,0.394580215215683,0.1295149028301239,0.11833401769399643,0.19978131353855133,-0.2803236246109009,-1.0959757566452026,-0.1076236143708229,0.5280788540840149,-0.6410330533981323,-0.35340696573257446,-0.8150475025177002,0.22538572549819946,1.482041597366333,-0.07239080965518951,0.05154425650835037,0.07061966508626938,0.993919312953949,0.278800904750824,-0.0220392644405365,0.14351940155029297,-0.21962112188339233,-0.09282207489013672,-0.16090774536132812,-0.30480536818504333,0.40399640798568726,0.09540675580501556,-0.3683829605579376,-0.22354698181152344,-0.8362988233566284,0.3216199576854706,0.18416430056095123,-0.39907222986221313,0.22781974077224731,-0.5395618081092834,-0.03224053978919983,0.48975473642349243,0.2861323952674866,-1.908080816268921,-0.5566844344139099,0.5824130177497864,0.6348650455474854,-0.13602471351623535,-0.1488506942987442,0.5048418045043945,0.1646205186843872,-0.31632381677627563,-0.4088999629020691,0.9129486083984375,0.11061833798885345,-0.5602035522460938,-0.6156952977180481,0.5547196865081787,0.6500358581542969,0.05056698992848396,0.07236921042203903,-0.5727584958076477,-0.9619396328926086,-0.4029534161090851,0.2728725075721741,1.3758575916290283,0.11007822304964066,-0.12800799310207367,0.2717283070087433,0.08990243077278137,-0.7898093461990356,-1.099679708480835,0.7465887069702148,0.3278907537460327,-0.48357656598091125,0.14905957877635956,0.16523462533950806,-0.39574071764945984,0.5322614312171936,0.5100603699684143,-1.4047179222106934,0.5778396725654602,-0.4694274067878723,1.240998387336731,-0.3296143710613251,0.2293131947517395,-0.2888997793197632,0.6295608282089233,-0.6013756990432739,0.0511150062084198,0.18784305453300476,-0.514497697353363,-0.45482248067855835,-0.28881651163101196,0.19105194509029388,-0.6124504208564758,0.06421664357185364,0.6111147403717041,0.6915013194084167,0.01283816248178482,0.08672250807285309,-0.3953898847103119,-0.27111443877220154,-0.22203001379966736,-0.37856045365333557,0.2917901575565338,-1.220875859260559,-0.6564912796020508]},"workflow":{"author":"@@official.shinkai","description":"Analyzes open ports and services from network scans to identify security risks and provide recommendations. This process involves a detailed examination of port and service statistics to uncover potential vulnerabilities. The expected output is a markdown formatted threat report with sections on description, risk, recommendations, a concise summary, trends, and quotes from the analysis.","name":"Create_network_threat_landscape","raw":"\n workflow Create_network_threat_landscape v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a network security consultant that has been tasked with analysing open ports and services provided by the user. You specialize in extracting the surprising, insightful, and interesting information from two sets of bullet points lists that contain network port and service statistics from a comprehensive network port scan. You have been tasked with creating a markdown formatted threat report findings that will be added to a formal security report\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Description section that concisely describes the nature of the open ports listed within the two bullet point lists.\n\n- Create a Risk section that details the risk of identified ports and services.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a summary sentence that captures the spirit of the report and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract up to 20 of the most surprising, insightful, and/or interesting trends from the input in a section called Trends:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a network security consultant that has been tasked with analysing open ports and services provided by the user. You specialize in extracting the surprising, insightful, and interesting information from two sets of bullet points lists that contain network port and service statistics from a comprehensive network port scan. You have been tasked with creating a markdown formatted threat report findings that will be added to a formal security report\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Description section that concisely describes the nature of the open ports listed within the two bullet point lists.\n\n- Create a Risk section that details the risk of identified ports and services.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a summary sentence that captures the spirit of the report and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract up to 20 of the most surprising, insightful, and/or interesting trends from the input in a section called Trends:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8565887212753296,0.3458629250526428,-0.04759792611002922,0.32555997371673584,0.23683510720729828,0.02004559338092804,-0.7166436314582825,0.14672422409057617,-0.10298225283622742,0.5483786463737488,-0.6275695562362671,0.24464911222457886,-0.08695467561483383,-0.11026526987552643,-0.10125650465488434,-0.10636042058467865,-0.15478156507015228,-0.6302025318145752,-1.5776500701904297,-0.09566531330347061,-0.2396017163991928,1.375282883644104,0.09032460302114487,0.04828491806983948,0.45739853382110596,-0.9272646903991699,0.30461814999580383,-0.2747783660888672,-0.595099925994873,-1.6926114559173584,0.664783239364624,-0.009832248091697693,-0.875903844833374,-0.30882662534713745,0.34516987204551697,0.019570142030715942,-0.29260003566741943,0.5392586588859558,-0.09982049465179443,-0.3576568365097046,0.28301820158958435,0.01920643262565136,-0.20217403769493103,0.7004332542419434,-0.4624929130077362,0.47740766406059265,-0.5597804188728333,0.335640549659729,0.3856334686279297,0.36795008182525635,-0.17858503758907318,-0.48408612608909607,-0.9360109567642212,-0.05168907344341278,-0.668736457824707,0.23657134175300598,-1.0922707319259644,-0.46186262369155884,0.5559210181236267,0.2535263001918793,-0.4029381275177002,0.505172848701477,-3.205018997192383,-0.017552288249135017,1.0623779296875,0.16061213612556458,0.5451292991638184,-0.4990524351596832,-0.1724161058664322,-0.6124171018600464,0.4297156035900116,0.5439225435256958,-0.5069111585617065,-0.015008118003606796,0.19029119610786438,-0.1613776981830597,0.7124528288841248,0.6447365283966064,0.5011249780654907,-0.1002320945262909,-0.6017414927482605,0.6015369296073914,0.30180856585502625,-0.43384796380996704,0.06797818839550018,0.5904318690299988,0.19295045733451843,-0.12200303375720978,0.6055219173431396,-0.3117031157016754,0.1126508116722107,-0.08553460240364075,0.13413697481155396,0.15698111057281494,-1.5908137559890747,-0.6048768162727356,0.3036091923713684,0.22117233276367188,0.5103973150253296,3.1672189235687256,-0.17391537129878998,0.3730488121509552,0.5554689168930054,-0.6951548457145691,0.4936598539352417,-0.59146648645401,0.6981104612350464,-1.1024540662765503,0.5794214010238647,-0.3243113160133362,0.5874294638633728,0.0038385167717933655,-0.8979605436325073,0.3571014106273651,1.1043046712875366,-0.06431342661380768,-0.7907073497772217,0.07444684207439423,-0.3142364025115967,0.5607122182846069,-0.22198759019374847,0.42139992117881775,-0.40749114751815796,0.1445007026195526,0.08452711999416351,0.029983341693878174,-0.00241711363196373,0.408437043428421,0.5032774806022644,-0.014718524180352688,-0.13445335626602173,-0.1976345181465149,-0.5661188364028931,0.24877957999706268,0.10197851061820984,-0.20555919408798218,-0.09417597949504852,-0.6583820581436157,0.5574141144752502,0.7314594388008118,0.2791702151298523,-0.9027454853057861,1.1097033023834229,0.02381150610744953,0.6717371940612793,-0.34966734051704407,-0.40925055742263794,0.18352110683918,-0.6224462985992432,-1.4498724937438965,-0.15256167948246002,0.34714287519454956,0.4072737693786621,0.052296146750450134,-0.21197758615016937,-0.20624971389770508,-0.11701329052448273,-0.03569848835468292,-0.5781643390655518,0.008942004293203354,0.2298985868692398,-0.46123409271240234,0.48228222131729126,-0.011925727128982544,0.3231714069843292,-0.2571704685688019,0.33050230145454407,0.6422127485275269,0.2804069221019745,-0.023709464818239212,0.4885728359222412,-0.5117948055267334,0.5047364234924316,0.36845409870147705,0.21316441893577576,0.15842825174331665,-0.41308581829071045,0.17399704456329346,0.8219554424285889,-0.01914268732070923,0.16274568438529968,0.6153857111930847,-1.1121647357940674,-0.8193550109863281,-0.8672614693641663,-0.44215887784957886,0.011837542057037354,-0.02673891931772232,0.6753706932067871,0.4609592854976654,-0.4617210030555725,-0.12781278789043427,-0.6975179314613342,0.07658674567937851,0.41562986373901367,0.00785711407661438,0.5179151296615601,-0.32714396715164185,0.15359611809253693,0.28873199224472046,-1.4482580423355103,-0.7323819398880005,-0.4690493941307068,0.4452691078186035,0.34260281920433044,-0.4021160304546356,0.027235861867666245,-0.09379255026578903,-0.1808767467737198,-0.5061830282211304,-0.6747918128967285,-0.1560620218515396,1.4024837017059326,0.6937536597251892,0.7962660789489746,0.16073377430438995,-0.02469726651906967,0.34911325573921204,1.4113035202026367,-0.34576544165611267,0.31306153535842896,-0.20160937309265137,-0.8907355666160583,-0.726733386516571,0.07852831482887268,-0.1223619133234024,-0.20940709114074707,-0.6329562664031982,-0.7338513731956482,-0.2509348392486572,0.434033066034317,1.0078340768814087,0.5731118321418762,0.8177207708358765,0.4853448271751404,0.5387186408042908,0.5961814522743225,-0.014640562236309052,0.2502796947956085,-0.9757661819458008,0.7859026789665222,0.0884561613202095,-0.5920419096946716,-0.1784011721611023,0.19079194962978363,-0.21516896784305573,-0.726636528968811,-1.104398250579834,0.4481653571128845,0.9870020151138306,0.41057950258255005,0.44128236174583435,0.39083656668663025,0.3860641419887543,0.15601305663585663,-0.1568281054496765,-2.3213577270507812,-0.7166787981987,-0.30958428978919983,0.22281774878501892,-0.1062028706073761,0.07463104277849197,-0.26790380477905273,-0.22719839215278625,-0.7283783555030823,-0.7400978207588196,-1.5829381942749023,0.44984835386276245,-0.9829258322715759,-0.33924341201782227,0.673776388168335,0.3755567669868469,0.20171120762825012,0.08250930905342102,-0.23749126493930817,0.14509323239326477,-0.17345206439495087,0.1498202532529831,-0.6064616441726685,-0.15483568608760834,0.025171179324388504,0.5171271562576294,0.08376774191856384,0.3253733515739441,-0.23820006847381592,-0.17319485545158386,-0.4350793659687042,0.06880692392587662,-0.1810760796070099,0.2733822464942932,-0.3683479428291321,0.43425488471984863,0.21167074143886566,0.20790639519691467,0.9871914386749268,0.7288870215415955,1.0910724401474,-0.40667593479156494,0.37581756711006165,0.2551423907279968,0.1534934639930725,0.2628704607486725,0.4182596206665039,0.639991819858551,-0.8776161074638367,-0.5982223749160767,0.6608782410621643,-0.001307029277086258,-0.6624799966812134,0.7004082798957825,-0.08234481513500214,0.1563778519630432,-0.3510124683380127,0.4378226101398468,0.5247771739959717,0.3805900514125824,0.7025561332702637,1.80729079246521,-0.23125912249088287,-1.1165324449539185,-0.5758236050605774,-0.1058618351817131,0.6150438785552979,0.34640422463417053,0.001175636425614357,0.9665873050689697,0.23552966117858887,0.6614853739738464,0.05803908407688141,1.9290639162063599,-0.07446353137493134,-0.4607209861278534,0.16058628261089325,0.1560702621936798,0.8521196842193604,0.4402387738227844,0.48312830924987793,-0.1731303632259369,-1.1657551527023315,-0.6384190320968628,-0.2822347581386566,1.0762276649475098,0.3311924934387207,0.05054613575339317,-0.41627946496009827,-0.39711952209472656,-0.6237646341323853,-1.1240030527114868,0.20263852179050446,0.37374216318130493,-0.6290309429168701,0.20628324151039124,-0.2067325860261917,0.06324933469295502,0.45697715878486633,-0.15539348125457764,-0.4413578510284424,0.4623829126358032,-0.38773313164711,1.3826030492782593,-0.32765278220176697,-0.22294682264328003,0.11307313293218613,0.21134240925312042,-0.5857301950454712,-0.13922612369060516,0.6493775844573975,-0.5543188452720642,0.22814233601093292,0.09389603137969971,0.21337968111038208,-0.2713344395160675,0.8299319744110107,0.9346802234649658,0.8217541575431824,-0.9221572875976562,-0.18358317017555237,0.2011754810810089,-0.049975112080574036,-0.04805215448141098,0.8008369207382202,-0.5487352609634399,-0.4561900794506073,-1.3592995405197144]},"workflow":{"author":"@@official.shinkai","description":"Generates detailed NPCs for D&D 5th edition, incorporating a wide range of characteristics from background to appearance. It emphasizes creativity in developing a character's backstory, traits, and goals. The output is a comprehensive character profile suitable for gameplay.","name":"Create_npc","raw":"\n workflow Create_npc v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert NPC generator for D&D 5th edition. You have freedom to be creative to get the best possible output.\n\n# STEPS\n\n- Create a 5E D&D NPC with the input given.\n- Ensure the character has all the following information.\n\nBackground:\nCharacter Flaws:\nAttributes:\nFull D&D Character Stats like you would see in a character sheet:\nPast Experiences:\nPast Traumas:\nGoals in Life:\nPeculiarities:\nHow they speak:\nWhat they find funny:\nWhat they can't stand:\nTheir purpose in life:\nTheir favorite phrases:\nHow they look and like to dress:\nTheir appearance:\n(add other attributes)\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- DO NOT COMPLAIN about the task for any reason.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert NPC generator for D&D 5th edition. You have freedom to be creative to get the best possible output.\n\n# STEPS\n\n- Create a 5E D&D NPC with the input given.\n- Ensure the character has all the following information.\n\nBackground:\nCharacter Flaws:\nAttributes:\nFull D&D Character Stats like you would see in a character sheet:\nPast Experiences:\nPast Traumas:\nGoals in Life:\nPeculiarities:\nHow they speak:\nWhat they find funny:\nWhat they can't stand:\nTheir purpose in life:\nTheir favorite phrases:\nHow they look and like to dress:\nTheir appearance:\n(add other attributes)\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- DO NOT COMPLAIN about the task for any reason.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.16352809965610504,0.552249550819397,-0.4715508818626404,0.34249916672706604,0.09200023114681244,0.6348130106925964,-0.8831053376197815,-0.1112457737326622,-0.25221017003059387,0.5809453725814819,-0.08013901114463806,0.537986159324646,-0.41994354128837585,-0.37406960129737854,-0.19921524822711945,-0.08983701467514038,0.16230380535125732,-1.1823158264160156,-1.5958831310272217,-0.6119484305381775,0.3444368839263916,0.43557488918304443,0.13429176807403564,0.06626402586698532,0.6311241984367371,-0.1156436875462532,0.07208383083343506,-0.3683081269264221,-0.4428894519805908,-1.5276168584823608,0.47061747312545776,0.6476871967315674,-0.3916453421115875,-0.5451624393463135,0.2789572477340698,-0.8782138824462891,-0.0861806571483612,0.040765393525362015,0.1522912234067917,0.053767308592796326,0.4968958795070648,-0.8029246926307678,-0.37759965658187866,-0.1387481987476349,0.4925030469894409,0.15528181195259094,-0.03716818615794182,-0.2602421045303345,1.0643742084503174,0.5133594870567322,-0.30211976170539856,-0.5193541049957275,-0.11603888869285583,-0.23593661189079285,-0.49055686593055725,-0.2936374545097351,0.24964174628257751,-0.03375780209898949,0.098756805062294,-0.1320907026529312,0.5317233204841614,0.5242800712585449,-2.5165281295776367,-0.23830361664295197,0.229005828499794,-0.3259965181350708,0.48267310857772827,-0.6685374975204468,0.7976619005203247,0.18420249223709106,-0.06816399097442627,0.7556755542755127,-0.6654101610183716,0.7498992681503296,0.2520236670970917,0.15019428730010986,0.5742632150650024,-0.5553081035614014,0.5987039804458618,-0.1621428281068802,0.47115910053253174,0.8687045574188232,0.3289312720298767,-0.45180702209472656,-0.6418607234954834,0.28398460149765015,-0.29647523164749146,-0.15884220600128174,0.27811574935913086,-0.7357335090637207,-0.6314278841018677,-0.3315630555152893,0.2762039601802826,-0.23220163583755493,-0.17308884859085083,0.27050185203552246,-0.3350900113582611,0.2658236026763916,0.3230636417865753,3.2679672241210938,0.44661325216293335,-0.516259491443634,-0.42143431305885315,-0.326401025056839,0.8551486730575562,-0.6201744079589844,0.3017469346523285,-1.1462435722351074,0.19112640619277954,-0.34083113074302673,0.7027953863143921,-0.19041328132152557,-0.3867388069629669,0.5613139867782593,0.6681861877441406,-0.35149049758911133,0.08797720074653625,-0.3691595196723938,-0.6805028915405273,1.0209416151046753,-0.12430424243211746,-0.44126203656196594,-0.46160778403282166,-0.0069797709584236145,-0.590981125831604,0.4332959055900574,-0.3354233503341675,0.6694024801254272,0.38775908946990967,0.09848945587873459,0.4337623715400696,-0.22499248385429382,-0.3065391480922699,-0.23399217426776886,0.039836376905441284,-0.18541324138641357,0.729753851890564,-0.4224373400211334,-0.24374303221702576,-0.2041534185409546,0.1664431393146515,-0.6459919214248657,0.6639999747276306,-0.5710405111312866,1.073089599609375,0.722058892250061,0.10988444089889526,-0.13078993558883667,-0.5390008091926575,-0.38667669892311096,-0.058327239006757736,0.19437909126281738,-0.2231093794107437,0.4017818570137024,0.6038188338279724,-0.7498262524604797,-1.0071063041687012,-0.10864290595054626,-0.976326048374176,0.1252748966217041,0.23499314486980438,-0.41596317291259766,-0.23109117150306702,-0.1021745502948761,-0.04189231991767883,0.31911298632621765,-0.015335127711296082,-0.534205973148346,0.5339704155921936,0.006838943809270859,0.6068131923675537,0.06192614883184433,0.8404638767242432,0.823632538318634,-0.3293593227863312,0.20952756702899933,0.1167951226234436,-0.17809510231018066,0.8855693936347961,-0.3351532220840454,0.685856282711029,0.6447570323944092,0.24087932705879211,0.010000087320804596,-0.38708144426345825,0.43870773911476135,0.26836076378822327,0.305074542760849,0.6515662670135498,0.7626793384552002,-1.1009584665298462,1.6655575037002563,-0.7107989192008972,-0.20863457024097443,0.2477380335330963,0.38647186756134033,-0.16410665214061737,0.688658595085144,0.005488695576786995,-0.09783697128295898,-1.5107178688049316,-0.07863114774227142,-0.3032556176185608,0.504422664642334,0.06882450729608536,-1.2663719654083252,0.3657321631908417,0.22672276198863983,-0.2778831124305725,-0.5969804525375366,-0.48598217964172363,-0.5567176342010498,1.3806607723236084,0.15659308433532715,1.1090984344482422,0.0963170975446701,0.4367412030696869,0.3634569048881531,0.2249995470046997,0.2067462056875229,-0.20805397629737854,0.0987200140953064,-1.0060465335845947,-0.9287298321723938,-0.9291852116584778,0.48034602403640747,-0.7823138236999512,0.3104284405708313,-0.8409985303878784,-0.520176112651825,0.6061913371086121,1.5871729850769043,1.1129961013793945,0.8592587113380432,0.05391646549105644,0.1405394971370697,0.22539842128753662,0.32254868745803833,0.2884731888771057,-0.9003010988235474,0.7260183691978455,-1.2438127994537354,-0.007289715111255646,0.2435581237077713,-0.2548642158508301,0.8062987327575684,-0.7764809131622314,-1.080918550491333,0.08644550293684006,1.156066656112671,0.007264770567417145,0.17957137525081635,0.012096807360649109,0.333285927772522,-0.35190704464912415,0.23379617929458618,-1.498858094215393,0.23121817409992218,-0.28688621520996094,0.06831170618534088,0.13965049386024475,-0.18513667583465576,-0.07041747868061066,-0.38937437534332275,-0.08888722956180573,-0.2953496277332306,-0.7674764394760132,-0.42433735728263855,-0.8070588707923889,-0.7129572629928589,-0.15165139734745026,-0.10718311369419098,-0.10917630791664124,-0.537379801273346,-0.24428798258304596,0.567231297492981,0.06503314524888992,0.6135553121566772,-0.41125473380088806,-0.1056327149271965,0.34142014384269714,0.20774878561496735,-0.04026206582784653,0.06475667655467987,-0.39294910430908203,0.4035502076148987,-0.5761017799377441,-1.0600974559783936,-0.5345267653465271,0.5766629576683044,-0.3013042211532593,-1.2031277418136597,-0.43028295040130615,-0.19013294577598572,1.4418624639511108,1.3495573997497559,0.31790387630462646,0.7694106698036194,0.5180401802062988,-0.22209833562374115,0.29116156697273254,-0.16131079196929932,-0.002136646769940853,-0.1476978063583374,-0.38778892159461975,-0.7570976614952087,0.06967747211456299,0.3701832890510559,-0.34407925605773926,0.37415480613708496,-0.224566251039505,0.5008277893066406,0.06447979807853699,-0.20171764492988586,-0.04170461744070053,0.28233882784843445,0.7893213629722595,1.2484550476074219,0.2040569931268692,-1.7742915153503418,-0.020762955769896507,0.2129702866077423,0.27142930030822754,0.09122872352600098,-0.45665913820266724,0.4075583219528198,-0.18426665663719177,-0.16121770441532135,-0.15093198418617249,1.2208677530288696,0.5356045365333557,0.1281450390815735,0.44896361231803894,0.12052825838327408,0.046547017991542816,-0.023267392069101334,-0.06445606052875519,-0.5186251401901245,-0.3848038911819458,-1.2289868593215942,-0.06653338670730591,1.2243738174438477,0.3504643142223358,-0.027290720492601395,0.5106585621833801,-0.0635562613606453,-0.8821491599082947,-0.5746207237243652,1.1155096292495728,0.2995452284812927,-0.23379991948604584,0.984275758266449,0.16963455080986023,0.22966274619102478,0.47468826174736023,0.7177392840385437,-0.0901387482881546,-0.1671728938817978,-0.45155373215675354,1.1287885904312134,0.0032609328627586365,-0.9700843095779419,0.049757473170757294,0.8681691288948059,-0.6063259840011597,-0.4078402519226074,1.2398122549057007,-0.8259754180908203,-0.10220460593700409,0.18189767003059387,0.2456897497177124,0.07168487459421158,0.4633913040161133,0.8696657419204712,0.5884074568748474,-0.16568677127361298,0.3118802011013031,0.09298185259103775,0.01119774580001831,-0.1016232967376709,0.9054979085922241,-0.10244299471378326,-0.4364035725593567,-0.5770441293716431]},"workflow":{"author":"@@official.shinkai","description":"The AI assistant is designed to interpret and respond to LLM/AI prompts with structured outputs. It specializes in organizing and analyzing prompts to produce responses that adhere to specific instructions and formatting requirements. The assistant ensures accuracy and alignment with the intended outcomes through meticulous analysis.","name":"Create_pattern","raw":"\n workflow Create_pattern v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an AI assistant whose primary responsibility is to interpret LLM/AI prompts and deliver responses based on pre-defined structures. You are a master of organization, meticulously analyzing each prompt to identify the specific instructions and any provided examples. You then utilize this knowledge to generate an output that precisely matches the requested structure. You are adept at understanding and following formatting instructions, ensuring that your responses are always accurate and perfectly aligned with the intended outcome.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract a summary of the role the AI will be taking to fulfil this pattern into a section called IDENTITY and PURPOSE.\n\n- Extract a step by step set of instructions the AI will need to follow in order to complete this pattern into a section called STEPS.\n\n- Analyze the prompt to determine what format the output should be in.\n\n- Extract any specific instructions for how the output should be formatted into a section called OUTPUT INSTRUCTIONS.\n\n- Extract any examples from the prompt into a subsection of OUTPUT INSTRUCTIONS called EXAMPLE.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- All sections should be Heading level 1\n\n- Subsections should be one Heading level higher than it's parent section\n\n- All bullets should have their own paragraph\n\n- Write the IDENTITY and PURPOSE section including the summary of the role using personal pronouns such as 'You'. Be sure to be extremely detailed in explaining the role. Finalize this section with a new paragraph advising the AI to 'Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.'.\n\n- Write the STEPS bullets from the prompt\n\n- Write the OUTPUT INSTRUCTIONS bullets starting with the first bullet explaining the only output format. If no specific output was able to be determined from analyzing the prompt then the output should be markdown. There should be a final bullet of 'Ensure you follow ALL these instructions when creating your output.'. Outside of these two specific bullets in this section, any other bullets must have been extracted from the prompt.\n\n- If an example was provided write the EXAMPLE subsection under the parent section of OUTPUT INSTRUCTIONS.\n\n- Write a final INPUT section with just the value 'INPUT:' inside it.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an AI assistant whose primary responsibility is to interpret LLM/AI prompts and deliver responses based on pre-defined structures. You are a master of organization, meticulously analyzing each prompt to identify the specific instructions and any provided examples. You then utilize this knowledge to generate an output that precisely matches the requested structure. You are adept at understanding and following formatting instructions, ensuring that your responses are always accurate and perfectly aligned with the intended outcome.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract a summary of the role the AI will be taking to fulfil this pattern into a section called IDENTITY and PURPOSE.\n\n- Extract a step by step set of instructions the AI will need to follow in order to complete this pattern into a section called STEPS.\n\n- Analyze the prompt to determine what format the output should be in.\n\n- Extract any specific instructions for how the output should be formatted into a section called OUTPUT INSTRUCTIONS.\n\n- Extract any examples from the prompt into a subsection of OUTPUT INSTRUCTIONS called EXAMPLE.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- All sections should be Heading level 1\n\n- Subsections should be one Heading level higher than it's parent section\n\n- All bullets should have their own paragraph\n\n- Write the IDENTITY and PURPOSE section including the summary of the role using personal pronouns such as 'You'. Be sure to be extremely detailed in explaining the role. Finalize this section with a new paragraph advising the AI to 'Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.'.\n\n- Write the STEPS bullets from the prompt\n\n- Write the OUTPUT INSTRUCTIONS bullets starting with the first bullet explaining the only output format. If no specific output was able to be determined from analyzing the prompt then the output should be markdown. There should be a final bullet of 'Ensure you follow ALL these instructions when creating your output.'. Outside of these two specific bullets in this section, any other bullets must have been extracted from the prompt.\n\n- If an example was provided write the EXAMPLE subsection under the parent section of OUTPUT INSTRUCTIONS.\n\n- Write a final INPUT section with just the value 'INPUT:' inside it.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.050114184617996216,1.1245568990707397,-0.7862706184387207,0.3689131736755371,-0.3386697769165039,-0.0038927197456359863,-0.8033027648925781,0.1859453022480011,-0.6860494017601013,0.32930731773376465,-0.4174448549747467,0.08589013665914536,0.3402239978313446,-0.04408270865678787,-0.1576339602470398,-0.07271084189414978,-0.22515416145324707,-0.44176164269447327,-1.8381831645965576,-0.027486652135849,0.20607921481132507,1.0341439247131348,0.6746370792388916,0.0871105045080185,0.20387351512908936,-0.267499178647995,0.717122495174408,-0.46474742889404297,-0.4850555658340454,-1.3284897804260254,0.4344935417175293,0.8631311058998108,-0.4252074062824249,-0.6225591897964478,0.21908146142959595,-0.3052031695842743,-0.15431015193462372,0.15251335501670837,-0.7522398233413696,-0.12251443415880203,0.04548756033182144,-0.11620435863733292,-0.46135270595550537,-0.018673542886972427,-0.043155524879693985,0.0592392235994339,-0.3070398271083832,-0.21798746287822723,1.2110635042190552,0.7518309354782104,0.33718326687812805,-0.8235874772071838,-0.30580955743789673,0.39324280619621277,-0.44954735040664673,-0.11162202060222626,-0.6173719763755798,-0.36377865076065063,-0.08885587751865387,-0.3411395847797394,0.21026214957237244,0.11745278537273407,-4.096981048583984,-0.3060179650783539,0.08477257192134857,0.2396787703037262,0.06983792781829834,-0.19405333697795868,0.6817578077316284,0.1130887120962143,-0.06630314886569977,0.4767075181007385,0.32919952273368835,0.9247068166732788,0.20003771781921387,-0.10254352539777756,0.28603577613830566,0.06829816102981567,-0.22886256873607635,-0.3392031788825989,-0.031528327614068985,0.337240070104599,0.1382228136062622,-0.27791956067085266,0.004407520871609449,0.4150456190109253,0.28543445467948914,0.5397653579711914,0.6383329629898071,-0.009430130943655968,-0.08522990345954895,-0.2161758542060852,0.26262032985687256,-0.14340749382972717,-0.37738972902297974,-0.5711197257041931,-0.3392016291618347,-0.22796761989593506,0.47990405559539795,3.117802381515503,0.27921241521835327,-0.14337408542633057,0.6676018834114075,-1.1500753164291382,0.16734126210212708,0.09040029346942902,0.19404412806034088,-0.754736602306366,0.2019743025302887,-0.033283546566963196,0.3296952247619629,-0.26720863580703735,-0.6216048002243042,0.2909502685070038,0.5858358144760132,0.28554007411003113,-0.2460593432188034,0.06706602871417999,-0.09065916389226913,0.7189934849739075,-0.11137273907661438,0.09107787907123566,-0.49038729071617126,-0.25257712602615356,0.15243759751319885,0.4288342595100403,-0.2738702893257141,0.4671805500984192,-0.03487104922533035,-0.2537049353122711,-0.47016334533691406,-0.09251365065574646,-0.9607202410697937,0.19994758069515228,0.2292747050523758,-0.3147515058517456,0.06988383829593658,-0.9041537642478943,0.2337220013141632,-0.3035343289375305,0.07585380971431732,-0.9809485077857971,0.7469429969787598,0.6443521976470947,0.1987656056880951,0.04792649298906326,-0.6019248366355896,0.3665459156036377,-0.5656561255455017,-0.7439016699790955,0.4274941086769104,0.006536915898323059,0.1228535994887352,-0.5479629635810852,0.3271092176437378,-0.3806822597980499,0.28992682695388794,0.3627530038356781,-0.35358887910842896,0.12216083705425262,-0.12469519674777985,-0.04965175688266754,-0.8036854863166809,0.20315152406692505,0.3572111129760742,-0.3554719090461731,-0.718950629234314,0.5349366664886475,0.27114540338516235,-0.35939761996269226,0.45093610882759094,-0.019247926771640778,0.15491873025894165,0.6437867879867554,0.0075187766924500465,-0.5697673559188843,0.04710106551647186,0.09603217244148254,0.5334860682487488,-0.45941123366355896,0.09932185709476471,1.0871504545211792,0.07597874104976654,-0.5795615911483765,-0.1397061049938202,0.06477256119251251,0.024226751178503036,-0.6811028718948364,0.7793126106262207,0.34980764985084534,-1.257002353668213,1.0617278814315796,-0.6461132168769836,0.3920316696166992,0.015466141514480114,0.3094307780265808,0.22362397611141205,-0.24708013236522675,0.5151037573814392,-0.570684552192688,-1.4301010370254517,-0.3215806782245636,-0.8777010440826416,-0.2554943561553955,0.006137125194072723,-0.29941707849502563,-0.14386098086833954,-0.07217518240213394,0.0032538026571273804,-0.8770073056221008,-0.38100048899650574,-0.3609018921852112,1.3689780235290527,1.0920394659042358,1.3728294372558594,0.9445271492004395,0.34137874841690063,0.0951639860868454,0.5192818641662598,0.21711225807666779,0.22859826683998108,0.07671075314283371,-0.6283159852027893,-0.3124553859233856,-0.58750319480896,0.5444022417068481,-0.6869599223136902,0.11234856396913528,-0.6731798648834229,-0.08670727908611298,0.6015901565551758,1.3136661052703857,0.4456729590892792,1.579033613204956,-0.1191287711262703,0.40663814544677734,-0.2754809856414795,0.003386162221431732,0.4656497538089752,-1.4133501052856445,-0.0009329356253147125,0.017200492322444916,-0.11644952744245529,-0.06763318926095963,-0.4350202679634094,0.18694308400154114,0.07127058506011963,-1.053837776184082,-0.2679155170917511,1.3463075160980225,0.5535717010498047,0.4936019778251648,0.03799991309642792,0.045279763638973236,0.3003043830394745,-0.5027295351028442,-1.6212639808654785,0.628693699836731,-0.1351892650127411,0.5083417296409607,-0.069917693734169,-0.04290534183382988,0.43043601512908936,0.10166385769844055,-0.2611536383628845,-0.41211214661598206,0.05248270183801651,-0.7693772315979004,-0.8377102613449097,0.048065848648548126,-0.10601234436035156,0.41398340463638306,-0.7840226292610168,0.2567896842956543,0.7759260535240173,-0.05700331926345825,-0.546011745929718,0.31557968258857727,0.048102907836437225,-0.341037392616272,-0.13018134236335754,0.19383032619953156,-0.32248374819755554,0.4062013030052185,0.12217239290475845,-0.4173666834831238,-0.49893271923065186,-0.8982336521148682,0.0460343062877655,1.0861639976501465,-0.44076940417289734,-0.18881133198738098,-0.32240697741508484,0.3718511462211609,1.0837074518203735,1.334997296333313,0.7752019166946411,0.431795209646225,0.8871039152145386,-0.4036838412284851,-0.08265073597431183,0.6053451895713806,0.6916532516479492,0.17968052625656128,-1.4046640396118164,-0.9475852847099304,0.5606635212898254,0.17569684982299805,-0.20502054691314697,-0.212026447057724,-0.6746979355812073,-0.29052287340164185,-0.25727441906929016,0.13089722394943237,0.610842227935791,-0.2676807940006256,1.500419020652771,1.2367563247680664,0.4475294351577759,-0.9819464087486267,0.053414054214954376,0.45383551716804504,0.052611835300922394,0.173868328332901,-0.30452442169189453,0.7778887748718262,-0.1795385479927063,-0.06394237279891968,-0.33899015188217163,1.7732142210006714,0.06720338016748428,-0.3274711072444916,-0.012650329619646072,0.32759010791778564,0.8233548402786255,-0.2597993314266205,-0.2020980715751648,-0.09551732987165451,-0.4806613028049469,-0.39650216698646545,0.7678472995758057,0.8640996217727661,0.8885154724121094,0.18081459403038025,0.19536544382572174,-0.1036406084895134,-0.836103618144989,-1.0388354063034058,0.47481659054756165,0.2900780439376831,-0.3286672830581665,0.5926571488380432,0.2373524010181427,-0.47400832176208496,0.7770205736160278,0.36119887232780457,-0.6782113909721375,0.25974589586257935,-0.021581385284662247,2.042827606201172,-0.2864200174808502,-0.7099757194519043,-0.4082774519920349,0.5608618855476379,-0.8629550933837891,-0.3641720414161682,-0.08402810990810394,-0.5155530571937561,0.17986775934696198,0.13911989331245422,-0.05370703712105751,-0.31454265117645264,0.03768172487616539,-0.007732544094324112,0.46866753697395325,-0.35838741064071655,-0.04129595309495926,0.1707211434841156,0.49273377656936646,-0.7457898855209351,1.1894662380218506,0.3463728725910187,-0.40193507075309753,-0.7492961883544922]},"workflow":{"author":"@@official.shinkai","description":"Generates questions for reviewing learning objectives based on provided subject and objectives. It requires defining the subject and learning objectives for accurate question generation. The output consists of questions aimed at helping students review key concepts.","name":"Create_quiz","raw":"\n workflow Create_quiz v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert on the subject defined in the input section provided below.\n\n# GOAL\n\nGenerate questions for a student who wants to review the main concepts of the learning objectives provided in the input section provided below.\n\nIf the input section defines the student level, adapt the questions to that level. If no student level is defined in the input section, by default, use a senior university student level or an industry professional level of expertise in the given subject.\n\nDo not answer the questions.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Generate, upmost, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\nDo not print the dashes. \n---\nSubject: \n* Learning objective: \n - Question 1: {generated question 1}\n - Answer 1: \n\n - Question 2: {generated question 2}\n - Answer 2:\n \n - Question 3: {generated question 3}\n - Answer 3:\n---\n\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert on the subject defined in the input section provided below.\n\n# GOAL\n\nGenerate questions for a student who wants to review the main concepts of the learning objectives provided in the input section provided below.\n\nIf the input section defines the student level, adapt the questions to that level. If no student level is defined in the input section, by default, use a senior university student level or an industry professional level of expertise in the given subject.\n\nDo not answer the questions.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Generate, upmost, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\nDo not print the dashes. \n---\nSubject: \n* Learning objective: \n - Question 1: {generated question 1}\n - Answer 1: \n\n - Question 2: {generated question 2}\n - Answer 2:\n \n - Question 3: {generated question 3}\n - Answer 3:\n---\n\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.41624850034713745,1.1115992069244385,-0.9537186026573181,0.2831757366657257,-0.05991271510720253,0.573855996131897,-0.4955579340457916,-0.0894474983215332,-0.11265504360198975,0.30114126205444336,-0.31522130966186523,0.26913684606552124,-0.4279659390449524,-0.5643829703330994,0.248726025223732,-0.40188315510749817,0.29870736598968506,-1.1042786836624146,-1.511465072631836,0.1672847867012024,-0.3197419345378876,0.9951086044311523,-0.10791099816560745,0.35732173919677734,0.45322203636169434,-0.2082129418849945,0.636725902557373,-0.25891774892807007,-0.2809728980064392,-2.0352203845977783,0.8822100162506104,0.5845131874084473,-0.2265562117099762,-0.9392573833465576,0.5272548794746399,0.013207480311393738,-0.1793445348739624,0.047853223979473114,-0.2315758913755417,-0.25100332498550415,0.3115270435810089,-0.5045323371887207,-0.7643128037452698,0.6316437721252441,-0.26324498653411865,-0.005985289812088013,-0.3002445101737976,-0.22913378477096558,0.42834803462028503,0.6490031480789185,-0.3303951621055603,-0.7691527009010315,-0.2409009039402008,-0.1251235157251358,-0.6202127933502197,-0.4331357181072235,0.019085291773080826,-0.5226021409034729,-0.09551358222961426,-0.08906146883964539,-0.49257054924964905,0.4007100462913513,-3.3318796157836914,-0.2948649823665619,0.1576380580663681,0.31282055377960205,0.36947834491729736,-0.3597300946712494,0.9746084213256836,0.19184064865112305,0.5017307996749878,0.2251497060060501,0.5722577571868896,0.3879089057445526,0.17536121606826782,-0.06029399856925011,0.6484705209732056,-0.21152746677398682,-0.030958227813243866,0.23357471823692322,-0.5856661200523376,0.6352028846740723,0.04673290252685547,-0.21368594467639923,-0.3545321524143219,0.23193883895874023,-0.9653873443603516,0.24454334378242493,0.24492214620113373,0.24825307726860046,0.5833556056022644,-0.09278465807437897,0.4086035490036011,-0.12267207354307175,-0.7633375525474548,0.20023727416992188,0.128233402967453,0.1679953932762146,0.24966660141944885,3.279568910598755,0.47162652015686035,0.08693818747997284,0.7058669924736023,-0.3749426603317261,0.8731986284255981,-0.8427233695983887,0.40167003870010376,-0.6633829474449158,-0.32764387130737305,-0.80677330493927,0.9053846001625061,-0.6931352615356445,-0.8637882471084595,0.6796993613243103,0.7475598454475403,-0.12093724310398102,0.24428154528141022,-0.44122546911239624,-0.1819656491279602,0.6498701572418213,-0.17125815153121948,0.145013689994812,-0.17399370670318604,-0.061021000146865845,-0.245072603225708,-0.0033144131302833557,-0.17540328204631805,0.5786339044570923,-0.27681031823158264,0.260580450296402,-0.3412361145019531,0.30294105410575867,-0.34199512004852295,-0.24792969226837158,0.2077096402645111,-0.049598969519138336,-0.1416931003332138,-0.8837997913360596,0.5679765343666077,-0.7374001145362854,0.10028418153524399,-0.8639274835586548,0.3946685791015625,0.251633882522583,0.8613049983978271,0.8173123002052307,-0.0450834184885025,0.18560871481895447,-0.9569771885871887,-0.6977777481079102,0.20911887288093567,0.10267048329114914,0.0620025172829628,0.15425480902194977,0.05038375407457352,-0.32965806126594543,-0.2981910705566406,-0.008939161896705627,-0.6952681541442871,0.6479859352111816,-0.1176726371049881,-0.026870248839259148,0.042072586715221405,0.4498158097267151,0.4083803594112396,-0.49253740906715393,-0.1161215603351593,0.1405562460422516,0.1445195972919464,0.4676513373851776,0.574759840965271,0.034177884459495544,0.2742094397544861,0.6001744270324707,-0.2001018226146698,-0.10367564857006073,-0.1916593611240387,0.441623330116272,0.7007388472557068,-0.5556318759918213,0.4904259145259857,0.5240185856819153,-0.2536022365093231,-1.130821943283081,-0.6410350203514099,-0.44021841883659363,0.6424342393875122,-0.2960066497325897,1.3801413774490356,1.2482736110687256,-0.2910737693309784,1.058604121208191,-0.0467328280210495,0.7328007817268372,0.1162290945649147,0.2783340811729431,-0.16388119757175446,-0.355413019657135,0.45817136764526367,-0.036643221974372864,-0.9761248230934143,0.12304052710533142,-0.6458770036697388,-0.19121378660202026,-0.6491550803184509,-0.9238553047180176,0.06120404973626137,0.4683579206466675,0.1389608532190323,-0.4633420407772064,-0.4938467741012573,0.5637533664703369,0.8855611085891724,0.4424559772014618,1.1571683883666992,-0.19777151942253113,0.15414148569107056,0.1482306718826294,0.7304458618164062,0.8666695356369019,-0.17935901880264282,-0.32064488530158997,-0.7993725538253784,-0.5673813819885254,-1.1683883666992188,-0.0043573081493377686,-0.5864700078964233,-0.44720232486724854,-1.0479583740234375,-0.5970903038978577,0.4818819761276245,0.5431330800056458,1.2688560485839844,0.4153551459312439,-0.07638957351446152,0.4053746461868286,-0.5278368592262268,0.44191673398017883,0.10203342139720917,-1.0779365301132202,0.6110687255859375,-0.009921848773956299,-0.222101628780365,0.28261542320251465,0.31279629468917847,0.49660322070121765,-0.5599842071533203,-0.5595004558563232,0.5428174138069153,0.8249304294586182,0.5017306804656982,-0.043475646525621414,0.11648383736610413,-0.16568569839000702,-0.2575717568397522,0.15931490063667297,-2.162440538406372,0.3141525089740753,-0.9760820269584656,0.02741147018969059,-0.5584056377410889,-0.31771716475486755,0.8802762627601624,-0.23228664696216583,0.30431506037712097,-0.187263622879982,-0.3386000692844391,-0.2150113731622696,-0.21193253993988037,-0.7417035698890686,0.24996021389961243,0.24333512783050537,-0.6442277431488037,-0.23010995984077454,0.7124247550964355,0.09594891220331192,-0.19254939258098602,-0.06403664499521255,-0.008072987198829651,-0.6843587160110474,0.3042905330657959,0.06212293356657028,0.340857595205307,-0.005790509283542633,-0.44272011518478394,0.2425239384174347,-0.4938012361526489,-0.586650013923645,-0.3958209156990051,1.062357783317566,0.34722113609313965,-0.5514797568321228,-0.29634788632392883,0.13315263390541077,1.2437376976013184,0.6547583937644958,0.1704123169183731,0.023969318717718124,0.40541690587997437,0.4268798828125,0.2491145133972168,0.10375887155532837,-0.34398385882377625,0.11414696276187897,-0.8072020411491394,-0.1493029147386551,0.29678797721862793,-0.36733412742614746,-0.15023478865623474,0.5749885439872742,-0.4955727756023407,-0.11982207000255585,-0.15509764850139618,0.13791292905807495,0.45467910170555115,-0.09499439597129822,0.9873303771018982,1.3581173419952393,-0.09120974689722061,-1.2522203922271729,-0.2210235297679901,0.6001205444335938,0.5948615074157715,0.3270532190799713,-0.48429474234580994,0.9136645793914795,-0.431204229593277,0.009067913517355919,0.17726700007915497,1.870943546295166,0.332444429397583,0.2877751290798187,-0.056806743144989014,0.17927038669586182,0.13722512125968933,-0.5945733785629272,0.411493182182312,-0.5030909180641174,-0.2758963406085968,-0.8757869601249695,0.49306318163871765,1.474212646484375,0.9757928848266602,-0.423164963722229,0.16294749081134796,0.561901867389679,-1.0534840822219849,-0.5479470491409302,0.27843743562698364,0.3976856470108032,0.2613915801048279,0.5170417428016663,0.09910443425178528,-0.3562040627002716,0.7907194495201111,0.4921133816242218,-0.3464847505092621,0.5719761848449707,-0.47540926933288574,2.0544252395629883,-0.5373167395591736,-1.1371403932571411,-0.2304536998271942,0.3729914426803589,-0.8245099782943726,-0.4939972162246704,0.7230324149131775,-0.08852062374353409,0.23256660997867584,0.207548588514328,-0.1647232472896576,-0.4056988060474396,0.43318355083465576,0.44331952929496765,0.3005182147026062,-0.4298834204673767,0.19237318634986877,-0.03629826009273529,-0.49394458532333374,-0.08459226042032242,0.7541194558143616,-0.1784873753786087,-0.854154109954834,-1.232038974761963]},"workflow":{"author":"@@official.shinkai","description":"Designs a tailored three-phase reading plan based on user input, focusing on an author or specific guidance. It carefully selects books from various sources, including hidden gems, to enhance the user's knowledge on the topic. The output includes a concise plan summary and categorized reading lists with reasons for each selection.","name":"Create_reading_plan","raw":"\n workflow Create_reading_plan v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou take guidance and/or an author name as input and design a perfect three-phase reading plan for the user using the STEPS below.\n\nThe goal is to create a reading list that will result in the user being significantly knowledgeable about the author and their work, and/or how it relates to the request from the user if they made one.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about the request made in the input.\n\n- Find the author (or authors) that are mentioned in the input.\n\n- Think deeply about what books from that author (or authors) are the most interesting, surprising, and insightful, and or which ones most match the request in the input.\n\n- Think about all the different sources of \\\"Best Books\\\", such as bestseller lists, reviews, etc.\n\n- Don't limit yourself to just big and super-famous books, but also consider hidden gem books if they would better serve what the user is trying to do.\n\n- Based on what the user is looking for, or the author(s) named, create a reading plan with the following sections.\n\n# OUTPUT SECTIONS\n\n- In a section called \\\"ABOUT THIS READING PLAN\\\", write a 25 word sentence that says something like: \n\n\\\"It sounds like you're interested in ___________ (taken from their input), so here's a reading plan to help you learn more about that.\\\"\n\n- In a section called \\\"PHASE 1: Core Reading\\\", give a bulleted list of the core books for the author and/or topic in question. Like the essential reading. Give those in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 3\n\n- In a section called \\\"PHASE 2: Extended Reading\\\", give a bulleted list of the best books that expand on the core reading above, in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 5\n\n- In a section called \\\"PHASE 3: Exploratory Reading\\\", give a bulleted list of the best books that expand on the author's themes, either from the author themselves or from other authors that wrote biographies, or prescriptive guidance books based on the reading in PHASE 1 and PHASE 2, in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 7\n\n- In a section called \\\"OUTLINE SUMMARY\\\", write a 25 word sentence that says something like: \n\nThis reading plan will give you a solid foundation in ___________ (taken from their input) and will allow you to branch out from there.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Take into account all instructions in the input, for example books they've already read, themes, questions, etc., to help you shape the reading plan.\n\n- For PHASE 2 and 3 you can also include articles, essays, and other written works in addition to books.\n\n- DO NOT hallucinate or make up any of the recommendations you give. Only use real content.\n\n- Put a blank line between bullets for readability.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou take guidance and/or an author name as input and design a perfect three-phase reading plan for the user using the STEPS below.\n\nThe goal is to create a reading list that will result in the user being significantly knowledgeable about the author and their work, and/or how it relates to the request from the user if they made one.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about the request made in the input.\n\n- Find the author (or authors) that are mentioned in the input.\n\n- Think deeply about what books from that author (or authors) are the most interesting, surprising, and insightful, and or which ones most match the request in the input.\n\n- Think about all the different sources of \\\"Best Books\\\", such as bestseller lists, reviews, etc.\n\n- Don't limit yourself to just big and super-famous books, but also consider hidden gem books if they would better serve what the user is trying to do.\n\n- Based on what the user is looking for, or the author(s) named, create a reading plan with the following sections.\n\n# OUTPUT SECTIONS\n\n- In a section called \\\"ABOUT THIS READING PLAN\\\", write a 25 word sentence that says something like: \n\n\\\"It sounds like you're interested in ___________ (taken from their input), so here's a reading plan to help you learn more about that.\\\"\n\n- In a section called \\\"PHASE 1: Core Reading\\\", give a bulleted list of the core books for the author and/or topic in question. Like the essential reading. Give those in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 3\n\n- In a section called \\\"PHASE 2: Extended Reading\\\", give a bulleted list of the best books that expand on the core reading above, in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 5\n\n- In a section called \\\"PHASE 3: Exploratory Reading\\\", give a bulleted list of the best books that expand on the author's themes, either from the author themselves or from other authors that wrote biographies, or prescriptive guidance books based on the reading in PHASE 1 and PHASE 2, in the following format:\n\n- Man's Search for Meaning, by Victor Frankl. This book was chosen because _________. (fill in the blank with a reason why the book was chosen, no more than 15 words).\n\n- Next entry\n- Next entry\n- Up to 7\n\n- In a section called \\\"OUTLINE SUMMARY\\\", write a 25 word sentence that says something like: \n\nThis reading plan will give you a solid foundation in ___________ (taken from their input) and will allow you to branch out from there.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Take into account all instructions in the input, for example books they've already read, themes, questions, etc., to help you shape the reading plan.\n\n- For PHASE 2 and 3 you can also include articles, essays, and other written works in addition to books.\n\n- DO NOT hallucinate or make up any of the recommendations you give. Only use real content.\n\n- Put a blank line between bullets for readability.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.1673608124256134,0.656624972820282,0.13429346680641174,0.35857710242271423,0.43548518419265747,-0.021792836487293243,-0.8546223640441895,0.0831293910741806,-0.2290145456790924,0.36371272802352905,-0.6427663564682007,0.30551624298095703,-0.05528036132454872,0.07965834438800812,-0.030373942106962204,-0.22195038199424744,0.023947440087795258,-1.9180666208267212,-0.975005030632019,-0.2899578809738159,0.09675896167755127,0.6478683948516846,0.12870930135250092,0.006426900625228882,0.5480737090110779,0.094915971159935,0.2661519944667816,-0.39599961042404175,-0.6654850244522095,-1.604820728302002,0.4513869285583496,0.016104772686958313,-0.7305169105529785,-1.0451390743255615,0.8321096897125244,-0.6538959741592407,0.5072336196899414,-0.00625281035900116,-0.45823848247528076,-0.37501704692840576,-0.3031081259250641,0.02630583755671978,-0.41314759850502014,-0.040462613105773926,0.09656406193971634,-0.3159448206424713,-0.012250593863427639,0.021911069750785828,1.2271541357040405,-0.09290848672389984,-0.43765243887901306,-0.7822209000587463,-0.3364584445953369,0.02644866332411766,-0.8722731471061707,0.029776856303215027,0.19950415194034576,-0.694919228553772,0.5315602421760559,-0.06696771085262299,0.5652225613594055,0.4397895336151123,-3.280470132827759,-0.32018688321113586,0.5876418352127075,0.599524974822998,-0.08382585644721985,-0.4700324237346649,0.36529359221458435,-0.018041178584098816,-0.3557548224925995,0.4186931252479553,0.06725361198186874,0.6286116242408752,0.04603038728237152,0.09324274212121964,0.19036689400672913,0.4457078278064728,0.23941513895988464,0.23476076126098633,0.05855540186166763,0.554730236530304,-0.2857452929019928,0.22365517914295197,0.08325579762458801,0.6922175884246826,0.23510771989822388,0.04640863835811615,0.8608342409133911,0.8720204830169678,-0.03174072131514549,-0.9421288967132568,-0.02856120653450489,-0.05212467163801193,-0.9284121990203857,-0.03514987230300903,-0.39471736550331116,0.023100964725017548,-0.17212334275245667,3.4750311374664307,0.35039252042770386,-0.08169902861118317,0.7710320353507996,-1.1743748188018799,0.7679896354675293,-0.297107070684433,0.27332615852355957,-0.46057799458503723,-0.17713604867458344,-0.04643424600362778,0.8132046461105347,-0.1799117475748062,-0.7537950277328491,0.4768137037754059,0.6859431862831116,0.057799793779850006,-0.8819639682769775,-0.06899502873420715,0.9300922751426697,0.8754873275756836,-0.06930731236934662,0.7101870775222778,-0.33500558137893677,-0.17866376042366028,0.20812897384166718,0.13781318068504333,-0.10978278517723083,0.9680635333061218,0.015959832817316055,0.06437938660383224,-0.4268944263458252,-0.23988202214241028,0.055554915219545364,0.2024029791355133,0.1511654555797577,-0.07908540219068527,-0.027216792106628418,-0.20338357985019684,0.5946952700614929,-0.6209796667098999,0.4074435234069824,-0.5748140811920166,0.43835967779159546,0.6918833255767822,0.2936805486679077,0.06025764346122742,-0.12779739499092102,-0.051932208240032196,-0.42774882912635803,-1.2859216928482056,-0.02569182589650154,0.575553834438324,0.14612385630607605,0.6325677633285522,0.432084858417511,-0.4865573048591614,-0.7252130508422852,0.5244671106338501,-0.30852210521698,0.4697653353214264,0.49783921241760254,-0.3408927321434021,0.007791474461555481,0.5426324009895325,0.18054136633872986,0.07832185924053192,0.8266156911849976,-0.19157817959785461,0.5743204355239868,0.027406122535467148,0.24813401699066162,-0.030644483864307404,0.4106101989746094,-0.06371675431728363,-0.4703250229358673,0.12423353642225266,-0.2758381962776184,-0.19572466611862183,-0.16934707760810852,-0.32448405027389526,0.853445291519165,0.28714680671691895,-0.13299092650413513,-1.0734971761703491,-0.2505796551704407,-0.24715666472911835,0.3429068922996521,0.14694085717201233,0.5776748061180115,0.4898419678211212,-0.9243466854095459,1.06279456615448,-0.44420236349105835,-0.37022432684898376,-0.05489978939294815,-0.10085932910442352,-0.42557984590530396,0.15106673538684845,-0.2934703528881073,-0.0558055080473423,-1.0898162126541138,0.4077686369419098,-0.2299554944038391,-0.2543487548828125,-0.5304906368255615,-0.027736175805330276,0.2451973557472229,0.49955061078071594,-0.17375683784484863,-0.35531458258628845,-0.024534612894058228,0.2421293705701828,1.4359967708587646,0.6559531092643738,1.351179838180542,-0.07955875992774963,0.006892126053571701,-0.04122239723801613,0.9584110379219055,0.020169198513031006,-0.6373022198677063,0.4501124918460846,-0.8908260464668274,-0.6999778747558594,-0.8457950353622437,0.3748788833618164,0.40683621168136597,0.2291325479745865,-0.5136746764183044,0.2436162233352661,0.10290638357400894,0.7348212599754333,-0.08261183649301529,1.0148588418960571,0.16480287909507751,0.20904818177223206,-0.1307578682899475,0.7140442132949829,0.5638022422790527,-1.3702744245529175,-0.19314759969711304,-0.2112576961517334,-0.46230244636535645,0.08117777109146118,0.242240771651268,0.6482546329498291,-0.47875842452049255,-0.14258036017417908,0.980974555015564,1.4906187057495117,0.5415253043174744,0.15320530533790588,0.30043232440948486,0.6597252488136292,-0.07541819661855698,0.24202480912208557,-1.988194227218628,-0.2094511091709137,-0.47493842244148254,0.06456289440393448,0.36331498622894287,-0.5592086315155029,0.4548465311527252,-0.14591741561889648,-0.1449112445116043,-0.09758549928665161,-1.1174110174179077,-0.7166892290115356,-0.6994706392288208,-0.21935135126113892,0.07307136803865433,0.4814632534980774,0.2658082842826843,-0.16601571440696716,-0.41301074624061584,0.4391118288040161,-0.1401243805885315,0.5924926400184631,-0.6298121809959412,-0.34035107493400574,-0.2816885709762573,0.370055615901947,0.2800121009349823,0.48775380849838257,-0.4007697105407715,0.23353931307792664,-0.4076884984970093,-0.8514177203178406,-0.22013399004936218,0.48665472865104675,-0.5102939605712891,-0.2320060282945633,-0.4735390245914459,-0.053213268518447876,1.807287573814392,0.11036781966686249,0.14008915424346924,0.7245424389839172,0.21981003880500793,-0.028891120105981827,-0.12459492683410645,0.17223584651947021,-0.12651489675045013,-0.2698372006416321,-0.39945462346076965,-0.5267266035079956,0.4380200505256653,-0.10524407029151917,0.10822181403636932,0.528062105178833,-0.8355404138565063,0.4304967522621155,-0.5065560936927795,-0.5808176398277283,0.13772261142730713,-0.5318117141723633,0.270154744386673,0.7963253259658813,0.27864277362823486,-1.1786850690841675,-0.11696919798851013,0.6826102137565613,-0.09587304294109344,0.21262279152870178,-0.09849049150943756,0.9869941473007202,-0.07710956037044525,-0.617469847202301,-0.48535674810409546,1.198624849319458,0.14348798990249634,-0.08236785978078842,-0.35713717341423035,-0.45375359058380127,0.3638542890548706,-0.32230451703071594,-0.25499603152275085,-0.30575230717658997,-0.4033721387386322,-0.15466131269931793,0.5448514223098755,1.7653627395629883,-0.014864055439829826,-0.21579903364181519,0.055001746863126755,0.22276005148887634,-0.8319458961486816,-0.6844595074653625,0.03035886585712433,-0.15257035195827484,-0.4890511929988861,0.2883742153644562,0.4801616966724396,-0.34443041682243347,0.8079274892807007,0.9734997153282166,-0.8463394641876221,0.5665042996406555,-0.6577786207199097,1.5125867128372192,-0.5721312761306763,-1.0717905759811401,-0.23534181714057922,0.6003584265708923,-0.05111397057771683,0.4823848605155945,-0.6386410593986511,-0.7813529372215271,-0.2902139127254486,-0.3304884433746338,-0.07521243393421173,-0.49778205156326294,0.6530721187591553,0.730250895023346,0.7377684116363525,0.11955951154232025,0.14973706007003784,0.24699898064136505,0.16795553267002106,-0.35362184047698975,0.5631574392318726,-0.20128214359283447,-0.564365565776825,-0.9961466193199158]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs the creation of a detailed markdown security finding report, incorporating sections like Description, Risk, Recommendations, and others, based on a vulnerability title and explanation provided by the user. It emphasizes a structured, insightful approach to documenting cybersecurity vulnerabilities. The expected output is a comprehensive report with specific sections, focusing on clarity, insightfulness, and relevance to cybersecurity assessment.","name":"Create_report_finding","raw":"\n workflow Create_report_finding v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a extremely experienced 'jack-of-all-trades' cyber security consultant that is diligent, concise but informative and professional. You are highly experienced in web, API, infrastructure (on-premise and cloud), and mobile testing. Additionally, you are an expert in threat modeling and analysis.\n\nYou have been tasked with creating a markdown security finding that will be added to a cyber security assessment report. It must have the following sections: Description, Risk, Recommendations, References, One-Sentence-Summary, Trends, Quotes.\n\nThe user has provided a vulnerability title and a brief explanation of their finding.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Title section that contains the title of the finding.\n\n- Create a Description section that details the nature of the finding, including insightful and informative information. Do not use bullet point lists for this section.\n\n- Create a Risk section that details the risk of the finding. Do not solely use bullet point lists for this section.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a References section that lists 1 to 5 references that are suitibly named hyperlinks that provide instant access to knowledgable and informative articles that talk about the issue, the tech and remediations. Do not hallucinate or act confident if you are unsure.\n\n- Create a summary sentence that captures the spirit of the finding and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a extremely experienced 'jack-of-all-trades' cyber security consultant that is diligent, concise but informative and professional. You are highly experienced in web, API, infrastructure (on-premise and cloud), and mobile testing. Additionally, you are an expert in threat modeling and analysis.\n\nYou have been tasked with creating a markdown security finding that will be added to a cyber security assessment report. It must have the following sections: Description, Risk, Recommendations, References, One-Sentence-Summary, Trends, Quotes.\n\nThe user has provided a vulnerability title and a brief explanation of their finding.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Title section that contains the title of the finding.\n\n- Create a Description section that details the nature of the finding, including insightful and informative information. Do not use bullet point lists for this section.\n\n- Create a Risk section that details the risk of the finding. Do not solely use bullet point lists for this section.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a References section that lists 1 to 5 references that are suitibly named hyperlinks that provide instant access to knowledgable and informative articles that talk about the issue, the tech and remediations. Do not hallucinate or act confident if you are unsure.\n\n- Create a summary sentence that captures the spirit of the finding and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.41896769404411316,0.4797477722167969,-0.4471268355846405,0.3085241913795471,0.325459748506546,-0.05539418011903763,-0.12910783290863037,0.051735490560531616,0.4641641676425934,0.003686163341626525,-0.5077111124992371,0.6363721489906311,0.3676114082336426,0.26019999384880066,-0.39218270778656006,0.010578490793704987,-0.0019913911819458008,-1.108460783958435,-1.055371880531311,-0.00872083380818367,-0.7052901983261108,0.8166750073432922,0.6756869554519653,0.14221017062664032,0.258771687746048,0.047892145812511444,-0.10428452491760254,-0.01753976196050644,-0.2621082663536072,-2.1680173873901367,0.6773900985717773,0.20343679189682007,-0.29843205213546753,-0.37293320894241333,0.8245207071304321,-0.7869426012039185,0.42579397559165955,0.3448430895805359,-0.28051888942718506,-0.08898936212062836,0.49664685130119324,0.005554851144552231,-0.3165140151977539,-0.2081214189529419,-0.11188604682683945,0.0409967303276062,-0.0006371429190039635,-0.0008535310626029968,0.8239206671714783,-0.021586135029792786,-0.28612440824508667,-0.0953860953450203,-0.4778473377227783,0.14967955648899078,-0.6103112697601318,0.045380204916000366,-0.23726552724838257,-0.21487802267074585,0.1845020204782486,0.46733665466308594,0.6944682002067566,1.0250647068023682,-3.6501598358154297,-0.15621809661388397,-0.057771921157836914,-0.14602556824684143,0.1796920746564865,-0.1047140508890152,0.5070879459381104,-0.07434186339378357,0.20641471445560455,0.2925012707710266,-0.17794528603553772,0.7107589840888977,0.45307353138923645,0.04161382466554642,0.29885900020599365,0.22964854538440704,-0.024013899266719818,-0.37294360995292664,0.20329707860946655,0.7665241956710815,-0.29658621549606323,-0.3777822256088257,-0.7889597415924072,0.5974488258361816,-0.1772128939628601,0.005044788122177124,0.8146674036979675,0.31650593876838684,0.31671297550201416,-0.6237499117851257,0.49881425499916077,-0.26443392038345337,-0.5930688977241516,-0.13310249149799347,-0.18158039450645447,0.15171748399734497,0.3594399094581604,3.6237213611602783,0.5766348242759705,0.36214974522590637,0.5863752961158752,-0.49825260043144226,0.841407835483551,-0.1830691248178482,-0.24016839265823364,-0.6848156452178955,-0.3492180109024048,-0.4043246805667877,0.597603440284729,-0.35338065028190613,-0.35247495770454407,0.17384874820709229,0.3945782482624054,-0.1607457399368286,-0.8634937405586243,-0.0746726244688034,0.15626101195812225,0.37982818484306335,-0.13652518391609192,-0.049114640802145004,-0.40707921981811523,-0.26053839921951294,0.24857757985591888,0.1854741871356964,-0.10414156317710876,0.4828908145427704,-0.37408915162086487,0.030085043981671333,0.0003628283739089966,-0.25865796208381653,-0.37986868619918823,-0.3127453327178955,0.056099362671375275,0.13911013305187225,0.710874617099762,-0.13564956188201904,0.3690699338912964,-0.41741713881492615,0.21489879488945007,-0.8071085214614868,0.8204987049102783,0.36332616209983826,0.4921225309371948,-0.16612625122070312,-0.11510627716779709,0.0615241676568985,-0.5679917335510254,-1.2396501302719116,-0.2902642786502838,0.5299274325370789,-0.08425409346818924,-0.1730578988790512,0.33838313817977905,0.14123809337615967,-0.25762739777565,0.6021899580955505,-0.7165850400924683,0.22960549592971802,0.7154317498207092,0.25725433230400085,0.2582099437713623,0.31855517625808716,0.4728184938430786,-0.4593082666397095,0.6128087043762207,0.008366387337446213,-0.0644412487745285,0.2129305601119995,0.4640292227268219,-0.010907277464866638,-0.06030389666557312,0.04063637554645538,-0.40920987725257874,0.43720003962516785,-0.17154452204704285,-0.19915539026260376,0.3424563407897949,-0.5954000949859619,0.251872181892395,0.4799652695655823,-0.42473304271698,-0.8728353977203369,-0.4473511576652527,0.23760049045085907,-0.18370985984802246,-0.20202094316482544,0.36828547716140747,0.7192903757095337,-1.0592509508132935,1.153949499130249,-0.6770051717758179,-1.0270555019378662,0.026469677686691284,0.3086109757423401,-0.7257081866264343,0.2563236355781555,-0.06549349427223206,0.3101026117801666,-0.32887277007102966,-0.24774464964866638,-0.43991002440452576,-0.08996978402137756,-0.5251381397247314,-0.6265401244163513,0.45749977231025696,0.7536474466323853,0.03497927635908127,-0.3019072413444519,0.04207541048526764,0.3703983724117279,0.8087494373321533,0.6383514404296875,1.011254906654358,0.691753625869751,-0.0658353865146637,0.4769592881202698,0.7931399941444397,0.11926025152206421,0.4123016595840454,0.8820089101791382,-0.48799222707748413,-0.7300293445587158,-1.4213368892669678,0.04394490271806717,-0.21000590920448303,-0.26188671588897705,-0.7166847586631775,-0.1842329204082489,0.4267004132270813,0.9753291010856628,0.2030736207962036,0.9126102328300476,-0.3023623526096344,0.053765296936035156,-0.20008650422096252,0.8298618793487549,0.7867251634597778,-0.8277484178543091,0.25575271248817444,-0.1846039593219757,0.07989630103111267,-0.06303158402442932,0.5492802858352661,0.23784548044204712,-0.3687160313129425,0.00389021635055542,0.15105634927749634,1.414161205291748,0.6740383505821228,0.4478054344654083,0.06459853053092957,0.11261142790317535,-0.20305761694908142,0.004019193351268768,-1.5211681127548218,0.5278141498565674,-0.751762330532074,0.04759247973561287,-0.34106171131134033,-0.7381829023361206,0.1403307318687439,-0.11480056494474411,0.23872330784797668,-0.7398723363876343,-0.6902897357940674,-0.16473382711410522,-0.1801440417766571,-0.3137712776660919,-0.033824071288108826,0.35621023178100586,0.08051709830760956,-0.30841270089149475,-0.20218636095523834,-0.055943265557289124,0.4157092273235321,0.4192666709423065,-0.34350723028182983,-0.29638007283210754,-0.2734105885028839,0.5291255712509155,-0.42515668272972107,0.3865243196487427,-0.731503427028656,-0.21401512622833252,-0.30023840069770813,-0.701278030872345,-0.4608715772628784,0.6930689811706543,0.1785268485546112,-0.2944176197052002,0.032920368015766144,-0.3619065284729004,1.9757380485534668,-0.20321139693260193,0.35455843806266785,0.8283035159111023,0.45500481128692627,0.41615498065948486,-0.3952787518501282,0.104210764169693,-0.3503759205341339,0.3989265561103821,-0.6696287393569946,-0.6605361104011536,0.22717657685279846,-0.35775408148765564,0.14515003561973572,0.5720416903495789,0.040980614721775055,-0.09356767684221268,-0.2741367220878601,-0.25140053033828735,0.4855470061302185,-0.35029393434524536,0.8773190975189209,0.33466076850891113,0.18661606311798096,-2.0517938137054443,-0.3266039192676544,0.20141595602035522,-0.2127557396888733,-0.1320646107196808,-0.3398485779762268,0.8590749502182007,0.1701139211654663,-0.3919830322265625,-0.46777141094207764,1.5563722848892212,-0.03655634820461273,-0.2963814437389374,0.27019983530044556,0.060167618095874786,0.28267335891723633,-0.2971261441707611,0.030571801587939262,-0.39940059185028076,-0.909810483455658,-0.4297250509262085,0.578483521938324,1.7008168697357178,0.7724881172180176,-0.28086668252944946,0.2952532470226288,0.29569512605667114,-0.8959307074546814,-0.9015524387359619,0.19630466401576996,0.11330853402614594,-0.6810235381126404,0.21396972239017487,0.24176368117332458,0.02193879336118698,0.13845835626125336,1.1255276203155518,-0.4400026798248291,-0.035046182572841644,-0.892923891544342,1.5697808265686035,-0.04028436914086342,-0.6844887137413025,-0.32869818806648254,0.4794844090938568,-0.34552013874053955,-0.12856155633926392,0.07758384943008423,-0.28116562962532043,-0.39133763313293457,-0.12456489354372025,0.2852112352848053,-0.36793550848960876,0.49283984303474426,0.30319514870643616,-0.09123782813549042,-0.017081469297409058,0.5143974423408508,-0.07536706328392029,0.2484835833311081,0.046740949153900146,-0.3297840654850006,-0.033227819949388504,-1.027795433998108,-0.3465591073036194]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs on creating concise security updates for newsletters, focusing on cybersecurity developments, threats, advisories, and new vulnerabilities. It emphasizes brevity and relevance, requiring links to further information. The expected output includes structured sections with short descriptions and relevant details, aiming to inform readers about the latest security concerns efficiently.","name":"Create_security_update","raw":"\n workflow Create_security_update v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at creating concise security updates for newsletters according to the STEPS below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Read all the content and think deeply about it.\n\n- Organize all the content on a virtual whiteboard in your mind.\n\n# OUTPUT SECTIONS\n\n- Output a section called Threats, Advisories, and Vulnerabilities with the following structure of content.\n\nStories: (interesting cybersecurity developments)\n\n- A 15-word or less description of the story. $MORE$\n- Next one $MORE$\n- Next one $MORE$\n- Up to 10 stories\n\nThreats & Advisories: (things people should be worried about)\n\n- A 10-word or less description of the situation. $MORE$\n- Next one $MORE$\n- Next one $MORE$\n- Up to 10 of them\n\nNew Vulnerabilities: (the highest criticality new vulnerabilities)\n\n- A 10-word or less description of the vulnerability. | $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Next one $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Next one $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Up to 10 vulnerabilities\n\nA 1-3 sentence summary of the most important issues talked about in the output above. Do not give analysis, just give an overview of the top items.\n\n# OUTPUT INSTRUCTIONS\n\n- Each $MORE$ item above should be replaced with a MORE link like so: MORE with the best link for that item from the input.\n- For sections like $CVE NUMBER$ and $CVSS SCORE$, if they aren't included in the input, don't output anything, and remove the extra | symbol.\n- Do not create fake links for the $MORE$ links. If you can't create a full URL just link to a placeholder or the top level domain.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at creating concise security updates for newsletters according to the STEPS below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Read all the content and think deeply about it.\n\n- Organize all the content on a virtual whiteboard in your mind.\n\n# OUTPUT SECTIONS\n\n- Output a section called Threats, Advisories, and Vulnerabilities with the following structure of content.\n\nStories: (interesting cybersecurity developments)\n\n- A 15-word or less description of the story. $MORE$\n- Next one $MORE$\n- Next one $MORE$\n- Up to 10 stories\n\nThreats & Advisories: (things people should be worried about)\n\n- A 10-word or less description of the situation. $MORE$\n- Next one $MORE$\n- Next one $MORE$\n- Up to 10 of them\n\nNew Vulnerabilities: (the highest criticality new vulnerabilities)\n\n- A 10-word or less description of the vulnerability. | $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Next one $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Next one $CVE NUMBER$ | $CVSS SCORE$ | $MORE$\n- Up to 10 vulnerabilities\n\nA 1-3 sentence summary of the most important issues talked about in the output above. Do not give analysis, just give an overview of the top items.\n\n# OUTPUT INSTRUCTIONS\n\n- Each $MORE$ item above should be replaced with a MORE link like so: MORE with the best link for that item from the input.\n- For sections like $CVE NUMBER$ and $CVSS SCORE$, if they aren't included in the input, don't output anything, and remove the extra | symbol.\n- Do not create fake links for the $MORE$ links. If you can't create a full URL just link to a placeholder or the top level domain.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3321552276611328,0.1802668571472168,-0.3233241140842438,0.6540041565895081,-0.1700572520494461,-0.029324360191822052,-0.7543960213661194,-0.2525172531604767,-0.2951706349849701,0.866163969039917,-0.1600644886493683,0.7469829320907593,0.491109699010849,-0.010538354516029358,-0.770918607711792,-0.6436445713043213,0.29402080178260803,-0.923481822013855,-0.9620957970619202,-0.1899513304233551,-0.7827359437942505,1.271511435508728,0.9281734824180603,-0.4929593801498413,0.5548136830329895,-0.3072226941585541,0.34348514676094055,-0.3133186101913452,0.06595876812934875,-1.351502776145935,0.9272124767303467,0.3139069974422455,0.26980751752853394,-0.3793926239013672,-0.04007001966238022,-0.7689058780670166,-0.7359755039215088,0.2888774275779724,-0.2662737965583801,0.5219411253929138,0.022606847807765007,0.08569364994764328,-0.44405558705329895,0.008458524942398071,-0.6383891701698303,-0.6531255841255188,0.5107755661010742,0.3339039087295532,0.8877971172332764,-0.0075203776359558105,0.2917537987232208,-0.8619341850280762,-0.32739919424057007,0.31843826174736023,-0.2857566773891449,-0.5971119403839111,-0.6261014342308044,-0.24972809851169586,0.3020656406879425,-0.09578295797109604,0.28172242641448975,0.43660056591033936,-3.4769015312194824,-0.6636553406715393,0.20768024027347565,0.14084677398204803,0.3627256751060486,-0.7731263041496277,0.4760350286960602,0.15575742721557617,-0.8969442844390869,0.5350137948989868,0.03834833204746246,0.7777935862541199,-0.12350855767726898,0.1540047526359558,0.2538514733314514,-0.2552061676979065,0.42723023891448975,-0.1328440010547638,-0.5648835301399231,-0.016755670309066772,-0.377165824174881,-0.1361040621995926,-0.4203301668167114,0.5855175256729126,-0.3571370542049408,-0.10627835243940353,-0.642085075378418,0.5454220771789551,0.08810906112194061,0.06138617545366287,0.7550499439239502,-0.0923595130443573,-1.025516152381897,-0.1290358603000641,-0.2161271572113037,-0.008716955780982971,0.48812657594680786,3.0521626472473145,0.6459306478500366,0.24397669732570648,1.0451754331588745,-0.870081901550293,0.13243719935417175,-0.36938413977622986,0.14427128434181213,-0.3383621871471405,0.10080555081367493,-0.24653203785419464,0.28077462315559387,-0.8135958313941956,-0.3176642656326294,0.4019172489643097,0.5937829613685608,0.7575238943099976,-0.07389586418867111,-0.00891965627670288,-0.32866227626800537,0.25135016441345215,0.035542264580726624,-0.268520712852478,-0.24075385928153992,-0.5203610062599182,-0.609478235244751,0.09598001092672348,-0.7810124754905701,0.3074844479560852,0.036449600011110306,0.11874113976955414,-0.1080106869339943,-0.05884012579917908,-0.6789765357971191,0.2707853317260742,0.008355621248483658,0.15235695242881775,0.08737419545650482,-1.0176564455032349,-0.07739526778459549,0.16824907064437866,0.6083911657333374,-0.9350028038024902,0.20030082762241364,0.7292256355285645,0.07949704676866531,0.34392017126083374,-0.21149784326553345,0.6333507895469666,-0.9690744280815125,-0.8164222836494446,0.6458075046539307,0.11194248497486115,0.4278087913990021,0.42392033338546753,0.21048863232135773,-0.4604932963848114,-0.10804587602615356,-0.06184065341949463,-0.35053765773773193,0.253303200006485,0.02966911718249321,0.013287095353007317,-0.1480608582496643,0.14177206158638,0.18017727136611938,-0.08041615784168243,-0.11768275499343872,-0.08938419818878174,0.08157835155725479,0.17970304191112518,-0.09213708341121674,-0.29787611961364746,-0.06768524646759033,1.0315577983856201,-0.671512246131897,-0.12177826464176178,-0.9225353002548218,0.2890823185443878,0.6378989815711975,0.13406631350517273,1.3413227796554565,0.2297218143939972,-0.10255073010921478,-0.8336145281791687,-0.459942102432251,0.06028994917869568,0.10784630477428436,0.15998506546020508,0.4875275492668152,0.8527262210845947,-0.5409048795700073,1.1628719568252563,-0.6082192659378052,0.7074351906776428,0.18995828926563263,-0.07216668128967285,0.1541866660118103,0.3139529228210449,0.2989145517349243,0.2722419798374176,-0.5838594436645508,0.16433420777320862,-0.98572838306427,0.14175942540168762,-0.6318152546882629,-0.5612839460372925,-0.39203304052352905,0.8711627125740051,-0.00963938981294632,-0.7998425960540771,0.026523355394601822,-0.06503666937351227,0.9260013103485107,0.6293495297431946,0.804017186164856,0.8060171008110046,0.6717584133148193,0.1755971610546112,0.49602606892585754,0.02557915449142456,0.2669275104999542,0.074839286506176,-0.7994940280914307,-0.6741214990615845,-0.6353848576545715,0.7087403535842896,-0.8112744688987732,-0.10652989149093628,-0.8980151414871216,-0.44796615839004517,0.31555137038230896,1.3974910974502563,-0.2878536581993103,0.6117791533470154,0.8372703790664673,0.6401879787445068,0.0717347264289856,0.4694514870643616,0.156452938914299,-1.4779505729675293,-0.10004103928804398,0.1483311951160431,-0.14469949901103973,0.22768251597881317,0.2685256600379944,0.3784782588481903,-0.8920978903770447,-0.5231493711471558,0.3796350657939911,1.2272145748138428,0.8560293316841125,0.41858628392219543,0.09219340980052948,0.4719576835632324,0.16042792797088623,0.059773776680231094,-1.4561681747436523,0.05740651115775108,-0.8247942924499512,0.31989341974258423,-0.6317266821861267,0.08514528721570969,0.06710391491651535,-0.0031664082780480385,-0.19246794283390045,-0.5783578157424927,-0.5660219192504883,-0.1980322003364563,-0.8911275267601013,0.2339518964290619,0.2579312026500702,0.06509461998939514,-0.5355377793312073,-0.26130491495132446,-0.14597365260124207,0.43019264936447144,0.5285282135009766,0.25481849908828735,0.14400723576545715,0.06809375435113907,0.30579933524131775,0.4871852695941925,-0.11483285576105118,0.7198615074157715,-0.6943676471710205,-0.3329390287399292,-0.6901921629905701,-1.2416608333587646,-0.48185867071151733,0.6829747557640076,-0.045733701437711716,-0.9295835494995117,-0.4668657183647156,0.05222254991531372,2.0578012466430664,0.5051321983337402,0.12641988694667816,0.9057919979095459,1.0548993349075317,0.3227362632751465,0.0199323371052742,-0.137773334980011,0.11957716196775436,-0.0331282913684845,-0.8412633538246155,-0.6095326542854309,0.5950314998626709,-0.08023598790168762,0.11726412177085876,0.7267338633537292,0.009310699999332428,-0.27324289083480835,-0.22968143224716187,-0.5373482704162598,0.928650975227356,-0.2652350962162018,1.0488756895065308,1.5163705348968506,0.28554508090019226,-1.6772781610488892,-0.09019240736961365,0.6314902305603027,0.014607071876525879,0.10783261060714722,0.3057888150215149,0.6045079231262207,-0.023049332201480865,-0.010310385376214981,-0.8133594989776611,1.3546119928359985,0.4349011182785034,0.6408612132072449,0.02593417465686798,0.3398476243019104,0.4783570468425751,0.6376886963844299,0.06409125030040741,-0.16210171580314636,-0.3197161555290222,-0.743840754032135,-0.23071974515914917,1.2401578426361084,0.3951767683029175,-0.04159295931458473,-0.2453220933675766,0.3333262801170349,-0.3077216148376465,-1.7269787788391113,0.5122202038764954,0.7499446868896484,-1.04712975025177,0.657889723777771,0.107169970870018,-0.08066797256469727,0.32965800166130066,0.1900160312652588,-0.7949694395065308,0.34156593680381775,-0.8822115659713745,1.5538214445114136,-0.07473219186067581,0.2853366732597351,-0.0755794495344162,-0.006061702035367489,-0.60610431432724,-0.4725279211997986,-0.1785735785961151,-0.49705052375793457,0.4053269028663635,-0.24084341526031494,0.07835404574871063,-0.4423392713069916,0.3604385256767273,0.1772603690624237,0.37524470686912537,-0.4705248475074768,0.5123698115348816,0.5793902277946472,-0.1286727786064148,-0.08211584389209747,0.14355894923210144,0.010968495160341263,-0.43085452914237976,-0.8014044761657715]},"workflow":{"author":"@@official.shinkai","description":"Creates compelling short intros for podcasts, focusing on the most interesting aspects of the show. It involves listening to the entire show, identifying key topics, and highlighting them in a concise introduction. The output is a structured intro that teases the conversation's main points.","name":"Create_show_intro","raw":"\n workflow Create_show_intro v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert podcast and media producer specializing in creating the most compelling and interesting short intros that are read before the start of a show.\n\nTake a deep breath and think step-by-step about how best to achieve this using the steps below.\n\n# STEPS\n\n- Fully listen to and understand the entire show.\n\n- Take mental note of all the topics and themes discussed on the show and note them on a virtual whiteboard in your mind.\n\n- From that list, create a list of the most interesting parts of the conversation from a novelty and surprise perspective.\n\n- Create a list of show header topics from that list of novel and surprising topics discussed.\n\n# OUTPUT\n\n- Create a short piece of output with the following format:\n\n\nIn this conversation I speak with _______. ________ is ______________. In this conversation we discuss:\n\n- Topic 1\n- Topic 2\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n(up to 10)\n\nAnd with that, here's the conversation with _______.\n\n# EXAMPLE\n\nIn this conversation I speak with with Jason Michelson. Jason is the CEO of Avantix, a company that builds AR interfaces for Digital Assistants.\n\nWe discuss:\n\n- The state of AR in 2021\n- The founding of Avantix\n- Why AR is the best interface\n- Avantix's AR approach\n- Continuous physical awareness\n- The disparity in AR adoption\n- Avantix use cases\n- A demo of the interface\n- Thoughts on DA advancements\n- What's next for Avantix\n- And how to connect with Avantix\n\nAnd with that, here's my conversation with Jason Michelson.\n\nEND EXAMPLE\n\n# OUTPUT INSTRUCTIONS\n\n- You only output valid Markdown.\n\n- Each topic should be 2-7 words long.\n\n- Do not use asterisks or other special characters in the output for Markdown formatting. Use Markdown syntax that's more readable in plain text.\n\n- Ensure the topics are equally spaced to cover both the most important topics covered but also the entire span of the show.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert podcast and media producer specializing in creating the most compelling and interesting short intros that are read before the start of a show.\n\nTake a deep breath and think step-by-step about how best to achieve this using the steps below.\n\n# STEPS\n\n- Fully listen to and understand the entire show.\n\n- Take mental note of all the topics and themes discussed on the show and note them on a virtual whiteboard in your mind.\n\n- From that list, create a list of the most interesting parts of the conversation from a novelty and surprise perspective.\n\n- Create a list of show header topics from that list of novel and surprising topics discussed.\n\n# OUTPUT\n\n- Create a short piece of output with the following format:\n\n\nIn this conversation I speak with _______. ________ is ______________. In this conversation we discuss:\n\n- Topic 1\n- Topic 2\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n- Topic N\n(up to 10)\n\nAnd with that, here's the conversation with _______.\n\n# EXAMPLE\n\nIn this conversation I speak with with Jason Michelson. Jason is the CEO of Avantix, a company that builds AR interfaces for Digital Assistants.\n\nWe discuss:\n\n- The state of AR in 2021\n- The founding of Avantix\n- Why AR is the best interface\n- Avantix's AR approach\n- Continuous physical awareness\n- The disparity in AR adoption\n- Avantix use cases\n- A demo of the interface\n- Thoughts on DA advancements\n- What's next for Avantix\n- And how to connect with Avantix\n\nAnd with that, here's my conversation with Jason Michelson.\n\nEND EXAMPLE\n\n# OUTPUT INSTRUCTIONS\n\n- You only output valid Markdown.\n\n- Each topic should be 2-7 words long.\n\n- Do not use asterisks or other special characters in the output for Markdown formatting. Use Markdown syntax that's more readable in plain text.\n\n- Ensure the topics are equally spaced to cover both the most important topics covered but also the entire span of the show.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.23882856965065002,0.73492032289505,0.14665988087654114,0.25672945380210876,-0.2658598721027374,-0.11873567849397659,-0.4620433747768402,0.04918558895587921,-0.07686726748943329,0.25231635570526123,-0.08506590127944946,0.6895678043365479,-0.028353143483400345,0.25098568201065063,0.09106364101171494,-0.4858880639076233,-0.43159380555152893,-0.9551627039909363,-1.5204272270202637,-0.48186179995536804,0.38905054330825806,0.24904583394527435,0.11315460503101349,0.24370387196540833,-0.012724269181489944,-0.1803891658782959,0.5023480653762817,-0.08695828914642334,-1.4024908542633057,-2.447248697280884,0.3517557382583618,0.14158710837364197,-0.3687906861305237,-0.6819181442260742,0.6250634789466858,-0.6984675526618958,-0.399108350276947,0.1272825300693512,-0.812434732913971,-0.35143089294433594,0.15678872168064117,0.03265007585287094,0.20327973365783691,0.17976921796798706,-0.019866187125444412,-0.2606706917285919,0.2445799559354782,-0.21089980006217957,0.26677536964416504,0.21523946523666382,-0.364064484834671,-0.5240247845649719,-0.2734999656677246,0.22267529368400574,-0.46906575560569763,-0.3745579421520233,0.027571283280849457,-0.263380229473114,0.21467620134353638,-0.3670397400856018,0.03182503953576088,0.6157776117324829,-4.227714538574219,-0.2597656548023224,0.0390445739030838,0.4407822787761688,0.44922032952308655,0.7027788162231445,0.5518168807029724,0.010713338851928711,0.2649635076522827,0.5019403696060181,-0.00805690884590149,0.7070052623748779,-0.0769847109913826,-0.08409889787435532,0.08711011707782745,0.21744826436042786,0.04405931755900383,-0.23025117814540863,0.13633373379707336,0.7619463205337524,-0.10923845320940018,-0.37426555156707764,-0.6171954870223999,0.49372729659080505,-0.9094424247741699,-0.044531695544719696,0.3908100426197052,-0.3090324401855469,-0.5365002751350403,-0.015157945454120636,0.38433295488357544,-0.4963833689689636,-0.9560275077819824,0.24042223393917084,-0.31347522139549255,0.4549908936023712,0.2791246473789215,3.307600736618042,0.20100221037864685,-0.2683122754096985,0.4483121335506439,-0.7997800707817078,0.3263668417930603,0.07118463516235352,-0.14797456562519073,-0.24172280728816986,-0.20163601636886597,-0.0619310587644577,-0.08801079541444778,-0.6000829339027405,0.5051631927490234,-0.05873144418001175,0.9835427403450012,-0.00907884631305933,0.2189662605524063,0.5390909314155579,-0.8147343397140503,1.2379580736160278,-0.40682530403137207,-0.004532245919108391,-0.5049792528152466,-0.5428191423416138,0.020781174302101135,0.215351864695549,-0.3264877498149872,0.40444454550743103,0.34130093455314636,0.015593631193041801,0.3323264420032501,-0.4144982397556305,-0.4680487811565399,-0.08245983719825745,0.23530977964401245,-0.26115256547927856,0.2699585556983948,-0.045690733939409256,0.10458675771951675,-0.12320946902036667,0.21567681431770325,-1.1116262674331665,1.072922945022583,-0.36169469356536865,0.8022688031196594,0.3923880159854889,-0.3939926028251648,0.1576591581106186,-0.5464503765106201,-0.717746913433075,-0.4170152544975281,0.7996276021003723,0.2384243607521057,0.5684766173362732,1.0515978336334229,-0.32214781641960144,0.5061460733413696,-0.004909932613372803,-0.9247403740882874,0.3375431001186371,0.11344122886657715,-0.49054020643234253,0.2051912099123001,0.4945950508117676,0.31393247842788696,-0.04201254993677139,0.3042955994606018,-0.40051835775375366,0.27665504813194275,-0.49745315313339233,0.21290436387062073,-0.03224693238735199,0.4400579631328583,0.9927034974098206,-0.4186495840549469,0.5821423530578613,-0.448827862739563,0.3704378306865692,0.7308168411254883,-0.3192904591560364,0.6724680066108704,0.32495370507240295,-0.44262146949768066,-0.4041822850704193,-0.06103501468896866,0.448919415473938,0.288129597902298,0.5619224905967712,0.5413257479667664,0.4909811317920685,-1.1557284593582153,1.3055905103683472,-0.8362147808074951,0.2560156285762787,0.3778071403503418,0.11283938586711884,0.24395613372325897,0.11992427706718445,-0.08430732786655426,-0.24243366718292236,-0.4773150086402893,-0.1886490285396576,-0.2880150377750397,-0.15699701011180878,0.5768952369689941,-0.8413344621658325,-0.0986308604478836,0.25871148705482483,0.1828990876674652,-0.3553268015384674,0.04678470268845558,0.14295098185539246,1.0063328742980957,0.4416545629501343,0.3883688151836395,0.07528262585401535,0.21944308280944824,-0.2640451490879059,0.6069660186767578,0.3672681450843811,0.4723791182041168,0.27484098076820374,-0.6988129615783691,-0.5169289112091064,-0.7923429608345032,-0.1885327249765396,-0.09131653606891632,-0.1962328404188156,-0.4366161525249481,-0.38985583186149597,0.10199862718582153,0.8465968370437622,0.303428590297699,1.1737754344940186,-0.13958150148391724,0.31883442401885986,0.2805721163749695,0.36346229910850525,-0.19255021214485168,-0.7589458227157593,0.5443839430809021,0.4532923102378845,0.07490576803684235,-0.02304011583328247,-0.1025463193655014,-0.6164051294326782,-0.2727319002151489,-0.3090727627277374,-0.20296885073184967,2.309081792831421,0.0773918479681015,-0.1656186580657959,0.34098732471466064,0.6020587682723999,0.02785228192806244,-0.0808633491396904,-1.961756706237793,-0.30781441926956177,-0.38146093487739563,0.38453686237335205,-0.10285866260528564,0.21090349555015564,0.25724369287490845,0.21080321073532104,-0.169991135597229,0.020083293318748474,-0.46285220980644226,-0.5660203695297241,-0.19290900230407715,-0.2890840172767639,-0.906493604183197,0.23714454472064972,-0.29923558235168457,0.1546238362789154,-0.4514201879501343,-0.12245297431945801,0.448368102312088,0.3218443989753723,-0.16236361861228943,0.04208458960056305,0.04132577031850815,0.07131507992744446,0.2523168623447418,0.2805134057998657,-0.19247543811798096,-0.2686412036418915,-0.7538415789604187,0.2968863546848297,-0.5617678165435791,0.29492682218551636,-0.2489001452922821,-0.3811118006706238,-0.7370538115501404,-0.28392505645751953,1.4998096227645874,-0.01099906861782074,0.40134307742118835,0.013146912679076195,-0.10336895287036896,-0.16863778233528137,0.10538282245397568,0.057767581194639206,-0.040514301508665085,-0.19229036569595337,-1.0696765184402466,-0.16004621982574463,0.5262523889541626,-0.132620707154274,-0.7976408004760742,1.1534626483917236,-0.38138946890830994,-0.09182651340961456,0.04442872479557991,0.19886639714241028,0.1847577542066574,0.005227811634540558,-0.1874498873949051,0.37215155363082886,-0.29793915152549744,-1.608214020729065,0.024809719994664192,0.7457361817359924,0.320884644985199,-0.22121474146842957,-0.4762560725212097,0.45197880268096924,0.4564581513404846,0.42909473180770874,0.10502251982688904,1.5325297117233276,0.20876444876194,0.12650002539157867,-0.3077572286128998,-0.17953908443450928,0.48171287775039673,0.23984670639038086,0.388193279504776,0.26108667254447937,0.07067424803972244,-0.5457034707069397,0.4040122926235199,0.9972841143608093,0.6570419669151306,0.06992210447788239,0.19484879076480865,-0.18396681547164917,-0.355944961309433,-0.811245858669281,1.0997719764709473,0.10378777980804443,-0.3719368875026703,0.9266742467880249,0.4593971073627472,-0.09285742044448853,0.03391394019126892,0.8093026876449585,-0.2426963895559311,0.05571679398417473,-0.45522934198379517,1.321843147277832,-0.4978170692920685,-0.08600150048732758,-0.47290903329849243,0.6441246867179871,-0.8290948867797852,0.005492359399795532,0.001887258142232895,-0.31261149048805237,0.20440705120563507,-0.03673441708087921,0.482959508895874,-0.4607844948768616,0.36253049969673157,0.1972878873348236,0.9171375036239624,-0.5007345080375671,-0.16194120049476624,0.5994353294372559,0.1733604371547699,-0.214175283908844,0.6507018804550171,-0.04456736519932747,-0.6865283846855164,-0.5354241132736206]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Create_sigma_rules","raw":"\n workflow Create_sigma_rules v0.1 {\n step Main {\n $SYSTEM = \"\n### IDENTITY and PURPOSE:\nYou are an expert cybersecurity detection engineer for a SIEM company. Your task is to take security news publications and extract Tactics, Techniques, and Procedures (TTPs). \nThese TTPs should then be translated into YAML-based Sigma rules, focusing on the `detection:` portion of the YAML. The TTPs should be focused on host-based detections \nthat work with tools such as Sysinternals: Sysmon, PowerShell, and Windows (Security, System, Application) logs.\n\n### STEPS:\n1. **Input**: You will be provided with a security news publication.\n2. **Extract TTPs**: Identify potential TTPs from the publication.\n3. **Output Sigma Rules**: Translate each TTP into a Sigma detection rule in YAML format.\n4. **Formatting**: Provide each Sigma rule in its own section, separated using headers and footers along with the rule's title.\n\n### Example Input:\n```\n\n```\n\n### Example Output:\n#### Sigma Rule: Suspicious PowerShell Execution\n```yaml\ntitle: Suspicious PowerShell Encoded Command Execution\nid: e3f8b2a0-5b6e-11ec-bf63-0242ac130002\ndescription: Detects suspicious PowerShell execution commands\nstatus: experimental\nauthor: Your Name\nlogsource:\n category: process_creation\n product: windows\ndetection:\n selection:\n Image: 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe'\n CommandLine|contains|all:\n - '-nop'\n - '-w hidden'\n - '-enc'\n condition: selection\nfalsepositives:\n - Legitimate administrative activity\nlevel: high\ntags:\n - attack.execution\n - attack.t1059.001\n```\n#### End of Sigma Rule\n\n#### Sigma Rule: Unusual Sysmon Network Connection\n```yaml\ntitle: Unusual SMB External Sysmon Network Connection\nid: e3f8b2a1-5b6e-11ec-bf63-0242ac130002\ndescription: Detects unusual network connections via Sysmon\nstatus: experimental\nauthor: Your Name\nlogsource:\n category: network_connection\n product: sysmon\ndetection:\n selection:\n EventID: 3\n DestinationPort: \n - 139\n - 445\n filter\n DestinationIp|startswith:\n - '192.168.'\n - '10.'\n condition: selection and not filter\nfalsepositives:\n - Internal network scanning\nlevel: medium\ntags:\n - attack.command_and_control\n - attack.t1071.001\n```\n#### End of Sigma Rule\n\nPlease ensure that each Sigma rule is well-documented and follows the standard Sigma rule format.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n### IDENTITY and PURPOSE:\nYou are an expert cybersecurity detection engineer for a SIEM company. Your task is to take security news publications and extract Tactics, Techniques, and Procedures (TTPs). \nThese TTPs should then be translated into YAML-based Sigma rules, focusing on the `detection:` portion of the YAML. The TTPs should be focused on host-based detections \nthat work with tools such as Sysinternals: Sysmon, PowerShell, and Windows (Security, System, Application) logs.\n\n### STEPS:\n1. **Input**: You will be provided with a security news publication.\n2. **Extract TTPs**: Identify potential TTPs from the publication.\n3. **Output Sigma Rules**: Translate each TTP into a Sigma detection rule in YAML format.\n4. **Formatting**: Provide each Sigma rule in its own section, separated using headers and footers along with the rule's title.\n\n### Example Input:\n```\n\n```\n\n### Example Output:\n#### Sigma Rule: Suspicious PowerShell Execution\n```yaml\ntitle: Suspicious PowerShell Encoded Command Execution\nid: e3f8b2a0-5b6e-11ec-bf63-0242ac130002\ndescription: Detects suspicious PowerShell execution commands\nstatus: experimental\nauthor: Your Name\nlogsource:\n category: process_creation\n product: windows\ndetection:\n selection:\n Image: 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe'\n CommandLine|contains|all:\n - '-nop'\n - '-w hidden'\n - '-enc'\n condition: selection\nfalsepositives:\n - Legitimate administrative activity\nlevel: high\ntags:\n - attack.execution\n - attack.t1059.001\n```\n#### End of Sigma Rule\n\n#### Sigma Rule: Unusual Sysmon Network Connection\n```yaml\ntitle: Unusual SMB External Sysmon Network Connection\nid: e3f8b2a1-5b6e-11ec-bf63-0242ac130002\ndescription: Detects unusual network connections via Sysmon\nstatus: experimental\nauthor: Your Name\nlogsource:\n category: network_connection\n product: sysmon\ndetection:\n selection:\n EventID: 3\n DestinationPort: \n - 139\n - 445\n filter\n DestinationIp|startswith:\n - '192.168.'\n - '10.'\n condition: selection and not filter\nfalsepositives:\n - Internal network scanning\nlevel: medium\ntags:\n - attack.command_and_control\n - attack.t1071.001\n```\n#### End of Sigma Rule\n\nPlease ensure that each Sigma rule is well-documented and follows the standard Sigma rule format.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.08806774765253067,0.5998266339302063,-0.2613583505153656,0.08506506681442261,-0.5391318798065186,0.25010380148887634,-0.6686175465583801,0.35126543045043945,-0.18980680406093597,0.6488087773323059,-0.2762780785560608,0.14094425737857819,-0.0804453119635582,-0.00469246506690979,0.1287354677915573,0.047210775315761566,-0.5221340656280518,-1.0466278791427612,-1.807246446609497,-0.145133376121521,0.2550450265407562,1.177851676940918,0.0588790588080883,0.46728020906448364,0.42367610335350037,0.42962580919265747,-0.15691910684108734,0.15078581869602203,-0.7273483276367188,-1.7367488145828247,0.9497163891792297,0.03097488358616829,-0.7259937524795532,-0.803614616394043,0.735621452331543,-0.2916909158229828,-0.02927265502512455,0.2484244406223297,-0.5074799656867981,0.23372744023799896,0.31964248418807983,-0.3601059913635254,-0.39116424322128296,-0.19840607047080994,0.31411463022232056,-0.5720854997634888,0.10064227133989334,0.4857986271381378,0.8320081233978271,-0.18800638616085052,0.020836148411035538,-0.4658249616622925,-0.8749375343322754,-0.6830302476882935,-1.0282254219055176,0.41691121459007263,-0.2515915632247925,0.23993422091007233,-0.26289859414100647,-0.2646903991699219,0.1941208690404892,0.7994617819786072,-2.791318893432617,0.39269891381263733,0.08523902297019958,0.02040945366024971,0.1629660576581955,-0.5463325381278992,0.24435928463935852,-0.27272701263427734,0.3432084619998932,-0.03296026587486267,-0.036235224455595016,0.6257820129394531,0.4380938410758972,0.22966182231903076,0.5906584858894348,0.36373767256736755,0.3932453393936157,-0.24221991002559662,0.12917384505271912,0.731564998626709,0.01614125818014145,-0.10370751470327377,-0.44736459851264954,0.47228023409843445,-0.054481182247400284,0.37047308683395386,1.0081408023834229,0.7624292373657227,0.21485041081905365,-0.6229324340820312,0.508689284324646,0.08023205399513245,-0.871003270149231,0.39947599172592163,-0.24942614138126373,-0.05560857057571411,-0.22727477550506592,3.647869825363159,0.17141687870025635,-0.21547247469425201,0.22437705099582672,-1.2494994401931763,0.6050237417221069,-0.06274204701185226,-0.288625568151474,-0.9402955174446106,-0.22918908298015594,-0.5199137330055237,0.42025625705718994,-0.19974009692668915,-0.5373789072036743,0.17800915241241455,0.831242561340332,-0.2036152482032776,-0.8589366674423218,-0.509558379650116,-0.20222225785255432,0.4766753315925598,-0.27916401624679565,0.03472784161567688,-0.12031146138906479,-0.3762604594230652,0.9633289575576782,0.4853934347629547,-0.6785154938697815,0.70047926902771,0.08678974211215973,-0.021731015294790268,-0.29007115960121155,0.28682681918144226,-0.30396443605422974,-0.4749230742454529,0.34269946813583374,0.14343400299549103,0.39562559127807617,-0.17563146352767944,-0.1661224067211151,-0.18462294340133667,0.08870363980531693,-0.3697906732559204,1.2125519514083862,0.20040446519851685,1.137252688407898,0.34740909934043884,-0.5436834096908569,0.24165308475494385,-0.1903509646654129,-1.152518391609192,-0.4147292375564575,0.6638545393943787,0.2242092788219452,0.5066350102424622,0.5560427904129028,-0.1120130643248558,-0.11627551913261414,0.27432137727737427,-1.0237005949020386,0.3523292541503906,0.2612743377685547,-0.7699355483055115,0.26802992820739746,0.3080655336380005,0.27539804577827454,-0.22733350098133087,0.21928507089614868,-0.2713247835636139,0.024564724415540695,-0.029320161789655685,0.5743600130081177,-0.24841216206550598,0.17863190174102783,0.3680177927017212,-0.1442556530237198,-0.11877065896987915,0.17223986983299255,-0.08491157740354538,0.2761750817298889,-0.4941864013671875,0.7840880751609802,0.6962317228317261,0.0935090035200119,-1.0208778381347656,-0.016064561903476715,-0.1479506641626358,0.40454089641571045,-0.46201029419898987,0.517713725566864,0.5684413909912109,-1.1631181240081787,0.9449370503425598,-0.10815909504890442,-0.10083943605422974,0.1597072184085846,0.12695598602294922,0.07856008410453796,0.1940857470035553,0.39925292134284973,-0.17545963823795319,-0.6777725219726562,-0.2734188139438629,-0.8124263882637024,0.13694272935390472,-0.5904999375343323,0.10700099170207977,-0.06995810568332672,0.6206241250038147,-0.05482182651758194,-0.048164356499910355,0.2762138843536377,-0.24666127562522888,1.420569896697998,0.325939416885376,1.1677359342575073,0.1785397231578827,0.16679424047470093,0.3582865595817566,0.46861323714256287,0.40108680725097656,-0.3561966121196747,0.401088684797287,-0.1141674667596817,-0.7762656211853027,-1.1074926853179932,-0.39418667554855347,0.019018128514289856,0.05711875110864639,-0.6102529168128967,-0.3369212746620178,0.5298540592193604,0.5433809161186218,0.8504542708396912,0.6912028789520264,-0.2550068497657776,0.48905178904533386,-0.5074885487556458,1.2451967000961304,0.025402337312698364,-0.9038310647010803,0.7641844749450684,-0.14985491335391998,-0.22790232300758362,-0.3197513222694397,0.3267320990562439,-0.1303609013557434,-0.8539143204689026,0.22569549083709717,0.12762539088726044,1.0311853885650635,0.4566937983036041,0.10843516886234283,-0.3287205994129181,0.314358651638031,-0.45267146825790405,0.07493932545185089,-1.374056100845337,-0.21523414552211761,-0.515893816947937,0.1387709230184555,0.15409371256828308,-0.13025496900081635,0.2735731899738312,0.3148900270462036,-0.2655898928642273,-0.8106151819229126,-0.9044128656387329,-0.23935040831565857,-0.4822123050689697,-0.1087360829114914,0.2879842221736908,0.2525818645954132,-0.38964128494262695,-0.09667717665433884,-0.7909666895866394,0.23044194281101227,0.286700576543808,0.6394744515419006,-0.42152997851371765,-0.1301943063735962,0.2090599238872528,0.2582271695137024,-0.13198044896125793,-0.23868395388126373,0.001970473676919937,-0.5614575743675232,-0.37216928601264954,-1.494683861732483,-0.7054217457771301,0.356618195772171,-0.2437499463558197,-0.6593770980834961,-0.48907241225242615,-0.14713123440742493,1.0241481065750122,0.08274494856595993,0.8095402121543884,0.07637061178684235,0.29558995366096497,0.1617213785648346,-0.06698428094387054,0.20254969596862793,-0.13966012001037598,0.7716659307479858,-0.7719250321388245,0.11153659969568253,0.03682507947087288,0.07111197710037231,-0.276554673910141,0.5773975253105164,-1.0105191469192505,-0.02313409186899662,-0.4758269488811493,-0.22348323464393616,0.7774327993392944,0.422383576631546,0.7505783438682556,0.679770827293396,0.4948351979255676,-2.021989345550537,-0.5149428248405457,0.9389640688896179,-0.1950938105583191,0.06325563788414001,0.15992183983325958,0.8595172166824341,-0.060905490070581436,0.2575204074382782,-0.13769355416297913,1.3818563222885132,0.5781180262565613,-0.15286657214164734,0.41141703724861145,0.1516852080821991,-0.11674682796001434,-0.4313501715660095,0.3061376214027405,0.35813894867897034,-0.5212457180023193,-0.891503632068634,0.6227176785469055,1.0966911315917969,0.5225527286529541,-0.17171700298786163,-0.06168735399842262,0.10299871861934662,-1.0885199308395386,-0.7900794148445129,0.4297444224357605,0.14123395085334778,-0.3781580328941345,0.47804099321365356,0.44036969542503357,-0.3447301685810089,1.2598166465759277,0.49292659759521484,-1.0652657747268677,0.26070764660835266,-0.347542941570282,1.3737890720367432,-0.2567293047904968,-0.3559771776199341,-0.3703015148639679,0.7342755198478699,-0.3943057656288147,0.36043184995651245,-0.0530054047703743,-0.34694719314575195,0.19366909563541412,-0.4370960295200348,-0.04985322430729866,-0.178963303565979,0.42228350043296814,1.1217982769012451,0.6560044884681702,0.4100607633590698,0.1638704389333725,-0.32255399227142334,0.18128368258476257,0.02936941385269165,0.5703697204589844,-0.9525713920593262,-0.9181976318359375,-0.44462519884109497]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs on creating a detailed threat model using the STRIDE per element methodology for a given system design document. It emphasizes understanding the system's assets, trust boundaries, and data flows to identify and prioritize potential threats. The expected output is a comprehensive table listing threats, their components, mitigation strategies, and risk assessments.","name":"Create_stride_threat_model","raw":"\n workflow Create_stride_threat_model v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert in risk and threat management and cybersecurity. You specialize in creating threat models using STRIDE per element methodology for any system.\n\n# GOAL\n\nGiven a design document of system that someone is concerned about, provide a threat model using STRIDE per element methodology.\n\n# STEPS\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n- Think deeply about the nature and meaning of the input for 28 hours and 12 minutes. \n\n- Create a virtual whiteboard in you mind and map out all the important concepts, points, ideas, facts, and other information contained in the input.\n\n- Fully understand the STRIDE per element threat modeling approach.\n\n- Take the input provided and create a section called ASSETS, determine what data or assets need protection.\n\n- Under that, create a section called TRUST BOUNDARIES, identify and list all trust boundaries. Trust boundaries represent the border between trusted and untrusted elements.\n\n- Under that, create a section called DATA FLOWS, identify and list all data flows between components. Data flow is interaction between two components. Mark data flows crossing trust boundaries.\n\n- Under that, create a section called THREAT MODEL. Create threats table with STRIDE per element threats. Prioritize threats by likelihood and potential impact.\n\n- Under that, create a section called QUESTIONS & ASSUMPTIONS, list questions that you have and the default assumptions regarding THREAT MODEL.\n\n- The goal is to highlight what's realistic vs. possible, and what's worth defending against vs. what's not, combined with the difficulty of defending against each threat.\n\n- This should be a complete table that addresses the real-world risk to the system in question, as opposed to any fantastical concerns that the input might have included.\n\n- Include notes that mention why certain threats don't have associated controls, i.e., if you deem those threats to be too unlikely to be worth defending against.\n\n# OUTPUT GUIDANCE\n\n- Table with STRIDE per element threats has following columns:\n\nTHREAT ID - id of threat, example: 0001, 0002\nCOMPONENT NAME - name of component in system that threat is about, example: Service A, API Gateway, Sales Database, Microservice C\nTHREAT NAME - name of threat that is based on STRIDE per element methodology and important for component. Be detailed and specific. Examples:\n\n- The attacker could try to get access to the secret of a particular client in order to replay its refresh tokens and authorization \\\"codes\\\"\n- Credentials exposed in environment variables and command-line arguments\n- Exfiltrate data by using compromised IAM credentials from the Internet\n- Attacker steals funds by manipulating receiving address copied to the clipboard.\n\nSTRIDE CATEGORY - name of STRIDE category, example: Spoofing, Tampering. Pick only one category per threat.\nWHY APPLICABLE - why this threat is important for component in context of input.\nHOW MITIGATED - how threat is already mitigated in architecture - explain if this threat is already mitigated in design (based on input) or not. Give reference to input.\nMITIGATION - provide mitigation that can be applied for this threat. It should be detailed and related to input.\nLIKELIHOOD EXPLANATION - explain what is likelihood of this threat being exploited. Consider input (design document) and real-world risk.\nIMPACT EXPLANATION - explain impact of this threat being exploited. Consider input (design document) and real-world risk.\nRISK SEVERITY - risk severity of threat being exploited. Based it on LIKELIHOOD and IMPACT. Give value, e.g.: low, medium, high, critical.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in the format above only using valid Markdown.\n\n- Do not use bold or italic formatting in the Markdown (no asterisks).\n\n- Do not complain about anything, just do what you're told.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert in risk and threat management and cybersecurity. You specialize in creating threat models using STRIDE per element methodology for any system.\n\n# GOAL\n\nGiven a design document of system that someone is concerned about, provide a threat model using STRIDE per element methodology.\n\n# STEPS\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n- Think deeply about the nature and meaning of the input for 28 hours and 12 minutes. \n\n- Create a virtual whiteboard in you mind and map out all the important concepts, points, ideas, facts, and other information contained in the input.\n\n- Fully understand the STRIDE per element threat modeling approach.\n\n- Take the input provided and create a section called ASSETS, determine what data or assets need protection.\n\n- Under that, create a section called TRUST BOUNDARIES, identify and list all trust boundaries. Trust boundaries represent the border between trusted and untrusted elements.\n\n- Under that, create a section called DATA FLOWS, identify and list all data flows between components. Data flow is interaction between two components. Mark data flows crossing trust boundaries.\n\n- Under that, create a section called THREAT MODEL. Create threats table with STRIDE per element threats. Prioritize threats by likelihood and potential impact.\n\n- Under that, create a section called QUESTIONS & ASSUMPTIONS, list questions that you have and the default assumptions regarding THREAT MODEL.\n\n- The goal is to highlight what's realistic vs. possible, and what's worth defending against vs. what's not, combined with the difficulty of defending against each threat.\n\n- This should be a complete table that addresses the real-world risk to the system in question, as opposed to any fantastical concerns that the input might have included.\n\n- Include notes that mention why certain threats don't have associated controls, i.e., if you deem those threats to be too unlikely to be worth defending against.\n\n# OUTPUT GUIDANCE\n\n- Table with STRIDE per element threats has following columns:\n\nTHREAT ID - id of threat, example: 0001, 0002\nCOMPONENT NAME - name of component in system that threat is about, example: Service A, API Gateway, Sales Database, Microservice C\nTHREAT NAME - name of threat that is based on STRIDE per element methodology and important for component. Be detailed and specific. Examples:\n\n- The attacker could try to get access to the secret of a particular client in order to replay its refresh tokens and authorization \\\"codes\\\"\n- Credentials exposed in environment variables and command-line arguments\n- Exfiltrate data by using compromised IAM credentials from the Internet\n- Attacker steals funds by manipulating receiving address copied to the clipboard.\n\nSTRIDE CATEGORY - name of STRIDE category, example: Spoofing, Tampering. Pick only one category per threat.\nWHY APPLICABLE - why this threat is important for component in context of input.\nHOW MITIGATED - how threat is already mitigated in architecture - explain if this threat is already mitigated in design (based on input) or not. Give reference to input.\nMITIGATION - provide mitigation that can be applied for this threat. It should be detailed and related to input.\nLIKELIHOOD EXPLANATION - explain what is likelihood of this threat being exploited. Consider input (design document) and real-world risk.\nIMPACT EXPLANATION - explain impact of this threat being exploited. Consider input (design document) and real-world risk.\nRISK SEVERITY - risk severity of threat being exploited. Based it on LIKELIHOOD and IMPACT. Give value, e.g.: low, medium, high, critical.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in the format above only using valid Markdown.\n\n- Do not use bold or italic formatting in the Markdown (no asterisks).\n\n- Do not complain about anything, just do what you're told.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.48399168252944946,0.31107646226882935,-0.0026139840483665466,0.7098575234413147,0.3757905662059784,0.3235361874103546,-1.0457209348678589,0.18998560309410095,-0.18794317543506622,0.1412447839975357,0.30897584557533264,0.4037597179412842,0.18512322008609772,0.11326685547828674,-0.3130800426006317,-0.02031487226486206,-0.25317272543907166,-1.2745954990386963,-1.428999423980713,-0.6251538991928101,-0.26979073882102966,0.994699239730835,0.41613781452178955,0.2858915328979492,0.6830152869224548,-0.7277156710624695,0.308223158121109,-0.6413201689720154,-0.8021584153175354,-1.881412148475647,0.7233414649963379,-0.11064083129167557,-0.00525793619453907,-0.6375242471694946,0.5112876892089844,-1.075594186782837,0.10422959923744202,0.2462756484746933,-0.23811224102973938,-0.15876807272434235,-0.15773923695087433,0.02757381461560726,-0.1638757288455963,0.42840778827667236,0.046836819499731064,-0.15798437595367432,-0.2630996108055115,-0.04259143024682999,0.2795203924179077,-0.2316940277814865,-0.026332944631576538,-0.7418407201766968,-0.4910251498222351,0.7233554124832153,-0.4753550887107849,-0.37575677037239075,-0.6644221544265747,-0.7901613712310791,0.6312545537948608,-0.12462899833917618,0.10509885847568512,0.1561133861541748,-3.7957546710968018,0.14444954693317413,0.398104190826416,0.34406647086143494,0.32683315873146057,-0.4463489353656769,0.15271969139575958,0.27471330761909485,-0.4592100977897644,0.6995598077774048,0.006759814918041229,0.6687646508216858,0.11771909147500992,-0.1026650220155716,0.6122312545776367,-0.08117957413196564,-0.15719453990459442,-0.18669334053993225,-0.979828953742981,0.4268028438091278,-0.19049817323684692,0.17950813472270966,-0.6065859198570251,0.5353580713272095,-0.41756659746170044,-0.1561633199453354,0.08550722897052765,-0.23708344995975494,0.058398157358169556,-0.2096370905637741,0.3203030526638031,0.48433172702789307,-0.7556217908859253,-0.04641290754079819,0.20821312069892883,0.08013482391834259,-0.07575147598981857,3.1333060264587402,0.5685148239135742,0.03328990563750267,0.8448682427406311,-1.0667423009872437,0.23448583483695984,-0.24351204931735992,0.4300464391708374,-0.18379627168178558,-0.18765896558761597,-0.1817316859960556,0.9512861371040344,-0.5987179279327393,-0.27674174308776855,0.49740150570869446,0.8928675055503845,0.32771047949790955,-0.3137843608856201,0.06662345677614212,-0.06773553788661957,0.3093806505203247,-0.24854148924350739,0.014792367815971375,-0.27952173352241516,0.0183572918176651,-0.14760451018810272,0.41648969054222107,-0.3409022092819214,0.2809073328971863,0.33809584379196167,0.018799329176545143,-0.2776085138320923,-0.3403598666191101,-0.4732036590576172,0.31471168994903564,-0.35587993264198303,0.02118871733546257,-0.08574406802654266,-0.8514505624771118,0.09391610324382782,-0.7034439444541931,0.4086455702781677,-1.1631356477737427,0.2310025840997696,0.7719827890396118,0.05726073682308197,0.3740333616733551,0.27880045771598816,-0.01553799957036972,-0.7484522461891174,-0.95578932762146,0.34847351908683777,0.6245579719543457,0.0360260084271431,-0.38717886805534363,0.37908095121383667,-0.4334632158279419,-0.3140373229980469,0.5049811601638794,-0.12400704622268677,0.4312908947467804,-0.14334410429000854,-0.16755522787570953,0.09268098324537277,0.02446386218070984,0.15727385878562927,-0.5696877241134644,0.27076610922813416,-0.4387303292751312,0.15835948288440704,0.5566969513893127,0.04795510321855545,-0.506320595741272,0.5796463489532471,0.7420520186424255,0.08050192147493362,-0.06670334190130234,-0.13638761639595032,-0.11112423986196518,0.3875393271446228,-0.30772167444229126,1.0640361309051514,0.19649112224578857,-0.19580183923244476,-0.6410021781921387,-0.29424285888671875,-0.10705302655696869,0.3852601647377014,0.6084113121032715,1.4636459350585938,0.9712764024734497,-0.2646627128124237,1.3546271324157715,-0.6481605768203735,0.07250229269266129,-0.18320810794830322,0.565521776676178,-0.4311474561691284,-0.4889860153198242,0.7107012867927551,0.10163109749555588,-0.6567216515541077,-0.30592331290245056,-0.25167834758758545,-0.23592224717140198,-0.6186144948005676,-0.5951492786407471,-0.1861000955104828,0.8253149390220642,0.27276450395584106,-0.7614025473594666,0.1399090588092804,-0.3463231921195984,1.1534979343414307,0.7954673767089844,0.537874698638916,-0.23149196803569794,0.10307778418064117,0.20529764890670776,0.9695016145706177,-0.05953943729400635,0.07886690646409988,0.15180644392967224,-0.45108169317245483,-0.5400424599647522,-0.8164564371109009,0.19955992698669434,-0.17767123878002167,0.03754604607820511,-0.6840627789497375,-0.45748019218444824,-0.0120759978890419,1.3918415307998657,0.571957528591156,0.9172139167785645,0.10466375946998596,0.2750372290611267,0.1879976987838745,0.4801606833934784,0.17880801856517792,-1.0666844844818115,0.33717721700668335,0.02301517128944397,-0.30296701192855835,0.46495509147644043,0.009622171521186829,0.6829869747161865,-1.3365068435668945,-0.28377464413642883,0.5029081702232361,1.7388641834259033,-0.3075462281703949,0.22107501327991486,0.11138460785150528,0.6291754245758057,0.39774805307388306,-0.2616714835166931,-1.6762458086013794,-0.04383204132318497,-1.1497175693511963,0.5331717133522034,-0.8474317193031311,0.31204429268836975,0.4752470552921295,0.47956958413124084,-0.765117347240448,-0.7280091047286987,-0.17542798817157745,-0.4301667809486389,-0.7310630083084106,-0.036809325218200684,-0.04792416840791702,0.07239139825105667,0.006952732801437378,-0.2887510359287262,0.007591351866722107,0.13902002573013306,0.29873886704444885,0.14384782314300537,-0.11531214416027069,-0.5459782481193542,0.3203917145729065,0.5577342510223389,0.05154689773917198,0.25134485960006714,-0.9446296095848083,-0.11122146248817444,-0.28147804737091064,-0.4621472954750061,0.20226287841796875,0.8847618103027344,0.09613408893346786,-0.660261869430542,-0.44951331615448,0.4451681971549988,2.023494243621826,0.45833685994148254,0.159754678606987,0.43128758668899536,0.8594730496406555,-0.4933614134788513,-0.6936588287353516,0.011446140706539154,-0.4685734808444977,-0.5097165703773499,-0.629559338092804,-0.20151811838150024,0.44061410427093506,0.3327125012874603,-0.014886356890201569,0.7761637568473816,-0.5460762977600098,-0.3752317428588867,-0.15759113430976868,-0.15876279771327972,0.6368404030799866,-0.3156881332397461,0.6351996660232544,0.9512516260147095,-0.06490983068943024,-0.9107558727264404,-0.10874102264642715,0.748029887676239,0.26942676305770874,0.243862122297287,-0.1110367476940155,1.4228839874267578,0.30631792545318604,-0.029526393860578537,-0.2625349164009094,1.8420629501342773,0.4765358865261078,0.08948835730552673,-0.8024811148643494,-0.1262095868587494,0.5981276035308838,-0.10785181075334549,0.16023261845111847,-0.3998716175556183,-0.42835545539855957,-0.4830470085144043,0.38722220063209534,1.1086907386779785,0.3676016926765442,0.1863349825143814,-0.22696858644485474,-0.2577055096626282,-0.3871226906776428,-1.2076404094696045,0.3534490168094635,-0.12504515051841736,-0.6405985951423645,0.6260956525802612,0.027983732521533966,0.353667676448822,0.905942976474762,0.8464222550392151,-0.348259299993515,0.275194376707077,-0.7495635151863098,1.8565160036087036,-0.3961416184902191,-0.4424413740634918,0.154401034116745,-0.08467280864715576,-0.3387761414051056,0.28390926122665405,0.11080576479434967,-0.1749129742383957,-0.03535202890634537,0.0654522180557251,0.2070154994726181,-1.0350960493087769,0.9718830585479736,0.6164892315864563,0.032244663685560226,-0.39894217252731323,0.5402436256408691,0.23881813883781433,-0.13628697395324707,-0.22521302103996277,0.26022934913635254,-0.4576142728328705,-0.4659408926963806,-1.3171828985214233]},"workflow":{"author":"@@official.shinkai","description":"Summarizes content into a structured Markdown format, focusing on brevity and clarity. It emphasizes creating a concise summary, listing main points, and identifying key takeaways. The output is organized into specific sections for easy reference.","name":"Create_summary","raw":"\n workflow Create_summary v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 10 most important points of the content as a list with no more than 15 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 5 best takeaways from the content in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 10 most important points of the content as a list with no more than 15 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 5 best takeaways from the content in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.04633349925279617,1.0383557081222534,0.024496955797076225,0.7911432385444641,-0.47104042768478394,0.008068941533565521,-0.8164463043212891,-0.21674887835979462,-0.00346328504383564,0.07401908189058304,-0.013051961548626423,0.4985903799533844,-0.1328825056552887,-0.11406387388706207,-0.12750618159770966,-0.32442358136177063,-0.654879629611969,-0.730139434337616,-1.697366714477539,-0.05878686159849167,0.23992356657981873,0.6163354516029358,0.019283220171928406,0.25494542717933655,-0.3666450083255768,0.07018768042325974,0.33321720361709595,0.08276572823524475,-1.4952317476272583,-2.324732542037964,0.5274449586868286,0.1262669414281845,-0.23864802718162537,-0.9744865894317627,0.46945586800575256,-0.6983392834663391,-0.5141117572784424,0.3342099189758301,-0.5774499773979187,-0.2581867277622223,0.027088994160294533,-0.3309369385242462,0.20513835549354553,0.38831156492233276,-0.14171995222568512,-0.3701193034648895,0.41442951560020447,-0.2682040333747864,0.28904053568840027,0.25997743010520935,-0.17810538411140442,-0.8169386982917786,-0.12544593214988708,0.3957022726535797,-0.3732798993587494,0.12457777559757233,0.09284165501594543,-0.38161566853523254,0.18730007112026215,-0.24183234572410583,-0.37103864550590515,0.6367940902709961,-4.171306610107422,-0.08277127146720886,0.23583808541297913,0.49478957056999207,0.15698444843292236,0.37785330414772034,0.07671865075826645,0.11253368854522705,0.24724780023097992,0.26396456360816956,0.2030124068260193,0.23005461692810059,0.032866887748241425,-0.2487788200378418,-0.10937263071537018,-0.10926763713359833,0.21830487251281738,-0.13659173250198364,-0.11590857803821564,0.41921162605285645,-0.003573508933186531,-0.30861687660217285,-0.5689340233802795,0.6338692903518677,-0.8062257170677185,-0.014373138546943665,0.5819417238235474,0.04810012876987457,-0.15404842793941498,0.17923858761787415,0.4962453842163086,-0.2609131634235382,-1.2405613660812378,0.4990575909614563,-0.2824726700782776,0.5319408774375916,-0.003802374005317688,3.1709911823272705,0.4827447533607483,-0.14716367423534393,0.6457085609436035,-0.7259554266929626,0.3503263294696808,-0.015085088089108467,0.010498721152544022,-0.34961482882499695,-0.2047119289636612,0.0921909436583519,0.38697871565818787,-0.5044485330581665,0.18295475840568542,-0.057061269879341125,0.46955758333206177,0.1579096019268036,-0.38398540019989014,0.4694681167602539,-0.4540574848651886,0.7958142161369324,-0.046006642282009125,-0.31854507327079773,-0.6952950358390808,-0.1733541488647461,-0.06627024710178375,0.5393495559692383,-0.448253870010376,0.4213590621948242,0.15400950610637665,0.249052956700325,0.004664182662963867,-0.53067547082901,-0.22266581654548645,-0.22440458834171295,0.19999948143959045,-0.03852280229330063,0.022192850708961487,-0.4085851013660431,0.31537002325057983,-0.5262385010719299,0.12742000818252563,-1.1021311283111572,1.070868730545044,-0.02760908752679825,0.4447339177131653,0.7282568216323853,-0.3047017753124237,0.1577725112438202,-0.8700871467590332,-0.3968895673751831,-0.018927734345197678,0.2982470989227295,0.13493111729621887,0.5147994160652161,0.8155606389045715,-0.45510849356651306,0.731552243232727,-0.23539525270462036,-0.46365663409233093,0.0533197857439518,-0.1157219409942627,-0.31441882252693176,0.011026546359062195,0.4257977604866028,0.3190537095069885,-0.28800803422927856,0.3295235335826874,0.15953367948532104,0.7700644731521606,-0.2639012336730957,0.17755767703056335,-0.05779900401830673,0.6694200038909912,1.3233375549316406,-0.07502269744873047,0.5463815331459045,-0.6970866918563843,0.19682107865810394,0.5223700404167175,-0.5408484935760498,0.5281317830085754,0.3888077139854431,-0.2980801463127136,-0.36937984824180603,-0.32631683349609375,0.36548173427581787,0.20330721139907837,0.6899504661560059,0.09864071756601334,0.0747738629579544,-0.9662988185882568,1.588899850845337,-0.5790274143218994,0.29620447754859924,0.3560221493244171,-0.23082569241523743,0.05252563953399658,0.4743348956108093,0.2069246470928192,0.015443863347172737,-0.7086396217346191,-0.14617250859737396,-0.16370750963687897,-0.12857243418693542,0.1329064518213272,-0.6192816495895386,-0.12501344084739685,0.07575977593660355,-0.12450693547725677,-0.34080585837364197,-0.15404953062534332,0.12002044916152954,1.2646653652191162,0.29087212681770325,0.6792442798614502,0.21034017205238342,0.030402913689613342,-0.017545517534017563,0.6204112768173218,0.2516687512397766,0.7798669934272766,0.6888325810432434,-0.5456836223602295,-0.4005625247955322,-0.503813624382019,-0.29169929027557373,0.22154423594474792,-0.31428301334381104,-0.1521948128938675,-0.528498113155365,-0.1317126452922821,1.3105005025863647,0.772375226020813,1.2757582664489746,0.2344352900981903,0.534677267074585,-0.18577048182487488,0.2351122796535492,-0.09181807935237885,-0.9496820569038391,0.5215179324150085,0.14100049436092377,0.15269134938716888,-0.14122864603996277,-0.4036257565021515,-0.6418092250823975,-0.07768858969211578,-0.39264780282974243,-0.016806410625576973,2.1929879188537598,0.1663101315498352,-0.37932050228118896,0.582198441028595,0.3667953610420227,0.23768815398216248,-0.03605150431394577,-2.0582692623138428,-0.32087981700897217,-0.6385486721992493,1.178907036781311,0.1663150191307068,0.06904128938913345,0.225669264793396,0.4294760525226593,-0.16401055455207825,-0.38035348057746887,-0.20504799485206604,-0.7055875062942505,-0.5702225565910339,-0.32302406430244446,-0.7899099588394165,0.4034486413002014,-0.304060161113739,0.4567958116531372,-0.40141767263412476,-0.28896525502204895,0.19023044407367706,0.3523210883140564,-0.013528946787118912,-0.15662775933742523,0.758843183517456,0.03692296892404556,0.1219966858625412,0.2383347749710083,-0.30347758531570435,-0.44840675592422485,-0.6969800591468811,0.0810149684548378,-0.677452027797699,0.4384132921695709,-0.16899637877941132,-0.848278284072876,-1.0209022760391235,0.30729180574417114,1.5277962684631348,0.35952484607696533,0.25180450081825256,0.21231809258460999,0.012646278366446495,-0.22063761949539185,-0.006097510457038879,-0.11633927375078201,0.002789723686873913,-0.6422778367996216,-0.9597026109695435,0.035551972687244415,0.80975741147995,-0.012076478451490402,-0.6498759388923645,0.45739462971687317,-0.2322809398174286,0.08525244891643524,-0.03819426894187927,0.05962490290403366,0.18762941658496857,-0.0493849441409111,-0.27866554260253906,0.6232724189758301,-0.1643039584159851,-1.4899191856384277,-0.3456375002861023,0.7002278566360474,-0.2219557762145996,0.08142119646072388,-0.3884522318840027,1.1848771572113037,-0.010175187140703201,0.15260064601898193,-0.07783613353967667,1.3264139890670776,0.12566125392913818,-0.21437965333461761,-0.04084718972444534,0.24482902884483337,0.47885316610336304,-0.11337845772504807,0.21593719720840454,0.198045015335083,0.022449620068073273,-0.6890888214111328,0.26196742057800293,1.3606579303741455,0.3601650595664978,0.3913883566856384,-0.05114218220114708,-0.11067027598619461,-0.6914997696876526,-1.3300352096557617,1.0155925750732422,-0.48238104581832886,-0.21231262385845184,0.7241805791854858,0.44523465633392334,-0.25579583644866943,0.2689000964164734,0.732074499130249,-0.47396424412727356,-0.22759480774402618,-0.5741583704948425,1.59751296043396,-0.3929009437561035,-0.49489322304725647,-0.5421411395072937,0.15799656510353088,-0.5701864957809448,-0.2543782591819763,0.1970631331205368,0.09103546291589737,0.21553654968738556,-0.019488856196403503,0.013556543737649918,-0.3533663749694824,0.44004687666893005,-0.22455936670303345,0.4613235890865326,-0.6111330986022949,0.18296003341674805,0.8705353736877441,0.38117286562919617,0.1521417796611786,0.6627795100212097,0.33684268593788147,-0.3200773596763611,-0.09667834639549255]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Create_tags","raw":"\n workflow Create_tags v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou identify tags from text content for the mind mapping tools.\nCarefully consider the topics and content of the text and identify at least 5 subjects / ideas to be used as tags. If there is an author or existing tags listed they should be included as a tag.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output a single line\n\n- Only output the tags in lowercase separated by spaces\n\n- Each tag should be lower case\n\n- Tags should not contain spaces. If a tag contains a space replace it with an underscore.\n\n- Do not give warnings or notes; only output the requested info.\n\n- Do not repeat tags\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou identify tags from text content for the mind mapping tools.\nCarefully consider the topics and content of the text and identify at least 5 subjects / ideas to be used as tags. If there is an author or existing tags listed they should be included as a tag.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output a single line\n\n- Only output the tags in lowercase separated by spaces\n\n- Each tag should be lower case\n\n- Tags should not contain spaces. If a tag contains a space replace it with an underscore.\n\n- Do not give warnings or notes; only output the requested info.\n\n- Do not repeat tags\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.298351913690567,0.8856847882270813,-0.2512475550174713,0.04479607194662094,-0.5768735408782959,-0.06556446105241776,-0.7301381230354309,0.5062770843505859,-0.2708628177642822,0.5896041393280029,-0.3790976405143738,-0.3962599039077759,0.37656423449516296,0.2910800576210022,0.2077743113040924,-0.11474134027957916,-0.24666738510131836,-0.9556896090507507,-1.252990484237671,-0.4329301118850708,0.31604132056236267,0.8803147673606873,0.39514780044555664,0.4552808403968811,0.8826032876968384,-0.034092068672180176,-0.301040381193161,0.021419793367385864,-0.5077425241470337,-1.8229563236236572,0.5756126046180725,0.06804722547531128,-0.805131733417511,-0.3459792733192444,0.30894768238067627,-0.2083313763141632,-0.299386590719223,0.48448503017425537,-0.4180976152420044,-0.019790679216384888,0.26617884635925293,-0.16176843643188477,-0.4991289973258972,0.08246653527021408,0.002194040920585394,-0.5485222935676575,0.41541561484336853,0.8038901090621948,1.3948285579681396,-0.22625811398029327,0.04605042561888695,-0.6951766014099121,-0.7301586866378784,-0.30035191774368286,-0.7248716950416565,-0.2886863946914673,-0.39280200004577637,0.04438474401831627,-0.061614472419023514,-0.002325841225683689,0.45437517762184143,0.7242351174354553,-3.2898173332214355,-0.1391461342573166,0.05306163430213928,-0.009246446192264557,0.28575441241264343,-0.19712594151496887,0.8251204490661621,-0.5093551874160767,0.40853947401046753,0.051344819366931915,-0.38309144973754883,0.568881630897522,0.35428276658058167,0.1864674687385559,0.537000298500061,0.22221945226192474,0.17785117030143738,0.3115804195404053,0.2820992171764374,0.6807114481925964,0.0392724946141243,-0.3814133405685425,-0.38217467069625854,0.32981711626052856,-0.19885551929473877,0.4595075249671936,0.6134146451950073,0.7541526556015015,-0.051220063120126724,-0.3080938458442688,0.3941549062728882,0.0504499152302742,-0.5318092703819275,0.5419310331344604,-0.5130938291549683,-0.31325212121009827,-0.5175735950469971,3.403488874435425,0.38173502683639526,-0.4768127202987671,0.3650624752044678,-1.1415839195251465,0.8971987962722778,-0.017926786094903946,-0.08826461434364319,-1.166367530822754,-0.3310595452785492,-0.512134850025177,0.16740575432777405,-0.5679901838302612,-0.26520591974258423,0.3474000096321106,0.7546656131744385,-0.30010125041007996,-1.1347224712371826,-0.1629941463470459,-0.39195600152015686,1.161279320716858,-0.3180672228336334,0.16137190163135529,-0.14077016711235046,-0.4565694332122803,1.0548793077468872,0.46452054381370544,-0.5806125402450562,0.45575398206710815,0.246039018034935,0.300690233707428,-0.2703397572040558,0.32281163334846497,-0.35158616304397583,-0.1976390779018402,0.32743939757347107,0.10951397567987442,0.5689054727554321,-0.3317757248878479,-0.40658557415008545,-0.23344996571540833,0.006368875503540039,-0.9637577533721924,1.2810910940170288,-0.04277091473340988,0.8235206007957458,0.2860029935836792,-0.4295918345451355,0.0485503226518631,-0.48407670855522156,-0.6099134087562561,-0.22406141459941864,0.3805750608444214,0.04382474720478058,0.18639707565307617,0.7055244445800781,-0.33724385499954224,-0.014694442972540855,0.46459728479385376,-0.6237437725067139,0.9657766222953796,0.5681739449501038,-0.3947131335735321,0.3012099862098694,0.1231430247426033,0.2308315634727478,-0.20188067853450775,0.17755566537380219,-0.33674123883247375,0.05292913317680359,-0.09582878649234772,0.3324849307537079,0.12535472214221954,0.3506283164024353,0.2578422427177429,-0.2953678369522095,-0.1685391664505005,0.06829902529716492,0.21083545684814453,0.26085713505744934,-0.21700531244277954,0.9216418862342834,0.8671717643737793,-0.3669354021549225,-0.8784985542297363,-0.11378895491361618,0.09411423653364182,0.4150942265987396,-0.08399752527475357,0.6402723789215088,0.3207145631313324,-1.1976512670516968,0.9349605441093445,-0.4811071753501892,-0.24551738798618317,0.3189224600791931,0.1359156370162964,0.011676713824272156,0.2415207475423813,-0.21646848320960999,-0.2368200719356537,-0.4848325252532959,-0.14344047009944916,-0.3795088827610016,0.2505835294723511,-0.5355675220489502,-0.37209203839302063,0.03561445698142052,0.6954094171524048,-0.2884320616722107,-0.0834100991487503,0.07999062538146973,-0.09453526139259338,1.1470425128936768,0.284622460603714,1.1731607913970947,0.035693928599357605,0.1332566887140274,0.40261876583099365,0.3990592658519745,0.3090108335018158,-0.08795814961194992,0.15039928257465363,-0.7112349271774292,-0.6843398213386536,-0.9098758697509766,-0.14500181376934052,-0.7084248661994934,-0.33388638496398926,-0.18847383558750153,-0.6402640342712402,0.023158051073551178,0.8496658205986023,0.752997100353241,1.0291314125061035,-0.46178263425827026,0.5648292303085327,-0.3080560564994812,0.9836968183517456,0.04123489558696747,-0.9648832678794861,0.9460000991821289,-0.2896254360675812,-0.4916228652000427,-0.19697067141532898,0.8873274922370911,0.39707913994789124,-0.7242316603660583,-0.2085651159286499,-0.23896734416484833,0.7663752436637878,1.000370740890503,0.5113733410835266,0.07446088641881943,0.35256513953208923,-0.11128859966993332,0.31473422050476074,-1.4838387966156006,0.07752455770969391,-0.570977509021759,0.3752474784851074,0.2755734622478485,-0.24356868863105774,0.6948254704475403,0.23142483830451965,-0.09665339440107346,-0.17981967329978943,-1.2895556688308716,-0.644362211227417,-0.5982507467269897,0.050461553037166595,0.23821783065795898,0.3927333950996399,-0.6511186957359314,0.13952885568141937,-0.41874659061431885,-0.010870201513171196,0.356802761554718,0.17434033751487732,-0.040635913610458374,-0.34558266401290894,-0.27294474840164185,0.42972537875175476,-0.25437864661216736,-0.23761425912380219,0.32696732878685,-0.22269098460674286,-0.22680847346782684,-1.3650522232055664,-0.44063800573349,1.1118272542953491,-0.5447941422462463,-0.43795493245124817,-0.4004034101963043,0.08921608328819275,1.7706910371780396,0.48033303022384644,0.9661871194839478,0.4354135990142822,0.42940449714660645,-0.11137893795967102,-0.22693993151187897,0.07137168943881989,0.0640467032790184,0.49802112579345703,-0.9627497792243958,-0.18782010674476624,0.07829396426677704,-0.13838212192058563,0.012697979807853699,-0.07804146409034729,-0.552541971206665,-0.10102833807468414,-0.2979647219181061,-0.32909953594207764,0.522384762763977,0.1641058325767517,1.0705198049545288,1.002453088760376,0.26729604601860046,-1.9982552528381348,-0.4914204776287079,1.1984050273895264,0.042569175362586975,-0.5101706981658936,0.07226134091615677,0.7795370221138,-0.33529871702194214,0.13812696933746338,0.20648209750652313,1.335400938987732,-0.2011440247297287,-0.47314631938934326,0.2789492607116699,-0.01667088270187378,-0.02394673228263855,-0.564624011516571,-0.06991918385028839,-0.18484067916870117,-0.6129717230796814,-0.571307361125946,0.7288251519203186,1.4642539024353027,0.3966143727302551,-0.14122654497623444,0.019355643540620804,0.2835109233856201,-1.0532642602920532,-0.8873528838157654,0.23142485320568085,0.5110501050949097,-0.16635988652706146,0.6039198637008667,0.07839201390743256,-0.1139693334698677,0.8749362230300903,0.5045230984687805,-0.8937265872955322,0.07895654439926147,-0.4399823546409607,0.9898414015769958,-0.056732527911663055,-0.15050598978996277,-0.4896119236946106,0.1625661700963974,-0.14609068632125854,0.28036463260650635,-0.052687473595142365,-0.2723207175731659,0.13523763418197632,0.035023488104343414,0.5006923079490662,-0.2155476212501526,0.360440194606781,0.590003252029419,0.7307632565498352,0.19941425323486328,-0.20796047151088715,0.028701499104499817,0.3979269862174988,-0.46263182163238525,0.09496866911649704,-0.4181409180164337,-1.1861364841461182,-1.195441722869873]},"workflow":{"author":"@@official.shinkai","description":"The prompt seeks to identify and prioritize potential threats to a given system or situation, using a narrative-based, simple threat modeling approach. It emphasizes distinguishing between realistic and possible threats, focusing on those worth defending against. The expected output includes a list of prioritized threat scenarios, an analysis of the threat model, recommended controls, a narrative analysis, and a concise conclusion.","name":"Create_threat_scenarios","raw":"\n workflow Create_threat_scenarios v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert in risk and threat management and cybersecurity. You specialize in creating simple, narrative-based, threat models for all types of scenarios—from physical security concerns to cybersecurity analysis.\n\n# GOAL\n\nGiven a situation or system that someone is concerned about, or that's in need of security, provide a list of the most likely ways that system will be attacked.\n\n# THREAT MODEL ESSAY BY DANIEL MIESSLER\n\nEveryday Threat Modeling\n\nThreat modeling is a superpower. When done correctly it gives you the ability to adjust your defensive behaviors based on what you’re facing in real-world scenarios. And not just for applications, or networks, or a business—but for life.\nThe Difference Between Threats and Risks\nThis type of threat modeling is a life skill, not just a technical skill. It’s a way to make decisions when facing multiple stressful options—a universal tool for evaluating how you should respond to danger.\nThreat Modeling is a way to think about any type of danger in an organized way.\nThe problem we have as humans is that opportunity is usually coupled with risk, so the question is one of which opportunities should you take and which should you pass on. And If you want to take a certain risk, which controls should you put in place to keep the risk at an acceptable level?\nMost people are bad at responding to slow-effect danger because they don’t properly weigh the likelihood of the bad scenarios they’re facing. They’re too willing to put KGB poisoning and neighborhood-kid-theft in the same realm of likelihood. This grouping is likely to increase your stress level to astronomical levels as you imagine all the different things that could go wrong, which can lead to unwise defensive choices.\nTo see what I mean, let’s look at some common security questions.\nThis has nothing to do with politics.\nExample 1: Defending Your House\nMany have decided to protect their homes using alarm systems, better locks, and guns. Nothing wrong with that necessarily, but the question is how much? When do you stop? For someone who’s not thinking according to Everyday Threat Modeling, there is potential to get real extreme real fast.\nLet’s say you live in a nice suburban neighborhood in North Austin. The crime rate is extremely low, and nobody can remember the last time a home was broken into.\nBut you’re ex-Military, and you grew up in a bad neighborhood, and you’ve heard stories online of families being taken hostage and hurt or killed. So you sit around with like-minded buddies and contemplate what would happen if a few different scenarios happened:\nThe house gets attacked by 4 armed attackers, each with at least an AR-15\nA Ninja sneaks into your bedroom to assassinate the family, and you wake up just in time to see him in your room\nA guy suffering from a meth addiction kicks in the front door and runs away with your TV\nNow, as a cybersecurity professional who served in the Military, you have these scenarios bouncing around in your head, and you start contemplating what you’d do in each situation. And how you can be prepared.\nEveryone knows under-preparation is bad, but over-preparation can be negative as well.\nWell, looks like you might want a hidden knife under each table. At least one hidden gun in each room. Krav Maga training for all your kids starting at 10-years-old. And two modified AR-15’s in the bedroom—one for you and one for your wife.\nEvery control has a cost, and it’s not always financial.\nBut then you need to buy the cameras. And go to additional CQB courses for room to room combat. And you spend countless hours with your family drilling how to do room-to-room combat with an armed assailant. Also, you’ve been preparing like this for years, and you’ve spent 187K on this so far, which could have gone towards college.\nNow. It’s not that it’s bad to be prepared. And if this stuff was all free, and safe, there would be fewer reasons not to do it. The question isn’t whether it’s a good idea. The question is whether it’s a good idea given:\nThe value of what you’re protecting (family, so a lot)\nThe chances of each of these scenarios given your current environment (low chances of Ninja in Suburbia)\nThe cost of the controls, financially, time-wise, and stress-wise (worth considering)\nThe key is being able to take each scenario and play it out as if it happened.\nIf you get attacked by 4 armed and trained people with Military weapons, what the hell has lead up to that? And should you not just move to somewhere safer? Or maybe work to make whoever hates you that much, hate you less? And are you and your wife really going to hold them off with your two weapons along with the kids in their pajamas?\nThink about how irresponsible you’d feel if that thing happened, and perhaps stress less about it if it would be considered a freak event.\nThat and the Ninja in your bedroom are not realistic scenarios. Yes, they could happen, but would people really look down on you for being killed by a Ninja in your sleep. They’re Ninjas.\nThink about it another way: what if Russian Mafia decided to kidnap your 4th grader while she was walking home from school. They showed up with a van full of commandos and snatched her off the street for ransom (whatever).\nWould you feel bad that you didn’t make your child’s school route resistant to Russian Special Forces? You’d probably feel like that emotionally, of course, but it wouldn’t be logical.\nMaybe your kids are allergic to bee stings and you just don’t know yet.\nAgain, your options for avoiding this kind of attack are possible but ridiculous. You could home-school out of fear of Special Forces attacking kids while walking home. You could move to a compound with guard towers and tripwires, and have your kids walk around in beekeeper protection while wearing a gas mask.\nBeing in a constant state of worry has its own cost.\nIf you made a list of everything bad that could happen to your family while you sleep, or to your kids while they go about their regular lives, you’d be in a mental institution and/or would spend all your money on weaponry and their Sarah Connor training regiment.\nThis is why Everyday Threat Modeling is important—you have to factor in the probability of threat scenarios and weigh the cost of the controls against the impact to daily life.\nExample 2: Using a VPN\nA lot of people are confused about VPNs. They think it’s giving them security that it isn’t because they haven’t properly understood the tech and haven’t considered the attack scenarios.\nIf you log in at the end website you’ve identified yourself to them, regardless of VPN.\nVPNs encrypt the traffic between you and some endpoint on the internet, which is where your VPN is based. From there, your traffic then travels without the VPN to its ultimate destination. And then—and this is the part that a lot of people miss—it then lands in some application, like a website. At that point you start clicking and browsing and doing whatever you do, and all those events could be logged or tracked by that entity or anyone who has access to their systems.\nIt is not some stealth technology that makes you invisible online, because if invisible people type on a keyboard the letters still show up on the screen.\nNow, let’s look at who we’re defending against if you use a VPN.\nYour ISP. If your VPN includes all DNS requests and traffic then you could be hiding significantly from your ISP. This is true. They’d still see traffic amounts, and there are some technologies that allow people to infer the contents of encrypted connections, but in general this is a good control if you’re worried about your ISP.\nThe Government. If the government investigates you by only looking at your ISP, and you’ve been using your VPN 24-7, you’ll be in decent shape because it’ll just be encrypted traffic to a VPN provider. But now they’ll know that whatever you were doing was sensitive enough to use a VPN at all times. So, probably not a win. Besides, they’ll likely be looking at the places you’re actually visiting as well (the sites you’re going to on the VPN), and like I talked about above, that’s when your cloaking device is useless. You have to de-cloak to fire, basically.\nSuper Hackers Trying to Hack You. First, I don’t know who these super hackers are, or why they’re trying ot hack you. But if it’s a state-level hacking group (or similar elite level), and you are targeted, you’re going to get hacked unless you stop using the internet and email. It’s that simple. There are too many vulnerabilities in all systems, and these teams are too good, for you to be able to resist for long. You will eventually be hacked via phishing, social engineering, poisoning a site you already frequent, or some other technique. Focus instead on not being targeted.\nScript Kiddies. If you are just trying to avoid general hacker-types trying to hack you, well, I don’t even know what that means. Again, the main advantage you get from a VPN is obscuring your traffic from your ISP. So unless this script kiddie had access to your ISP and nothing else, this doesn’t make a ton of sense.\nNotice that in this example we looked at a control (the VPN) and then looked at likely attacks it would help with. This is the opposite of looking at the attacks (like in the house scenario) and then thinking about controls. Using Everyday Threat Modeling includes being able to do both.\nExample 3: Using Smart Speakers in the House\nThis one is huge for a lot of people, and it shows the mistake I talked about when introducing the problem. Basically, many are imagining movie-plot scenarios when making the decision to use Alexa or not.\nLet’s go through the negative scenarios:\nAmazon gets hacked with all your data released\nAmazon gets hacked with very little data stolen\nA hacker taps into your Alexa and can listen to everything\nA hacker uses Alexa to do something from outside your house, like open the garage\nSomeone inside the house buys something they shouldn’t\nalexaspeakers\nA quick threat model on using Alexa smart speakers (click for spreadsheet)\nIf you click on the spreadsheet above you can open it in Google Sheets to see the math. It’s not that complex. The only real nuance is that Impact is measured on a scale of 1-1000 instead of 1-100. The real challenge here is not the math. The challenges are:\nUnsupervised Learning — Security, Tech, and AI in 10 minutes…\nGet a weekly breakdown of what's happening in security and tech—and why it matters.\nExperts can argue on exact settings for all of these, but that doesn’t matter much.\nAssigning the value of the feature\nDetermining the scenarios\nProperly assigning probability to the scenarios\nThe first one is critical. You have to know how much risk you’re willing to tolerate based on how useful that thing is to you, your family, your career, your life. The second one requires a bit of a hacker/creative mind. And the third one requires that you understand the industry and the technology to some degree.\nBut the absolute most important thing here is not the exact ratings you give—it’s the fact that you’re thinking about this stuff in an organized way!\nThe Everyday Threat Modeling Methodology\nOther versions of the methodology start with controls and go from there.\nSo, as you can see from the spreadsheet, here’s the methodology I recommend using for Everyday Threat Modeling when you’re asking the question:\nShould I use this thing?\nOut of 1-100, determine how much value or pleasure you get from the item/feature. That’s your Value.\nMake a list of negative/attack scenarios that might make you not want to use it.\nDetermine how bad it would be if each one of those happened, from 1-1000. That’s your Impact.\nDetermine the chances of that realistically happening over the next, say, 10 years, as a percent chance. That’s your Likelihood.\nMultiply the Impact by the Likelihood for each scenario. That’s your Risk.\nAdd up all your Risk scores. That’s your Total Risk.\nSubtract your Total Risk from your Value. If that number is positive, you are good to go. If that number is negative, it might be too risky to use based on your risk tolerance and the value of the feature.\nNote that lots of things affect this, such as you realizing you actually care about this thing a lot more than you thought. Or realizing that you can mitigate some of the risk of one of the attacks by—say—putting your Alexa only in certain rooms and not others (like the bedroom or office). Now calculate how that affects both Impact and Likelihood for each scenario, which will affect Total Risk.\nGoing the opposite direction\nAbove we talked about going from Feature –> Attack Scenarios –> Determining if It’s Worth It.\nBut there’s another version of this where you start with a control question, such as:\nWhat’s more secure, typing a password into my phone, using my fingerprint, or using facial recognition?\nHere we’re not deciding whether or not to use a phone. Yes, we’re going to use one. Instead we’re figuring out what type of security is best. And that—just like above—requires us to think clearly about the scenarios we’re facing.\nSo let’s look at some attacks against your phone:\nA Russian Spetztaz Ninja wants to gain access to your unlocked phone\nYour 7-year old niece wants to play games on your work phone\nYour boyfriend wants to spy on your DMs with other people\nSomeone in Starbucks is shoulder surfing and being nosy\nYou accidentally leave your phone in a public place\nWe won’t go through all the math on this, but the Russian Ninja scenario is really bad. And really unlikely. They’re more likely to steal you and the phone, and quickly find a way to make you unlock it for them. So your security measure isn’t going to help there.\nFor your niece, kids are super smart about watching you type your password, so she might be able to get into it easily just by watching you do it a couple of times. Same with someone shoulder surfing at Starbucks, but you have to ask yourself who’s going to risk stealing your phone and logging into it at Starbucks. Is this a stalker? A criminal? What type? You have to factor in all those probabilities.\nFirst question, why are you with them?\nIf your significant other wants to spy on your DMs, well they most definitely have had an opportunity to shoulder surf a passcode. But could they also use your finger while you slept? Maybe face recognition could be the best because it’d be obvious to you?\nFor all of these, you want to assign values based on how often you’re in those situations. How often you’re in Starbucks, how often you have kids around, how stalkerish your soon-to-be-ex is. Etc.\nOnce again, the point is to think about this in an organized way, rather than as a mashup of scenarios with no probabilities assigned that you can’t keep straight in your head. Logic vs. emotion.\nIt’s a way of thinking about danger.\nOther examples\nHere are a few other examples that you might come across.\nShould I put my address on my public website?\nHow bad is it to be a public figure (blog/YouTube) in 2020?\nDo I really need to shred this bill when I throw it away?\nDon’t ever think you’ve captured all the scenarios, or that you have a perfect model.\nIn each of these, and the hundreds of other similar scenarios, go through the methodology. Even if you don’t get to something perfect or precise, you will at least get some clarity in what the problem is and how to think about it.\nSummary\nThreat Modeling is about more than technical defenses—it’s a way of thinking about risk.\nThe main mistake people make when considering long-term danger is letting different bad outcomes produce confusion and anxiety.\nWhen you think about defense, start with thinking about what you’re defending, and how valuable it is.\nThen capture the exact scenarios you’re worried about, along with how bad it would be if they happened, and what you think the chances are of them happening.\nYou can then think about additional controls as modifiers to the Impact or Probability ratings within each scenario.\nKnow that your calculation will never be final; it changes based on your own preferences and the world around you.\nThe primary benefit of Everyday Threat Modeling is having a semi-formal way of thinking about danger.\nDon’t worry about the specifics of your methodology; as long as you capture feature value, scenarios, and impact/probability…you’re on the right path. It’s the exercise that’s valuable.\nNotes\nI know Threat Modeling is a religion with many denominations. The version of threat modeling I am discussing here is a general approach that can be used for anything from whether to move out of the country due to a failing government, or what appsec controls to use on a web application.\n\nEND THREAT MODEL ESSAY\n\n# STEPS\n\n- Think deeply about the input and what they are concerned with.\n\n- Using your expertise, think about what they should be concerned with, even if they haven't mentioned it.\n\n- Use the essay above to logically think about the real-world best way to go about protecting the thing in question.\n\n- Fully understand the threat modeling approach captured in the blog above. That is the mentality you use to create threat models.\n\n- Take the input provided and create a section called THREAT SCENARIOS, and under that section create a list of bullets of 15 words each that capture the prioritized list of bad things that could happen prioritized by likelihood and potential impact.\n\n- The goal is to highlight what's realistic vs. possible, and what's worth defending against vs. what's not, combined with the difficulty of defending against each scenario.\n\n- Under that, create a section called THREAT MODEL ANALYSIS, give an explanation of the thought process used to build the threat model using a set of 10-word bullets. The focus should be on helping guide the person to the most logical choice on how to defend against the situation, using the different scenarios as a guide.\n\n- Under that, create a section called RECOMMENDED CONTROLS, give a set of bullets of 15 words each that prioritize the top recommended controls that address the highest likelihood and impact scenarios.\n\n- Under that, create a section called NARRATIVE ANALYSIS, and write 1-3 paragraphs on what you think about the threat scenarios, the real-world risks involved, and why you have assessed the situation the way you did. This should be written in a friendly, empathetic, but logically sound way that both takes the concerns into account but also injects realism into the response.\n\n- Under that, create a section called CONCLUSION, create a 25-word sentence that sums everything up concisely.\n\n- This should be a complete list that addresses the real-world risk to the system in question, as opposed to any fantastical concerns that the input might have included.\n\n- Include notes that mention why certain scenarios don't have associated controls, i.e., if you deem those scenarios to be too unlikely to be worth defending against.\n\n# OUTPUT GUIDANCE\n\n- For example, if a company is worried about the NSA breaking into their systems (from the input), the output should illustrate both through the threat scenario and also the analysis that the NSA breaking into their systems is an unlikely scenario, and it would be better to focus on other, more likely threats. Plus it'd be hard to defend against anyway.\n\n- Same for being attacked by Navy Seals at your suburban home if you're a regular person, or having Blackwater kidnap your kid from school. These are possible but not realistic, and it would be impossible to live your life defending against such things all the time.\n\n- The threat scenarios and the analysis should emphasize real-world risk, as described in the essay.\n\n# OUTPUT INSTRUCTIONS\n\n- You only output valid Markdown.\n\n- Do not use asterisks or other special characters in the output for Markdown formatting. Use Markdown syntax that's more readable in plain text.\n\n- Do not output blank lines or lines full of unprintable / invisible characters. Only output the printable portion of the ASCII art.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert in risk and threat management and cybersecurity. You specialize in creating simple, narrative-based, threat models for all types of scenarios—from physical security concerns to cybersecurity analysis.\n\n# GOAL\n\nGiven a situation or system that someone is concerned about, or that's in need of security, provide a list of the most likely ways that system will be attacked.\n\n# THREAT MODEL ESSAY BY DANIEL MIESSLER\n\nEveryday Threat Modeling\n\nThreat modeling is a superpower. When done correctly it gives you the ability to adjust your defensive behaviors based on what you’re facing in real-world scenarios. And not just for applications, or networks, or a business—but for life.\nThe Difference Between Threats and Risks\nThis type of threat modeling is a life skill, not just a technical skill. It’s a way to make decisions when facing multiple stressful options—a universal tool for evaluating how you should respond to danger.\nThreat Modeling is a way to think about any type of danger in an organized way.\nThe problem we have as humans is that opportunity is usually coupled with risk, so the question is one of which opportunities should you take and which should you pass on. And If you want to take a certain risk, which controls should you put in place to keep the risk at an acceptable level?\nMost people are bad at responding to slow-effect danger because they don’t properly weigh the likelihood of the bad scenarios they’re facing. They’re too willing to put KGB poisoning and neighborhood-kid-theft in the same realm of likelihood. This grouping is likely to increase your stress level to astronomical levels as you imagine all the different things that could go wrong, which can lead to unwise defensive choices.\nTo see what I mean, let’s look at some common security questions.\nThis has nothing to do with politics.\nExample 1: Defending Your House\nMany have decided to protect their homes using alarm systems, better locks, and guns. Nothing wrong with that necessarily, but the question is how much? When do you stop? For someone who’s not thinking according to Everyday Threat Modeling, there is potential to get real extreme real fast.\nLet’s say you live in a nice suburban neighborhood in North Austin. The crime rate is extremely low, and nobody can remember the last time a home was broken into.\nBut you’re ex-Military, and you grew up in a bad neighborhood, and you’ve heard stories online of families being taken hostage and hurt or killed. So you sit around with like-minded buddies and contemplate what would happen if a few different scenarios happened:\nThe house gets attacked by 4 armed attackers, each with at least an AR-15\nA Ninja sneaks into your bedroom to assassinate the family, and you wake up just in time to see him in your room\nA guy suffering from a meth addiction kicks in the front door and runs away with your TV\nNow, as a cybersecurity professional who served in the Military, you have these scenarios bouncing around in your head, and you start contemplating what you’d do in each situation. And how you can be prepared.\nEveryone knows under-preparation is bad, but over-preparation can be negative as well.\nWell, looks like you might want a hidden knife under each table. At least one hidden gun in each room. Krav Maga training for all your kids starting at 10-years-old. And two modified AR-15’s in the bedroom—one for you and one for your wife.\nEvery control has a cost, and it’s not always financial.\nBut then you need to buy the cameras. And go to additional CQB courses for room to room combat. And you spend countless hours with your family drilling how to do room-to-room combat with an armed assailant. Also, you’ve been preparing like this for years, and you’ve spent 187K on this so far, which could have gone towards college.\nNow. It’s not that it’s bad to be prepared. And if this stuff was all free, and safe, there would be fewer reasons not to do it. The question isn’t whether it’s a good idea. The question is whether it’s a good idea given:\nThe value of what you’re protecting (family, so a lot)\nThe chances of each of these scenarios given your current environment (low chances of Ninja in Suburbia)\nThe cost of the controls, financially, time-wise, and stress-wise (worth considering)\nThe key is being able to take each scenario and play it out as if it happened.\nIf you get attacked by 4 armed and trained people with Military weapons, what the hell has lead up to that? And should you not just move to somewhere safer? Or maybe work to make whoever hates you that much, hate you less? And are you and your wife really going to hold them off with your two weapons along with the kids in their pajamas?\nThink about how irresponsible you’d feel if that thing happened, and perhaps stress less about it if it would be considered a freak event.\nThat and the Ninja in your bedroom are not realistic scenarios. Yes, they could happen, but would people really look down on you for being killed by a Ninja in your sleep. They’re Ninjas.\nThink about it another way: what if Russian Mafia decided to kidnap your 4th grader while she was walking home from school. They showed up with a van full of commandos and snatched her off the street for ransom (whatever).\nWould you feel bad that you didn’t make your child’s school route resistant to Russian Special Forces? You’d probably feel like that emotionally, of course, but it wouldn’t be logical.\nMaybe your kids are allergic to bee stings and you just don’t know yet.\nAgain, your options for avoiding this kind of attack are possible but ridiculous. You could home-school out of fear of Special Forces attacking kids while walking home. You could move to a compound with guard towers and tripwires, and have your kids walk around in beekeeper protection while wearing a gas mask.\nBeing in a constant state of worry has its own cost.\nIf you made a list of everything bad that could happen to your family while you sleep, or to your kids while they go about their regular lives, you’d be in a mental institution and/or would spend all your money on weaponry and their Sarah Connor training regiment.\nThis is why Everyday Threat Modeling is important—you have to factor in the probability of threat scenarios and weigh the cost of the controls against the impact to daily life.\nExample 2: Using a VPN\nA lot of people are confused about VPNs. They think it’s giving them security that it isn’t because they haven’t properly understood the tech and haven’t considered the attack scenarios.\nIf you log in at the end website you’ve identified yourself to them, regardless of VPN.\nVPNs encrypt the traffic between you and some endpoint on the internet, which is where your VPN is based. From there, your traffic then travels without the VPN to its ultimate destination. And then—and this is the part that a lot of people miss—it then lands in some application, like a website. At that point you start clicking and browsing and doing whatever you do, and all those events could be logged or tracked by that entity or anyone who has access to their systems.\nIt is not some stealth technology that makes you invisible online, because if invisible people type on a keyboard the letters still show up on the screen.\nNow, let’s look at who we’re defending against if you use a VPN.\nYour ISP. If your VPN includes all DNS requests and traffic then you could be hiding significantly from your ISP. This is true. They’d still see traffic amounts, and there are some technologies that allow people to infer the contents of encrypted connections, but in general this is a good control if you’re worried about your ISP.\nThe Government. If the government investigates you by only looking at your ISP, and you’ve been using your VPN 24-7, you’ll be in decent shape because it’ll just be encrypted traffic to a VPN provider. But now they’ll know that whatever you were doing was sensitive enough to use a VPN at all times. So, probably not a win. Besides, they’ll likely be looking at the places you’re actually visiting as well (the sites you’re going to on the VPN), and like I talked about above, that’s when your cloaking device is useless. You have to de-cloak to fire, basically.\nSuper Hackers Trying to Hack You. First, I don’t know who these super hackers are, or why they’re trying ot hack you. But if it’s a state-level hacking group (or similar elite level), and you are targeted, you’re going to get hacked unless you stop using the internet and email. It’s that simple. There are too many vulnerabilities in all systems, and these teams are too good, for you to be able to resist for long. You will eventually be hacked via phishing, social engineering, poisoning a site you already frequent, or some other technique. Focus instead on not being targeted.\nScript Kiddies. If you are just trying to avoid general hacker-types trying to hack you, well, I don’t even know what that means. Again, the main advantage you get from a VPN is obscuring your traffic from your ISP. So unless this script kiddie had access to your ISP and nothing else, this doesn’t make a ton of sense.\nNotice that in this example we looked at a control (the VPN) and then looked at likely attacks it would help with. This is the opposite of looking at the attacks (like in the house scenario) and then thinking about controls. Using Everyday Threat Modeling includes being able to do both.\nExample 3: Using Smart Speakers in the House\nThis one is huge for a lot of people, and it shows the mistake I talked about when introducing the problem. Basically, many are imagining movie-plot scenarios when making the decision to use Alexa or not.\nLet’s go through the negative scenarios:\nAmazon gets hacked with all your data released\nAmazon gets hacked with very little data stolen\nA hacker taps into your Alexa and can listen to everything\nA hacker uses Alexa to do something from outside your house, like open the garage\nSomeone inside the house buys something they shouldn’t\nalexaspeakers\nA quick threat model on using Alexa smart speakers (click for spreadsheet)\nIf you click on the spreadsheet above you can open it in Google Sheets to see the math. It’s not that complex. The only real nuance is that Impact is measured on a scale of 1-1000 instead of 1-100. The real challenge here is not the math. The challenges are:\nUnsupervised Learning — Security, Tech, and AI in 10 minutes…\nGet a weekly breakdown of what's happening in security and tech—and why it matters.\nExperts can argue on exact settings for all of these, but that doesn’t matter much.\nAssigning the value of the feature\nDetermining the scenarios\nProperly assigning probability to the scenarios\nThe first one is critical. You have to know how much risk you’re willing to tolerate based on how useful that thing is to you, your family, your career, your life. The second one requires a bit of a hacker/creative mind. And the third one requires that you understand the industry and the technology to some degree.\nBut the absolute most important thing here is not the exact ratings you give—it’s the fact that you’re thinking about this stuff in an organized way!\nThe Everyday Threat Modeling Methodology\nOther versions of the methodology start with controls and go from there.\nSo, as you can see from the spreadsheet, here’s the methodology I recommend using for Everyday Threat Modeling when you’re asking the question:\nShould I use this thing?\nOut of 1-100, determine how much value or pleasure you get from the item/feature. That’s your Value.\nMake a list of negative/attack scenarios that might make you not want to use it.\nDetermine how bad it would be if each one of those happened, from 1-1000. That’s your Impact.\nDetermine the chances of that realistically happening over the next, say, 10 years, as a percent chance. That’s your Likelihood.\nMultiply the Impact by the Likelihood for each scenario. That’s your Risk.\nAdd up all your Risk scores. That’s your Total Risk.\nSubtract your Total Risk from your Value. If that number is positive, you are good to go. If that number is negative, it might be too risky to use based on your risk tolerance and the value of the feature.\nNote that lots of things affect this, such as you realizing you actually care about this thing a lot more than you thought. Or realizing that you can mitigate some of the risk of one of the attacks by—say—putting your Alexa only in certain rooms and not others (like the bedroom or office). Now calculate how that affects both Impact and Likelihood for each scenario, which will affect Total Risk.\nGoing the opposite direction\nAbove we talked about going from Feature –> Attack Scenarios –> Determining if It’s Worth It.\nBut there’s another version of this where you start with a control question, such as:\nWhat’s more secure, typing a password into my phone, using my fingerprint, or using facial recognition?\nHere we’re not deciding whether or not to use a phone. Yes, we’re going to use one. Instead we’re figuring out what type of security is best. And that—just like above—requires us to think clearly about the scenarios we’re facing.\nSo let’s look at some attacks against your phone:\nA Russian Spetztaz Ninja wants to gain access to your unlocked phone\nYour 7-year old niece wants to play games on your work phone\nYour boyfriend wants to spy on your DMs with other people\nSomeone in Starbucks is shoulder surfing and being nosy\nYou accidentally leave your phone in a public place\nWe won’t go through all the math on this, but the Russian Ninja scenario is really bad. And really unlikely. They’re more likely to steal you and the phone, and quickly find a way to make you unlock it for them. So your security measure isn’t going to help there.\nFor your niece, kids are super smart about watching you type your password, so she might be able to get into it easily just by watching you do it a couple of times. Same with someone shoulder surfing at Starbucks, but you have to ask yourself who’s going to risk stealing your phone and logging into it at Starbucks. Is this a stalker? A criminal? What type? You have to factor in all those probabilities.\nFirst question, why are you with them?\nIf your significant other wants to spy on your DMs, well they most definitely have had an opportunity to shoulder surf a passcode. But could they also use your finger while you slept? Maybe face recognition could be the best because it’d be obvious to you?\nFor all of these, you want to assign values based on how often you’re in those situations. How often you’re in Starbucks, how often you have kids around, how stalkerish your soon-to-be-ex is. Etc.\nOnce again, the point is to think about this in an organized way, rather than as a mashup of scenarios with no probabilities assigned that you can’t keep straight in your head. Logic vs. emotion.\nIt’s a way of thinking about danger.\nOther examples\nHere are a few other examples that you might come across.\nShould I put my address on my public website?\nHow bad is it to be a public figure (blog/YouTube) in 2020?\nDo I really need to shred this bill when I throw it away?\nDon’t ever think you’ve captured all the scenarios, or that you have a perfect model.\nIn each of these, and the hundreds of other similar scenarios, go through the methodology. Even if you don’t get to something perfect or precise, you will at least get some clarity in what the problem is and how to think about it.\nSummary\nThreat Modeling is about more than technical defenses—it’s a way of thinking about risk.\nThe main mistake people make when considering long-term danger is letting different bad outcomes produce confusion and anxiety.\nWhen you think about defense, start with thinking about what you’re defending, and how valuable it is.\nThen capture the exact scenarios you’re worried about, along with how bad it would be if they happened, and what you think the chances are of them happening.\nYou can then think about additional controls as modifiers to the Impact or Probability ratings within each scenario.\nKnow that your calculation will never be final; it changes based on your own preferences and the world around you.\nThe primary benefit of Everyday Threat Modeling is having a semi-formal way of thinking about danger.\nDon’t worry about the specifics of your methodology; as long as you capture feature value, scenarios, and impact/probability…you’re on the right path. It’s the exercise that’s valuable.\nNotes\nI know Threat Modeling is a religion with many denominations. The version of threat modeling I am discussing here is a general approach that can be used for anything from whether to move out of the country due to a failing government, or what appsec controls to use on a web application.\n\nEND THREAT MODEL ESSAY\n\n# STEPS\n\n- Think deeply about the input and what they are concerned with.\n\n- Using your expertise, think about what they should be concerned with, even if they haven't mentioned it.\n\n- Use the essay above to logically think about the real-world best way to go about protecting the thing in question.\n\n- Fully understand the threat modeling approach captured in the blog above. That is the mentality you use to create threat models.\n\n- Take the input provided and create a section called THREAT SCENARIOS, and under that section create a list of bullets of 15 words each that capture the prioritized list of bad things that could happen prioritized by likelihood and potential impact.\n\n- The goal is to highlight what's realistic vs. possible, and what's worth defending against vs. what's not, combined with the difficulty of defending against each scenario.\n\n- Under that, create a section called THREAT MODEL ANALYSIS, give an explanation of the thought process used to build the threat model using a set of 10-word bullets. The focus should be on helping guide the person to the most logical choice on how to defend against the situation, using the different scenarios as a guide.\n\n- Under that, create a section called RECOMMENDED CONTROLS, give a set of bullets of 15 words each that prioritize the top recommended controls that address the highest likelihood and impact scenarios.\n\n- Under that, create a section called NARRATIVE ANALYSIS, and write 1-3 paragraphs on what you think about the threat scenarios, the real-world risks involved, and why you have assessed the situation the way you did. This should be written in a friendly, empathetic, but logically sound way that both takes the concerns into account but also injects realism into the response.\n\n- Under that, create a section called CONCLUSION, create a 25-word sentence that sums everything up concisely.\n\n- This should be a complete list that addresses the real-world risk to the system in question, as opposed to any fantastical concerns that the input might have included.\n\n- Include notes that mention why certain scenarios don't have associated controls, i.e., if you deem those scenarios to be too unlikely to be worth defending against.\n\n# OUTPUT GUIDANCE\n\n- For example, if a company is worried about the NSA breaking into their systems (from the input), the output should illustrate both through the threat scenario and also the analysis that the NSA breaking into their systems is an unlikely scenario, and it would be better to focus on other, more likely threats. Plus it'd be hard to defend against anyway.\n\n- Same for being attacked by Navy Seals at your suburban home if you're a regular person, or having Blackwater kidnap your kid from school. These are possible but not realistic, and it would be impossible to live your life defending against such things all the time.\n\n- The threat scenarios and the analysis should emphasize real-world risk, as described in the essay.\n\n# OUTPUT INSTRUCTIONS\n\n- You only output valid Markdown.\n\n- Do not use asterisks or other special characters in the output for Markdown formatting. Use Markdown syntax that's more readable in plain text.\n\n- Do not output blank lines or lines full of unprintable / invisible characters. Only output the printable portion of the ASCII art.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3135494589805603,0.9604429006576538,-0.4328468143939972,0.3063931465148926,-0.14001153409481049,0.336549311876297,-0.5514530539512634,-0.4212982952594757,0.08568953722715378,0.2133534550666809,-0.29734155535697937,0.38610929250717163,-0.04650631546974182,0.05003183335065842,0.157378152012825,0.005288109183311462,-0.07347916066646576,-0.5622193813323975,-2.078218698501587,-0.7585304379463196,-0.09006327390670776,0.5344144701957703,0.6768445372581482,0.5538141131401062,0.27207767963409424,-0.25737419724464417,-0.20271065831184387,-0.20618367195129395,-0.7259219288825989,-1.913055181503296,0.7268914580345154,-0.005257010459899902,-0.18330197036266327,-0.905200719833374,0.4598971903324127,-0.5916038751602173,-0.2378131002187729,0.058688998222351074,-0.13009949028491974,-0.3931207060813904,0.12575802206993103,0.23051470518112183,-0.058823954313993454,0.013278201222419739,-0.09537088125944138,-0.4194228947162628,-0.020173329859972,-0.3029574751853943,0.08824966102838516,-0.22151441872119904,0.17197801172733307,-0.11528180539608002,-0.7007412910461426,-0.04122988134622574,-0.34577861428260803,-0.4387627840042114,-0.72670978307724,0.028323765844106674,-0.0636541098356247,0.2393036037683487,-0.06265848875045776,0.17545266449451447,-3.603316068649292,-0.10476796329021454,0.20986443758010864,-0.18251433968544006,0.2281435877084732,-0.18906766176223755,-0.14876896142959595,-0.13063611090183258,0.09965335577726364,0.22995133697986603,-0.09689859300851822,0.26883524656295776,0.16248947381973267,-0.5003722310066223,0.00002284720540046692,0.05248718336224556,0.258358359336853,0.017174575477838516,0.23192188143730164,0.44483354687690735,-0.04783917963504791,-0.07692433148622513,-0.4092330038547516,0.5058784484863281,-0.7238771915435791,-0.2135547697544098,0.07818229496479034,-0.20007877051830292,0.41063469648361206,-0.4782941937446594,0.40782690048217773,0.1155504360795021,-1.1126956939697266,-0.07226987183094025,-0.10096414387226105,0.1841466724872589,0.043787870556116104,3.8912322521209717,0.7623037099838257,0.1759481132030487,0.1232699453830719,-0.3637753129005432,0.44927719235420227,-0.48966506123542786,-0.24134118854999542,-0.36803871393203735,-0.3678338825702667,-0.4155656397342682,0.18866632878780365,-0.4818524420261383,0.004010483622550964,-0.5039622187614441,0.17548182606697083,0.406912624835968,-0.5508300065994263,0.034498609602451324,-0.06470821052789688,0.6685647368431091,-0.0609874352812767,-0.09871275722980499,0.2898285686969757,0.0219492856413126,-0.2587713897228241,0.2449180632829666,-0.14594726264476776,0.5851562023162842,0.0440727062523365,0.47192761301994324,-0.36641496419906616,-0.0992506742477417,-0.6352144479751587,-0.3428827226161957,0.3837265372276306,-0.07498570531606674,-0.05777712166309357,-0.4254702627658844,0.34260866045951843,-0.5504887104034424,-0.017748624086380005,-0.07684869319200516,0.23896531760692596,-0.14841535687446594,1.078755497932434,0.5728256106376648,0.2640044093132019,0.2540191113948822,-0.398617148399353,-0.8243730664253235,0.16536353528499603,0.5250867009162903,-0.0515754297375679,-0.11635139584541321,0.5832016468048096,0.12275966256856918,-0.441831111907959,-0.10183215141296387,-1.1746888160705566,0.26549723744392395,-0.0643063485622406,-0.2077789455652237,0.3682165741920471,0.16346943378448486,0.7924037575721741,-0.047387417405843735,-0.33557289838790894,0.019885800778865814,0.6850700378417969,0.15858112275600433,0.09781226515769958,0.36274003982543945,0.37982362508773804,0.6791971325874329,-0.096512570977211,0.045548707246780396,-0.29402029514312744,0.6345013380050659,0.6508454084396362,-0.6056694984436035,1.0744963884353638,0.46847784519195557,-0.5512927174568176,-0.5060586929321289,-0.09128747880458832,0.04547968506813049,0.34878841042518616,0.3952074646949768,0.7562025189399719,0.27329903841018677,-0.3710351586341858,1.7240245342254639,-0.07437597960233688,0.0745985358953476,-0.2507188022136688,-0.416904091835022,-0.2666202187538147,0.714540958404541,0.3081921637058258,0.08185236155986786,-1.2506717443466187,0.11169502139091492,-0.36096715927124023,-0.3584264814853668,-0.38461819291114807,-0.7605152726173401,-0.4731041193008423,-0.08002468943595886,0.2678390145301819,-0.7041161060333252,-0.2601293623447418,0.011239789426326752,1.1019060611724854,0.5934131741523743,0.5028444528579712,0.30417895317077637,-0.05387222021818161,-0.19202429056167603,0.6434770226478577,0.41289907693862915,0.09057260304689407,0.2292029857635498,-1.059770107269287,-0.79826819896698,-0.47627294063568115,0.44409340620040894,-0.1149359792470932,-0.329026997089386,-0.5540100336074829,-0.04936255142092705,0.5710455775260925,1.238677740097046,0.5198628902435303,1.5615347623825073,0.13992959260940552,0.1109415739774704,0.3009108006954193,1.1831220388412476,0.35792404413223267,-0.5517249703407288,0.5495979189872742,-0.14513562619686127,-0.1889360100030899,0.023676618933677673,0.30184298753738403,0.3174591064453125,-0.6338520050048828,-0.12759988009929657,-0.16721881926059723,1.4742324352264404,0.7484420537948608,0.19908326864242554,0.6807258725166321,-0.14276354014873505,0.5112934112548828,-0.06271181255578995,-2.040006399154663,0.250532329082489,-0.45348021388053894,-0.10701832175254822,-0.21913090348243713,0.41228899359703064,0.6576811671257019,-0.09265503287315369,0.025777630507946014,-0.45494887232780457,-1.045742392539978,0.21179962158203125,-0.40572574734687805,-0.378743052482605,0.4411834478378296,0.36134737730026245,-0.5505499243736267,-0.6712431907653809,-0.030295757576823235,0.029354028403759003,0.01851319707930088,0.5059865713119507,-0.2614937722682953,0.2830936014652252,-0.1047634556889534,-0.08001318573951721,-0.3982197344303131,-0.21129293739795685,-0.32866692543029785,-0.04411982372403145,0.00468846783041954,-0.1788746416568756,-0.3848414719104767,0.8518508076667786,-0.2690049111843109,-0.4331851601600647,-0.3186113238334656,0.20746038854122162,1.550918698310852,0.23975162208080292,0.3677830398082733,-0.11278105527162552,0.5370473265647888,-0.5658497214317322,-0.8737518787384033,0.491462379693985,-0.37166380882263184,-0.23249602317810059,-1.1294567584991455,-0.20978283882141113,0.3244735598564148,0.17725257575511932,-0.3057251274585724,-0.10722272098064423,-0.5617797374725342,0.12132076919078827,0.0675656646490097,0.3479381799697876,0.7423481345176697,-0.27036401629447937,0.8363552689552307,1.233436107635498,-0.10010500252246857,-1.7247164249420166,-0.28829526901245117,0.3174699544906616,0.3789936900138855,-0.2840934693813324,-0.6019739508628845,0.9308611750602722,0.20137453079223633,0.05198584496974945,-0.14262913167476654,1.8605964183807373,0.6241832375526428,-0.6125282049179077,-0.13299280405044556,0.2628183960914612,0.30988913774490356,-0.09935921430587769,0.04598936066031456,-0.1400831937789917,0.09438880532979965,-0.4020700752735138,0.574020504951477,1.17824125289917,0.768225908279419,-0.21428480744361877,-0.28651508688926697,0.42298758029937744,-0.32329848408699036,-0.6576514840126038,0.6429188251495361,0.436160683631897,-0.3005560636520386,0.5306916236877441,0.16875921189785004,0.00012414529919624329,0.8241623044013977,0.582298219203949,-0.37873291969299316,-0.2305624783039093,-0.7617208957672119,1.4136312007904053,-0.02015875279903412,-0.29278844594955444,-0.41565293073654175,0.7783719301223755,-0.9843090772628784,-0.3093424439430237,0.6100371479988098,-0.08212285488843918,-0.03163968026638031,-0.005395941436290741,-0.195875883102417,-0.3939492702484131,0.3220311403274536,0.4888303875923157,0.5101114511489868,-0.05030354857444763,-0.15303871035575867,0.060350723564624786,-0.03638748824596405,0.31770581007003784,0.5028311610221863,-0.08664572238922119,-1.3747432231903076,-0.6261131763458252]},"workflow":{"author":"@@official.shinkai","description":"Extracts and organizes insights on world models and task algorithms from provided content. It focuses on identifying and categorizing beliefs about the world and optimal task execution strategies. The output includes concise, actionable bullet points under relevant categories.","name":"Create_upgrade_pack","raw":"\n workflow Create_upgrade_pack v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting world model and task algorithm updates from input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about the content and what wisdom, insights, and knowledge it contains.\n\n- Make a list of all the world model ideas presented in the content, i.e., beliefs about the world that describe how it works. Write all these world model beliefs on a virtual whiteboard in your mind.\n\n- Make a list of all the task algorithm ideas presented in the content, i.e., beliefs about how a particular task should be performed, or behaviors that should be followed. Write all these task update beliefs on a virtual whiteboard in your mind.\n\n# OUTPUT INSTRUCTIONS\n\n- Create an output section called WORLD MODEL UPDATES that has a set of 15 word bullet points that describe the world model beliefs presented in the content.\n\n- The WORLD MODEL UPDATES should not be just facts or ideas, but rather higher-level descriptions of how the world works that we can use to help make decisions.\n\n- Create an output section called TASK ALGORITHM UPDATES that has a set of 15 word bullet points that describe the task algorithm beliefs presented in the content.\n\n- For the TASK UPDATE ALGORITHM section, create subsections with practical one or two word category headers that correspond to the real world and human tasks, e.g., Reading, Writing, Morning Routine, Being Creative, etc.\n\n# EXAMPLES\n\nWORLD MODEL UPDATES\n\n- One's success in life largely comes down to which frames of reality they choose to embrace.\n\n- Framing—or how we see the world—completely transforms the reality that we live in. \n\nTASK ALGORITHM UPDATES\n\nHygiene\n\n- If you have to only brush and floss your teeth once a day, do it at night rather than in the morning.\n\nWeb Application Assessment\n\n- Start all security assessments with a full crawl of the target website with a full browser passed through Burpsuite.\n\n(end examples)\n\nOUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting world model and task algorithm updates from input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about the content and what wisdom, insights, and knowledge it contains.\n\n- Make a list of all the world model ideas presented in the content, i.e., beliefs about the world that describe how it works. Write all these world model beliefs on a virtual whiteboard in your mind.\n\n- Make a list of all the task algorithm ideas presented in the content, i.e., beliefs about how a particular task should be performed, or behaviors that should be followed. Write all these task update beliefs on a virtual whiteboard in your mind.\n\n# OUTPUT INSTRUCTIONS\n\n- Create an output section called WORLD MODEL UPDATES that has a set of 15 word bullet points that describe the world model beliefs presented in the content.\n\n- The WORLD MODEL UPDATES should not be just facts or ideas, but rather higher-level descriptions of how the world works that we can use to help make decisions.\n\n- Create an output section called TASK ALGORITHM UPDATES that has a set of 15 word bullet points that describe the task algorithm beliefs presented in the content.\n\n- For the TASK UPDATE ALGORITHM section, create subsections with practical one or two word category headers that correspond to the real world and human tasks, e.g., Reading, Writing, Morning Routine, Being Creative, etc.\n\n# EXAMPLES\n\nWORLD MODEL UPDATES\n\n- One's success in life largely comes down to which frames of reality they choose to embrace.\n\n- Framing—or how we see the world—completely transforms the reality that we live in. \n\nTASK ALGORITHM UPDATES\n\nHygiene\n\n- If you have to only brush and floss your teeth once a day, do it at night rather than in the morning.\n\nWeb Application Assessment\n\n- Start all security assessments with a full crawl of the target website with a full browser passed through Burpsuite.\n\n(end examples)\n\nOUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6207903027534485,0.6278099417686462,-1.0641720294952393,0.29740312695503235,-0.3615821599960327,-0.10625547915697098,-1.1996396780014038,0.3763682246208191,-0.3195977509021759,0.9378542304039001,-0.22460156679153442,0.3085307478904724,-0.4839100241661072,0.23629344999790192,-0.19910065829753876,0.02780846506357193,-0.11850830912590027,-0.6214373707771301,-1.5498242378234863,-0.9151052832603455,-0.6650999188423157,0.07100602239370346,0.5268006920814514,0.4389113783836365,0.09861360490322113,0.0010129713919013739,-0.3599955439567566,0.25744909048080444,-0.31624898314476013,-1.6862866878509521,0.2809118628501892,0.616168737411499,-0.100429005920887,-0.42342624068260193,0.1811533272266388,-0.8673638105392456,-0.030425164848566055,0.038977690041065216,-0.07844407111406326,-0.5748974084854126,-0.10548509657382965,0.06986717879772186,0.07221081107854843,-0.05968569964170456,-0.046979159116744995,0.2267402708530426,0.3474738597869873,-0.048584651201963425,1.106055498123169,0.4103488326072693,-0.3672372102737427,-0.4565786123275757,-0.5622777342796326,0.048494379967451096,-0.8229897022247314,-0.39792898297309875,-0.22243864834308624,-0.14893703162670135,0.4722581207752228,-0.5310479998588562,0.30753669142723083,0.11578172445297241,-3.1379377841949463,-0.16947303712368011,-0.36264491081237793,0.30220305919647217,0.17832529544830322,-0.2960297465324402,0.6448315382003784,0.017114713788032532,-0.49044936895370483,0.24111498892307281,-0.2719899117946625,0.6904376745223999,-0.33688557147979736,-0.23040467500686646,0.1848861426115036,-0.09865118563175201,0.22492802143096924,-0.1503034383058548,0.14785130321979523,0.5253629684448242,-0.056038811802864075,-0.31485500931739807,-0.569664478302002,0.4233909845352173,-0.4392385184764862,-0.4834437668323517,0.32022249698638916,0.17350341379642487,-0.3542639911174774,-0.7344284653663635,1.3242697715759277,-0.7175484895706177,-0.7664151787757874,-0.10125194489955902,-0.09535415470600128,0.1133849173784256,0.5927956700325012,3.6474449634552,0.6611264944076538,0.19177661836147308,0.5260467529296875,-0.9562990665435791,0.3493584096431732,-0.8123904466629028,0.43559253215789795,-0.13283632695674896,-0.2846652567386627,0.3236786127090454,0.3760550320148468,-0.14871832728385925,-0.07951585948467255,-0.2015802264213562,0.4004693925380707,1.0060193538665771,-0.5805944800376892,-0.1736074835062027,-0.1395634263753891,0.4371671676635742,-0.5735958814620972,-0.3906362056732178,0.09707068651914597,0.05135709047317505,-0.2160118669271469,0.4418928921222687,0.07290834188461304,0.6704912781715393,0.3444786071777344,-0.18800890445709229,-0.5026584267616272,0.24850167334079742,-0.4356372058391571,0.10343878716230392,-0.06011359393596649,-0.5055748820304871,0.09962709993124008,-0.547947108745575,0.23534086346626282,-0.6161612272262573,0.30476114153862,-1.0503454208374023,0.6490864753723145,0.8096197843551636,0.6635472774505615,0.6546868085861206,-0.598558247089386,0.1400635987520218,-1.0157984495162964,-0.20408006012439728,0.648626446723938,0.35925841331481934,-0.19212323427200317,-0.20999133586883545,0.9070028066635132,-0.3628528118133545,0.030648916959762573,-0.2098904550075531,-0.6910696625709534,0.06168355420231819,-0.1141040027141571,-0.7312305569648743,0.15290437638759613,0.031783461570739746,0.5619995594024658,-0.5011097192764282,0.7337132096290588,0.1709297001361847,0.7935008406639099,-0.32337653636932373,0.07745000720024109,-0.2430160939693451,0.69142746925354,0.6839492321014404,-0.14620472490787506,-0.5176509022712708,-0.5389204025268555,-0.2937164902687073,0.7797768712043762,-0.7082642316818237,1.0203771591186523,0.4125533699989319,-0.327039510011673,-0.5628548860549927,-0.07037145644426346,-0.02739860676229,0.18610435724258423,0.3865669369697571,0.5315505266189575,0.6194791197776794,-1.0683097839355469,1.6371891498565674,-0.8354582190513611,0.5059381723403931,-0.3550780415534973,0.18019138276576996,-0.19974586367607117,0.1582116335630417,0.7163247466087341,-0.012720560654997826,-0.4034815728664398,0.04581306502223015,-0.25436127185821533,-0.009462215006351471,-0.45311886072158813,-0.35950538516044617,0.20606645941734314,0.4213294982910156,-0.1666850447654724,-1.0758322477340698,-0.28551185131073,-0.10697582364082336,0.7022210359573364,0.1964416205883026,0.4932013750076294,0.4303603172302246,0.47629013657569885,0.15230639278888702,0.25381773710250854,0.09006398916244507,0.42969056963920593,0.5152709484100342,-0.24842484295368195,-0.6563001275062561,-0.6661744117736816,0.7209368348121643,-0.9694733023643494,0.4710314869880676,-0.20662105083465576,-0.47467076778411865,0.1695326566696167,1.111060619354248,0.9682222604751587,1.0289366245269775,0.2859828770160675,0.11784517765045166,-0.008640125393867493,0.5128071904182434,0.36019784212112427,-1.1567723751068115,0.18609321117401123,0.011892735958099365,-0.07598084211349487,0.5761682987213135,0.26811081171035767,0.37451985478401184,-0.237884521484375,0.1391315758228302,0.10100504010915756,1.5330350399017334,0.1775040477514267,0.3638717234134674,0.5995158553123474,0.24479524791240692,0.6227924227714539,-0.4874659478664398,-2.0535318851470947,0.17781488597393036,-0.27804556488990784,0.6521971821784973,0.05955579876899719,0.36501404643058777,0.2923699617385864,-0.23163187503814697,-0.13641218841075897,-0.2790435552597046,-0.353347510099411,-0.9305669069290161,-0.2678605914115906,-0.09053321927785873,0.18249556422233582,0.29996633529663086,-0.489917516708374,0.06051962450146675,-0.16043251752853394,0.26623663306236267,0.24344344437122345,0.030292779207229614,-0.20552965998649597,-0.2653779089450836,0.253593772649765,-0.14139874279499054,0.1454704850912094,0.4148717522621155,-0.9771178960800171,0.04332996904850006,-0.9493885636329651,-1.1393157243728638,-0.7023407816886902,0.9174802303314209,-0.5134792327880859,-0.4981946349143982,-0.5188519358634949,0.09827516973018646,2.1818439960479736,-0.07961016893386841,0.41513943672180176,0.08610939979553223,0.6617080569267273,-0.28561127185821533,-0.25692057609558105,0.009129635989665985,0.37026259303092957,0.10278049111366272,-1.2226340770721436,-0.5227961540222168,0.5371766090393066,-0.0956512838602066,-0.2980470061302185,0.6322513222694397,-0.466092050075531,0.09031333029270172,-0.1558884084224701,-0.08080606162548065,0.5202948451042175,-0.09508747607469559,0.746150553226471,0.5971392393112183,0.3184157609939575,-1.4399701356887817,0.3280199468135834,0.2553906738758087,-0.18191130459308624,0.49264225363731384,0.20154529809951782,0.6755831837654114,-0.4156302809715271,-0.16761420667171478,-0.22713205218315125,1.1892789602279663,-0.1221790537238121,-0.3782767951488495,0.20905666053295135,0.025334283709526062,0.7541671991348267,-0.6072932481765747,0.30699074268341064,-0.5056393146514893,-0.19716471433639526,-0.3625655770301819,0.07414600998163223,1.223358392715454,0.6558834910392761,0.3366970717906952,-0.04567796364426613,0.7526746392250061,-0.35759133100509644,-0.8949976563453674,0.42634475231170654,-0.16388165950775146,-0.6169176697731018,0.9767913222312927,0.10537098348140717,-0.2982974350452423,0.4337225556373596,0.8450139164924622,-0.4893421232700348,-0.07007195800542831,-0.47486448287963867,1.1356874704360962,-0.2766772210597992,-0.3210306167602539,-0.33343812823295593,1.0508733987808228,-0.39964351058006287,0.0028132572770118713,0.18684610724449158,-0.5430663824081421,-0.09391313046216965,0.3354358971118927,0.6306666135787964,-0.6758604049682617,0.47037971019744873,0.64765864610672,0.16136391460895538,0.030171260237693787,0.1608411818742752,0.4561326801776886,0.3224474787712097,-0.24442526698112488,0.9235289096832275,-0.1888989806175232,-0.8820960521697998,-1.421618103981018]},"workflow":{"author":"@@official.shinkai","description":"Extracts and organizes the most engaging topics from a transcript with corresponding timestamps. This process involves a detailed review of the transcript to identify key moments and subjects. The output is a list of topics with their timestamps in a sequential format.","name":"Create_video_chapters","raw":"\n workflow Create_video_chapters v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert conversation topic and timestamp creator. You take a transcript and you extract the most interesting topics discussed and give timestamps for where in the video they occur.\n\nTake a step back and think step-by-step about how you would do this. You would probably start by \\\"watching\\\" the video (via the transcript) and taking notes on the topics discussed and the time they were discussed. Then you would take those notes and create a list of topics and timestamps.\n\n# STEPS\n\n- Fully consume the transcript as if you're watching or listening to the content.\n\n- Think deeply about the topics discussed and what were the most interesting subjects and moments in the content.\n\n- Name those subjects and/moments in 2-3 capitalized words.\n\n- Match the timestamps to the topics. Note that input timestamps have the following format: HOURS:MINUTES:SECONDS.MILLISECONDS, which is not the same as the OUTPUT format!\n\nINPUT SAMPLE\n\n[02:17:43.120 --> 02:17:49.200] same way. I'll just say the same. And I look forward to hearing the response to my job application\n[02:17:49.200 --> 02:17:55.040] that I've submitted. Oh, you're accepted. Oh, yeah. We all speak of you all the time. Thank you so\n[02:17:55.040 --> 02:18:00.720] much. Thank you, guys. Thank you. Thanks for listening to this conversation with Neri Oxman.\n[02:18:00.720 --> 02:18:05.520] To support this podcast, please check out our sponsors in the description. And now,\n\nEND INPUT SAMPLE\n\nThe OUTPUT TIMESTAMP format is:\n00:00:00 (HOURS:MINUTES:SECONDS) (HH:MM:SS)\n\n- Note the maximum length of the video based on the last timestamp.\n\n- Ensure all output timestamps are sequential and fall within the length of the content.\n\n# OUTPUT INSTRUCTIONS\n\nEXAMPLE OUTPUT (Hours:Minutes:Seconds)\n\n00:00:00 Members-only Forum Access\n00:00:10 Live Hacking Demo\n00:00:26 Ideas vs. Book\n00:00:30 Meeting Will Smith\n00:00:44 How to Influence Others\n00:01:34 Learning by Reading\n00:58:30 Writing With Punch\n00:59:22 100 Posts or GTFO\n01:00:32 How to Gain Followers\n01:01:31 The Music That Shapes\n01:27:21 Subdomain Enumeration Demo\n01:28:40 Hiding in Plain Sight\n01:29:06 The Universe Machine\n00:09:36 Early School Experiences\n00:10:12 The First Business Failure\n00:10:32 David Foster Wallace\n00:12:07 Copying Other Writers\n00:12:32 Practical Advice for N00bs\n\nEND EXAMPLE OUTPUT\n\n- Ensure all output timestamps are sequential and fall within the length of the content, e.g., if the total length of the video is 24 minutes. (00:00:00 - 00:24:00), then no output can be 01:01:25, or anything over 00:25:00 or over!\n\n- ENSURE the output timestamps and topics are shown gradually and evenly incrementing from 00:00:00 to the final timestamp of the content.\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert conversation topic and timestamp creator. You take a transcript and you extract the most interesting topics discussed and give timestamps for where in the video they occur.\n\nTake a step back and think step-by-step about how you would do this. You would probably start by \\\"watching\\\" the video (via the transcript) and taking notes on the topics discussed and the time they were discussed. Then you would take those notes and create a list of topics and timestamps.\n\n# STEPS\n\n- Fully consume the transcript as if you're watching or listening to the content.\n\n- Think deeply about the topics discussed and what were the most interesting subjects and moments in the content.\n\n- Name those subjects and/moments in 2-3 capitalized words.\n\n- Match the timestamps to the topics. Note that input timestamps have the following format: HOURS:MINUTES:SECONDS.MILLISECONDS, which is not the same as the OUTPUT format!\n\nINPUT SAMPLE\n\n[02:17:43.120 --> 02:17:49.200] same way. I'll just say the same. And I look forward to hearing the response to my job application\n[02:17:49.200 --> 02:17:55.040] that I've submitted. Oh, you're accepted. Oh, yeah. We all speak of you all the time. Thank you so\n[02:17:55.040 --> 02:18:00.720] much. Thank you, guys. Thank you. Thanks for listening to this conversation with Neri Oxman.\n[02:18:00.720 --> 02:18:05.520] To support this podcast, please check out our sponsors in the description. And now,\n\nEND INPUT SAMPLE\n\nThe OUTPUT TIMESTAMP format is:\n00:00:00 (HOURS:MINUTES:SECONDS) (HH:MM:SS)\n\n- Note the maximum length of the video based on the last timestamp.\n\n- Ensure all output timestamps are sequential and fall within the length of the content.\n\n# OUTPUT INSTRUCTIONS\n\nEXAMPLE OUTPUT (Hours:Minutes:Seconds)\n\n00:00:00 Members-only Forum Access\n00:00:10 Live Hacking Demo\n00:00:26 Ideas vs. Book\n00:00:30 Meeting Will Smith\n00:00:44 How to Influence Others\n00:01:34 Learning by Reading\n00:58:30 Writing With Punch\n00:59:22 100 Posts or GTFO\n01:00:32 How to Gain Followers\n01:01:31 The Music That Shapes\n01:27:21 Subdomain Enumeration Demo\n01:28:40 Hiding in Plain Sight\n01:29:06 The Universe Machine\n00:09:36 Early School Experiences\n00:10:12 The First Business Failure\n00:10:32 David Foster Wallace\n00:12:07 Copying Other Writers\n00:12:32 Practical Advice for N00bs\n\nEND EXAMPLE OUTPUT\n\n- Ensure all output timestamps are sequential and fall within the length of the content, e.g., if the total length of the video is 24 minutes. (00:00:00 - 00:24:00), then no output can be 01:01:25, or anything over 00:25:00 or over!\n\n- ENSURE the output timestamps and topics are shown gradually and evenly incrementing from 00:00:00 to the final timestamp of the content.\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3462182581424713,0.8289791345596313,-0.3607420325279236,0.08978305757045746,-0.6018754243850708,0.3893887996673584,-1.087249755859375,-0.34197238087654114,-0.11264601349830627,0.35309040546417236,-0.3174414038658142,1.0113396644592285,0.5549237728118896,-0.20823395252227783,0.1161271184682846,-0.47696661949157715,0.438047856092453,-0.4170309603214264,-1.4347507953643799,-0.197282612323761,0.0941278338432312,0.48380914330482483,0.652163028717041,0.13197720050811768,0.24136501550674438,-0.640282154083252,0.2522326111793518,-0.09584446251392365,-0.3315460681915283,-1.161600947380066,0.5380330681800842,-0.4710269868373871,-0.6832119226455688,-0.2159034013748169,0.7483180165290833,-0.9065204858779907,-0.43075424432754517,0.19299006462097168,-0.1685892790555954,-0.33629947900772095,-0.019505871459841728,0.21935665607452393,-0.7588688135147095,-0.45887359976768494,0.8533937931060791,0.23333284258842468,0.19592104852199554,-0.2031073421239853,0.5410065650939941,0.25943899154663086,0.10224001109600067,-0.9333951473236084,-0.13221147656440735,-0.1253410130739212,-0.5470581650733948,-0.1474282592535019,-0.7474954128265381,-0.8798410296440125,0.39898955821990967,0.5645235180854797,0.23147651553153992,0.9809396862983704,-3.158818244934082,-0.21898269653320312,0.08427596837282181,0.17507828772068024,0.2925032675266266,0.16655504703521729,0.38541555404663086,0.32276663184165955,0.27041536569595337,0.5762320160865784,-0.08368021249771118,0.3429798185825348,0.4630701541900635,-0.551188588142395,0.46968981623649597,-0.08132800459861755,0.053248707205057144,-0.40842366218566895,0.2614276111125946,0.5346621870994568,0.07957731187343597,0.16264571249485016,0.03957196697592735,0.490974098443985,-0.48297807574272156,-0.3366643190383911,0.0033586472272872925,-0.12877005338668823,-0.39229142665863037,0.161628857254982,-0.003152076154947281,-0.41381892561912537,-0.5754674077033997,-0.016328290104866028,0.4588046669960022,0.2473868876695633,0.26553821563720703,3.084974765777588,0.5260398387908936,-0.3990086019039154,0.5804504156112671,-0.9315199255943298,0.14878639578819275,-0.29916250705718994,0.7078279256820679,-0.548999011516571,-0.034555431455373764,-0.46859169006347656,0.9907935857772827,-1.1980907917022705,-0.42948469519615173,0.2404511570930481,1.0843353271484375,0.27264657616615295,-0.20051437616348267,0.1508830040693283,-0.294898122549057,0.316239595413208,-0.18097585439682007,0.13972298800945282,-0.3114438056945801,-0.2738403081893921,0.20923131704330444,-0.24979302287101746,-0.7307656407356262,0.5669617056846619,-0.21526069939136505,0.5664647221565247,-0.3554271459579468,0.08619430661201477,-0.02274412289261818,-0.8088804483413696,-0.04964297264814377,-0.03562208265066147,-0.17084772884845734,-0.7428742051124573,-0.021873101592063904,0.1932293176651001,0.3065696954727173,-0.785250186920166,0.31415554881095886,0.33353471755981445,0.3462267220020294,1.2046343088150024,0.07324595749378204,0.04477114975452423,-0.23133787512779236,-0.8540195822715759,-0.03460497036576271,-0.11865323781967163,-0.28022098541259766,-0.36394983530044556,0.5436763763427734,-0.25034278631210327,-0.2760801315307617,-0.16885241866111755,-0.9001554846763611,0.15999525785446167,-0.10576702654361725,0.04739270359277725,-0.2852613925933838,0.2611697316169739,0.205623596906662,-0.14547531306743622,-0.07093679904937744,0.11617505550384521,0.45114827156066895,0.4406302273273468,0.24379220604896545,-0.284729540348053,0.15717963874340057,0.8679095506668091,-0.30232566595077515,-0.020265497267246246,-0.19678708910942078,0.20225252211093903,0.719272792339325,-0.08502502739429474,0.5971282124519348,0.40349218249320984,-0.012416156008839607,-0.808739185333252,0.0011808127164840698,-0.010155683383345604,-0.20993810892105103,0.22140303254127502,0.746325671672821,0.9653364419937134,-0.5445053577423096,1.7440530061721802,-1.03924560546875,0.4445893466472626,0.829066812992096,0.4833502769470215,0.24968840181827545,0.06795640289783478,0.37049752473831177,-0.25652846693992615,-0.8678422570228577,-0.6105331182479858,-0.35878604650497437,0.45767107605934143,-0.18014761805534363,-0.5879298448562622,-0.20228265225887299,0.5949865579605103,-0.36818569898605347,-0.637035071849823,-0.2242308109998703,0.8705867528915405,1.450618028640747,0.7351521253585815,1.194509744644165,-0.1926691085100174,0.310907781124115,-0.24819383025169373,0.6057669520378113,-0.11108168959617615,0.427042156457901,0.8005704879760742,-0.5591620802879333,-0.7716821432113647,-0.4900170564651489,0.14227649569511414,-0.4456917643547058,0.08462994545698166,-1.042885184288025,-0.45681628584861755,0.14466027915477753,0.8450380563735962,0.6360118985176086,1.6468422412872314,0.5503391027450562,0.18993723392486572,-0.10705546289682388,0.427785187959671,-0.28218764066696167,-0.9105731844902039,1.1417168378829956,0.6055947542190552,-0.06484421342611313,0.1519143134355545,-0.2596519887447357,0.7163729667663574,-0.9540427327156067,-0.9818105697631836,0.10253824293613434,1.9277076721191406,0.11083564162254333,-0.4035206735134125,0.38310837745666504,0.26267698407173157,0.051871467381715775,-0.600158154964447,-2.2726614475250244,-0.41217076778411865,-0.8967289328575134,0.4539475440979004,-0.2394568920135498,-0.6663837432861328,0.20898619294166565,0.4787002205848694,-0.13588811457157135,0.0838475450873375,-0.43333935737609863,-0.6660270690917969,-0.724999189376831,-0.2173137664794922,0.8610676527023315,0.07642582803964615,-0.08021993935108185,0.4534626305103302,0.6674688458442688,0.06714694947004318,0.45247402787208557,0.15648098289966583,-0.13629630208015442,-0.469854474067688,0.5810966491699219,-0.021562760695815086,0.014113284647464752,-0.35577547550201416,-0.48575833439826965,-0.5826408863067627,-0.35893645882606506,-0.4787690043449402,-0.29836976528167725,1.1491508483886719,-0.29912352561950684,-0.936482846736908,-0.16922812163829803,0.06892619282007217,1.7796423435211182,0.8290407061576843,-0.25142231583595276,0.7889294028282166,0.023779436945915222,-0.46756792068481445,-0.4039849042892456,0.5700268149375916,0.04936302825808525,-0.042029522359371185,-0.9124314188957214,-0.6258172988891602,-0.01699104905128479,-0.18517623841762543,-0.6781148910522461,0.2987537682056427,-0.4003051519393921,-0.3395943343639374,-0.1450619250535965,0.31419306993484497,0.08651044964790344,-0.03293032571673393,0.5822043418884277,0.9324095249176025,-0.5272932052612305,-1.3827016353607178,-0.2873983681201935,0.5735918879508972,0.7111983895301819,-0.13284465670585632,-0.22036439180374146,0.4055982828140259,-0.19067198038101196,-0.12143099308013916,0.07223185896873474,1.1720021963119507,0.7441495656967163,-0.46171990036964417,-0.14843147993087769,-0.23753556609153748,0.9452687501907349,0.1940957009792328,0.2764195501804352,-0.9206562042236328,0.027285583317279816,-0.7748194336891174,-0.2662137746810913,1.2155671119689941,0.14227499067783356,0.6488760113716125,0.23845195770263672,0.05050191655755043,-1.156722903251648,-0.8432563543319702,-0.2525729835033417,0.2818571925163269,-0.38796257972717285,0.710494875907898,-0.01885729283094406,-0.031146865338087082,0.7054803967475891,0.055588498711586,-0.21691732108592987,-0.13264863193035126,-0.8794683218002319,1.8628764152526855,0.049688130617141724,-0.7932194471359253,0.36277565360069275,0.30582988262176514,-0.5106894373893738,-0.4803033471107483,0.6520091891288757,-0.25160208344459534,0.5719398856163025,-0.1649494767189026,0.3626334071159363,-0.3211546838283539,0.11066096276044846,0.8724453449249268,0.4984670877456665,-0.3485606908798218,0.14357690513134003,0.34406939148902893,0.0537840910255909,0.06537593901157379,0.6803666949272156,-0.5721634030342102,-0.683455228805542,-1.2071160078048706]},"workflow":{"author":"@@official.shinkai","description":"Transforms complex ideas into simplified ASCII art visualizations. This approach focuses on distilling intricate concepts into visual forms that can be easily understood through ASCII art. The expected output is a detailed ASCII art representation accompanied by a concise visual explanation.","name":"Create_visualization","raw":"\n workflow Create_visualization v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using ASCII art.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using ASCII art.\n\nYou always output ASCII art, even if you have to simplify the input concepts to a point where it can be visualized using ASCII art.\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using elaborate and intricate ASCII art.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the ASCII art, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n- If it's still too hard, create a piece of ASCII art that represents the idea artistically rather than technically.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just make an image. If it's too complex for a simple ASCII image, reduce the image's complexity until it can be rendered using ASCII.\n\n- DO NOT COMPLAIN. Make a printable image no matter what.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- You only output the printable portion of the ASCII art. You do not output the non-printable characters.\n\n- Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't.\n\n- Ensure all output ASCII art characters are fully printable and viewable.\n\n- Ensure the diagram will fit within a reasonable width in a large window, so the viewer won't have to reduce the font like 1000 times.\n\n- Create a diagram no matter what, using the STEPS above to determine which type.\n\n- Do not output blank lines or lines full of unprintable / invisible characters. Only output the printable portion of the ASCII art.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at data and concept visualization and in turning complex ideas into a form that can be visualized using ASCII art.\n\nYou take input of any type and find the best way to simply visualize or demonstrate the core ideas using ASCII art.\n\nYou always output ASCII art, even if you have to simplify the input concepts to a point where it can be visualized using ASCII art.\n\n# STEPS\n\n- Take the input given and create a visualization that best explains it using elaborate and intricate ASCII art.\n\n- Ensure that the visual would work as a standalone diagram that would fully convey the concept(s).\n\n- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.\n\n- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible.\n\n- Create far more intricate and more elaborate and larger visualizations for concepts that are more complex or have more data.\n\n- Under the ASCII art, output a section called VISUAL EXPLANATION that explains in a set of 10-word bullets how the input was turned into the visualization. Ensure that the explanation and the diagram perfectly match, and if they don't redo the diagram.\n\n- If the visualization covers too many things, summarize it into it's primary takeaway and visualize that instead.\n\n- DO NOT COMPLAIN AND GIVE UP. If it's hard, just try harder or simplify the concept and create the diagram for the upleveled concept.\n\n- If it's still too hard, create a piece of ASCII art that represents the idea artistically rather than technically.\n\n# OUTPUT INSTRUCTIONS\n\n- DO NOT COMPLAIN. Just make an image. If it's too complex for a simple ASCII image, reduce the image's complexity until it can be rendered using ASCII.\n\n- DO NOT COMPLAIN. Make a printable image no matter what.\n\n- Do not output any code indicators like backticks or code blocks or anything.\n\n- You only output the printable portion of the ASCII art. You do not output the non-printable characters.\n\n- Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't.\n\n- Ensure all output ASCII art characters are fully printable and viewable.\n\n- Ensure the diagram will fit within a reasonable width in a large window, so the viewer won't have to reduce the font like 1000 times.\n\n- Create a diagram no matter what, using the STEPS above to determine which type.\n\n- Do not output blank lines or lines full of unprintable / invisible characters. Only output the printable portion of the ASCII art.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3219301700592041,0.5728787183761597,-0.10002776980400085,0.5332672595977783,0.7954322099685669,-0.0036374852061271667,-0.8552576303482056,0.5159752368927002,0.12080427259206772,0.8099114298820496,-0.33262449502944946,0.5175400972366333,0.3335927426815033,-0.06811393797397614,0.08879852294921875,0.0627196654677391,-0.40812376141548157,-1.044969081878662,-1.361316442489624,-0.5504581332206726,-0.23960639536380768,1.0627760887145996,0.3128972351551056,0.16649143397808075,0.8595505356788635,-0.20828235149383545,-0.45243552327156067,0.19154508411884308,-0.9437128901481628,-1.5623985528945923,0.5023888945579529,-0.006172254681587219,-0.5171188712120056,-0.1652669608592987,0.2536252439022064,-0.5950049161911011,0.8079147934913635,-0.40508806705474854,-0.5307262539863586,-0.10526058822870255,-0.674766480922699,-0.10259908437728882,-0.5128272175788879,-0.4361066222190857,0.4491270184516907,0.042542167007923126,0.08199001848697662,-0.16656476259231567,1.5746698379516602,0.20950853824615479,-0.029730411246418953,-0.22793515026569366,-0.3529627323150635,-0.24930059909820557,-0.5702819228172302,-0.08825289458036423,-0.11276376247406006,-0.6391286253929138,0.14009572565555573,0.16514165699481964,0.348149836063385,0.585786759853363,-3.2706398963928223,-0.5167354345321655,-0.18059882521629333,-0.18774926662445068,0.24465106427669525,-0.04772661253809929,0.171304851770401,-0.10286027938127518,-0.778314471244812,0.4217374920845032,0.12643682956695557,0.8347381353378296,0.5822046995162964,-0.010479003190994263,0.2792800962924957,-0.03015189617872238,0.47103017568588257,-0.6827614307403564,-0.5367270112037659,0.37089812755584717,0.017182979732751846,0.1435467153787613,-0.5432279706001282,0.5569561123847961,0.22635862231254578,-0.13127267360687256,0.37129417061805725,-0.07651171833276749,-0.3775489330291748,-0.3707597851753235,0.52467942237854,0.23462706804275513,-1.1091644763946533,-0.7129757404327393,-0.04058236628770828,0.49815672636032104,0.30748245120048523,3.3052117824554443,0.6653063297271729,0.3098125755786896,0.04141740873456001,-0.8046655654907227,0.5684858560562134,-0.5271018743515015,0.38011351227760315,-0.6984388828277588,0.2290235459804535,-0.6568998098373413,0.5420909523963928,-0.5578501224517822,-0.6507495641708374,0.4203605353832245,0.13433119654655457,0.408381849527359,-0.16804251074790955,0.2469080090522766,0.4721600115299225,0.9783143401145935,-0.5708871483802795,0.2874809205532074,-0.13741499185562134,-0.2731822431087494,-0.4727102518081665,-0.02546072006225586,-0.2353929728269577,0.6618380546569824,0.4624486267566681,0.5853267908096313,0.33841443061828613,0.12514889240264893,-0.12324371933937073,0.7078156471252441,-0.009904131293296814,-0.005237959325313568,0.013852715492248535,-0.1216888278722763,0.11797768622636795,-0.5543180108070374,0.4789202809333801,-1.0925086736679077,0.36146533489227295,0.6185636520385742,0.08440245687961578,0.0028688348829746246,-0.049107424914836884,0.6872831583023071,-1.064589023590088,-1.0247284173965454,0.14823563396930695,0.9033304452896118,0.09567812830209732,0.2759559750556946,0.33336490392684937,0.5080940127372742,-0.17233096063137054,0.35657379031181335,-0.28640368580818176,0.04559507593512535,0.03514454886317253,-0.07703067362308502,-0.302131325006485,0.40694940090179443,1.3008402585983276,0.3790241777896881,0.23574605584144592,-0.3741106688976288,-0.017787031829357147,0.4714658856391907,0.8777962327003479,-0.31441107392311096,0.2518940269947052,0.5816053152084351,-0.38811859488487244,-0.38004738092422485,-0.3442244529724121,0.18019190430641174,-0.020032193511724472,-0.009741410613059998,-0.1429053246974945,0.5260910987854004,0.055578578263521194,-0.8312581777572632,0.12436126172542572,0.5984898209571838,0.6046866178512573,0.03012556955218315,0.6079043745994568,1.1167646646499634,-0.8104931712150574,2.2213363647460938,-0.6929703950881958,-0.6213884353637695,0.517497181892395,-0.05705557391047478,0.34511798620224,-0.008536100387573242,0.6583839058876038,-0.279615193605423,-0.8777912855148315,-0.08733914792537689,-0.27009302377700806,0.12678632140159607,-0.15899521112442017,-0.25379878282546997,0.25652897357940674,-0.41573143005371094,-0.07932819426059723,-1.2336394786834717,0.8054967522621155,-0.08892485499382019,0.637235701084137,0.3941141963005066,0.8277760744094849,-0.6246072053909302,0.18806223571300507,0.6029039025306702,0.03665006905794144,0.1362217664718628,-0.30551600456237793,-0.16984835267066956,-0.4399445652961731,-0.6914011240005493,-0.9177323579788208,0.9591591358184814,-0.21184098720550537,0.5313475131988525,-1.0931116342544556,-0.6470010280609131,-0.1003473773598671,1.2671586275100708,0.7196257710456848,1.2971737384796143,0.31718629598617554,0.5695890784263611,-0.10101412981748581,0.34678420424461365,-0.11710741370916367,-0.43819862604141235,-0.29084497690200806,-0.39471977949142456,-0.610906183719635,0.6471090912818909,-0.004248321056365967,0.24744996428489685,-0.7953683733940125,-0.38937056064605713,-0.3152886927127838,1.0989398956298828,0.5302214622497559,0.25542816519737244,-0.5470059514045715,0.4878767728805542,0.2090703845024109,-0.39560115337371826,-1.903635025024414,-0.6360898017883301,-0.8842551708221436,-0.3320145010948181,-0.5475432872772217,-0.3157918155193329,0.710243821144104,0.01995563879609108,-0.2451307475566864,0.06437522917985916,-0.2595455050468445,-0.5318359732627869,-0.6919782161712646,0.07926159352064133,-0.040740881115198135,0.027167193591594696,0.18658071756362915,-0.4681026339530945,-0.2683994174003601,0.010090840049088001,0.1459844708442688,0.2501589059829712,-0.165866419672966,-0.15266521275043488,-0.047493256628513336,0.759972333908081,0.3791283071041107,0.5825648903846741,-0.23248958587646484,0.01598052680492401,-0.34708696603775024,-0.6930785775184631,0.25804322957992554,0.6773788332939148,-0.24950510263442993,-0.5657980442047119,-0.637951672077179,-0.35351306200027466,1.960631251335144,0.6169282793998718,-0.4843749403953552,1.1994163990020752,0.6281956434249878,0.07386652380228043,-0.5386757850646973,0.4182944893836975,0.07816069573163986,-0.238386332988739,-0.12063154578208923,-0.5528196692466736,0.6007579565048218,-0.3836786448955536,-0.09627441316843033,-0.017996441572904587,-0.6548165082931519,0.22442376613616943,-0.3215518593788147,-0.12334933876991272,0.8805128931999207,-0.5795003771781921,1.0259323120117188,0.6429870128631592,-0.18083247542381287,-1.6231637001037598,0.20848216116428375,1.2670809030532837,-0.6067050099372864,-0.3572867512702942,-0.3529910743236542,0.424748957157135,-0.16750067472457886,-0.2675265073776245,-0.15314827859401703,1.070474624633789,0.6368126273155212,-0.22066465020179749,-0.21438825130462646,-0.1681423783302307,0.34639036655426025,0.2854507267475128,-0.08725584298372269,-0.9129397869110107,-0.7137209177017212,-0.04814749211072922,-0.21918871998786926,0.9730001091957092,-0.0698661133646965,0.4366222321987152,0.35070469975471497,0.05226901173591614,-0.8896516561508179,-1.1277271509170532,0.5044817924499512,0.007198110222816467,-0.6604893207550049,1.0918762683868408,0.14267811179161072,-0.5705842971801758,0.13886329531669617,-0.30741429328918457,-0.39708465337753296,0.4082144498825073,-0.575738251209259,1.3032879829406738,0.03181295841932297,-0.4173336923122406,-0.3917694389820099,-0.15284623205661774,-0.07719466835260391,0.34002071619033813,0.7679622769355774,-0.7228237986564636,-0.09419942647218704,0.518071711063385,0.7125608325004578,-0.22368335723876953,0.7124526500701904,0.9023609757423401,0.4497110843658447,-0.021402791142463684,-0.3276408910751343,0.1895558089017868,-0.2554221749305725,-0.11351941525936127,-0.2069653868675232,0.07957499474287033,-1.0686167478561401,-0.777277410030365]},"workflow":{"author":"@@official.shinkai","description":"Analyzes and explains code, security tool outputs, or configuration texts, tailoring the explanation to the type of input. It uses specific sections to clarify the function, implications, or settings based on the input's nature. The expected output is a detailed explanation or answer in designated sections.","name":"Explain_code","raw":"\n workflow Explain_code v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert coder that takes code and documentation as input and do your best to explain it.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps. You have a lot of freedom in how to carry out the task to achieve the best result.\n\n# OUTPUT SECTIONS\n\n- If the content is code, you explain what the code does in a section called EXPLANATION:. \n\n- If the content is security tool output, you explain the implications of the output in a section called SECURITY IMPLICATIONS:.\n\n- If the content is configuration text, you explain what the settings do in a section called CONFIGURATION EXPLANATION:.\n\n- If there was a question in the input, answer that question about the input specifically in a section called ANSWER:.\n\n# OUTPUT \n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $CUSTOM_USER = \"\n \n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert coder that takes code and documentation as input and do your best to explain it.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps. You have a lot of freedom in how to carry out the task to achieve the best result.\n\n# OUTPUT SECTIONS\n\n- If the content is code, you explain what the code does in a section called EXPLANATION:. \n\n- If the content is security tool output, you explain the implications of the output in a section called SECURITY IMPLICATIONS:.\n\n- If the content is configuration text, you explain what the settings do in a section called CONFIGURATION EXPLANATION:.\n\n- If there was a question in the input, answer that question about the input specifically in a section called ANSWER:.\n\n# OUTPUT \n\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\n \n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7838812470436096,0.09274473786354065,0.3277086019515991,0.16711734235286713,0.38336727023124695,-0.1963585913181305,-1.2504490613937378,0.8260046243667603,0.15242178738117218,0.23145291209220886,0.15033577382564545,0.7458049058914185,0.18581122159957886,-0.15567874908447266,0.047613561153411865,-0.08221017569303513,0.17293456196784973,-1.164636492729187,-1.1142375469207764,-0.32657548785209656,-0.08499345183372498,0.7494492530822754,0.2682732045650482,0.5170051455497742,0.6160330772399902,0.18909640610218048,-0.4009343385696411,-0.21877089142799377,-1.044269323348999,-1.778088927268982,0.7193444967269897,0.5113636255264282,-0.2532617449760437,-0.6241544485092163,0.12747395038604736,-0.5625479221343994,0.16726942360401154,-0.15086983144283295,-0.3781825006008148,0.02641916275024414,-0.1577998697757721,0.46302086114883423,-0.4199378788471222,0.0321602001786232,0.5563860535621643,-0.4639248251914978,-0.05132631957530975,-0.09683533757925034,1.2650355100631714,0.1602088212966919,0.14930251240730286,-0.40847843885421753,-0.21904978156089783,-0.05810512602329254,-0.3763733208179474,0.025854438543319702,-0.006280217319726944,-0.6155285835266113,0.10278314352035522,-0.04008099436759949,-0.21661877632141113,0.615843653678894,-3.3835020065307617,-0.11402969062328339,-0.3547600209712982,0.059957392513751984,0.2058761566877365,-0.27660292387008667,0.43556246161460876,-0.4866746664047241,-0.5226574540138245,0.019302165135741234,0.45695286989212036,0.21516737341880798,-0.018737981095910072,-0.8025099635124207,0.3037998080253601,-0.1431642770767212,0.4781646728515625,-0.6353750824928284,-0.4858187437057495,0.31252235174179077,-0.15381331741809845,-0.37183791399002075,-0.9332001209259033,0.6021780967712402,0.17173254489898682,0.12906178832054138,0.5315881371498108,0.27818283438682556,-0.04730278626084328,-0.012140132486820221,0.15204456448554993,0.040609076619148254,-0.5528781414031982,-0.18466828763484955,0.03993215784430504,0.32580986618995667,0.05550875887274742,3.4107208251953125,0.41554033756256104,0.29576829075813293,0.5560154318809509,-1.3583579063415527,0.17816162109375,-0.3716404438018799,0.03187021240592003,-0.3316546380519867,0.19941309094429016,-0.22487708926200867,0.612478494644165,-0.8959156274795532,-1.0153615474700928,0.22662094235420227,0.3870258927345276,0.12779268622398376,-0.5077442526817322,0.04620416462421417,0.012938389554619789,0.8223373293876648,-0.4817259609699249,0.06387501955032349,-0.2759985029697418,-0.21179968118667603,-0.10335758328437805,0.1188049390912056,-0.0974627137184143,0.5297046303749084,-0.004191594198346138,0.08433781564235687,-0.2722565829753876,0.27633437514305115,-0.609443187713623,0.3105112612247467,0.17486189305782318,0.1502523273229599,0.6671314239501953,-0.594679057598114,0.10265931487083435,-0.4903629422187805,-0.06530138850212097,-1.1260225772857666,0.5090363025665283,0.10972104966640472,0.17478010058403015,0.38619643449783325,-0.2538837790489197,0.5103622674942017,-0.15041710436344147,-0.8608106970787048,0.1328946352005005,0.7891067266464233,0.1403871774673462,0.005046222358942032,0.48861706256866455,-0.0020022052340209484,-0.20125959813594818,0.4271211624145508,-1.1389068365097046,0.3217351734638214,-0.03622929006814957,-0.17847681045532227,0.22493311762809753,0.5669412612915039,0.8375751972198486,-0.028534691780805588,0.4826565682888031,-0.47041335701942444,-0.3452393114566803,0.5457072854042053,0.2332003116607666,-0.6209107041358948,0.5387628078460693,0.9545273184776306,-0.7051870822906494,0.13277405500411987,-0.01675274968147278,-0.17396825551986694,0.2095031887292862,-0.7652488946914673,0.3772505521774292,1.052076816558838,-0.3092690706253052,-0.8426887392997742,-0.2109055370092392,0.03325391560792923,0.13305553793907166,0.13168543577194214,0.74748295545578,1.0842355489730835,-1.209607720375061,1.9132275581359863,-0.6683538556098938,-0.015494946390390396,0.3887888491153717,-0.01852661371231079,0.24374397099018097,-0.1476832926273346,0.3215756416320801,0.00685757864266634,-0.35874539613723755,0.0020837709307670593,-0.2827337384223938,-0.011210799217224121,-0.5804228782653809,-0.24226686358451843,-0.3647752106189728,0.9316272139549255,-0.32473552227020264,-1.1971027851104736,0.03385773301124573,-0.3559701442718506,1.1718730926513672,0.35241058468818665,0.9809833765029907,0.6972475647926331,0.2399803102016449,0.14820025861263275,-0.17898517847061157,0.3889053761959076,-0.10397695749998093,0.3097851276397705,-0.601175844669342,-0.6199315786361694,-0.9052973985671997,0.6971821188926697,0.06680270284414291,0.6687090992927551,-0.5183820128440857,-0.09724514186382294,0.3001382648944855,1.033701777458191,1.4440679550170898,0.6344517469406128,-0.6699153780937195,0.7811272740364075,-0.3288026452064514,0.5902676582336426,-0.260722279548645,-0.7471988797187805,-0.8218458294868469,-0.46659353375434875,-0.3422586917877197,0.45756006240844727,0.37142279744148254,-0.43812716007232666,-0.9102439284324646,-0.308072030544281,0.2852395176887512,1.1552293300628662,0.045456767082214355,0.12087222933769226,-0.2112084925174713,0.10361221432685852,0.15850771963596344,-0.353223592042923,-1.6033825874328613,-0.4266482889652252,-0.7515696287155151,0.7222185730934143,-0.19413349032402039,0.3589792549610138,0.585450291633606,0.42638492584228516,-0.15041305124759674,-0.3550699055194855,-0.1837412267923355,-0.32892248034477234,-0.5480098128318787,0.5278611779212952,0.2890716791152954,0.18643999099731445,0.11719769239425659,-0.3086140751838684,-0.4943923056125641,0.39867880940437317,0.05835577845573425,0.463929146528244,-0.643308162689209,-0.612791121006012,0.1278723180294037,0.2102525681257248,-0.2083074152469635,0.29608508944511414,-0.35771438479423523,0.08360530436038971,-0.2873579263687134,-0.6931045055389404,-0.5825763940811157,0.5083258748054504,-0.5727139115333557,-0.17164742946624756,-0.5327747464179993,0.3824318051338196,2.085629463195801,0.10547070950269699,0.4439775347709656,0.9444034099578857,0.7566528916358948,-0.37646985054016113,-0.20617103576660156,-0.17027878761291504,-0.09930554032325745,-0.1896844506263733,-0.482648640871048,0.08228055387735367,0.53616863489151,0.29570668935775757,-0.19083163142204285,0.38446834683418274,-0.39846616983413696,0.022581961005926132,-0.6550912261009216,0.0005453675985336304,0.9375913143157959,-0.053830504417419434,1.07509183883667,0.7283415794372559,0.35339847207069397,-1.9972774982452393,-0.8086258172988892,0.9283308982849121,-0.5221726894378662,-0.25996196269989014,0.061529047787189484,0.7824046015739441,-0.32857102155685425,0.3479483127593994,-0.5650359988212585,0.9981943368911743,0.6109246015548706,0.36303162574768066,-0.15722791850566864,-0.1451830416917801,0.5281240940093994,0.041733793914318085,0.15812483429908752,-0.05562747269868851,-0.22589010000228882,-0.2750297486782074,-0.13997353613376617,1.270082950592041,-0.12240187078714371,0.02110772393643856,0.35851243138313293,0.15496820211410522,-0.3700011372566223,-1.2636994123458862,0.24891217052936554,-0.3433816432952881,-0.8119887709617615,0.8759353160858154,-0.1849636733531952,-0.6050733923912048,0.5068293809890747,0.706985354423523,-0.31807658076286316,0.49996453523635864,-0.2871246337890625,1.4285506010055542,-0.37281885743141174,-0.7409000396728516,-0.7189478874206543,-0.20559577643871307,-0.09604322910308838,0.3805431127548218,0.41127827763557434,-0.5427219271659851,-0.05015413835644722,0.013137958943843842,0.32276400923728943,-0.30567270517349243,0.5785746574401855,0.8346495628356934,0.46295902132987976,0.5401827692985535,0.08139315247535706,-0.04001271724700928,0.41525959968566895,-0.3600635528564453,0.261735200881958,-0.20631307363510132,-0.5490943193435669,-0.24266116321086884]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs on transforming input about tool usage into improved, structured documentation. It emphasizes clarity and utility, breaking down the process into specific sections for a comprehensive guide. The expected output includes an overview, usage syntax, common use cases, and key features of the tool.","name":"Explain_docs","raw":"\n workflow Explain_docs v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at capturing, understanding, and explaining the most important parts of instructions, documentation, or other formats of input that describe how to use a tool.\n\nYou take that input and turn it into better instructions using the STEPS below.\n\nTake a deep breath and think step-by-step about how to achieve the best output.\n\n# STEPS\n\n- Take the input given on how to use a given tool or product, and output better instructions using the following format:\n\nSTART OUTPUT SECTIONS\n\n# OVERVIEW\n\nWhat It Does: (give a 25-word explanation of what the tool does.)\n\nWhy People Use It: (give a 25-word explanation of why the tool is useful.)\n\n# HOW TO USE IT\n\nMost Common Syntax: (Give the most common usage syntax.)\n\n# COMMON USE CASES\n\n(Create a list of common use cases from your knowledge base, if it contains common uses of the tool.)\n\n(Use this format for those use cases)\n\nFor Getting the Current Time: `time --get-current`\nFor Determining One's Birth Day: time `--get-birth-day`\nEtc.\n\n# MOST IMPORTANT AND USED OPTIONS AND FEATURES\n\n(Create a list of common options and switches and flags, etc., from the docs and your knowledge base, if it contains common uses of the tool.)\n\n(For each one, describe how/why it could be useful)\n\nEND OUTPUT SECTIONS\n\n# OUTPUT INSTRUCTIONS\n\n- Interpret the input as tool documentation, no matter what it is.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at capturing, understanding, and explaining the most important parts of instructions, documentation, or other formats of input that describe how to use a tool.\n\nYou take that input and turn it into better instructions using the STEPS below.\n\nTake a deep breath and think step-by-step about how to achieve the best output.\n\n# STEPS\n\n- Take the input given on how to use a given tool or product, and output better instructions using the following format:\n\nSTART OUTPUT SECTIONS\n\n# OVERVIEW\n\nWhat It Does: (give a 25-word explanation of what the tool does.)\n\nWhy People Use It: (give a 25-word explanation of why the tool is useful.)\n\n# HOW TO USE IT\n\nMost Common Syntax: (Give the most common usage syntax.)\n\n# COMMON USE CASES\n\n(Create a list of common use cases from your knowledge base, if it contains common uses of the tool.)\n\n(Use this format for those use cases)\n\nFor Getting the Current Time: `time --get-current`\nFor Determining One's Birth Day: time `--get-birth-day`\nEtc.\n\n# MOST IMPORTANT AND USED OPTIONS AND FEATURES\n\n(Create a list of common options and switches and flags, etc., from the docs and your knowledge base, if it contains common uses of the tool.)\n\n(For each one, describe how/why it could be useful)\n\nEND OUTPUT SECTIONS\n\n# OUTPUT INSTRUCTIONS\n\n- Interpret the input as tool documentation, no matter what it is.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5121195316314697,0.36024776101112366,0.4251272976398468,0.02565108798444271,0.2024940401315689,0.0031182989478111267,-1.0835890769958496,0.16649380326271057,-0.5290563106536865,0.7765791416168213,-0.16261231899261475,1.1076257228851318,0.35850417613983154,0.17208436131477356,0.02067120373249054,-0.08519141376018524,-0.16993127763271332,-0.8851147890090942,-1.1885828971862793,0.038247767835855484,-0.13140931725502014,0.47961196303367615,0.49998238682746887,0.09397676587104797,0.7530196905136108,-0.08078932762145996,-0.14415115118026733,-0.24988441169261932,-1.1705591678619385,-1.5228463411331177,0.5543546676635742,0.32956820726394653,-0.28004804253578186,-0.5344674587249756,0.45462217926979065,-0.6086221933364868,-0.14152294397354126,-0.15703171491622925,-0.4609232544898987,0.20675449073314667,-0.7263185381889343,0.4684738218784332,-0.36586815118789673,0.29406359791755676,0.30014172196388245,-0.31210070848464966,0.14599661529064178,-0.29850658774375916,0.4371809959411621,0.1741800159215927,-0.38427239656448364,-0.44727349281311035,-0.1966875195503235,-0.006817828863859177,-0.3043881058692932,-0.19762736558914185,0.005076460540294647,-0.6614471077919006,0.663494884967804,0.2435142546892166,0.3304935097694397,0.45029833912849426,-3.5131900310516357,-0.12996196746826172,-0.33730870485305786,0.2105671465396881,0.2855660319328308,-0.37065908312797546,-0.09780601412057877,0.14530876278877258,-0.374485045671463,0.03898440673947334,0.03880695253610611,0.05640523508191109,0.07812894880771637,-0.5517473816871643,0.22987283766269684,0.4511408507823944,0.13669851422309875,-0.5602744817733765,-0.37289130687713623,0.5322535037994385,0.07825841009616852,-0.03265993669629097,-0.45995205640792847,0.6707984805107117,-0.016881229355931282,-0.4667257070541382,0.3964608609676361,0.01283726841211319,-0.1366960108280182,-0.12124433368444443,0.5459321737289429,0.16123396158218384,-1.0189435482025146,-0.19827036559581757,-0.009382292628288269,0.24069449305534363,0.0893922969698906,3.545438289642334,0.7617708444595337,0.34250831604003906,0.602088212966919,-0.9523311257362366,0.48768699169158936,-0.2984400987625122,0.1607530564069748,-0.4688780605792999,-0.20616035163402557,-0.20845787227153778,0.25708895921707153,-0.18062689900398254,-0.2253229320049286,0.6290926337242126,0.35369229316711426,0.3815947473049164,-0.4096168875694275,0.2844148278236389,0.11943197250366211,0.04296032711863518,-0.0862550213932991,0.07839818298816681,-0.6193516254425049,-0.06609104573726654,-0.6261172890663147,-0.39901018142700195,-0.11726215481758118,0.5066046714782715,0.5329976677894592,0.11142686009407043,-0.13900905847549438,-0.03846855089068413,-0.6672179698944092,0.5158126950263977,0.00796407088637352,0.33367785811424255,0.2781095504760742,-0.441851407289505,0.036783527582883835,-0.721280038356781,0.32144027948379517,-0.5515872836112976,0.32716283202171326,0.7381349802017212,0.11138764023780823,0.24819521605968475,-0.18372535705566406,0.20913881063461304,-0.4138525426387787,-1.1818740367889404,0.10509626567363739,0.7420905828475952,0.05390344187617302,0.031871914863586426,0.38180649280548096,-0.17593178153038025,-0.2088220864534378,0.08071628212928772,-1.0081541538238525,0.2821049094200134,-0.09787306189537048,0.2442755401134491,-0.3273993134498596,0.2956751585006714,0.5868674516677856,-0.42147257924079895,0.47562816739082336,-0.5434955954551697,-0.13569675385951996,0.461556613445282,0.22085127234458923,-0.2964784801006317,0.8629732131958008,0.8214085698127747,0.4422052502632141,-0.39571520686149597,-0.6339703798294067,-0.03286212682723999,-0.26345428824424744,-0.3679514527320862,0.19257143139839172,0.7603052258491516,-0.2800496518611908,-0.6978661417961121,0.20549334585666656,0.27793219685554504,0.3039303421974182,0.46490007638931274,0.41224414110183716,1.1681209802627563,-0.7427436709403992,2.1218020915985107,-0.7948000431060791,-0.2801409363746643,0.28470274806022644,0.11254774034023285,-0.1725279837846756,0.46082544326782227,0.4611473083496094,-0.10974567383527756,-0.4831966161727905,-0.008151471614837646,-0.39679887890815735,0.06301954388618469,-0.15313032269477844,-0.47811049222946167,-0.5472644567489624,0.2531811594963074,-0.10779701173305511,-0.9299578666687012,0.3000860810279846,-0.37840914726257324,0.9433516263961792,0.46809816360473633,0.7959853410720825,-0.08391048014163971,-0.10867954790592194,0.4637397527694702,0.36402300000190735,0.5705549716949463,0.09514954686164856,-0.16092902421951294,-0.7118973135948181,-0.6187195181846619,-1.2935669422149658,0.5765716433525085,-0.08521420508623123,0.19346120953559875,-0.8541160821914673,-0.23156912624835968,0.31592032313346863,0.9018233418464661,0.9712692499160767,1.0187073945999146,0.05581963434815407,0.5718382596969604,0.002341911196708679,0.14402619004249573,-0.08144768327474594,-0.3645307719707489,-0.2705734074115753,-0.43415215611457825,-0.9329797029495239,0.7575844526290894,0.3673681616783142,0.0406111478805542,-0.9677766561508179,-0.6930557489395142,0.21535637974739075,1.5680549144744873,0.1266820728778839,0.14042213559150696,-0.11091160774230957,0.5865748524665833,-0.0625813826918602,0.021271370351314545,-1.927858829498291,-0.548786997795105,-1.029816746711731,0.6887635588645935,-0.3996565639972687,0.0812746062874794,0.2226911038160324,0.3957294821739197,-0.38881826400756836,-0.17011554539203644,-0.30585071444511414,-0.5192869305610657,-0.4219002425670624,-0.11837316304445267,-0.16346481442451477,0.5717881321907043,-0.16177819669246674,-0.1253688931465149,0.37393277883529663,0.1903289258480072,0.6351245641708374,0.21522703766822815,-0.25707632303237915,-0.01406650897115469,0.09476958215236664,0.5460829734802246,0.669722855091095,0.44207924604415894,0.16369158029556274,0.10948576033115387,-0.09515014290809631,-0.5345827341079712,-0.21377351880073547,0.4734787344932556,0.02381567656993866,-0.5226200819015503,-0.6336018443107605,0.36292505264282227,1.6680020093917847,0.5847621560096741,0.17197389900684357,0.970969557762146,0.8655393123626709,-0.06328010559082031,-0.800342321395874,-0.07930061966180801,-0.41988950967788696,-0.49355006217956543,-0.5205485820770264,-0.20220014452934265,0.793222963809967,0.49294281005859375,0.2273126244544983,0.4373026490211487,-0.42305490374565125,-0.10847645998001099,0.041406381875276566,-0.02691115438938141,0.9920402765274048,-0.39179903268814087,0.5039174556732178,1.153135895729065,-0.1451396495103836,-2.294126033782959,0.01915082149207592,0.78214031457901,-0.22051560878753662,-0.3715042471885681,0.17186704277992249,0.3378533720970154,-0.5840625762939453,0.21771317720413208,0.013395160436630249,0.8855775594711304,0.5238094925880432,-0.24977922439575195,-0.818071722984314,-0.02651466801762581,0.5411491394042969,-0.07852908968925476,0.33685675263404846,-0.7813723087310791,-0.5194693803787231,0.055914636701345444,0.2881789207458496,1.2420341968536377,0.19231495261192322,0.41117846965789795,0.0760144293308258,0.09091874957084656,-0.4216517210006714,-1.0982084274291992,0.3440488874912262,-0.6353002786636353,-0.46289029717445374,0.45121219754219055,-0.2310985028743744,-0.3831411302089691,0.41500499844551086,0.44907698035240173,0.29646021127700806,0.3970891833305359,-0.662483811378479,1.740309238433838,-0.2991916537284851,-0.4343598484992981,-0.018776334822177887,0.06251661479473114,-0.3502046465873718,0.01975555717945099,0.4799550771713257,-0.7205749154090881,-0.24627670645713806,-0.3640601336956024,0.37685665488243103,-0.6481384038925171,0.8946452140808105,0.6405046582221985,0.44712454080581665,0.4839528203010559,-0.276142418384552,0.11381883919239044,0.24605952203273773,-0.03480415418744087,0.0032632574439048767,-0.31691431999206543,-0.8266258239746094,-0.6600643396377563]},"workflow":{"author":"@@official.shinkai","description":"Summarizes project documentation into a concise, user and developer-focused summary, highlighting its purpose, problem addressed, approach, installation, usage, and examples. It simplifies complex information for easy understanding and application. The output includes a project overview, problem it addresses, approach to solving the problem, and practical steps for installation and usage.","name":"Explain_project","raw":"\n workflow Explain_project v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at explaining projects and how to use them.\n\nYou take the input of project documentation and you output a crisp, user and developer focused summary of what the project does and how to use it, using the STEPS and OUTPUT SECTIONS.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Fully understand the project from the input.\n\n# OUTPUT SECTIONS\n\n- In a section called PROJECT OVERVIEW, give a one-sentence summary in 15-words for what the project does. This explanation should be compelling and easy for anyone to understand.\n\n- In a section called THE PROBLEM IT ADDRESSES, give a one-sentence summary in 15-words for the problem the project addresses. This should be realworld problem that's easy to understand, e.g., \\\"This project helps you find the best restaurants in your local area.\\\"\n\n- In a section called THE APPROACH TO SOLVING THE PROBLEM, give a one-sentence summary in 15-words for the approach the project takes to solve the problem. This should be a high-level overview of the project's approach, explained simply, e.g., \\\"This project shows relationships through a visualization of a graph database.\\\"\n\n- In a section called INSTALLATION, give a bulleted list of install steps, each with no more than 15 words per bullet (not counting if they are commands).\n\n- In a section called USAGE, give a bulleted list of how to use the project, each with no more than 15 words per bullet (not counting if they are commands).\n\n- In a section called EXAMPLES, give a bulleted list of examples of how one might use such a project, each with no more than 15 words per bullet.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at explaining projects and how to use them.\n\nYou take the input of project documentation and you output a crisp, user and developer focused summary of what the project does and how to use it, using the STEPS and OUTPUT SECTIONS.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Fully understand the project from the input.\n\n# OUTPUT SECTIONS\n\n- In a section called PROJECT OVERVIEW, give a one-sentence summary in 15-words for what the project does. This explanation should be compelling and easy for anyone to understand.\n\n- In a section called THE PROBLEM IT ADDRESSES, give a one-sentence summary in 15-words for the problem the project addresses. This should be realworld problem that's easy to understand, e.g., \\\"This project helps you find the best restaurants in your local area.\\\"\n\n- In a section called THE APPROACH TO SOLVING THE PROBLEM, give a one-sentence summary in 15-words for the approach the project takes to solve the problem. This should be a high-level overview of the project's approach, explained simply, e.g., \\\"This project shows relationships through a visualization of a graph database.\\\"\n\n- In a section called INSTALLATION, give a bulleted list of install steps, each with no more than 15 words per bullet (not counting if they are commands).\n\n- In a section called USAGE, give a bulleted list of how to use the project, each with no more than 15 words per bullet (not counting if they are commands).\n\n- In a section called EXAMPLES, give a bulleted list of examples of how one might use such a project, each with no more than 15 words per bullet.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5958850979804993,0.5424742698669434,-0.13690735399723053,0.3193880319595337,0.484524667263031,-0.5724260807037354,-0.9570474624633789,0.25114017724990845,-0.46507731080055237,0.3247544765472412,0.43773719668388367,0.301813542842865,-0.46882250905036926,0.2764818072319031,0.19657668471336365,0.23131820559501648,-0.18130099773406982,-0.9410276412963867,-1.452772855758667,-0.5532636642456055,-0.10923738777637482,1.0863162279129028,0.521836519241333,0.39319974184036255,0.5125828385353088,-0.3533215820789337,-0.26974010467529297,0.23743624985218048,-0.9818953275680542,-1.073927402496338,0.2860618233680725,-0.2882366478443146,-0.5236645340919495,-0.622681736946106,0.08907400071620941,-0.34915411472320557,0.4242936670780182,-0.44335049390792847,-0.3168974220752716,0.2296902984380722,-0.4389890730381012,0.7410755157470703,-0.1220269501209259,-0.43822869658470154,0.28284525871276855,-0.10958146303892136,-0.19138707220554352,-0.1016097217798233,0.926708996295929,0.2331627607345581,0.24789638817310333,-0.794975757598877,0.11630217730998993,0.41018161177635193,-0.6085695028305054,-0.043427299708127975,-1.0527238845825195,-0.8402368426322937,0.32373082637786865,0.23552004992961884,0.044387441128492355,0.6127350926399231,-3.4026684761047363,-0.4763861894607544,-0.009049845859408379,0.5694094300270081,0.3899133801460266,0.06774931401014328,-0.11785124242305756,0.24758723378181458,-0.6624541282653809,0.20413653552532196,0.015350230038166046,0.44213640689849854,0.2687908113002777,-0.24006125330924988,0.8142352104187012,-0.5531660318374634,0.25656163692474365,-0.5036489963531494,-0.26841139793395996,0.5764474868774414,-0.26792237162590027,0.22500288486480713,0.01784665137529373,0.29423701763153076,-0.03799295425415039,-0.8160272836685181,0.4792005121707916,-0.36152514815330505,-0.6607857346534729,-0.5850995779037476,0.003995858132839203,0.2196686863899231,-1.1367790699005127,-0.10183493793010712,0.40416547656059265,0.33666878938674927,0.17853549122810364,3.0111515522003174,0.31515026092529297,0.5754249691963196,0.5609109997749329,-0.6842080950737,0.14425384998321533,-0.4896546006202698,0.44952207803726196,0.055714868009090424,0.3958447277545929,0.2441149652004242,-0.0702514797449112,-0.6397024989128113,-0.47167345881462097,0.2731444835662842,0.09736133366823196,-0.09907441586256027,-0.20323771238327026,0.45365893840789795,0.08106892555952072,0.3376742899417877,-0.2155451476573944,0.4433217942714691,0.36178410053253174,-0.29327264428138733,-0.36914265155792236,-0.2144073247909546,-0.5018439888954163,0.5136292576789856,0.5074625015258789,0.4054986238479614,-0.09700240939855576,0.5927113890647888,-0.6021061539649963,0.2641567587852478,0.008039738982915878,0.16507217288017273,-0.11970126628875732,-0.5610854625701904,0.09603312611579895,-0.07265451550483704,0.3663561940193176,-0.7266443967819214,0.5414979457855225,0.27743369340896606,0.41934260725975037,0.8701174259185791,-0.3383585512638092,0.40838053822517395,-0.9040074348449707,-0.5318036079406738,0.36673447489738464,0.7471046447753906,-0.022164544090628624,-0.4805140793323517,0.27880847454071045,0.5669116377830505,0.06448634713888168,-0.35228627920150757,-0.03074111044406891,-0.19631558656692505,-0.4059959948062897,-0.31590795516967773,0.1461787223815918,0.18992802500724792,0.9339280724525452,0.19475309550762177,0.2639417052268982,-0.6501851677894592,0.2791249752044678,0.8777183294296265,0.4717881381511688,-0.4441918432712555,0.1346472203731537,1.1392812728881836,-0.0010628935415297747,-0.6037413477897644,-0.27245306968688965,-0.2539612650871277,0.6579867601394653,-0.9886751174926758,0.0322611927986145,0.8477004170417786,-0.019414616748690605,-1.108296513557434,0.0007393285632133484,0.6378312706947327,-0.03196612000465393,-0.009112473577260971,1.1195646524429321,1.1406214237213135,-0.15140333771705627,2.2199559211730957,-0.8506348729133606,-0.5331080555915833,0.22361743450164795,-0.35891658067703247,0.47080790996551514,0.14914226531982422,1.1391063928604126,-0.39267754554748535,-0.8209519386291504,0.10995250940322876,-0.04236897826194763,0.12040171772241592,-0.5562120676040649,-0.5512261390686035,0.276950478553772,-0.39732179045677185,-0.007916055619716644,-1.039086937904358,0.565204381942749,0.06071943789720535,1.0696823596954346,0.15444812178611755,0.9877407550811768,-0.4003865718841553,0.9418507814407349,-0.09838446974754333,0.4153100550174713,0.7209762334823608,-0.3311648964881897,0.5900623202323914,-0.5559082627296448,-0.5924939513206482,-0.7573751211166382,0.6567936539649963,-0.014284133911132812,0.47728943824768066,-0.7830694317817688,-0.34717848896980286,0.04712072014808655,1.3911114931106567,0.48100754618644714,0.9781952500343323,0.5446561574935913,0.5298038125038147,-0.14758789539337158,0.22205884754657745,0.3837869167327881,-0.6812580823898315,-0.18527832627296448,0.024322770535945892,-0.052165620028972626,0.7399483323097229,-0.14914585649967194,0.6663080453872681,-1.1451213359832764,-0.3392302989959717,0.35177287459373474,0.5251700282096863,0.12339411675930023,-0.14504429697990417,0.03761335834860802,0.5183785557746887,0.594450831413269,-0.27300167083740234,-2.5558271408081055,-0.6609948873519897,-1.2730231285095215,0.6903077960014343,-0.3835028409957886,-0.15381959080696106,0.6840564012527466,0.2318049967288971,-0.5945307016372681,-0.4717271029949188,-0.47095462679862976,-0.6490263938903809,-0.3478931486606598,0.19702544808387756,0.08221793919801712,0.04253477603197098,-0.013281803578138351,-0.16944003105163574,0.3935685455799103,0.02853262424468994,0.4820689558982849,0.25448355078697205,-0.6112251281738281,-0.48218637704849243,0.187725231051445,0.2955130934715271,0.2141086459159851,0.30546343326568604,-0.3261185884475708,-0.06561468541622162,-0.4755129814147949,-0.2723199725151062,-0.14174416661262512,1.136126160621643,-0.3990704119205475,-0.7182706594467163,-0.6777247786521912,-0.09434293210506439,1.5122733116149902,0.6725290417671204,-0.2373766452074051,0.5487825870513916,0.4227796494960785,-0.5288444757461548,-0.9474227428436279,0.02051493152976036,-0.4303692877292633,-0.051370084285736084,-0.4789154827594757,-0.4218771457672119,1.0432028770446777,0.16700845956802368,-0.5806753039360046,0.36972615122795105,-0.551436185836792,-0.3511018753051758,-0.5093849897384644,-0.24878796935081482,1.2209798097610474,-1.1736565828323364,1.0860633850097656,0.990608811378479,-0.10869383811950684,-1.1408666372299194,0.17276158928871155,1.3698720932006836,0.2660503685474396,0.0481133759021759,-0.4371824562549591,0.6663660407066345,-0.043169133365154266,-0.09845027327537537,0.04931938648223877,1.4743026494979858,0.18190404772758484,0.1947094053030014,-0.22549334168434143,-0.07862690091133118,0.3650316894054413,-0.20139406621456146,0.008443426340818405,-1.1127864122390747,-1.295627236366272,-0.3818220794200897,-0.14444281160831451,1.170656681060791,0.5829477906227112,0.4907953441143036,0.34213653206825256,-0.07181296497583389,-0.6788404583930969,-1.0929397344589233,-0.04517723619937897,0.45373761653900146,-0.8497797846794128,0.939669668674469,0.3780498206615448,-0.25578123331069946,0.7274450659751892,0.36811402440071106,-0.6712841987609863,0.2559640407562256,-0.6444231271743774,1.906265377998352,-0.5782713890075684,-0.9479470252990723,0.11507973819971085,-0.2842181324958801,-0.15359073877334595,0.388033390045166,0.3645866811275482,-0.5249295234680176,0.6655136346817017,0.34939390420913696,0.05909737944602966,-0.33066222071647644,0.5045596361160278,1.108229637145996,0.31038928031921387,-0.018584832549095154,-0.04631276801228523,-0.045178502798080444,-0.658990204334259,-0.04375007748603821,0.36008915305137634,-0.48170986771583557,-0.8784441947937012,-0.8558115363121033]},"workflow":{"author":"@@official.shinkai","description":"Produces a glossary of advanced terms found in specific content, including definitions and analogies. It focuses on explaining obscure or complex terms to aid understanding. The output is a list of terms with explanations and analogies in a structured Markdown format.","name":"Explain_terms","raw":"\n workflow Explain_terms v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are the world's best explainer of terms required to understand a given piece of content. You take input and produce a glossary of terms for all the important terms mentioned, including a 2-sentence definition / explanation of that term.\n\n# STEPS\n\n- Consume the content.\n\n- Fully and deeply understand the content, and what it's trying to convey.\n\n- Look for the more obscure or advanced terms mentioned in the content, so not the basic ones but the more advanced terms.\n\n- Think about which of those terms would be best to explain to someone trying to understand this content.\n\n- Think about the order of terms that would make the most sense to explain.\n\n- Think of the name of the term, the definition or explanation, and also an analogy that could be useful in explaining it.\n\n# OUTPUT\n\n- Output the full list of advanced, terms used in the content.\n\n- For each term, use the following format for the output:\n\n## EXAMPLE OUTPUT\n\n- STOCHASTIC PARROT: In machine learning, the term stochastic parrot is a metaphor to describe the theory that large language models, though able to generate plausible language, do not understand the meaning of the language they process.\n-- Analogy: A parrot that can recite a poem in a foreign language without understanding it.\n-- Why It Matters: It pertains to the debate about whether AI actually understands things vs. just mimicking patterns.\n\n# OUTPUT FORMAT\n\n- Output in the format above only using valid Markdown.\n\n- Do not use bold or italic formatting in the Markdown (no asterisks).\n\n- Do not complain about anything, just do what you're told.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are the world's best explainer of terms required to understand a given piece of content. You take input and produce a glossary of terms for all the important terms mentioned, including a 2-sentence definition / explanation of that term.\n\n# STEPS\n\n- Consume the content.\n\n- Fully and deeply understand the content, and what it's trying to convey.\n\n- Look for the more obscure or advanced terms mentioned in the content, so not the basic ones but the more advanced terms.\n\n- Think about which of those terms would be best to explain to someone trying to understand this content.\n\n- Think about the order of terms that would make the most sense to explain.\n\n- Think of the name of the term, the definition or explanation, and also an analogy that could be useful in explaining it.\n\n# OUTPUT\n\n- Output the full list of advanced, terms used in the content.\n\n- For each term, use the following format for the output:\n\n## EXAMPLE OUTPUT\n\n- STOCHASTIC PARROT: In machine learning, the term stochastic parrot is a metaphor to describe the theory that large language models, though able to generate plausible language, do not understand the meaning of the language they process.\n-- Analogy: A parrot that can recite a poem in a foreign language without understanding it.\n-- Why It Matters: It pertains to the debate about whether AI actually understands things vs. just mimicking patterns.\n\n# OUTPUT FORMAT\n\n- Output in the format above only using valid Markdown.\n\n- Do not use bold or italic formatting in the Markdown (no asterisks).\n\n- Do not complain about anything, just do what you're told.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.08479858189821243,0.31828057765960693,-0.1666443943977356,0.5305898785591125,-0.36580097675323486,-0.1010938510298729,-0.8268691301345825,0.05980454385280609,0.17733098566532135,0.21114327013492584,0.3431844115257263,0.2323615849018097,-0.34843072295188904,-0.18388691544532776,0.0787956714630127,-0.48856452107429504,-0.5960559844970703,-0.45334815979003906,-1.8192496299743652,-0.22012978792190552,0.49461016058921814,0.03849823772907257,-0.43175750970840454,0.44107067584991455,-0.27936065196990967,-0.13577620685100555,0.13364140689373016,-0.1256231963634491,-1.7179986238479614,-2.2016756534576416,0.23629143834114075,-0.11319614201784134,0.14565953612327576,-0.2829172611236572,0.35466885566711426,-0.80161452293396,0.034315261989831924,-0.062008947134017944,-0.4843122959136963,-0.3562721014022827,-0.15131209790706635,-0.27689623832702637,0.13694819808006287,0.2650841772556305,0.38228026032447815,-0.02864849381148815,0.752700924873352,-0.052916519343853,0.9297404885292053,0.26995670795440674,-0.4736972749233246,-0.397779256105423,-0.4575616121292114,0.036692604422569275,-0.30513373017311096,-0.18118219077587128,0.33244097232818604,-0.12145969271659851,0.543816864490509,-0.20176447927951813,-0.2192816585302353,0.43890905380249023,-4.218870162963867,0.09031076729297638,-0.0855252742767334,0.7352051734924316,0.08653555065393448,0.6854791641235352,0.19521629810333252,-0.23054349422454834,0.192464679479599,0.44380348920822144,-0.10892818123102188,0.6086662411689758,0.1902875006198883,-0.10297423601150513,0.4339677691459656,-0.0476309135556221,0.2995051443576813,-0.3021372854709625,-0.13333937525749207,0.5631138682365417,-0.03499160706996918,-0.2093975991010666,-0.7460865378379822,0.6274524927139282,-0.730621337890625,0.13138499855995178,0.7801986336708069,-0.36451366543769836,0.13391707837581635,-0.23851320147514343,0.2523362636566162,0.04002656042575836,-0.8255648612976074,0.08598999679088593,-0.004305431619286537,0.37891289591789246,-0.048318661749362946,3.0457074642181396,0.34190332889556885,-0.29965582489967346,0.17048858106136322,-0.7379778623580933,-0.16221049427986145,-0.4397454559803009,0.1450016349554062,-0.24410198628902435,0.19564861059188843,-0.016830822452902794,0.1676427125930786,-0.5145129561424255,0.13815432786941528,-0.07511381804943085,0.5681836009025574,-0.15551957488059998,-0.47596776485443115,0.3247579336166382,-0.6312669515609741,0.6288696527481079,-0.5809457302093506,0.1937306821346283,-0.40799427032470703,-0.16404274106025696,0.18177051842212677,-0.16351920366287231,0.7090778350830078,0.31158795952796936,0.22706057131290436,-0.06633695214986801,0.6347699761390686,-0.6347646117210388,0.2411348670721054,-0.3551312983036041,0.14572933316230774,-0.27745485305786133,0.0843682587146759,-0.010852247476577759,0.3921593129634857,-0.6912691593170166,0.07176585495471954,-1.4204907417297363,0.5651484131813049,0.6604074239730835,0.3266525864601135,0.4245039224624634,-0.0873461440205574,0.28085967898368835,-0.44637659192085266,-0.20820455253124237,-0.06795954704284668,0.423537939786911,0.06856054067611694,0.07857979834079742,0.596879780292511,-0.4215421676635742,0.46325039863586426,-0.05014887452125549,-0.7678888440132141,-0.25071799755096436,0.06486839056015015,-0.3445509970188141,-0.26356813311576843,0.2133544385433197,0.1456952691078186,-0.5465908646583557,0.4724586606025696,0.061258770525455475,0.8614105582237244,-0.044048011302948,0.13813571631908417,-0.014565140008926392,-0.08613121509552002,0.8076939582824707,-0.25777173042297363,0.46459755301475525,-0.3275536596775055,0.15637162327766418,0.3355821371078491,-0.20420226454734802,1.0839037895202637,0.42462673783302307,-0.014649435877799988,-0.5056970715522766,-0.2186141014099121,0.5752278566360474,0.28832727670669556,0.45217251777648926,0.46515852212905884,0.3294711112976074,-0.8655754327774048,1.8254616260528564,-0.5366954207420349,0.2983908951282501,0.12532861530780792,-0.19465331733226776,0.07650165259838104,0.10454662144184113,0.10665546357631683,0.07827331870794296,-0.5489160418510437,-0.14348147809505463,0.3378012478351593,-0.056251928210258484,0.8441489338874817,-0.03632466867566109,-0.39806264638900757,0.17581312358379364,-0.1278713345527649,-0.5057448148727417,-0.15254786610603333,-0.31059685349464417,0.30512845516204834,0.8779666423797607,0.46382904052734375,0.35288041830062866,-0.2869216799736023,0.14933562278747559,0.31755733489990234,0.5822979807853699,0.5351760387420654,0.5363267660140991,-0.544842004776001,-0.5574288368225098,-0.6833370327949524,0.27511870861053467,-0.05005399137735367,0.21172556281089783,-0.27743831276893616,-0.24644099175930023,0.3718993663787842,0.8834289312362671,0.6922518014907837,1.4373741149902344,0.1906994730234146,-0.028445743024349213,0.3390485644340515,0.07375339418649673,0.10637149214744568,-0.8983304500579834,0.543836236000061,0.3773488998413086,-0.26251333951950073,-0.49532967805862427,-0.4293982982635498,-0.8429384231567383,-0.371996134519577,-0.4066963195800781,-0.35000377893447876,2.213688611984253,0.26894500851631165,0.39146119356155396,0.05457048863172531,0.683428943157196,0.19897332787513733,0.3757452666759491,-2.099806785583496,-0.5936598777770996,-0.7024087309837341,0.6029965281486511,0.07736291736364365,0.404582679271698,0.2908136546611786,0.8214430212974548,-0.46982520818710327,-0.2560965120792389,-0.5336218476295471,-0.8515044450759888,-0.0906180739402771,-0.21738523244857788,-0.9276070594787598,0.09277845919132233,-0.05402376502752304,0.2540495991706848,0.038655996322631836,-0.04289078712463379,0.182478666305542,0.5008469223976135,0.3356732130050659,-0.030714355409145355,0.8647312521934509,-0.1513872742652893,0.730259120464325,-0.140048086643219,-0.19491645693778992,-0.09179258346557617,-0.5041831731796265,0.35864993929862976,-0.3811960220336914,0.050978850573301315,-0.05164428800344467,-0.7990741729736328,-0.8289445638656616,0.3652952313423157,1.9803472757339478,-0.2468915581703186,0.02399129420518875,0.08146925270557404,0.02069329284131527,-0.773603081703186,-1.0813299417495728,0.3339904844760895,-0.37763193249702454,0.20102736353874207,-0.5300155878067017,-0.13331793248653412,0.7242003083229065,-0.08268903195858002,-0.196670800447464,0.8552205562591553,-0.35121092200279236,0.06805844604969025,0.266796350479126,-0.10105679929256439,-0.028760217130184174,-0.365838885307312,-0.46858903765678406,0.3063647449016571,-0.37379562854766846,-1.8921595811843872,-0.3893783390522003,0.3557080924510956,0.03136324882507324,-0.44396311044692993,-0.3302494287490845,0.7124435305595398,-0.04757549613714218,0.1601993441581726,0.1657169610261917,1.388189435005188,0.08027680218219757,-0.322226881980896,-0.10890351235866547,0.13800203800201416,0.9709495306015015,-0.06914261728525162,0.6995745897293091,0.27546000480651855,-0.07532626390457153,-0.5604867339134216,-0.1087309867143631,1.4188408851623535,0.08550345152616501,-0.030681658536195755,-0.1908365935087204,0.07543264329433441,-0.11819431185722351,-0.4471505582332611,1.2792633771896362,-0.6367809176445007,-0.32392051815986633,0.46125900745391846,0.4130474627017975,-0.1626729965209961,-0.18301737308502197,0.6659002900123596,-0.43572714924812317,0.11029868572950363,-0.6206560730934143,1.3735897541046143,-0.3175530731678009,-0.04000021517276764,-0.48902255296707153,0.2541697025299072,-0.3452957570552826,0.057341333478689194,0.00017511844635009766,-0.2774394750595093,-0.014547772705554962,-0.34908580780029297,0.5185672640800476,-0.5271533727645874,0.20476141571998596,0.49177268147468567,0.619924008846283,0.11150737851858139,-0.12939652800559998,0.5411780476570129,0.3702436089515686,0.35337531566619873,0.561066210269928,0.6906887888908386,-0.8099044561386108,-0.6020196080207825]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Export_data_as_csv","raw":"\n workflow Export_data_as_csv v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are a superintelligent AI that finds all mentions of data structures within an input and you output properly formatted CSV data that perfectly represents what's in the input.\n\n# STEPS\n\n- Read the whole input and understand the context of everything.\n\n- Find all mention of data structures, e.g., projects, teams, budgets, metrics, KPIs, etc., and think about the name of those fields and the data in each field.\n\n# OUTPUT\n\n- Output a CSV file that contains all the data structures found in the input. \n\n# OUTPUT INSTRUCTIONS\n\n- Use the fields found in the input, don't make up your own.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are a superintelligent AI that finds all mentions of data structures within an input and you output properly formatted CSV data that perfectly represents what's in the input.\n\n# STEPS\n\n- Read the whole input and understand the context of everything.\n\n- Find all mention of data structures, e.g., projects, teams, budgets, metrics, KPIs, etc., and think about the name of those fields and the data in each field.\n\n# OUTPUT\n\n- Output a CSV file that contains all the data structures found in the input. \n\n# OUTPUT INSTRUCTIONS\n\n- Use the fields found in the input, don't make up your own.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.42286932468414307,0.42998623847961426,-0.4485645890235901,-0.29192042350769043,0.4166347086429596,0.46320727467536926,-0.7496620416641235,-0.016574665904045105,0.06584733724594116,-0.29620200395584106,0.28464365005493164,0.8043010234832764,-0.07204583287239075,0.291964054107666,-0.23925794661045074,0.008226878941059113,0.012590179219841957,-0.9030224084854126,-1.428870677947998,-0.4180413484573364,0.22861579060554504,0.5165911316871643,-0.07930397242307663,0.8841079473495483,0.17362959682941437,-0.16663634777069092,0.320766806602478,-0.6745585203170776,-0.7913029789924622,-1.1405235528945923,0.7305734157562256,0.6978459358215332,0.05679118633270264,-0.656852126121521,0.2870381474494934,-0.47643402218818665,0.1262495517730713,0.23642881214618683,-0.7518692016601562,-0.21486729383468628,0.044366538524627686,0.16010494530200958,-0.20362111926078796,0.039978452026844025,0.04668432101607323,-0.19906708598136902,0.5879350900650024,-0.2685415744781494,0.707976222038269,-0.333739697933197,0.0827903151512146,-0.3234865367412567,-0.26239314675331116,0.08969216048717499,-0.3731507360935211,-0.6109504103660583,-0.4008113145828247,0.3705569803714752,0.007778914645314217,-0.23525547981262207,-0.09687553346157074,0.09363245964050293,-3.4291985034942627,-0.3508758544921875,-0.09743045270442963,0.3073746860027313,0.4943147897720337,0.09771479666233063,0.18395642936229706,-0.4052618741989136,-0.5962415337562561,0.19346264004707336,-0.6199104189872742,0.4401662051677704,-0.0038822516798973083,-0.2549484372138977,-0.03897989168763161,-0.07499465346336365,0.056766316294670105,-0.03515084832906723,0.5808903574943542,0.973578929901123,-0.08956010639667511,-0.03477941080927849,-0.5888075232505798,0.24086585640907288,-0.4237842261791229,-0.4701749086380005,0.1510157287120819,0.001966020092368126,0.13410066068172455,-0.43854600191116333,0.08426222205162048,0.3359004557132721,-0.25555938482284546,0.41333556175231934,-0.24596039950847626,0.3836037516593933,0.5692523717880249,3.3561322689056396,0.5033339262008667,0.1396891325712204,0.02858046442270279,-0.590837836265564,0.5972856879234314,-0.7292876839637756,-0.6238017082214355,-0.4965784549713135,-0.38546451926231384,0.1687338501214981,1.0363444089889526,-0.8015537858009338,-0.38375797867774963,0.19140756130218506,0.11116722226142883,0.15855291485786438,-0.2987271547317505,-0.19126932322978973,-0.020086968317627907,0.7722159028053284,-0.52635657787323,-0.13247418403625488,-0.3945469558238983,-0.16783946752548218,-0.1278027594089508,-0.388822466135025,0.11046116054058075,0.5948137044906616,0.3613820970058441,0.4371216297149658,0.11121673882007599,0.003287229686975479,-0.8825039863586426,-0.32245126366615295,0.527419924736023,-0.20719337463378906,0.03601447492837906,-0.5253056883811951,0.5162651538848877,-0.9844098687171936,-0.2653942406177521,-0.4452648162841797,0.3260211646556854,0.6141771078109741,0.724668025970459,0.11490744352340698,0.3038221597671509,-0.21866455674171448,-1.1819207668304443,-0.43081024289131165,0.045386262238025665,0.9986304044723511,-0.2115234136581421,-0.0298016220331192,0.1361916959285736,0.5097497701644897,-1.0691388845443726,0.05063370615243912,-0.986726701259613,0.6832103133201599,-0.19638170301914215,-0.24408955872058868,-0.020797640085220337,0.09407687187194824,0.5544023513793945,-0.4829169809818268,-0.2421151101589203,-0.8605910539627075,0.6596533060073853,0.2834443747997284,0.027978986501693726,0.07883553206920624,0.6474053263664246,0.6530160307884216,-0.5068777203559875,-0.31745094060897827,-0.07585187256336212,0.19667094945907593,0.3333684802055359,-0.08703064918518066,1.2014318704605103,0.4634304344654083,-0.4881409704685211,-0.8495334982872009,-0.6037026047706604,0.23783110082149506,0.06698869168758392,0.4102898836135864,1.2990115880966187,1.141904354095459,-0.7260371446609497,2.2208168506622314,-0.2654573321342468,0.10845230519771576,-0.15082226693630219,0.05445431172847748,-0.15632236003875732,0.4043503403663635,0.6552474498748779,-0.23233440518379211,-0.3996772766113281,-0.049708060920238495,-0.2918054163455963,-0.7404574155807495,-0.7396181225776672,-1.270511507987976,0.10331809520721436,0.24154411256313324,0.39711785316467285,-0.9135240912437439,-0.12638996541500092,0.27956855297088623,1.2869367599487305,0.10936550796031952,0.2955811321735382,0.42851972579956055,0.07207059860229492,0.7108327746391296,-0.20948302745819092,0.41421496868133545,-0.7568508982658386,0.3906949460506439,-0.6168777346611023,-0.5912635922431946,-1.281312108039856,0.6676126718521118,-0.04743584990501404,-0.14045360684394836,-0.9056163430213928,-0.3595060110092163,0.24377033114433289,1.1738202571868896,0.9685110449790955,1.6223812103271484,-0.2772335112094879,0.057811710983514786,0.18039244413375854,0.6043941974639893,0.6020030975341797,-0.05474894493818283,0.9511925578117371,-0.009809926152229309,-0.5892683267593384,-0.01853298395872116,-0.22558024525642395,0.19800671935081482,-0.4264504909515381,0.44981491565704346,0.08379895985126495,1.4300570487976074,0.20283302664756775,0.22449079155921936,0.25183993577957153,0.3309277296066284,-0.04183200001716614,-0.07940109819173813,-1.9774906635284424,0.18357406556606293,-0.49066802859306335,0.050472378730773926,-0.14743593335151672,0.1286245882511139,0.43517932295799255,0.34460097551345825,0.5291632413864136,-0.18195682764053345,-0.37915483117103577,0.2721916735172272,-0.27709946036338806,-0.45312070846557617,0.16123269498348236,0.4409722089767456,-0.2543773651123047,-0.33539822697639465,-0.3358628749847412,0.7696435451507568,0.4640173017978668,-0.16304868459701538,-0.2393692433834076,-0.3719635307788849,0.050160277634859085,0.43090707063674927,-0.7634565830230713,0.36192935705184937,-0.8810943365097046,0.2897017300128937,-0.576200008392334,-0.5328946113586426,-0.6709249019622803,1.3640828132629395,-0.4971274435520172,-0.16859054565429688,-0.8016695380210876,-0.016111508011817932,1.4989203214645386,0.08092695474624634,-0.3691581189632416,0.617448627948761,0.16619737446308136,-0.4020819664001465,-0.4340057969093323,0.6019035577774048,-0.3724827468395233,0.473495751619339,-0.800297200679779,-0.7613356113433838,0.9406328797340393,0.2448311150074005,0.04057507961988449,-0.04750754311680794,-1.217232584953308,0.14634516835212708,0.26974740624427795,0.09483689069747925,0.3284938931465149,-0.6240936517715454,0.2359471321105957,1.2617692947387695,-0.06033693253993988,-1.4816560745239258,0.06764518469572067,0.014921065419912338,0.8896815180778503,0.03551428020000458,-0.41173866391181946,0.8818590641021729,0.12166204303503036,-0.24572134017944336,-0.01252564787864685,1.1587071418762207,0.6148162484169006,-0.3510870337486267,0.05307696387171745,-0.0377325601875782,0.40909507870674133,0.04737753048539162,-0.14484941959381104,0.21224665641784668,-0.793114423751831,-0.03732077032327652,0.30674225091934204,1.463548183441162,0.5938981771469116,0.07500526309013367,-0.09587930142879486,0.3880818486213684,-0.3368123769760132,-0.8054504990577698,-0.04506925493478775,0.08915361762046814,-0.43665367364883423,0.8517460227012634,0.0020750537514686584,-0.2276618778705597,0.7876501083374023,1.0723724365234375,0.0059969015419483185,-0.4597863256931305,-0.8512996435165405,1.2250683307647705,-0.7812842130661011,-0.4568411409854889,-0.515984296798706,0.40678519010543823,-0.1980917900800705,0.14008258283138275,0.4916367530822754,-0.43074125051498413,-0.712354302406311,-0.04462242126464844,-0.09276421368122101,-1.006605625152588,0.7577253580093384,0.35677826404571533,0.890590250492096,0.4298994541168213,0.034714553505182266,-0.3224012553691864,-0.5587133765220642,0.24392284452915192,0.7684188485145569,0.09086350351572037,-0.4836050570011139,-0.7216452956199646]},"workflow":{"author":"@@official.shinkai","description":"Analyzes input to provide concise recommendations for improving processes. It focuses on extracting actionable advice from content descriptions. The output consists of a bulleted list of up to three brief suggestions.","name":"Extract_algorithm_update_recommendations","raw":"\n workflow Extract_algorithm_update_recommendations v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert interpreter of the algorithms described for doing things within content. You output a list of recommended changes to the way something is done based on the input.\n\n# Steps\n\nTake the input given and extract the concise, practical recommendations for how to do something within the content.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a bulleted list of up to 3 algorithm update recommendations, each of no more than 15 words.\n\n# OUTPUT EXAMPLE\n\n- When evaluating a collection of things that takes time to process, weigh the later ones higher because we naturally weigh them lower due to human bias.\n- When performing web app assessments, be sure to check the /backup.bak path for a 200 or 400 response.\n- Add \\\"Get sun within 30 minutes of waking up to your daily routine.\\\"\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert interpreter of the algorithms described for doing things within content. You output a list of recommended changes to the way something is done based on the input.\n\n# Steps\n\nTake the input given and extract the concise, practical recommendations for how to do something within the content.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a bulleted list of up to 3 algorithm update recommendations, each of no more than 15 words.\n\n# OUTPUT EXAMPLE\n\n- When evaluating a collection of things that takes time to process, weigh the later ones higher because we naturally weigh them lower due to human bias.\n- When performing web app assessments, be sure to check the /backup.bak path for a 200 or 400 response.\n- Add \\\"Get sun within 30 minutes of waking up to your daily routine.\\\"\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.665908932685852,0.9074391722679138,-0.3669809401035309,-0.017496192827820778,0.14325648546218872,-0.01622934639453888,-0.6804433465003967,-0.12436484545469284,0.22286543250083923,0.1881159543991089,-0.2776181399822235,0.9258570671081543,0.8649165630340576,-0.28892865777015686,0.15186727046966553,0.29639551043510437,0.13662870228290558,0.11801712214946747,-1.1731393337249756,-0.5843787789344788,0.24766671657562256,1.007643699645996,0.08662500232458115,-0.16050533950328827,0.45752453804016113,-0.084788016974926,-0.40648144483566284,-0.7253524661064148,-0.12769518792629242,-1.1656948328018188,1.253692865371704,0.3277539610862732,-0.43090084195137024,-0.4706686735153198,-0.6063653230667114,-0.836001455783844,-0.2958599627017975,-0.2545717656612396,-0.25355127453804016,-0.05644792690873146,-0.014179736375808716,0.427940309047699,-0.6341354846954346,-0.2976303994655609,-0.0971880629658699,-0.38658270239830017,0.2883235812187195,-0.23567970097064972,0.49055537581443787,0.19725161790847778,0.0809122771024704,-0.35602134466171265,-0.5195170640945435,-0.0537559911608696,-0.3934045135974884,-0.7701607942581177,-0.28311821818351746,-0.08946433663368225,-0.1736704409122467,0.22616250813007355,0.4536040723323822,0.011220358312129974,-3.5087454319000244,-0.25587135553359985,-0.1114991307258606,-0.21731004118919373,0.545102596282959,-0.5716405510902405,-0.39136338233947754,-0.5075510144233704,-0.32272854447364807,0.4042690098285675,0.5570347905158997,0.09297408908605576,0.06352849304676056,0.1324509084224701,0.06163032352924347,-0.3730303645133972,0.1367676854133606,-0.33393847942352295,-0.33011624217033386,0.5820677280426025,-0.22565753757953644,0.17045749723911285,-0.7490172386169434,0.9636488556861877,-0.898546040058136,-0.5191903114318848,0.09971866011619568,0.08540066331624985,0.6834427714347839,-1.2829275131225586,0.12338020652532578,0.11098914593458176,-0.5079867243766785,-0.05812155455350876,0.0942545235157013,0.1903219223022461,0.250936359167099,3.5572166442871094,1.0898926258087158,0.8023491501808167,0.5114128589630127,-0.4047229588031769,0.21759968996047974,-0.50904381275177,-0.33730536699295044,0.07440631836652756,0.199347123503685,-0.005641760304570198,0.4693724513053894,-0.5740228295326233,-0.5668289661407471,0.036223284900188446,-0.14261728525161743,0.6440208554267883,-0.8543963432312012,-0.16995300352573395,0.49779537320137024,0.35414615273475647,-0.26157674193382263,0.39832258224487305,0.17770327627658844,-0.43994513154029846,-0.28542324900627136,0.20323917269706726,0.09680350124835968,0.5623001456260681,0.13386787474155426,0.023993154987692833,-0.1630849838256836,0.12997014820575714,-0.8011271357536316,-0.13380500674247742,-0.10074590146541595,0.011936947703361511,-0.13561011850833893,-1.1370536088943481,0.6164097785949707,-0.8100332617759705,-0.10937198996543884,-1.1082359552383423,0.22209635376930237,0.026279296725988388,1.0207550525665283,0.7430322170257568,0.28998273611068726,0.12506213784217834,-0.38557806611061096,-0.38454586267471313,0.08151761442422867,0.9786526560783386,0.004112883470952511,0.3003700375556946,0.21556711196899414,0.4445180594921112,-0.8599370718002319,-0.2983415424823761,-0.7354257702827454,0.25368207693099976,-0.014348119497299194,-0.2251579910516739,0.6751845479011536,-0.23837541043758392,0.5642195343971252,-0.19991427659988403,0.25181150436401367,0.23898127675056458,0.18501406908035278,0.21215595304965973,0.6354190707206726,-0.5271722078323364,0.4325154721736908,0.6328641176223755,-0.16970886290073395,-0.22473064064979553,0.05386298894882202,-0.06824063509702682,0.7051334381103516,-0.010764658451080322,0.9034300446510315,0.17122560739517212,-0.2939617335796356,-0.613671600818634,-0.5842111706733704,-0.01368294283747673,0.18127590417861938,0.2083393931388855,0.8563395738601685,1.097663402557373,-0.42403846979141235,2.1657214164733887,-0.10890690237283707,-0.6121318340301514,0.099458709359169,0.02465115115046501,-0.2926274538040161,0.2632361650466919,1.0889110565185547,-0.26397138833999634,-0.4032895565032959,0.4956119656562805,-0.4125770628452301,-0.19507375359535217,-0.2565225064754486,-0.41249263286590576,-0.2794019281864166,0.06865034997463226,-0.2970019578933716,-0.9067628383636475,-0.08046621084213257,0.14208510518074036,0.9540703892707825,0.524734616279602,0.42939406633377075,0.5865070819854736,-0.0032958611845970154,0.5233292579650879,0.3209199905395508,0.4644201099872589,-0.16852349042892456,-0.09804441779851913,-0.5072416663169861,-0.8304679989814758,-1.1261792182922363,0.5858845114707947,0.2487931251525879,0.03767181187868118,-0.5087451338768005,0.08927279710769653,0.03353863209486008,1.6156628131866455,0.7234058976173401,1.0832350254058838,0.7121991515159607,0.2999385893344879,-0.27288126945495605,0.5657538175582886,0.6764626502990723,-0.12233833223581314,0.9659289717674255,-0.3641151189804077,-0.17387700080871582,0.48935753107070923,-0.18737933039665222,0.2331940233707428,-0.9952641725540161,0.0186937153339386,0.09606938064098358,1.0804228782653809,-0.14216890931129456,0.1694246232509613,0.4115257263183594,0.3940477967262268,0.7153304815292358,-0.015472128987312317,-1.3938525915145874,0.22040967643260956,-0.5634356141090393,0.12485724687576294,-0.13535615801811218,-0.10618890821933746,0.5256612300872803,0.07198195159435272,0.1543647050857544,-0.7476189732551575,-0.7476760149002075,-0.012719791382551193,-0.033641498535871506,-0.6660171151161194,-0.027210906147956848,0.02797667682170868,-0.45340651273727417,-0.9581896662712097,0.05056324601173401,0.6216805577278137,0.47772836685180664,0.08836047351360321,-0.19969531893730164,-0.4083346426486969,0.5492672324180603,0.036808617413043976,0.20074176788330078,0.3017292022705078,-0.6041216850280762,0.12144197523593903,-0.5855461955070496,-0.6247566938400269,-0.2298959493637085,1.2665646076202393,-0.3636561930179596,-0.4106176495552063,-0.2667057514190674,0.009792394936084747,1.3327528238296509,0.29336053133010864,0.07596121728420258,0.5824906229972839,0.38937631249427795,-0.5129416584968567,-0.35827943682670593,0.08634737133979797,-0.3483900725841522,0.07649710774421692,-0.42948117852211,-0.610567569732666,0.4955337643623352,0.09382541477680206,-0.2160431146621704,0.2225482314825058,-1.1342498064041138,-0.40180110931396484,-0.31812089681625366,0.20879776775836945,0.7408751249313354,-0.947222888469696,0.6084973216056824,0.09757841378450394,0.165251687169075,-1.7968933582305908,-0.4084000885486603,0.23222434520721436,1.1231976747512817,-0.27003055810928345,-0.257171094417572,0.7501599192619324,-0.28829967975616455,-0.00022115185856819153,-0.23264214396476746,1.47308349609375,0.581851601600647,-0.5845012068748474,0.08759774267673492,0.2142331898212433,0.41637155413627625,-0.2826666235923767,-0.14056701958179474,-0.4083085060119629,-0.5080664157867432,-0.32615867257118225,0.45612290501594543,0.6623360514640808,0.8093570470809937,0.25574326515197754,-0.0690925344824791,0.14601629972457886,-0.9050496816635132,-1.151904582977295,0.34848159551620483,-0.05759282037615776,-0.8110215663909912,0.6295464038848877,-0.23647277057170868,-0.21833989024162292,0.48911532759666443,0.7729078531265259,-0.2667950689792633,0.09452109038829803,-1.0515691041946411,1.9728524684906006,-0.2890186607837677,-0.5174532532691956,-0.09104365110397339,0.6931135058403015,-0.19959069788455963,0.007557816803455353,0.6706433892250061,0.0039759427309036255,-0.20646019279956818,-0.19556394219398499,0.5100713968276978,-0.5259798169136047,0.8292227983474731,0.12627160549163818,0.2949039340019226,-0.03710515797138214,0.24983130395412445,-0.10833485424518585,0.24031101167201996,0.15378156304359436,0.3950420022010803,-0.6142949461936951,-0.859116792678833,-0.9267447590827942]},"workflow":{"author":"@@official.shinkai","description":"Extracts key insights and valuable information from textual content, focusing on ideas, quotes, habits, and references. It aims to address the issue of information overload by providing a concise summary of the content's most meaningful aspects. The expected output includes summarized ideas, notable quotes, referenced materials, and habits worth adopting.","name":"Extract_article_wisdom","raw":"\n workflow Extract_article_wisdom v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n1. Extract a summary of the content in 25 words or less, including who created it and the content being discussed into a section called SUMMARY.\n\n2. Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n3. Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n4. Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n5. Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n6. Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n1. Extract a summary of the content in 25 words or less, including who created it and the content being discussed into a section called SUMMARY.\n\n2. Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n3. Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n4. Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n5. Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n6. Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.3582853078842163,0.4708196520805359,-0.2573305368423462,-0.23122429847717285,0.08310157060623169,0.712679386138916,-0.5216834545135498,0.06319065392017365,0.1882646530866623,0.17046310007572174,0.3397064208984375,0.5064306259155273,0.6629610061645508,-0.03996551036834717,0.020513467490673065,0.6305094361305237,-0.0031895674765110016,0.028974510729312897,-1.4493412971496582,-0.7006798386573792,-0.3021376132965088,0.7981412410736084,0.3093225657939911,0.17113210260868073,-0.12452368438243866,-0.38694053888320923,-0.5686971545219421,-0.2393522560596466,-0.05360829830169678,-0.9436348676681519,0.9643744826316833,-0.0394175723195076,-0.9365185499191284,-0.13145169615745544,-0.2245895266532898,-0.11192822456359863,0.05514327436685562,-0.06022770702838898,-0.06587903946638107,-0.20266878604888916,-0.17284756898880005,0.9983096122741699,-0.2766014635562897,-0.23488116264343262,0.18053095042705536,-0.09532929211854935,-0.15739232301712036,-0.16431188583374023,0.2194572389125824,0.18345732986927032,0.07143718004226685,-0.5642829537391663,-0.10981562733650208,-0.3344849646091461,-0.7100520730018616,-0.7245136499404907,-0.4216768741607666,-0.02445395104587078,0.6632990837097168,-0.033943839371204376,0.3959401249885559,0.14870767295360565,-3.1353492736816406,-0.32378166913986206,-0.1845148503780365,0.029460839927196503,0.26867613196372986,-0.4486015737056732,0.17650295794010162,-0.005383148789405823,0.14867615699768066,-0.12185259908437729,-0.20725807547569275,0.25362157821655273,-0.20246294140815735,-0.04997575655579567,-0.14218683540821075,0.031975291669368744,-0.19294597208499908,-0.033262524753808975,-0.3041553497314453,0.5228937864303589,-0.05147729814052582,0.24352391064167023,-0.6489705443382263,0.6363786458969116,-0.8625544905662537,-0.45443183183670044,-0.03999270498752594,0.47192952036857605,-0.17182084918022156,-1.4226410388946533,0.6020023226737976,-0.4060622751712799,-0.7426099181175232,0.1162879467010498,-0.0403028205037117,0.131476491689682,0.4544578790664673,3.429643392562866,0.6494360566139221,0.9957950115203857,-0.1747918725013733,-0.7588391900062561,0.7125718593597412,-0.463940292596817,0.08913253247737885,-0.22045722603797913,0.10065781325101852,-0.4067484438419342,0.7355064153671265,-0.7472724914550781,-0.2478584349155426,-0.21489021182060242,0.03018007054924965,0.5074801445007324,-0.3896782398223877,-0.12645402550697327,0.5155782103538513,-0.056238602846860886,-0.3538227081298828,0.2628050446510315,0.2805000841617584,-0.8657195568084717,-0.07216645777225494,-0.21528509259223938,-0.4284984767436981,0.6933994293212891,0.6473341584205627,0.2391122430562973,-0.2035461962223053,0.36971819400787354,-0.6936489939689636,0.1035860925912857,0.0872153788805008,-0.3571743667125702,0.2449587881565094,-1.1699016094207764,0.6728261709213257,-1.0445793867111206,-0.18275514245033264,-1.0004185438156128,-0.135429248213768,1.1282238960266113,0.7627050876617432,0.614913284778595,0.6749994158744812,-0.05411606281995773,-0.8042720556259155,-0.27244046330451965,0.03950445353984833,0.6190623641014099,0.2688297927379608,-0.3505438566207886,0.01904548704624176,-0.1960258185863495,-0.7001760005950928,0.574794590473175,-1.1667455434799194,0.6396275758743286,0.29382649064064026,-0.27342548966407776,0.49806639552116394,0.030594922602176666,0.08189208060503006,-0.251342236995697,0.004082038998603821,-0.09666193276643753,0.13988660275936127,0.5960887670516968,-0.2262793779373169,-0.35352206230163574,0.6865391731262207,0.6443241834640503,-0.24839964509010315,-0.28606289625167847,0.08064201474189758,0.0082659050822258,0.11373168230056763,-0.582649827003479,0.5768147706985474,0.2243998795747757,0.13303415477275848,-1.022945523262024,-0.6905248165130615,0.6412692666053772,0.2630566656589508,-0.12166225165128708,1.233739972114563,1.322547435760498,0.2252318263053894,1.78963041305542,0.4218273162841797,0.10185770690441132,-0.20436814427375793,0.363658607006073,-0.6744508743286133,-0.3666835427284241,0.7425114512443542,0.26109838485717773,-0.4464324116706848,0.16784434020519257,-0.7727963328361511,-0.5960574150085449,-0.9213495254516602,-0.13103239238262177,-0.2225833386182785,0.2532578706741333,0.3590010404586792,-1.1143766641616821,-0.2712789475917816,0.689600944519043,0.4058648943901062,0.38199540972709656,0.561129093170166,-0.04112126678228378,0.7217181324958801,-0.24700656533241272,0.4665224254131317,0.4266294538974762,-0.2770399749279022,0.18345698714256287,-0.7728517055511475,-0.8368997573852539,-0.8478710055351257,0.8921632170677185,0.09242448955774307,-0.12950220704078674,-0.5440052151679993,0.34163254499435425,0.0664546936750412,0.24998924136161804,0.5150110125541687,1.599329948425293,-0.22263279557228088,0.52821946144104,0.28956371545791626,0.42820170521736145,0.6250426769256592,-0.7980276942253113,1.1535003185272217,0.2760545015335083,-0.5849289298057556,0.20699061453342438,0.130738765001297,0.45934465527534485,-0.91450434923172,0.168878436088562,0.2454083263874054,1.4410738945007324,-0.5971881747245789,0.2799467146396637,0.2927059233188629,0.6635628342628479,0.42455214262008667,0.003309972584247589,-1.8080105781555176,0.2830832898616791,-0.3135358989238739,-0.2569064199924469,-0.16066935658454895,-0.09852784872055054,0.536120593547821,0.2218179851770401,0.36978426575660706,-1.0129722356796265,-0.39060869812965393,-0.08877386897802353,-0.1549164354801178,-0.3185472786426544,-0.021897798404097557,0.22005721926689148,-0.4567028284072876,-0.43581342697143555,0.25108659267425537,0.5028099417686462,0.18327729403972626,-0.2972095012664795,-0.20516443252563477,-0.5897968411445618,0.4815513491630554,-0.08004385232925415,0.016038019210100174,0.1800997108221054,-0.7721837759017944,0.44194990396499634,-0.07302390038967133,-0.6066633462905884,-0.7570604085922241,1.6248482465744019,-0.29872724413871765,-0.09119237959384918,-0.3000401258468628,-0.6187980771064758,1.3207229375839233,-0.1387268453836441,0.19869424402713776,0.49511319398880005,0.46628808975219727,-0.33989381790161133,-0.5287772417068481,0.1397903561592102,-0.4869540333747864,0.1028652936220169,-0.8564035892486572,-0.5599541664123535,0.604077160358429,0.033370960503816605,0.21585234999656677,0.1632731854915619,-0.9838788509368896,-0.6864880323410034,0.1619192659854889,0.0028316229581832886,0.8975988626480103,-0.47061699628829956,0.9130731225013733,0.3696591854095459,-0.06802535057067871,-1.3265981674194336,-0.39862340688705444,0.10382591933012009,0.44607532024383545,-0.17331799864768982,-0.007259387522935867,0.741252601146698,-0.3761449158191681,-0.23254919052124023,-0.15228943526744843,1.6757490634918213,0.46208640933036804,-0.3487136960029602,-0.0979297012090683,-0.21969136595726013,0.7909640073776245,-0.43208688497543335,0.20597542822360992,-0.6016057729721069,-0.31218329071998596,0.26758554577827454,0.8494474291801453,1.3264868259429932,0.6569575071334839,-0.2827526330947876,-0.04007431119680405,0.18601784110069275,-0.693149983882904,-0.9371513724327087,-0.11690270900726318,0.7713611125946045,-0.40143463015556335,0.6733494400978088,-0.21867965161800385,-0.03816777840256691,1.0957392454147339,0.127940833568573,0.2208714634180069,0.2548356354236603,-0.9030751585960388,1.4374219179153442,-0.4078046977519989,0.005240321159362793,0.018106020987033844,0.14511005580425262,-0.5298625826835632,0.23542624711990356,0.44013771414756775,0.21837705373764038,0.202536478638649,-0.017954140901565552,0.4531194567680359,-1.0570484399795532,0.8246352672576904,0.8123031854629517,0.35959625244140625,0.19342400133609772,-0.08572220057249069,-0.1037793755531311,-0.16026267409324646,-0.5695220232009888,0.8543413281440735,-0.7317981123924255,-0.9108723402023315,-1.4348182678222656]},"workflow":{"author":"@@official.shinkai","description":"Summarizes a book's key content by extracting 50 to 100 of its most interesting ideas. The process involves a deep dive into the book's insights, prioritizing them by interest and insightfulness. The output is a concise list of bulleted ideas, limited to 20 words each.","name":"Extract_book_ideas","raw":"\n workflow Extract_book_ideas v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Scour your memory for everything you know about this book. \n\n- Extract 50 to 100 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Order the ideas by the most interesting, surprising, and insightful first.\n\n- Extract at least 50 IDEAS from the content.\n\n- Extract up to 100 IDEAS.\n\n- Limit each bullet to a maximum of 20 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat IDEAS.\n\n- Vary the wording of the IDEAS.\n\n- Don't repeat the same IDEAS over and over, even if you're using different wording.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Scour your memory for everything you know about this book. \n\n- Extract 50 to 100 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Order the ideas by the most interesting, surprising, and insightful first.\n\n- Extract at least 50 IDEAS from the content.\n\n- Extract up to 100 IDEAS.\n\n- Limit each bullet to a maximum of 20 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat IDEAS.\n\n- Vary the wording of the IDEAS.\n\n- Don't repeat the same IDEAS over and over, even if you're using different wording.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5322679877281189,0.6119173169136047,-0.18088041245937347,-0.25328123569488525,0.2689072787761688,0.5129543542861938,-0.7981299161911011,0.11056947708129883,0.35100653767585754,0.19461996853351593,0.6854575872421265,0.49953213334083557,0.09816085547208786,0.24799604713916779,0.35264068841934204,0.7659465074539185,-0.1560109406709671,-0.19399206340312958,-1.1095328330993652,-0.6053578853607178,0.04164781793951988,0.7012330889701843,0.016945041716098785,0.45934075117111206,-0.06895311921834946,-0.21667681634426117,-0.25248822569847107,-0.7024573087692261,-0.3171919584274292,-1.1224678754806519,0.639839231967926,0.39546266198158264,-0.793087899684906,-0.6838637590408325,-0.20391139388084412,-0.30113187432289124,-0.05120579153299332,0.0317256897687912,-0.20105217397212982,-0.2496533840894699,-0.09837985038757324,0.7391181588172913,-0.35645580291748047,0.036462828516960144,-0.030110366642475128,-0.29957613348960876,0.01296838466078043,-0.04252314567565918,0.7148768901824951,0.04848785698413849,0.042578164488077164,-0.4347011148929596,-0.12257342040538788,-0.17968566715717316,-0.4917091727256775,-0.531446099281311,-0.7175294160842896,0.38897427916526794,0.6873206496238708,-0.26147669553756714,0.277884840965271,0.08662876486778259,-3.4225382804870605,-0.21787129342556,-0.07023617625236511,0.3337559401988983,0.5921756029129028,-0.2819457948207855,0.45025670528411865,-0.6160519123077393,0.08791974186897278,-0.12003067880868912,-0.3219551742076874,0.15830117464065552,0.026387996971607208,-0.1369805634021759,-0.21797886490821838,-0.03771904855966568,-0.08731679618358612,0.42351454496383667,-0.18259212374687195,0.8146806955337524,-0.39103636145591736,0.186029314994812,-0.5482016205787659,0.45870441198349,-0.7054452300071716,-0.7336938977241516,-0.10365711152553558,0.27810853719711304,-0.08092428743839264,-1.2324895858764648,-0.15367896854877472,-0.13745532929897308,-0.3959100842475891,0.21808454394340515,-0.37587693333625793,0.23755069077014923,0.3825758695602417,3.5906479358673096,0.6890818476676941,0.4853176176548004,0.07895134389400482,-0.7331014275550842,0.6809338331222534,-0.8610411286354065,-0.21466366946697235,-0.2606758177280426,-0.40114057064056396,0.11487194150686264,0.5555762052536011,-0.6768418550491333,-0.5676774978637695,0.18754228949546814,0.27298831939697266,0.20243971049785614,-0.20599603652954102,-0.34192052483558655,0.21161490678787231,0.025907285511493683,-0.5309641361236572,0.37220537662506104,0.25408461689949036,-0.34233829379081726,0.015998423099517822,-0.48607707023620605,-0.15760131180286407,0.7204219698905945,0.47279155254364014,0.4920998513698578,-0.22667628526687622,0.212269589304924,-0.9143710732460022,0.10691419243812561,-0.29395362734794617,-0.7833098769187927,0.3287440538406372,-0.9750977158546448,0.6847002506256104,-0.934567928314209,0.016884565353393555,-1.0584442615509033,0.05775757133960724,1.2102559804916382,1.1076409816741943,0.2875383794307709,0.3133343458175659,0.05996622517704964,-1.0909265279769897,0.11036823689937592,0.3718414306640625,0.9688150882720947,0.18718880414962769,-0.13025856018066406,0.21900439262390137,-0.21865057945251465,-0.9851754307746887,0.5776159763336182,-1.0553466081619263,0.6298223733901978,-0.1851605325937271,-0.5418848991394043,0.5081128478050232,-0.0051947832107543945,0.4372856616973877,-0.6579059958457947,0.3507615327835083,-0.532184898853302,0.35426780581474304,0.25414416193962097,-0.4810869097709656,-0.08397767692804337,0.7081277966499329,0.8738054633140564,0.06027993559837341,-0.3438930809497833,0.33681488037109375,-0.05832131952047348,-0.11055555939674377,-0.21510696411132812,0.9109196662902832,0.12895572185516357,-0.005322664976119995,-1.029099941253662,-0.6392524838447571,0.3513129949569702,0.34823688864707947,0.2010064721107483,1.385892629623413,1.1713749170303345,-0.017184577882289886,1.352972149848938,0.14807429909706116,0.41372114419937134,-0.13146163523197174,-0.030393771827220917,-0.4257836937904358,-0.34419190883636475,0.8270244598388672,0.04448963329195976,-0.671249508857727,-0.0784841850399971,-0.4346960783004761,-0.5535708665847778,-0.895503044128418,-0.36892879009246826,-0.3832584321498871,0.34189778566360474,0.4035760760307312,-0.912757933139801,-0.0826706737279892,0.7683837413787842,0.2721850872039795,0.08672826737165451,0.42359066009521484,0.20323090255260468,0.4229918420314789,0.5462636351585388,-0.016057590022683144,0.3896713852882385,-0.4390772581100464,0.07852377742528915,-0.7163870930671692,-0.8568413257598877,-0.8299881815910339,0.7539227604866028,0.15418478846549988,-0.41758882999420166,-0.6789321899414062,0.08448407799005508,-0.2568126618862152,0.6008051633834839,0.9771917462348938,0.8595705628395081,-0.14209961891174316,0.5654361248016357,0.33345362544059753,0.3576776087284088,0.7766834497451782,-0.37212321162223816,0.7611838579177856,-0.07836401462554932,-0.3965908885002136,0.08601729571819305,0.3181350827217102,0.4258510172367096,-0.8291047811508179,0.48677313327789307,0.44851377606391907,1.2977886199951172,-0.40878692269325256,0.6127098798751831,-0.08278530836105347,0.6198993921279907,0.17184635996818542,0.23915332555770874,-1.609594464302063,0.2642472982406616,-0.321645051240921,-0.06966884434223175,-0.1171722561120987,-0.39266207814216614,0.11135955154895782,0.4398001432418823,0.6442310810089111,-0.4378104507923126,-0.2133137583732605,-0.31795740127563477,-0.19744671881198883,-0.3323317766189575,-0.14603587985038757,0.5638287663459778,-0.3975077271461487,-0.2128276228904724,0.24510109424591064,0.7775626182556152,0.28695061802864075,-0.3186001181602478,-0.4480418562889099,-0.5968688726425171,0.20889562368392944,0.24311991035938263,-0.0857245996594429,0.30043327808380127,-0.8107115626335144,0.6047873497009277,-0.21206724643707275,-0.544937789440155,-0.7912968993186951,1.1719393730163574,-0.327739417552948,-0.48263993859291077,-0.533212423324585,-0.35048559308052063,1.325890302658081,-0.07017537951469421,-0.3080785274505615,0.279477059841156,0.430057168006897,-0.19252532720565796,-0.6050549745559692,0.22593286633491516,-0.47094467282295227,0.22663405537605286,-0.8153654336929321,-0.5998533368110657,1.016760230064392,0.25420695543289185,0.42522165179252625,0.17608314752578735,-1.1442960500717163,-0.41555365920066833,0.36763015389442444,-0.039197929203510284,0.4984826147556305,-0.5561872124671936,0.4706384837627411,0.7864173650741577,-0.11426599323749542,-1.1232434511184692,-0.13790059089660645,0.1304876208305359,0.37293121218681335,0.004880309104919434,0.012202264741063118,0.7398372888565063,-0.7910557389259338,-0.4616638123989105,0.05693192780017853,1.6316308975219727,0.44336676597595215,-0.18928028643131256,-0.26783573627471924,-0.2759157717227936,0.6203356385231018,-0.3549019992351532,0.05839119851589203,0.03995072841644287,-0.7801564931869507,0.11042310297489166,0.3579452335834503,1.2206695079803467,0.7446466684341431,-0.4694357216358185,-0.0511142835021019,0.13752366602420807,-0.5270835757255554,-0.8460924029350281,-0.030588768422603607,0.23881648480892181,-0.2338629513978958,0.6125219464302063,-0.37093406915664673,0.30139005184173584,1.159804105758667,0.8207496404647827,0.24649281799793243,0.23115183413028717,-0.9374667406082153,1.549960970878601,-0.6639518737792969,0.18152406811714172,-0.687731921672821,0.41811925172805786,0.10824254155158997,-0.07103408873081207,0.5455964207649231,-0.2094191610813141,-0.196380615234375,0.05169370397925377,0.4618983566761017,-1.2178071737289429,0.9784854650497437,0.979293704032898,0.649243950843811,-0.010793924331665039,-0.1393774449825287,-0.24847441911697388,-0.4953659772872925,-0.06094604358077049,1.088533639907837,-0.5365570783615112,-0.8114544749259949,-1.0729024410247803]},"workflow":{"author":"@@official.shinkai","description":"Summarizes a book's key content by extracting 50 to 100 of its most practical recommendations, prioritizing the most impactful advice. This process involves a thorough memory search to identify actionable insights. The output is formatted as an instructive, bullet-pointed list, limited to 20 words each.","name":"Extract_book_recommendations","raw":"\n workflow Extract_book_recommendations v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Scour your memory for everything you know about this book. \n\n- Extract 50 to 100 of the most practical RECOMMENDATIONS from the input in a section called RECOMMENDATIONS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Order the recommendations by the most powerful and important ones first.\n\n- Write all recommendations as instructive advice, not abstract ideas.\n\n\n- Extract at least 50 RECOMMENDATIONS from the content.\n\n- Extract up to 100 RECOMMENDATIONS.\n\n- Limit each bullet to a maximum of 20 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- Do not repeat IDEAS.\n\n- Vary the wording of the IDEAS.\n\n- Don't repeat the same IDEAS over and over, even if you're using different wording.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou take a book name as an input and output a full summary of the book's most important content using the steps and instructions below.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Scour your memory for everything you know about this book. \n\n- Extract 50 to 100 of the most practical RECOMMENDATIONS from the input in a section called RECOMMENDATIONS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Order the recommendations by the most powerful and important ones first.\n\n- Write all recommendations as instructive advice, not abstract ideas.\n\n\n- Extract at least 50 RECOMMENDATIONS from the content.\n\n- Extract up to 100 RECOMMENDATIONS.\n\n- Limit each bullet to a maximum of 20 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- Do not repeat IDEAS.\n\n- Vary the wording of the IDEAS.\n\n- Don't repeat the same IDEAS over and over, even if you're using different wording.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.3861544132232666,0.3980214595794678,-0.4800882935523987,-0.39966481924057007,-0.14693106710910797,0.3041155934333801,-0.538782000541687,-0.03292030841112137,-0.21979089081287384,0.4622036814689636,-0.35563457012176514,0.5248066186904907,0.6910514235496521,0.19614046812057495,0.1750607043504715,0.06003398448228836,0.4704757630825043,-0.17138907313346863,-1.8231682777404785,-0.2911257743835449,-0.32013991475105286,0.3089974522590637,0.7773229479789734,0.14679966866970062,0.03011656552553177,0.22906601428985596,-0.28850680589675903,-0.053074534982442856,-0.6834304928779602,-1.1124563217163086,1.2845804691314697,0.72002112865448,-0.13686133921146393,-0.7890421152114868,0.566238522529602,-0.31079670786857605,-0.11862589418888092,0.34155067801475525,-0.5626888275146484,-0.5135830640792847,0.2851281762123108,0.30859363079071045,-0.43542754650115967,0.006929520517587662,0.40860605239868164,-0.14191827178001404,0.2275780886411667,-0.16822832822799683,0.5104043483734131,0.4762026071548462,-0.3771820664405823,-0.6437438130378723,0.022139906883239746,-0.9156367778778076,-0.8927019834518433,-0.061571769416332245,-0.10037769377231598,-0.28342971205711365,0.512075662612915,0.17469073832035065,0.3682839572429657,0.29679998755455017,-2.7916486263275146,-0.26454734802246094,-0.16752195358276367,0.22846350073814392,-0.1717616319656372,0.025388695299625397,-0.6468644142150879,-0.14570720493793488,0.08269674330949783,0.01111605390906334,-0.5238797068595886,0.07468757033348083,-0.28282177448272705,-0.03509735316038132,0.49723803997039795,-0.1773262321949005,-0.16658200323581696,-0.053085096180438995,0.19182121753692627,0.5660406947135925,0.10262710601091385,-0.14878232777118683,-0.6500939130783081,0.4492386281490326,-0.5272254943847656,0.14407125115394592,0.5839292407035828,0.7865473031997681,0.07773426175117493,-0.648270308971405,1.1642251014709473,-0.0020873285830020905,0.05098133906722069,0.14010995626449585,0.006278727203607559,0.01688505709171295,-0.026351548731327057,3.697272777557373,0.7645341753959656,0.3991004526615143,0.5369661450386047,-0.9111613035202026,0.41042327880859375,-0.2402622550725937,-0.16962161660194397,0.15104959905147552,0.16201582551002502,-0.45011135935783386,0.3812691271305084,-0.7592963576316833,-0.09324225783348083,-0.008213311433792114,-0.1651892215013504,0.5383822917938232,-0.817383348941803,-0.4460664391517639,0.03771982342004776,0.5191760063171387,-0.1050141304731369,0.1865072399377823,0.3356843888759613,-0.5313090085983276,-0.21807518601417542,-0.37777772545814514,-0.7667023539543152,0.7531819939613342,-0.5042266845703125,-0.18524359166622162,-0.2850121557712555,0.7182374000549316,-0.7522449493408203,0.24306799471378326,0.7824296951293945,0.06604982912540436,0.7354636192321777,-0.4617721736431122,0.5911628007888794,-1.21592378616333,-0.2345220446586609,-0.763983964920044,0.33703744411468506,0.3862447440624237,0.5149176120758057,0.6384323835372925,0.15624693036079407,0.03191494941711426,-0.5189362168312073,-0.9465650916099548,0.0886496752500534,0.3695822060108185,0.10293389856815338,-0.2663412094116211,0.3593909740447998,-0.2841116487979889,-0.27555811405181885,0.26834213733673096,-0.8885511159896851,0.5119574666023254,0.01186925545334816,-0.011391999199986458,0.04788663238286972,0.1763765662908554,0.1798231303691864,-0.45625758171081543,0.23918531835079193,0.10258163511753082,-0.13869038224220276,0.09228278696537018,0.17430484294891357,-0.1926250159740448,0.6720637679100037,0.38225001096725464,-0.79262375831604,-0.3102325201034546,-0.2771979868412018,0.15259599685668945,0.04051966220140457,-0.3160557746887207,1.1060322523117065,0.6682326197624207,-0.044269949197769165,-1.4163507223129272,-0.49538689851760864,0.951545238494873,0.3485664427280426,-0.3422462046146393,0.866228461265564,0.8840516805648804,-1.3509278297424316,1.8127727508544922,-0.14614522457122803,-0.06995584815740585,-0.24011680483818054,0.1637125164270401,0.12355221807956696,-0.3722253441810608,0.8566635847091675,0.5640436410903931,-0.30157724022865295,-0.32012635469436646,-0.899959921836853,-0.17906516790390015,-0.5038830041885376,-0.1884113848209381,-0.12908048927783966,0.6818090081214905,-0.006115451455116272,-0.4841000735759735,-0.46786436438560486,0.020598486065864563,1.0828571319580078,0.15705199539661407,1.138742208480835,0.4591643810272217,0.47369319200515747,-0.206710547208786,0.47260668873786926,0.4863069951534271,-0.15332606434822083,0.8380102515220642,-0.9240846037864685,-0.6742621064186096,-0.6673535704612732,0.6305667757987976,-0.48172706365585327,-0.17611275613307953,-0.33374911546707153,0.26770564913749695,0.5862686038017273,0.5270383954048157,0.8754870295524597,0.8994117379188538,-0.34942418336868286,0.13068827986717224,-0.3268505036830902,0.670506477355957,0.43133869767189026,-0.8109261393547058,1.0507590770721436,-0.03676158934831619,-0.6973395347595215,0.043079957365989685,0.028844207525253296,0.14340409636497498,-0.43122410774230957,0.3662651777267456,-0.054109834134578705,1.2327139377593994,-0.31192639470100403,0.4953823685646057,0.4578050971031189,0.33930912613868713,-0.3428260385990143,-0.030382268130779266,-1.8672473430633545,0.6914561986923218,0.03617548197507858,0.17158818244934082,-0.1050233319401741,-0.1506987363100052,0.6119358539581299,-0.22691234946250916,0.048678189516067505,-0.40909644961357117,-1.092897653579712,0.04527094215154648,-0.1667388677597046,0.19772452116012573,0.26454541087150574,0.10983800143003464,-0.338919997215271,0.1267506182193756,0.1677817702293396,0.31181231141090393,-0.43830910325050354,0.11449066549539566,-0.293670654296875,-0.29952019453048706,-0.09617701917886734,0.17264927923679352,-0.2530452609062195,-0.24924848973751068,-0.7327994704246521,0.1255463808774948,-0.23928764462471008,-1.1152113676071167,-0.7394375801086426,1.4903008937835693,-0.583054780960083,-0.428799033164978,-0.35335949063301086,-0.10007736086845398,1.4328759908676147,0.29704588651657104,0.05465002730488777,0.6127526164054871,-0.03220129758119583,-0.7138746380805969,0.31022435426712036,0.46693897247314453,0.04012499377131462,0.5614327192306519,-1.2495720386505127,-0.3568509519100189,0.35767316818237305,-0.32730358839035034,0.13697803020477295,-0.12470722198486328,-1.0188525915145874,-0.08995383232831955,0.11447951197624207,-0.13356855511665344,1.328801155090332,-0.05257156863808632,0.5643535852432251,0.7437622547149658,0.689378559589386,-1.668191909790039,-0.9149942398071289,0.6161829829216003,0.5755971074104309,-0.14697012305259705,0.11065128445625305,0.36636412143707275,-0.7632983326911926,0.2707476317882538,-0.2759820222854614,1.3095933198928833,0.2202356904745102,-0.28829285502433777,-0.16951292753219604,0.1673750877380371,1.0107728242874146,-0.5047176480293274,-0.3707248270511627,-0.3004976809024811,0.05176130682229996,-0.3014064133167267,0.4996143579483032,1.2920656204223633,0.29608553647994995,0.12130661308765411,-0.18920141458511353,0.40524929761886597,-0.931577742099762,-1.2860727310180664,-0.17803004384040833,0.8444249033927917,-0.12898752093315125,0.5788418054580688,-0.11242318898439407,-0.5262613296508789,0.7372770309448242,0.25716274976730347,-0.4469650685787201,0.14778298139572144,-0.7834926247596741,1.2852437496185303,-0.1347610354423523,-0.8824126720428467,-0.6571543216705322,0.22617167234420776,0.09230764210224152,0.038115136325359344,-0.3059554100036621,-0.15088781714439392,0.053118571639060974,-0.20364749431610107,0.06616196036338806,-0.1257936656475067,0.1252356469631195,0.3806031048297882,0.9736932516098022,-0.14993789792060852,0.2763887941837311,0.03146520256996155,0.15267910063266754,-0.3009810447692871,0.2868195176124573,-0.23884117603302002,-0.7151776552200317,-1.4684196710586548]},"workflow":{"author":"@@official.shinkai","description":"The prompt outlines a process for identifying and elaborating on innovative business ideas. It focuses on extracting top business concepts from provided content and then refining the best ten by exploring adjacent possibilities. The expected output includes two sections: a list of extracted ideas and a detailed elaboration on the top ten ideas, ensuring uniqueness and differentiation.","name":"Extract_business_ideas","raw":"\n workflow Extract_business_ideas v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a business idea extraction assistant. You are extremely interested in business ideas that could revolutionize or just overhaul existing or new industries.\n\nTake a deep breath and think step by step about how to achieve the best result possible as defined in the steps below. You have a lot of freedom to make this work well.\n\n## OUTPUT SECTIONS\n\n1. You extract the all the top business ideas from the content. It might be a few or it might be up to 40 in a section called EXTRACTED_IDEAS\n\n2. Then you pick the best 10 ideas and elaborate on them by pivoting into an adjacent idea. This will be ELABORATED_IDEAS. They should each be unique and have an interesting differentiator.\n\n## OUTPUT INSTRUCTIONS\n\n1. You only output Markdown.\n2. Do not give warnings or notes; only output the requested sections.\n3. You use numbered lists, not bullets.\n4. Do not repeat ideas, quotes, facts, or resources.\n5. Do not start items in the lists with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a business idea extraction assistant. You are extremely interested in business ideas that could revolutionize or just overhaul existing or new industries.\n\nTake a deep breath and think step by step about how to achieve the best result possible as defined in the steps below. You have a lot of freedom to make this work well.\n\n## OUTPUT SECTIONS\n\n1. You extract the all the top business ideas from the content. It might be a few or it might be up to 40 in a section called EXTRACTED_IDEAS\n\n2. Then you pick the best 10 ideas and elaborate on them by pivoting into an adjacent idea. This will be ELABORATED_IDEAS. They should each be unique and have an interesting differentiator.\n\n## OUTPUT INSTRUCTIONS\n\n1. You only output Markdown.\n2. Do not give warnings or notes; only output the requested sections.\n3. You use numbered lists, not bullets.\n4. Do not repeat ideas, quotes, facts, or resources.\n5. Do not start items in the lists with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.19946719706058502,0.6697342991828918,-0.22181372344493866,0.15113478899002075,-0.2927491068840027,0.23595550656318665,-0.9589521884918213,-0.2490459680557251,-0.07240056991577148,0.28382277488708496,-0.2904249429702759,0.7500237226486206,0.30801236629486084,0.3556451201438904,0.21535219252109528,-0.041115954518318176,-0.29154714941978455,-0.9368005394935608,-1.7907679080963135,-0.00231783464550972,0.321002721786499,0.3773314952850342,0.18332010507583618,0.2943285405635834,-0.3639209270477295,0.10364244878292084,0.17727147042751312,0.1399076282978058,-1.1577602624893188,-1.8177490234375,0.8260523080825806,-0.04180888831615448,-0.15602631866931915,-0.6692848205566406,0.1911437213420868,-1.0262374877929688,-0.4691174328327179,-0.02237468957901001,-0.8327810168266296,-0.253415048122406,-0.10289373248815536,0.2688964307308197,-0.07708554714918137,-0.1284087896347046,0.5103383660316467,-0.5578376054763794,0.45407694578170776,-0.04758724942803383,0.5927255749702454,0.12434042245149612,-0.7868995666503906,-0.7708001732826233,0.02277952805161476,-0.2491072118282318,-0.44640445709228516,-0.01792171597480774,0.4708455801010132,-0.033903103321790695,0.4567391574382782,-0.3646320104598999,-0.2636112570762634,0.3523273468017578,-4.092611789703369,-0.16101382672786713,0.151640385389328,0.27769413590431213,-0.005922275595366955,0.026540836319327354,-0.14048010110855103,0.09303776919841766,-0.23076459765434265,0.01215625274926424,-0.4188233017921448,0.21109679341316223,-0.14358454942703247,-0.04085785150527954,0.20070920884609222,0.3377920091152191,0.12303885817527771,-0.309207558631897,0.01906997710466385,0.9231811165809631,0.28449225425720215,-0.2719617486000061,-0.8317392468452454,0.7825458645820618,-0.5500496029853821,0.16097033023834229,0.29944807291030884,0.34893593192100525,-0.05679551884531975,-0.27190637588500977,0.5838410258293152,-0.522995114326477,-1.1172906160354614,0.4229319095611572,-0.15190240740776062,0.17514726519584656,-0.08426067978143692,3.6826276779174805,0.5087222456932068,-0.005040671676397324,0.6775786280632019,-0.4378509521484375,0.3839636743068695,-0.2800683379173279,-0.04716147482395172,-0.44252145290374756,0.0035452363081276417,0.04258403927087784,0.3088570237159729,-0.5068254470825195,-0.004261955618858337,-0.08437201380729675,0.13551904261112213,0.5067846179008484,-0.46915602684020996,0.3666685223579407,-0.17700926959514618,0.9641454815864563,-0.14101539552211761,0.21969351172447205,-0.43377596139907837,-0.5673440098762512,0.09551218152046204,-0.22322463989257812,-0.24144266545772552,0.7245200276374817,0.2141682207584381,-0.22733359038829803,0.13579565286636353,-0.31552574038505554,-0.7966071367263794,0.06276919692754745,0.5508320331573486,-0.3573211133480072,0.3827260136604309,-0.5374000072479248,0.2298838198184967,-0.8463014960289001,-0.08312058448791504,-1.3251711130142212,0.8343312740325928,0.18408310413360596,0.676017165184021,0.5239349603652954,-0.4358367323875427,0.3149946630001068,-0.4179651737213135,-0.6498172283172607,-0.04558192566037178,0.47407084703445435,0.02605132758617401,0.40357810258865356,0.9255437254905701,0.09647432714700699,0.195972740650177,-0.221771240234375,-0.9781310558319092,0.4538835287094116,0.11661094427108765,-0.43807128071784973,-0.043971434235572815,0.4791244864463806,0.39367783069610596,-0.4250248670578003,0.19203922152519226,0.12726908922195435,0.5357210636138916,-0.05077338218688965,0.19367435574531555,-0.01749306172132492,0.8028988838195801,0.6551176309585571,-0.3805171549320221,0.04620955511927605,-0.6241209506988525,0.06607239693403244,0.2384045124053955,-0.5255738496780396,0.5154106020927429,0.560941755771637,-0.1976734697818756,-0.7009459137916565,-0.22647550702095032,0.3550318479537964,0.4766060411930084,0.2872639298439026,0.47102826833724976,0.6408945918083191,-1.0620298385620117,1.7253557443618774,-0.5782611966133118,0.08840034902095795,0.29590973258018494,-0.05167330056428909,0.3350580334663391,0.1511097401380539,0.49398791790008545,0.1479625552892685,-0.5468523502349854,-0.33745068311691284,-0.5697367787361145,-0.28967779874801636,0.13383527100086212,-0.3731781542301178,-0.07259771972894669,-0.013269775547087193,0.05679016932845116,-0.3892795741558075,0.0011598877608776093,0.32726526260375977,0.9934259653091431,0.4706864058971405,0.5029929876327515,0.2784424424171448,0.02870163694024086,-0.21828261017799377,-0.09354206174612045,0.6968646049499512,0.32994207739830017,0.15863171219825745,-0.6966050267219543,-0.5319083333015442,-0.9053581357002258,0.05852850526571274,-0.06589040905237198,-0.1409159004688263,-0.2910250127315521,0.1631924957036972,0.130258709192276,0.5680757164955139,0.029144108295440674,1.2871835231781006,0.37365394830703735,0.106085866689682,0.1637428104877472,0.24082987010478973,0.21273589134216309,-0.5938893556594849,0.606393039226532,0.368103951215744,-0.41413599252700806,0.045819953083992004,-0.30579355359077454,-0.7442474365234375,-0.05240568518638611,-0.0853843092918396,-0.09078087657690048,1.9306106567382812,0.12230276316404343,-0.2987535893917084,0.6394001841545105,0.349941611289978,0.09241983294487,-0.06796584278345108,-2.2526681423187256,-0.2601642608642578,-0.033982694149017334,0.5671135187149048,0.010265354067087173,0.02913516014814377,0.5720881223678589,0.4599699079990387,0.21642771363258362,0.00017466023564338684,-0.5693997144699097,-0.20591065287590027,-0.47809967398643494,-0.42574915289878845,-0.6978122591972351,0.41051173210144043,-0.35960888862609863,0.15985432267189026,-0.4304152727127075,0.006462849676609039,0.24405372142791748,0.08121804893016815,0.11945637315511703,-0.19717763364315033,0.4773305058479309,0.028793977573513985,0.29817378520965576,0.14987383782863617,-0.41127336025238037,-0.09231637418270111,-0.6490124464035034,0.2472069263458252,-0.7430524826049805,0.3228480815887451,-0.4046042859554291,-0.3895210027694702,-0.7397439479827881,-0.06287690997123718,1.4037163257598877,-0.048798903822898865,0.5556850433349609,0.5629898905754089,0.09033071249723434,-0.04407479614019394,-0.0982983410358429,0.1207987442612648,-0.25509265065193176,-0.2780545949935913,-0.9293820858001709,-0.26003628969192505,0.49877774715423584,0.09707990288734436,-0.3699418008327484,0.26085251569747925,-0.6198835968971252,-0.2436247617006302,-0.12473469972610474,0.34146085381507874,0.29643702507019043,-0.409934937953949,0.1277146339416504,0.6478052139282227,-0.04587523639202118,-1.8534903526306152,-0.3843514323234558,0.5668576955795288,0.3838002681732178,-0.46551376581192017,-0.39654260873794556,0.46055006980895996,0.06292108446359634,0.19482629001140594,0.0596381276845932,1.4123387336730957,0.4088681638240814,0.07829157263040543,-0.1105097234249115,0.11160057038068771,0.6595121622085571,-0.013964653015136719,0.4546903371810913,-0.11702584475278854,-4.708766937255859e-6,0.062040064483881,0.485703706741333,1.4382574558258057,-0.07489632070064545,0.46696820855140686,-0.16231562197208405,0.43681079149246216,-0.5235376954078674,-1.2998615503311157,0.7712475061416626,0.1663007140159607,-0.1985694169998169,1.2082561254501343,0.2205168902873993,-0.4320104122161865,0.6266091465950012,0.7136043906211853,-0.34090015292167664,0.2152336686849594,-0.3900326192378998,1.3842887878417969,-0.2839561998844147,-0.5830457806587219,-0.49538061022758484,0.4482696056365967,-0.40426772832870483,0.1311909258365631,0.10455578565597534,0.04395268112421036,-0.33657407760620117,0.25634944438934326,0.2222108542919159,-0.3767539858818054,0.34139493107795715,0.16930866241455078,0.7948722243309021,-0.1460743099451065,-0.061615027487277985,0.3571433424949646,0.50778728723526,-0.46542662382125854,0.43602120876312256,-0.07603578269481659,-0.7842326760292053,-0.09950734674930573]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Extract_controversial_ideas","raw":"\n workflow Extract_controversial_ideas v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are super-intelligent AI system that extracts the most controversial statements out of inputs.\n\n# GOAL \n\n- Create a full list of controversial statements from the input.\n\n# OUTPUT\n\n- In a section called Controversial Ideas, output a bulleted list of controversial ideas from the input, captured in 15-words each.\n\n- In a section called Supporting Quotes, output a bulleted list of controversial quotes from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure you get all of the controversial ideas from the input.\n\n- Output the output as Markdown, but without the use of any asterisks.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are super-intelligent AI system that extracts the most controversial statements out of inputs.\n\n# GOAL \n\n- Create a full list of controversial statements from the input.\n\n# OUTPUT\n\n- In a section called Controversial Ideas, output a bulleted list of controversial ideas from the input, captured in 15-words each.\n\n- In a section called Supporting Quotes, output a bulleted list of controversial quotes from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Ensure you get all of the controversial ideas from the input.\n\n- Output the output as Markdown, but without the use of any asterisks.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.006231749430298805,0.5417261719703674,-0.3306792080402374,-0.39262863993644714,-0.07995288074016571,0.2028580904006958,-0.4772694408893585,-0.5614467859268188,-0.5547197461128235,0.46806031465530396,-0.14449447393417358,0.4967096447944641,0.36101844906806946,-0.05849441885948181,0.17229337990283966,0.07304594665765762,-0.6361701488494873,-0.8259963989257812,-1.3050940036773682,0.011831916868686676,0.3357985317707062,-0.06962934136390686,0.5143120288848877,0.7282772660255432,0.09821437299251556,-0.0638897567987442,-0.6441605687141418,0.12489287555217743,-0.06609494984149933,-1.1685190200805664,0.9513444304466248,0.3215888440608978,-0.3451305031776428,-0.5312692523002625,-0.1487886905670166,-0.25275662541389465,0.40619444847106934,0.5015366077423096,-0.18202289938926697,-0.7829768657684326,-0.27902793884277344,0.8707619905471802,-0.3876512050628662,-0.1828753650188446,-0.11213669925928116,0.09966985136270523,0.21786130964756012,0.08303266763687134,0.9597475528717041,0.35927116870880127,0.05784003809094429,-0.07518382370471954,-0.501103937625885,-0.4392123818397522,-1.0586496591567993,-0.5226949453353882,-0.08711428940296173,-0.6526545286178589,0.43689578771591187,0.08011365681886673,0.3629834055900574,0.005577497184276581,-3.2846028804779053,-0.6999616622924805,0.44520264863967896,0.11909426748752594,-0.2264246642589569,-0.149129718542099,0.07974913716316223,-0.11052774637937546,-0.3324931561946869,-0.019072236493229866,-0.4203607141971588,0.1750572919845581,0.2972159683704376,0.07806126028299332,-0.0013769064098596573,0.4176536500453949,0.6548726558685303,-0.12760311365127563,0.04054894298315048,0.6215026378631592,0.02101977728307247,0.09948080778121948,0.1329847127199173,0.6800183057785034,-0.7648435235023499,-0.302970290184021,0.2190808355808258,0.5444036722183228,-0.2339845597743988,-0.8465695381164551,0.3823286294937134,0.030047297477722168,-1.0167659521102905,0.2888738512992859,-0.2801129221916199,-0.17432567477226257,0.662638247013092,3.8136894702911377,1.0544843673706055,0.1465943604707718,0.4744924306869507,-1.032884120941162,0.633367121219635,-0.9775295257568359,0.04139060154557228,-0.03199257701635361,0.314418762922287,0.4861645996570587,0.08196483552455902,-0.8740381002426147,-0.26616889238357544,-0.0726843774318695,-0.1568489670753479,0.7947911024093628,-0.47224098443984985,0.047795459628105164,0.39841392636299133,-0.06258483231067657,-0.21730747818946838,0.7053132653236389,0.18234960734844208,-0.17356809973716736,0.2566626965999603,0.4119965136051178,0.27461346983909607,0.7781376838684082,0.18050146102905273,-0.23650886118412018,0.2046269178390503,0.7054481506347656,-0.9641342759132385,0.1290103644132614,-0.10558465123176575,-0.6315941214561462,0.515245795249939,-0.8086468577384949,0.2597813308238983,-0.7823663353919983,0.2693483233451843,-1.008217692375183,0.4761282801628113,-0.03131701797246933,1.1284937858581543,-0.041250020265579224,-0.4233296513557434,0.34464535117149353,-0.2955201268196106,0.0648891031742096,-0.25900161266326904,0.715801477432251,-0.06824343651533127,-0.16379979252815247,0.2111889123916626,-0.08775392919778824,-0.3035989999771118,-0.15290912985801697,-0.6930656433105469,0.26291728019714355,0.31337517499923706,0.06374485790729523,0.23418766260147095,-0.2369847148656845,0.8736655116081238,0.4047347605228424,0.6865938901901245,0.17673853039741516,0.09457796066999435,0.7231919169425964,0.21746569871902466,-0.42603346705436707,0.554460346698761,0.4424426257610321,0.1607852727174759,0.025878584012389183,0.38063719868659973,-0.30484095215797424,0.4302104711532593,-0.4598517417907715,0.6223104596138,0.21903423964977264,0.26892879605293274,-0.5704244375228882,0.3503459692001343,0.402617871761322,-0.12853622436523438,-0.22936797142028809,0.662290096282959,0.14457030594348907,-0.9723981022834778,1.877995252609253,-0.17519423365592957,-0.01122923195362091,0.24025021493434906,0.028462927788496017,0.052208706736564636,0.31193065643310547,0.19408245384693146,0.27094709873199463,-0.16508111357688904,0.2964293956756592,-0.62901771068573,0.08341483771800995,-0.7800350785255432,-0.1627061814069748,-0.21627216041088104,0.39695239067077637,0.19591845571994781,-0.6467388868331909,-0.6032953858375549,0.1886511743068695,1.2292819023132324,0.42882296442985535,0.586269736289978,-0.40971916913986206,0.14594489336013794,-0.020959731191396713,-0.6215770244598389,0.21793091297149658,0.2683759033679962,-0.016607172787189484,-0.9464157819747925,-0.7381675839424133,-1.0036778450012207,0.18434518575668335,-0.18492737412452698,0.06767423450946808,-0.5596550107002258,0.5356971621513367,0.9122893214225769,0.903097927570343,-0.042664073407649994,1.0007036924362183,0.9586326479911804,0.4546908140182495,0.17337554693222046,-0.008132360875606537,0.9846415519714355,-0.4808182120323181,0.23706522583961487,-0.7642941474914551,-0.36540085077285767,0.4504402279853821,-0.25991278886795044,0.8759117126464844,-0.09582136571407318,0.21577703952789307,0.048958756029605865,1.079209566116333,0.24476221203804016,-0.4462989568710327,0.7333499193191528,0.48407286405563354,-0.35836055874824524,-0.15324774384498596,-1.7750061750411987,0.5146156549453735,-0.17241384088993073,0.11260372400283813,0.22968748211860657,-0.47306469082832336,0.34991082549095154,-0.11851280182600021,0.10076049715280533,-0.2749992609024048,-0.9610307812690735,-0.6125527620315552,0.0811830684542656,-0.6512807011604309,-0.1017829030752182,0.3291284441947937,-0.6786409616470337,-0.09441942721605301,-0.2723161578178406,-0.03779566287994385,-0.045099176466464996,-0.21031707525253296,-0.558281660079956,-0.3428046703338623,0.1391296535730362,0.32449647784233093,0.6361309289932251,0.328183650970459,0.027872234582901,-0.3922494947910309,-0.19650499522686005,-0.48753827810287476,-0.5786713361740112,1.272625207901001,-0.4947807192802429,-0.24835318326950073,-0.5588697195053101,-0.19470372796058655,1.7740384340286255,0.2377369999885559,-0.11283856630325317,0.7494111657142639,0.7187598943710327,0.4101213812828064,-0.7201429009437561,0.5046250820159912,-0.15946181118488312,0.5916512608528137,-1.3289031982421875,-0.09375529736280441,-0.18262751400470734,0.10585826635360718,-0.5263151526451111,-0.00006337836384773254,-0.7287025451660156,-0.03868327662348747,-0.19789735972881317,-0.5153777003288269,0.29266440868377686,-0.6456542015075684,0.3680811822414398,-0.32270416617393494,0.17687219381332397,-2.1376264095306396,-0.10325069725513458,0.16669601202011108,0.4626818001270294,-0.639855146408081,-0.1952495276927948,-0.26505231857299805,0.0494881197810173,0.3847152292728424,-0.06205376237630844,1.5303010940551758,0.26567554473876953,-0.29209065437316895,-0.4156113266944885,0.2029411792755127,0.49843090772628784,-0.8646057844161987,-0.09594275057315826,-0.34907639026641846,-0.7290357351303101,0.113276407122612,0.24622894823551178,1.1505000591278076,0.4518909454345703,0.2933639585971832,-0.16604596376419067,0.4221441149711609,-0.5956282615661621,-0.785451352596283,0.38140401244163513,-0.09092821925878525,-0.9060020446777344,0.5020800828933716,0.10505859553813934,-0.0606980100274086,0.6018138527870178,0.7997294068336487,-0.6019972562789917,-0.07542543858289719,-0.6293524503707886,1.486242413520813,0.308662474155426,-0.2200983464717865,0.08138527721166611,0.7442790865898132,-0.17855533957481384,-0.044003650546073914,0.055021774023771286,-0.3130894601345062,0.18157778680324554,0.1418013572692871,-0.3022443950176239,-0.21344324946403503,0.6241046190261841,0.16807226836681366,0.40920713543891907,0.2841596305370331,-0.5626375079154968,-0.07095754146575928,0.38646507263183594,-0.043418534100055695,0.23179227113723755,-0.35543951392173767,-1.0132331848144531,-0.257291316986084]},"workflow":{"author":"@@official.shinkai","description":"Identifies and lists extraordinary claims from conversations, focusing on those rejected by the scientific community or based on misinformation. The process involves deep analysis to pinpoint statements that defy accepted scientific truths, such as denying evolution or the moon landing. The output is a detailed list of quotes, ranging from 50 to 100, showcasing these claims.","name":"Extract_extraordinary_claims","raw":"\n workflow Extract_extraordinary_claims v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert at extracting extraordinary claims from conversations. This means claims that:\n\n- Are already accepted as false by the scientific community.\n- Are not easily verifiable.\n- Are generally understood to be false by the consensus of experts.\n\n# STEPS\n\n- Fully understand what's being said, and think about the content for 419 virtual minutes.\n\n- Look for statements that indicate this person is a conspiracy theorist, or is engaging in misinformation, or is just an idiot.\n\n- Look for statements that indicate this person doesn't believe in commonly accepted scientific truth, like evolution or climate change or the moon landing. Include those in your list.\n\n- Examples include things like denying evolution, claiming the moon landing was faked, or saying that the earth is flat.\n\n# OUTPUT\n\n- Output a full list of the claims that were made, using actual quotes. List them in a bulleted list.\n\n- Output at least 50 of these quotes, but no more than 100.\n\n- Put an empty line between each quote.\n\nEND EXAMPLES\n\n- Ensure you extract ALL such quotes.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert at extracting extraordinary claims from conversations. This means claims that:\n\n- Are already accepted as false by the scientific community.\n- Are not easily verifiable.\n- Are generally understood to be false by the consensus of experts.\n\n# STEPS\n\n- Fully understand what's being said, and think about the content for 419 virtual minutes.\n\n- Look for statements that indicate this person is a conspiracy theorist, or is engaging in misinformation, or is just an idiot.\n\n- Look for statements that indicate this person doesn't believe in commonly accepted scientific truth, like evolution or climate change or the moon landing. Include those in your list.\n\n- Examples include things like denying evolution, claiming the moon landing was faked, or saying that the earth is flat.\n\n# OUTPUT\n\n- Output a full list of the claims that were made, using actual quotes. List them in a bulleted list.\n\n- Output at least 50 of these quotes, but no more than 100.\n\n- Put an empty line between each quote.\n\nEND EXAMPLES\n\n- Ensure you extract ALL such quotes.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.22385673224925995,0.442039430141449,0.004656042903661728,0.10382446646690369,0.33196786046028137,0.29146936535835266,-0.7974655628204346,-0.47608789801597595,-0.0508841872215271,0.29486310482025146,0.06621968746185303,1.0020792484283447,0.3854065239429474,0.11525695770978928,0.24358411133289337,0.4404323995113373,0.3855106830596924,-0.3713969886302948,-1.728872299194336,-0.7567909359931946,-0.48873066902160645,0.777702808380127,0.4775339365005493,0.2814928889274597,0.061512649059295654,0.1527245044708252,-0.5064749717712402,-0.06720422953367233,0.1070864349603653,-1.108741283416748,0.7193543910980225,0.11570031940937042,-0.2911701798439026,-0.1757916808128357,-0.07541035860776901,-0.41432449221611023,-0.1072113960981369,0.06114383041858673,-0.25098100304603577,-0.28230270743370056,0.2590438425540924,0.1351589560508728,-0.44813790917396545,-0.16109013557434082,0.2550733685493469,-0.23560094833374023,0.0985545814037323,-0.020851951092481613,0.1567510962486267,-0.10899625718593597,0.19711200892925262,-0.4559873938560486,-0.28574642539024353,-0.13948799669742584,-0.9024172425270081,-0.3769904673099518,-0.30003121495246887,-0.11241765320301056,0.4597225785255432,0.15801261365413666,0.06133762001991272,-0.05817507207393646,-3.009237289428711,0.02168687805533409,-0.030776431784033775,-0.04183997958898544,0.28595277667045593,-0.5307555198669434,-0.23719803988933563,0.012675002217292786,0.17567571997642517,0.41373974084854126,-0.26488548517227173,-0.2520981729030609,-0.4437279999256134,-0.4029266834259033,0.17691747844219208,0.16339001059532166,0.22379052639007568,-0.07179522514343262,0.213311105966568,0.5335915088653564,-0.03162584453821182,0.6701351404190063,-0.6473719477653503,0.3899334669113159,-0.9671540260314941,-0.21354852616786957,0.0544409453868866,0.12278313934803009,-0.025147516280412674,-0.9289714694023132,0.6199507713317871,-0.21048548817634583,-0.5540649890899658,0.166316956281662,-0.09576202929019928,-0.2753751277923584,0.38758140802383423,3.647109270095825,0.9106172323226929,0.5109140276908875,0.38723140954971313,-0.4153738021850586,0.41723155975341797,-0.5963294506072998,-0.30757343769073486,-0.15994951128959656,0.08060073107481003,-0.1041443720459938,0.43472421169281006,-0.625706672668457,-0.4180159866809845,-0.5913512110710144,0.09783647209405899,0.9748486876487732,-0.5524097681045532,-0.23915919661521912,0.30681174993515015,0.455230712890625,-0.6413735151290894,0.03419859707355499,-0.048248495906591415,-0.5164598822593689,-0.08760539442300797,-0.1832582950592041,-0.7925114035606384,0.6516803503036499,0.1840488165616989,0.5044861435890198,0.0655701607465744,0.267272025346756,-0.9814952611923218,0.11680072546005249,0.20236654579639435,-0.3634662926197052,0.4598649740219116,-1.0410526990890503,0.4431745707988739,-0.9268984198570251,-0.003401339054107666,-0.9715521931648254,0.3885737657546997,0.43362000584602356,0.3042445480823517,0.7954712510108948,0.31439027190208435,-0.01544133573770523,-0.7483378052711487,-0.44493967294692993,-0.05470161512494087,0.34150034189224243,-0.1822652965784073,0.09182095527648926,0.3174349367618561,0.20226512849330902,-1.0388652086257935,0.1882808804512024,-1.4226417541503906,0.6570325493812561,0.20171710848808289,-0.10165542364120483,0.5534971356391907,0.0024976730346679688,0.19128626585006714,-0.5001713037490845,0.274059534072876,0.14831075072288513,0.13378915190696716,0.5405400395393372,0.04436921328306198,0.0016967952251434326,1.1292701959609985,0.6651720404624939,-0.40212684869766235,-0.14816106855869293,-0.3659113347530365,0.24027332663536072,0.1885334849357605,-0.2372414767742157,0.4529229402542114,0.16040921211242676,-0.20178845524787903,-0.4151642918586731,-0.6700617671012878,0.5596939921379089,0.32100698351860046,0.04889155924320221,1.202925443649292,0.6783827543258667,-0.34026747941970825,2.001328706741333,-0.08091996610164642,0.07213764637708664,-0.06777071952819824,0.11087243258953094,-0.6131759881973267,0.22551289200782776,0.9077475666999817,0.3103039264678955,-0.46476876735687256,0.13404354453086853,-0.022560816258192062,-0.4647494852542877,-0.42435315251350403,-0.22315067052841187,-0.35208502411842346,0.317195862531662,-0.12401925027370453,-1.2148698568344116,-0.316089004278183,0.4871590733528137,1.1694614887237549,0.5411930680274963,0.7680212259292603,0.28965407609939575,0.3803897500038147,-0.19880802929401398,0.3775652050971985,0.4979604482650757,-0.5196301341056824,0.12713761627674103,-1.3369479179382324,-0.766933262348175,-0.5124756097793579,0.7938162088394165,-0.35801053047180176,-0.4736923575401306,-0.4521814286708832,0.09221486747264862,0.39325690269470215,0.7820708155632019,0.5337346196174622,1.541790246963501,0.6605679392814636,0.10992951691150665,0.21355220675468445,0.43653517961502075,0.25098204612731934,0.24738435447216034,1.1670703887939453,0.02880178764462471,-0.4116508960723877,0.10286124050617218,-0.14540815353393555,0.1566370129585266,-0.6215830445289612,0.0713881105184555,0.6819963455200195,1.3864073753356934,0.5905010104179382,-0.03578057512640953,0.5319724678993225,0.21078626811504364,0.3367549777030945,-0.24719691276550293,-1.9256763458251953,0.3234138786792755,-0.5891637206077576,0.2816902697086334,0.05708019435405731,0.030369818210601807,1.1611629724502563,-0.14085344970226288,0.36932387948036194,-0.302732914686203,-0.46687185764312744,0.11981160938739777,-0.40391916036605835,0.09613191336393356,0.37579235434532166,0.07761107385158539,-0.509311854839325,-0.37977007031440735,0.1484973132610321,0.4104938805103302,-0.08333853632211685,-0.06631749123334885,-0.05053023248910904,-0.39274775981903076,0.2695383131504059,0.17310504615306854,-0.375419557094574,-0.21515564620494843,-0.8680815100669861,0.06737586855888367,-0.16789276897907257,-1.0231883525848389,-0.481442928314209,1.2157012224197388,-0.31486594676971436,-0.5534054040908813,-0.02653297781944275,-0.339611679315567,1.721272349357605,0.12373273074626923,-0.006734061986207962,0.38457050919532776,0.16382722556591034,-0.6386937499046326,0.15736547112464905,0.4700360596179962,-0.35064613819122314,-0.20291030406951904,-0.8245492577552795,-0.6222578883171082,0.4790548086166382,0.14456821978092194,0.0648723915219307,-0.23554101586341858,-1.229839563369751,-0.36832165718078613,0.388496071100235,0.014626748859882355,0.7470990419387817,-0.4949318766593933,0.49565136432647705,0.3182772397994995,-0.12294623255729675,-1.6685901880264282,-0.46339911222457886,0.615856409072876,1.2004737854003906,-0.36337146162986755,-0.45768246054649353,0.8763070106506348,-0.16202008724212646,-0.12478138506412506,-0.19839423894882202,1.6210460662841797,0.47125524282455444,-0.2904483675956726,-0.310197651386261,-0.3065665066242218,0.6290702819824219,-0.30710819363594055,-0.4247472882270813,-0.5701289176940918,-0.2702299952507019,-0.3051433265209198,0.5779500007629395,1.6016976833343506,0.2877187728881836,-0.14209605753421783,0.28306275606155396,0.2677328586578369,-0.3726962208747864,-1.5311485528945923,0.3490082025527954,0.6685993671417236,-0.6408701539039612,0.7960511445999146,0.13861551880836487,-0.3899688720703125,1.1131373643875122,0.22427824139595032,-0.07752716541290283,-0.11396573483943939,-0.6671032309532166,1.3831579685211182,-0.4006012976169586,-0.3705091178417206,-0.33326515555381775,0.40663081407546997,-0.4282633662223816,0.08889654278755188,0.5050511360168457,-0.08913964778184891,0.1277461051940918,-0.14640191197395325,0.01598629169166088,-0.8373934626579285,0.9386039972305298,0.14888225495815277,0.5602474212646484,-0.18051470816135406,-0.049351517111063004,0.1140107661485672,0.09852919727563858,-0.34067779779434204,0.4861786365509033,-0.7504690289497375,-0.8549839854240417,-1.3699122667312622]},"workflow":{"author":"@@official.shinkai","description":"Extracts and condenses insightful ideas from text into 15-word bullet points focusing on life's purpose and human progress. This process emphasizes capturing unique insights on specified themes. The output consists of a list of concise, thought-provoking ideas.","name":"Extract_ideas","raw":"\n workflow Extract_ideas v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nYou create 15 word bullet points that capture the most important ideas from the input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS: using 15 word bullets. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Extract at least 20 IDEAS from the content.\n\n- Only extract ideas, not recommendations. These should be phrased as ideas.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nYou create 15 word bullet points that capture the most important ideas from the input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS: using 15 word bullets. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Extract at least 20 IDEAS from the content.\n\n- Only extract ideas, not recommendations. These should be phrased as ideas.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.22042660415172577,0.7029151320457458,0.15742707252502441,-0.22176387906074524,0.22245405614376068,-0.12620851397514343,-0.35850346088409424,0.03974239528179169,0.07163597643375397,0.2050643414258957,0.04925929009914398,0.8747555017471313,0.3303757905960083,0.07883717864751816,0.11168491095304489,0.1391007900238037,0.44754722714424133,-0.39543765783309937,-1.5532646179199219,-0.7873950004577637,-0.2557930052280426,0.9212600588798523,0.47665923833847046,0.12219463288784027,0.3682267963886261,-0.09525199979543686,-0.4760904312133789,-0.122987762093544,-0.16025972366333008,-0.973763108253479,0.9334926605224609,-0.10668235272169113,-0.3235580027103424,0.028617992997169495,-0.2075943648815155,-0.6118272542953491,0.09889388829469681,-0.13111259043216705,-0.3759880065917969,-0.04787266254425049,-0.028306743130087852,0.3442149758338928,-0.5942680835723877,-0.1632368266582489,0.3869363069534302,-0.310883492231369,0.14261437952518463,0.23776975274085999,0.559245765209198,-0.11342112720012665,0.31009843945503235,-0.32620298862457275,-0.4418960213661194,0.06373968720436096,-1.0268152952194214,-0.8918265700340271,-0.2579813599586487,0.04749119654297829,0.2590867280960083,0.16715610027313232,0.030972536653280258,0.0028156638145446777,-3.052306652069092,-0.4971230924129486,0.08868838101625443,-0.15917551517486572,0.29505655169487,-0.4093666672706604,-0.27078917622566223,-0.02180562913417816,0.259894460439682,0.12163687497377396,-0.2119421362876892,-0.10601777583360672,-0.10948394984006882,-0.06770940870046616,-0.011791031807661057,0.22515869140625,0.3230234682559967,0.06066533550620079,0.10983284562826157,0.6644828915596008,-0.02854081802070141,0.5049099922180176,-0.5739715099334717,0.7232184410095215,-0.9960789084434509,-0.31332916021347046,0.1658686101436615,0.2145129293203354,-0.0909823328256607,-0.8019423484802246,0.11670343577861786,-0.1723112165927887,-0.3265678584575653,0.3330479860305786,-0.0015550144016742706,0.14461877942085266,0.3350564241409302,3.6743550300598145,1.0580708980560303,0.5101383924484253,0.21624082326889038,-0.6952371001243591,0.26331955194473267,-0.6691998839378357,-0.5319846272468567,-0.3419452905654907,0.34014269709587097,0.026618586853146553,0.39990881085395813,-0.8677672743797302,-0.5757001638412476,-0.6191407442092896,-0.015310135670006275,1.1730406284332275,-0.5363059043884277,0.08120673894882202,0.3408884108066559,-0.03791821375489235,-0.7003479599952698,0.35139885544776917,0.1620820164680481,-0.535695493221283,-0.18546073138713837,-0.12734182178974152,-0.3389938175678253,0.5455946922302246,0.34010711312294006,0.25928884744644165,0.028680115938186646,0.6403250098228455,-0.9627279043197632,0.19854149222373962,0.07444854080677032,-0.5131638646125793,0.35996580123901367,-0.8137503862380981,0.42445001006126404,-0.8846964240074158,-0.3225249648094177,-0.8922706842422485,0.2914851903915405,0.24205319583415985,0.8602631688117981,0.4167701303958893,0.2341659963130951,-0.08810771256685257,-0.6524533033370972,-0.12806838750839233,0.1880943775177002,0.5342738032341003,-0.029574032872915268,0.2789107859134674,0.2300340235233307,0.29779425263404846,-1.170219898223877,0.3370305299758911,-1.265060305595398,0.15129351615905762,0.08239090442657471,-0.173538476228714,0.3202642500400543,-0.6628021597862244,0.3288410007953644,-0.1854732185602188,0.5581848621368408,-0.10738908499479294,0.07069581747055054,0.8378970623016357,0.1108790934085846,-0.24592775106430054,1.0291765928268433,0.9883806705474854,-0.2217143326997757,-0.11164440214633942,0.061282336711883545,-0.34513258934020996,0.1787634789943695,-0.18431514501571655,0.8087037205696106,0.5994524955749512,-0.08730952441692352,-0.4489152133464813,-0.4496105909347534,0.4478174149990082,0.06803224235773087,0.041302669793367386,1.1458710432052612,0.9234505891799927,-0.5164599418640137,2.366851568222046,0.07641959190368652,-0.14215035736560822,-0.22485798597335815,-0.004046084359288216,-0.6821836233139038,0.3720203638076782,0.839098334312439,0.36051318049430847,-0.2507082223892212,-0.0056088827550411224,-0.2761973440647125,-0.5704333782196045,-0.48029041290283203,-0.162583589553833,-0.2124861627817154,0.04383198171854019,0.10974302887916565,-1.1663199663162231,-0.3920261859893799,0.273903489112854,1.0810978412628174,0.2916760742664337,0.5840532779693604,0.1692274659872055,0.17771372199058533,-0.06970638036727905,-0.11123503744602203,0.18680357933044434,-0.434866726398468,0.19836270809173584,-1.1030977964401245,-0.7178481817245483,-0.6341288089752197,0.9092990159988403,-0.397143691778183,0.027576874941587448,-0.5573859214782715,0.0399039164185524,0.21795716881752014,0.9101104736328125,0.9236346483230591,1.5168843269348145,0.8337211608886719,0.029997937381267548,-0.1495284140110016,0.6664113998413086,0.6475677490234375,-0.18202243745326996,0.9396994113922119,-0.05133195221424103,-0.2586595416069031,0.395374596118927,0.28854966163635254,0.16847708821296692,-0.8435568809509277,0.24144768714904785,0.41103413701057434,1.2323572635650635,0.48966893553733826,-0.14235110580921173,0.5343241691589355,0.3295730650424957,0.5322441458702087,-0.17534250020980835,-1.7511916160583496,-0.00134752388112247,-0.6427171230316162,0.19825071096420288,0.041538894176483154,-0.3033979833126068,1.0095465183258057,-0.09668788313865662,0.3777880370616913,-0.4804149568080902,-0.5863140225410461,0.23547717928886414,-0.11640506982803345,-0.15042389929294586,0.38805750012397766,-0.07923154532909393,-0.43936997652053833,-0.787623405456543,-0.23378492891788483,0.29495587944984436,-0.09354277700185776,0.1553606390953064,-0.4454655945301056,-0.39457568526268005,0.37122923135757446,0.30500802397727966,-0.09967715293169022,0.11876519024372101,-0.5544455051422119,0.16955484449863434,-0.2614758610725403,-0.844527542591095,-0.9387865662574768,1.3756484985351562,-0.4037948250770569,-0.5795450210571289,-0.45541808009147644,-0.35386908054351807,1.673783779144287,0.14529754221439362,0.17448487877845764,0.33584365248680115,0.43525567650794983,-0.3621819019317627,-0.23991507291793823,0.17692029476165771,-0.4728393256664276,0.038448698818683624,-0.5769302845001221,-0.7720927000045776,0.45364922285079956,0.3064200282096863,0.07512431591749191,-0.1856730878353119,-0.9674544334411621,-0.2373681664466858,0.34016069769859314,0.0028353631496429443,0.6281368136405945,-0.7548204660415649,0.6412190794944763,0.3872436285018921,-0.2635771930217743,-1.6207199096679688,-0.5077611207962036,0.3574278950691223,1.0017324686050415,-0.32159948348999023,-0.2359338253736496,0.9569852948188782,-0.514091968536377,-0.21772736310958862,-0.2554827332496643,1.511734127998352,0.38304969668388367,-0.19457145035266876,-0.2115403264760971,-0.04748153313994408,0.5103564262390137,-0.40458551049232483,-0.3496262729167938,-0.3466835618019104,-0.5536590218544006,-0.6216641664505005,0.6801527142524719,1.621955394744873,0.5909321904182434,0.2192380130290985,-0.00030084140598773956,0.09327787160873413,-0.492942214012146,-1.4191936254501343,0.14575649797916412,0.7162714004516602,-0.6708853244781494,0.5208585262298584,0.014835476875305176,-0.03878815472126007,1.1041581630706787,0.17702126502990723,-0.2970946133136749,-0.020980454981327057,-0.5518139004707336,1.4663636684417725,-0.4472918212413788,-0.42789092659950256,-0.35689109563827515,0.5459104776382446,-0.5297749042510986,0.3143124580383301,0.3989330530166626,0.028304487466812134,-0.3644842505455017,0.07267184555530548,-0.016361016780138016,-0.8470683097839355,0.6057091951370239,0.19431161880493164,0.6936149001121521,-0.16941599547863007,0.06798431277275085,0.20743894577026367,-0.0539725124835968,-0.2138139307498932,0.6385623216629028,-0.6861461400985718,-0.849979043006897,-1.2062026262283325]},"workflow":{"author":"@@official.shinkai","description":"Extracts and condenses complex insights from text on profound topics into 15-word bullet points. This process emphasizes the extraction of nuanced, powerful ideas related to human and technological advancement. The expected output is a concise list of abstracted, insightful bullets.","name":"Extract_insights","raw":"\n workflow Extract_insights v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract surprising, powerful, and interesting insights from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nYou create 15 word bullet points that capture the most important insights from the input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS, and write them on a virtual whiteboard in your mind using 15 word bullets. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- From those IDEAS, extract the most powerful and insightful of them and write them in a section called INSIGHTS. Make sure you extract at least 10 and up to 25.\n\n# OUTPUT INSTRUCTIONS\n\n- INSIGHTS are essentially higher-level IDEAS that are more abstracted and wise.\n\n- Output the INSIGHTS section only.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract surprising, powerful, and interesting insights from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nYou create 15 word bullet points that capture the most important insights from the input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS, and write them on a virtual whiteboard in your mind using 15 word bullets. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- From those IDEAS, extract the most powerful and insightful of them and write them in a section called INSIGHTS. Make sure you extract at least 10 and up to 25.\n\n# OUTPUT INSTRUCTIONS\n\n- INSIGHTS are essentially higher-level IDEAS that are more abstracted and wise.\n\n- Output the INSIGHTS section only.\n\n- Each bullet should be 15 words in length.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8478964567184448,0.24282458424568176,-0.3751116693019867,-0.1447705626487732,0.21043463051319122,0.28532102704048157,-0.9883341193199158,0.11933156847953796,-0.46909675002098083,0.07909833639860153,-0.2273029088973999,0.770145833492279,0.585684597492218,-0.019925199449062347,0.27304765582084656,0.02695479243993759,0.3571908175945282,-0.40956538915634155,-1.2715656757354736,-0.11480113118886948,0.05253184214234352,0.9237850904464722,0.697938084602356,0.0392514243721962,-0.17724093794822693,0.2245579957962036,-0.2808757722377777,-0.4748852252960205,-0.7853496670722961,-1.2475494146347046,1.0314375162124634,0.16516079008579254,-0.11534737050533295,-0.48353061079978943,-0.08630592375993729,-0.9352644085884094,-0.18954381346702576,0.16411972045898438,-0.24802705645561218,-0.24062232673168182,0.6726536154747009,0.13724800944328308,-0.18377509713172913,-0.4593832194805145,0.47403761744499207,-0.1299053430557251,0.42151495814323425,-0.2947978973388672,0.7838318347930908,-0.1299658864736557,0.10965755581855774,-0.7369388937950134,-0.5297733545303345,-0.16069218516349792,-0.8760142922401428,-0.3737863600254059,0.03715996816754341,-0.15651801228523254,0.022451581433415413,-0.12891986966133118,0.016374338418245316,0.23604118824005127,-3.4098145961761475,-0.1523556262254715,0.1104181557893753,0.19564414024353027,0.25442591309547424,-0.679766058921814,-0.3567361831665039,-0.2690638303756714,-0.40463829040527344,0.15826663374900818,-0.4014589190483093,0.30233386158943176,-0.23192399740219116,0.018404260277748108,0.12089337408542633,0.23925405740737915,0.3949577808380127,-0.41966623067855835,-0.426870733499527,0.5846246480941772,0.025907309725880623,-0.08063787966966629,-0.924083948135376,0.6144334077835083,-0.526945948600769,-0.11919276416301727,0.18040695786476135,0.4218326807022095,0.5486295819282532,-0.32759717106819153,0.20869038999080658,-0.09828037023544312,0.06978081166744232,-0.18421489000320435,-0.10645236074924469,0.2994377017021179,0.11669333279132843,3.737217664718628,0.8687339425086975,-0.14375294744968414,0.7959872484207153,-0.7402786612510681,0.5270693302154541,-0.4286782443523407,-0.09229271858930588,-0.2842789590358734,-0.10224039107561111,-0.6567590236663818,0.8438726663589478,-0.9445552825927734,-0.2955697476863861,-0.23239994049072266,0.1100238561630249,0.9614480137825012,-0.5641257166862488,-0.49897322058677673,0.41169288754463196,0.735639214515686,-0.4469383955001831,-0.2875611186027527,-0.17318357527256012,-0.3146967589855194,-0.04444101080298424,0.1605636477470398,-0.07225334644317627,0.6004684567451477,0.20015770196914673,0.21633343398571014,-0.10457707196474075,0.35756802558898926,-1.1418640613555908,0.2589387893676758,0.32500776648521423,0.2470736801624298,0.5428697466850281,-0.8678017258644104,0.39673522114753723,-0.5560784339904785,-0.16268405318260193,-0.9307935833930969,0.6461942195892334,0.4159047305583954,0.5328277945518494,0.2755492925643921,0.022853028029203415,0.32687869668006897,-0.45730268955230713,-0.8307297229766846,0.29482215642929077,0.4111902415752411,0.10965216904878616,0.4732068181037903,0.299066960811615,-0.2936483919620514,-0.9241058230400085,0.13367098569869995,-1.1584960222244263,0.8663823008537292,-0.021038781851530075,0.0903678834438324,0.015223979949951172,0.044302359223365784,0.5480260848999023,-0.350417822599411,-0.0763883888721466,-0.311379998922348,0.027589518576860428,-0.06644456833600998,0.2722431719303131,-0.20479953289031982,0.770035982131958,0.3036342263221741,-0.5841090679168701,-0.712166965007782,-0.27619320154190063,0.02166658639907837,0.45795750617980957,-0.23307213187217712,0.8797696828842163,0.5404690504074097,-0.42959603667259216,-0.8143984079360962,-0.3980809450149536,0.30019843578338623,0.6027511954307556,0.15405288338661194,1.149124264717102,1.0723923444747925,-0.8516706228256226,1.6507505178451538,0.15989843010902405,-0.10918577760457993,-0.01762254349887371,0.4354327321052551,-0.13283228874206543,0.02880825847387314,0.5667036771774292,0.4470887780189514,-0.6667470932006836,-0.0828581303358078,-0.13172368705272675,-0.39854878187179565,-0.7169154286384583,-0.6403670310974121,-0.03325261175632477,0.5739517211914062,-0.06515134871006012,-0.47608599066734314,-0.31701162457466125,0.03554297238588333,1.0701239109039307,0.31017372012138367,0.6640172004699707,0.2680726945400238,-0.05815499275922775,0.08739939332008362,0.10510364919900894,0.6847532987594604,-0.35590651631355286,0.23653408885002136,-1.1559162139892578,-0.5999815464019775,-0.8855265974998474,0.6416109800338745,-0.6965025067329407,0.4095306992530823,-0.7417288422584534,-0.005174033343791962,0.17620980739593506,0.831634521484375,0.6148200631141663,1.5754038095474243,0.10993784666061401,0.23745781183242798,0.03895227611064911,0.6364001035690308,0.604560136795044,-0.5676547288894653,0.8025482296943665,0.3379295766353607,-0.3674167990684509,0.13295556604862213,-0.0038125887513160706,0.27864906191825867,-0.7075414061546326,0.08748345077037811,0.05343640595674515,0.95094233751297,0.38655877113342285,-0.1787690967321396,0.44508764147758484,0.5071258544921875,-0.4591091275215149,0.18524594604969025,-1.7683700323104858,-0.10573791712522507,-0.5391736626625061,0.2898770868778229,0.03327428549528122,0.30825451016426086,0.5260287523269653,0.028608404099941254,0.1366431713104248,-0.2069813758134842,-0.49681439995765686,0.056591615080833435,-0.5605717897415161,-0.0880347415804863,-0.03723016381263733,0.14120478928089142,-0.14425379037857056,-0.031108379364013672,-0.1053890660405159,-0.0894094929099083,0.06054007261991501,-0.07914800196886063,0.08271109312772751,-0.4698841869831085,0.14058077335357666,0.16690167784690857,-0.2521488666534424,-0.23313184082508087,-0.6863933801651001,0.07642228901386261,-0.37771478295326233,-1.0100562572479248,-0.6385741829872131,1.3817788362503052,-0.5804450511932373,-0.2637771666049957,-0.20911552011966705,0.2656574845314026,1.565590739250183,0.13618211448192596,0.3614489436149597,0.9339267015457153,0.24496127665042877,-0.5344156622886658,0.1915532946586609,0.35395801067352295,-0.0806993618607521,0.1793210208415985,-1.2007365226745605,-0.7981142997741699,0.8650327920913696,0.10995836555957794,-0.12729763984680176,-0.07034870982170105,-0.6978239417076111,-0.3846598267555237,-0.3132571578025818,-0.19190996885299683,1.0835070610046387,-0.2893986105918884,0.3458649516105652,0.725299596786499,0.0740969181060791,-1.7458800077438354,-0.5365208983421326,0.4386366009712219,0.9591289162635803,0.11008071899414062,-0.30903226137161255,0.7657556533813477,-0.3540225327014923,0.28196555376052856,-0.3190203011035919,1.832190752029419,0.2183377593755722,-0.32885274291038513,-0.30898573994636536,-0.20266927778720856,0.7226870059967041,-0.4011269807815552,-0.006718771532177925,-0.1283150613307953,-0.09492311626672745,-0.2206508368253708,0.2891514301300049,1.8382775783538818,0.42405396699905396,0.4517040252685547,-0.25540846586227417,0.2745412588119507,-0.5951666235923767,-1.4093374013900757,0.281821072101593,0.6791772842407227,-0.3186185956001282,0.4267524480819702,-0.17089734971523285,-0.5459041595458984,1.0715863704681396,0.5514841079711914,0.14856883883476257,-0.13557933270931244,-0.6019740104675293,1.5465161800384521,-0.20407983660697937,-0.6224664449691772,-0.39974281191825867,-0.004308292642235756,0.22808672487735748,0.0908333882689476,-0.22107146680355072,-0.22550559043884277,0.04980624467134476,-0.15303194522857666,0.13285526633262634,-0.6314788460731506,0.4692334234714508,0.5676736831665039,0.5180086493492126,-0.10857392847537994,0.142085000872612,0.1314416527748108,-0.06783252954483032,-0.22831939160823822,0.2598709464073181,-0.1495354175567627,-0.9353037476539612,-0.7960667014122009]},"workflow":{"author":"@@official.shinkai","description":"Extracts and highlights the most crucial or intriguing idea from any given content. This prompt emphasizes a methodical approach to identify and articulate the essence of the input. The expected output includes a concise main idea and a recommendation based on that idea.","name":"Extract_main_idea","raw":"\n workflow Extract_main_idea v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract the primary and/or most surprising, insightful, and interesting idea from any input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Fully digest the content provided.\n\n- Extract the most important idea from the content.\n\n- In a section called MAIN IDEA, write a 15-word sentence that captures the main idea.\n\n- In a section called MAIN RECOMMENDATION, write a 15-word sentence that captures what's recommended for people to do based on the idea.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not give warnings or notes; only output the requested sections.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract the primary and/or most surprising, insightful, and interesting idea from any input.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Fully digest the content provided.\n\n- Extract the most important idea from the content.\n\n- In a section called MAIN IDEA, write a 15-word sentence that captures the main idea.\n\n- In a section called MAIN RECOMMENDATION, write a 15-word sentence that captures what's recommended for people to do based on the idea.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not give warnings or notes; only output the requested sections.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.211509108543396,0.4004412889480591,-0.6697043776512146,0.09287876635789871,0.23875899612903595,-0.1181938424706459,-1.0803749561309814,-0.042427390813827515,-0.3441183269023895,0.2662968635559082,-0.5283834338188171,0.5835583209991455,-0.058308642357587814,-0.01015906035900116,0.662826418876648,0.12445890158414841,0.22258451581001282,-0.4721198081970215,-1.1654798984527588,-0.23452553153038025,0.18394210934638977,0.5580839514732361,0.21725809574127197,0.16371093690395355,0.5073708295822144,0.08541709929704666,-0.2151021659374237,-0.44835323095321655,-1.019658088684082,-0.8706797361373901,0.8241130113601685,0.558103084564209,-0.13438281416893005,-0.4410817325115204,0.6840581297874451,-0.36653977632522583,-0.02344690077006817,0.5848625898361206,-0.31351473927497864,-0.057090334594249725,-0.17664943635463715,0.6229504346847534,-0.11133614182472229,-0.10945425927639008,0.3114183247089386,-0.5362017154693604,0.3340141773223877,0.3701243996620178,1.1105717420578003,0.4260251522064209,-0.22762759029865265,-0.5630995035171509,-0.15739966928958893,-0.4607374370098114,-0.7931430339813232,-0.3015565872192383,-0.0432194322347641,-0.7948254942893982,0.4130968451499939,0.08155664801597595,0.14021381735801697,-0.032811239361763,-3.1507959365844727,0.011490359902381897,-0.24076569080352783,0.293320894241333,0.04745756834745407,-0.4218597114086151,0.2536333203315735,-0.26801449060440063,-0.5924380421638489,0.2919863760471344,-0.32883480191230774,0.6690198183059692,-0.03503124415874481,0.11673305183649063,0.7960168719291687,-0.0980742871761322,0.4038199186325073,-0.1691756397485733,-0.2972990572452545,0.35085543990135193,0.10774128139019012,-0.47066083550453186,-0.4098503887653351,0.6589879393577576,-0.4467994272708893,-0.09921946376562119,-0.16101273894309998,0.36001741886138916,0.13951796293258667,-0.3079548180103302,0.34902408719062805,0.13451099395751953,-0.10609542578458786,0.1468559205532074,-0.00959991104900837,0.15211641788482666,0.020247168838977814,3.3910698890686035,1.1300435066223145,-0.03320290893316269,0.1849854588508606,-0.7400683164596558,0.7418904900550842,-0.49465614557266235,0.03444429114460945,-0.08198391646146774,0.08063627034425735,-0.12982308864593506,0.5835802555084229,-0.4849051535129547,-0.47696372866630554,0.7531645894050598,0.33308008313179016,0.15301933884620667,-0.4021063446998596,-0.3749493658542633,-0.1653638631105423,0.1648961901664734,-0.5028449296951294,0.27174773812294006,0.09680499881505966,-0.44759488105773926,0.0725131630897522,-0.24545544385910034,0.059566181153059006,0.42845267057418823,0.3362356722354889,-0.22643600404262543,0.4421221613883972,0.5119768381118774,-0.8404309749603271,0.09450095891952515,-0.39603978395462036,-0.5509262084960938,0.7504655122756958,-0.5454341173171997,0.33000484108924866,-0.5284259915351868,0.18576642870903015,-0.9472864866256714,0.5714510083198547,0.3706307113170624,0.6967516541481018,-0.26000869274139404,0.018734382465481758,-0.05272649973630905,-0.3742935061454773,-0.635860800743103,0.24779975414276123,0.4612221419811249,0.039493996649980545,0.3181603252887726,0.23969583213329315,-0.302848756313324,-0.9161231517791748,0.3594720959663391,-0.8517645001411438,0.18909940123558044,0.059036869555711746,0.11139979958534241,0.2665928602218628,0.5079770684242249,0.49416080117225647,-0.23735353350639343,0.4945750832557678,-0.43961426615715027,0.7006612420082092,0.05093127861618996,0.8283115029335022,-0.4431616961956024,0.6974847912788391,0.8366246819496155,-0.31973010301589966,0.021754570305347443,-0.41984325647354126,-0.4793984889984131,0.24641667306423187,-0.6119712591171265,0.6045655012130737,0.5488206148147583,-0.23778855800628662,-0.9500798583030701,-0.24195584654808044,0.5468877553939819,0.2205018401145935,0.14043796062469482,0.7150580883026123,1.373950719833374,-0.8534405827522278,2.2609517574310303,-0.7749398946762085,-0.31901901960372925,0.06601167470216751,-0.30595749616622925,-0.5784470438957214,0.6180981397628784,0.4546573758125305,0.49453046917915344,-0.3441687524318695,0.16511203348636627,-0.5031344294548035,-0.3405478894710541,-0.18548992276191711,-0.3860555589199066,-0.510848879814148,0.1765095591545105,-0.04843563586473465,-1.3476859331130981,-0.2195063680410385,0.24533776938915253,0.9389506578445435,0.22779065370559692,1.0072466135025024,0.29129558801651,0.09301812201738358,0.1318216323852539,0.6259866952896118,0.7352157831192017,-0.4699954390525818,-0.04362282156944275,-0.9767360091209412,-0.4517890214920044,-1.4920463562011719,1.2852764129638672,-0.055062636733055115,0.23142261803150177,-0.8458517789840698,-0.324372798204422,0.7456661462783813,0.9626803398132324,0.845382809638977,0.8667731881141663,0.3114857077598572,0.09258349239826202,-0.2334919571876526,0.18849027156829834,0.07831333577632904,-1.0100494623184204,0.6827626824378967,-0.2945704758167267,-0.4864230751991272,0.2696987986564636,-0.22554880380630493,0.456572026014328,-1.3628170490264893,0.0037737488746643066,0.2831515967845917,0.8528333902359009,0.757863461971283,0.30469921231269836,0.5945237874984741,0.653365433216095,-0.4906695485115051,0.006513677537441254,-2.3422152996063232,-0.07732879370450974,-0.5568000674247742,0.23398122191429138,-0.08501595258712769,-0.17297059297561646,-0.12416324019432068,-0.11398366838693619,-0.08702006191015244,-0.23625163733959198,-1.0558221340179443,-0.5163962841033936,-0.28460508584976196,-0.2583684027194977,-0.07522670924663544,0.23177552223205566,-0.25822824239730835,-0.11410174518823624,-0.07607752084732056,0.634613573551178,0.5101715326309204,0.40719178318977356,-0.557833194732666,-0.34677064418792725,0.33134469389915466,0.6259812712669373,0.47665804624557495,0.14574989676475525,-0.5877736210823059,0.31405359506607056,0.0008784867823123932,-1.2470283508300781,-0.034537725150585175,0.7965220808982849,-0.8079009056091309,-0.8397641181945801,-0.5902950167655945,-0.39553219079971313,2.244426727294922,0.3723233640193939,0.14541439712047577,0.5652012228965759,0.6077523827552795,-0.18177443742752075,-0.33855417370796204,0.08371001482009888,-0.5996679663658142,0.41358935832977295,-0.558135449886322,-0.8542726635932922,0.5645217895507812,0.2981809079647064,-0.2136823534965515,0.3503835201263428,-0.5746829509735107,0.3118407726287842,0.08071412146091461,-0.36740705370903015,0.6132380366325378,-0.3383006751537323,0.4372888207435608,1.1344759464263916,0.17870603501796722,-2.093179702758789,-0.06641911715269089,0.4862991273403168,1.1439001560211182,-0.2585883140563965,0.48878636956214905,0.5975972414016724,-0.46739625930786133,-0.07493804395198822,-0.2649896740913391,1.3380318880081177,0.07024529576301575,0.39322295784950256,-0.4128390848636627,-0.44991177320480347,0.7256799936294556,-0.5591582655906677,-0.11489669233560562,-0.09671968966722488,-0.48567789793014526,-0.22346064448356628,-0.18860378861427307,1.278994083404541,0.4596143960952759,-0.24759632349014282,-0.0699332058429718,0.24461698532104492,-0.6170539259910583,-0.9807832837104797,0.39939048886299133,0.24171985685825348,-0.4492463171482086,0.6094186305999756,0.43057340383529663,-0.5241580605506897,0.3651566803455353,0.4034844636917114,-0.1386188268661499,0.19774310290813446,-0.6858607530593872,1.4731870889663696,-0.5387704372406006,-0.33489182591438293,-0.22088727355003357,0.3872999846935272,-0.2755458354949951,-0.00477088987827301,0.15387792885303497,-0.749223530292511,0.14807164669036865,-0.17496809363365173,0.28462159633636475,-0.6052048802375793,0.4481900632381439,0.6523328423500061,0.49777477979660034,0.28350505232810974,-0.2615331709384918,0.023990347981452942,0.015195168554782867,-0.06704139709472656,0.4513733983039856,-0.1626713126897812,-1.0132496356964111,-1.3582191467285156]},"workflow":{"author":"@@official.shinkai","description":"The prompt guides in identifying and analyzing recurring, surprising, or insightful patterns from a collection of ideas, data, or observations. It emphasizes extracting the most notable patterns based on their frequency and significance, and then documenting the process of discovery and analysis. The expected output includes a detailed summary of patterns, an explanation of their selection and significance, and actionable advice for startup builders based on these insights.","name":"Extract_patterns","raw":"\n workflow Extract_patterns v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou take a collection of ideas or data or observations and you look for the most interesting and surprising patterns. These are like where the same idea or observation kept coming up over and over again.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about all the input and the core concepts contained within.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting pattern observed from the input into a section called PATTERNS.\n\n- Weight the patterns by how often they were mentioned or showed up in the data, combined with how surprising, insightful, and/or interesting they are. But most importantly how often they showed up in the data.\n\n- Each pattern should be captured as a bullet point of no more than 15 words.\n\n- In a new section called META, talk through the process of how you assembled each pattern, where you got the pattern from, how many components of the input lead to each pattern, and other interesting data about the patterns.\n\n- Give the names or sources of the different people or sources that combined to form a pattern. For example: \\\"The same idea was mentioned by both John and Jane.\\\"\n\n- Each META point should be captured as a bullet point of no more than 15 words.\n\n- Add a section called ANALYSIS that gives a one sentence, 30-word summary of all the patterns and your analysis thereof.\n\n- Add a section called BEST 5 that gives the best 5 patterns in a list of 30-word bullets. Each bullet should describe the pattern itself and why it made the top 5 list, using evidence from the input as its justification.\n\n- Add a section called ADVICE FOR BUILDERS that gives a set of 15-word bullets of advice for people in a startup space related to the input. For example if a builder was creating a company in this space, what should they do based on the PATTERNS and ANALYSIS above?\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Extract at least 20 PATTERNS from the content.\n- Limit each idea bullet to a maximum of 15 words.\n- Write in the style of someone giving helpful analysis finding patterns\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou take a collection of ideas or data or observations and you look for the most interesting and surprising patterns. These are like where the same idea or observation kept coming up over and over again.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Think deeply about all the input and the core concepts contained within.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting pattern observed from the input into a section called PATTERNS.\n\n- Weight the patterns by how often they were mentioned or showed up in the data, combined with how surprising, insightful, and/or interesting they are. But most importantly how often they showed up in the data.\n\n- Each pattern should be captured as a bullet point of no more than 15 words.\n\n- In a new section called META, talk through the process of how you assembled each pattern, where you got the pattern from, how many components of the input lead to each pattern, and other interesting data about the patterns.\n\n- Give the names or sources of the different people or sources that combined to form a pattern. For example: \\\"The same idea was mentioned by both John and Jane.\\\"\n\n- Each META point should be captured as a bullet point of no more than 15 words.\n\n- Add a section called ANALYSIS that gives a one sentence, 30-word summary of all the patterns and your analysis thereof.\n\n- Add a section called BEST 5 that gives the best 5 patterns in a list of 30-word bullets. Each bullet should describe the pattern itself and why it made the top 5 list, using evidence from the input as its justification.\n\n- Add a section called ADVICE FOR BUILDERS that gives a set of 15-word bullets of advice for people in a startup space related to the input. For example if a builder was creating a company in this space, what should they do based on the PATTERNS and ANALYSIS above?\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Extract at least 20 PATTERNS from the content.\n- Limit each idea bullet to a maximum of 15 words.\n- Write in the style of someone giving helpful analysis finding patterns\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.2591482698917389,0.7068871855735779,-0.3161981701850891,0.4967134892940521,0.2214726060628891,-0.470334529876709,-0.7322272658348083,-0.028827093541622162,-0.3884272575378418,0.6221433877944946,-0.46302440762519836,0.7563807964324951,0.4492770731449127,0.10010123252868652,0.07698648422956467,-0.19067414104938507,-0.718285083770752,-1.3531866073608398,-0.7439180612564087,-0.6026036739349365,0.09839211404323578,0.4422435760498047,-0.022382833063602448,-0.09957639873027802,0.4324644207954407,-0.22979949414730072,-0.312423437833786,-0.6843718886375427,-0.6733362078666687,-0.8451272249221802,1.1585586071014404,0.6986756920814514,-0.8031825423240662,-0.9175564050674438,0.26899534463882446,-0.9410762190818787,0.22550727427005768,0.07292940467596054,-0.562347412109375,-0.5618456602096558,-0.35847097635269165,0.20951718091964722,-0.36256688833236694,0.34864702820777893,0.20328877866268158,0.512174665927887,0.5335613489151001,0.08335627615451813,0.894708514213562,-0.03790061175823212,0.42050883173942566,0.26522648334503174,-0.3501514792442322,-0.6499670743942261,-0.9783477187156677,-0.6458527445793152,0.036416906863451004,0.1121068000793457,-0.031237542629241943,0.16263547539710999,0.44881388545036316,-0.1943376064300537,-3.050264835357666,0.5053936243057251,-0.06389062851667404,0.01837841421365738,0.3539600670337677,-0.490620881319046,-0.2820720076560974,0.327368825674057,-0.015360206365585327,-0.0650327205657959,-0.44013890624046326,0.8616251945495605,0.11849714070558548,-0.10957538336515427,0.7562572956085205,0.6817748546600342,-0.048956140875816345,-0.47681814432144165,0.7749143242835999,0.8561253547668457,0.39026325941085815,0.03905395790934563,-0.6084644794464111,0.46713894605636597,0.005261078476905823,-0.5268625020980835,0.6227771639823914,0.34475481510162354,0.3326941430568695,-0.8645904660224915,-0.17092372477054596,0.10274223238229752,-0.8687952160835266,-0.24239329993724823,-0.6343693733215332,0.4477201998233795,-0.20586642622947693,3.4568264484405518,0.3709104657173157,0.3613496720790863,0.06757879257202148,-0.9401807188987732,0.32874006032943726,-0.6816639304161072,-0.2631520628929138,-0.30431056022644043,-0.07416907697916031,0.09936380386352539,0.38921409845352173,0.17955797910690308,0.3701808750629425,0.21020391583442688,0.08601804822683334,0.1621374934911728,-1.135853886604309,-0.3307969272136688,0.2327164262533188,0.9012048840522766,-0.38386088609695435,0.9110855460166931,-0.5600510239601135,-0.8068302273750305,0.23509009182453156,-0.4273325204849243,-0.6408730149269104,0.8975729942321777,0.5159010887145996,0.36460402607917786,0.5515846014022827,-0.7717795968055725,-0.24494197964668274,0.437062531709671,-0.08206424117088318,-0.13581115007400513,0.1342649608850479,-0.3962903320789337,0.08083254843950272,-0.14633682370185852,0.4335557222366333,-0.13328902423381805,-0.055039048194885254,1.0990012884140015,0.34351035952568054,0.4820401668548584,0.2334224283695221,0.2475655972957611,-0.16942733526229858,-1.0152562856674194,-0.3279581665992737,1.2545971870422363,-0.040068116039037704,0.4663317799568176,0.14024433493614197,0.21203076839447021,-0.5835123062133789,-0.27448153495788574,-0.6975787281990051,-0.3546670973300934,0.6420753002166748,-0.5359745621681213,0.011488266289234161,0.23950864374637604,0.3285365402698517,-0.034005846828222275,0.1805504560470581,-0.24558410048484802,0.8295533657073975,0.0672321617603302,0.07528791576623917,0.08759273588657379,-0.19176159799098969,-0.08281219005584717,-0.5564078092575073,-0.18379484117031097,-0.25124770402908325,-0.22545281052589417,-0.09961000084877014,-0.06456475704908371,0.7804411053657532,0.08597686886787415,0.13330020010471344,-0.23739409446716309,0.10165144503116608,0.27654993534088135,0.09857296943664551,0.6358075737953186,0.5087763667106628,0.2546950578689575,-0.9944283962249756,1.303806185722351,0.00011315196752548218,-0.7301487922668457,-0.19456693530082703,-0.06371413171291351,-0.3011307716369629,0.550520122051239,0.23740437626838684,-0.19937221705913544,-0.7304948568344116,-0.35096320509910583,-0.4878057837486267,-0.22557500004768372,-0.37443235516548157,-0.23435324430465698,-0.11812207102775574,-0.35575035214424133,0.2911641001701355,-0.8663734793663025,0.16890443861484528,-0.39291149377822876,1.135498285293579,0.16282957792282104,1.0726821422576904,-0.8313918709754944,-0.1960572898387909,-0.3108995258808136,0.24376758933067322,0.25978970527648926,-1.128655195236206,-0.18230268359184265,-0.9238370060920715,-0.6621873378753662,-1.1481837034225464,0.7541754245758057,0.17010295391082764,0.4403574466705322,-0.6718226671218872,-0.2488570660352707,0.7363691329956055,1.2993359565734863,0.025289110839366913,1.4319839477539062,0.6029064059257507,-0.338535875082016,0.13247063755989075,0.2884245216846466,0.5141936540603638,-0.4029785096645355,0.3093375265598297,-0.32052555680274963,-0.8818703293800354,0.6009196043014526,-0.16395674645900726,0.22012346982955933,0.11413078010082245,-0.2546120584011078,0.21615025401115417,1.1341238021850586,0.5808168053627014,0.011459305882453918,-0.3053162693977356,0.6131343841552734,-0.24803951382637024,0.31233856081962585,-2.909363031387329,0.2117357701063156,-0.012405045330524445,0.4442364573478699,-0.0695720762014389,0.17734724283218384,0.5069840550422668,0.47317811846733093,-0.19656126201152802,-0.16959120333194733,-1.032186508178711,0.041389450430870056,-0.5052324533462524,0.24439144134521484,-0.4682043194770813,0.521909773349762,0.5224031805992126,-1.238802194595337,0.01797187142074108,0.5089330077171326,-0.2293710559606552,1.192461371421814,-0.04773992300033569,0.07567507028579712,0.0003231167793273926,1.2007570266723633,0.34958788752555847,0.38925451040267944,-0.17176955938339233,-0.052861157804727554,-0.028396891430020332,0.0006785094738006592,-0.7355737090110779,0.7352151870727539,-0.312102347612381,-0.12866012752056122,-1.0017716884613037,0.0315999910235405,1.0351543426513672,0.4610690474510193,0.4917255938053131,-0.013371022418141365,0.0378335677087307,0.8004593849182129,-0.5097393989562988,0.10273329168558121,0.31599169969558716,0.484531968832016,-0.45923933386802673,-0.6089998483657837,1.216444969177246,0.07151617109775543,-0.460949182510376,0.11665123701095581,-0.954596996307373,0.6048076748847961,-0.19738474488258362,-0.38334834575653076,0.4996016025543213,-0.6403409242630005,0.5389304161071777,0.6617164611816406,0.3459499776363373,-1.07389497756958,-0.20799128711223602,0.33202123641967773,0.3849613666534424,-0.02615402638912201,0.13167394697666168,0.6040893197059631,-0.3596293032169342,-0.1559164822101593,-0.4479956030845642,1.3526198863983154,-0.22182759642601013,0.06856239587068558,0.3895008862018585,0.4337001144886017,0.2963622212409973,0.21146640181541443,-0.7986845970153809,-0.33256083726882935,-0.3599650263786316,0.22401733696460724,0.3292463719844818,1.3011219501495361,-0.2997616231441498,-0.6359384059906006,0.23099830746650696,0.04974730312824249,0.2882274389266968,-1.4816733598709106,0.46989905834198,-0.06492753326892853,-0.7358477711677551,1.0166922807693481,0.02602318674325943,-0.6366721391677856,1.4301484823226929,0.3075861930847168,-0.4650416076183319,-0.10828796029090881,-1.1273893117904663,1.095597743988037,-0.11571665853261948,-0.24566936492919922,-0.30606648325920105,0.49741825461387634,-0.28317832946777344,0.22583355009555817,-0.3220086097717285,-0.2985731065273285,-0.4468797445297241,-0.26213324069976807,0.30004915595054626,-0.5476639866828918,0.16850095987319946,0.7717825770378113,1.3759937286376953,-0.14381545782089233,-0.26993048191070557,-0.18271896243095398,0.32807958126068115,-0.08528415858745575,0.31714504957199097,0.3870452344417572,-1.327845573425293,-0.224751815199852]},"workflow":{"author":"@@official.shinkai","description":"Analyzes security or bug bounty reports to extract and provide proof of concept URLs for validating vulnerabilities. It specializes in identifying actionable URLs and commands from the reports, ensuring direct verification of reported vulnerabilities. The output includes the URL with a specific command to execute it, like using curl or python.","name":"Extract_poc","raw":"\n workflow Extract_poc v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a super powerful AI cybersecurity expert system specialized in finding and extracting proof of concept URLs and other vulnerability validation methods from submitted security/bug bounty reports.\n\nYou always output the URL that can be used to validate the vulnerability, preceded by the command that can run it: e.g., \\\"curl https://yahoo.com/vulnerable-app/backup.zip\\\".\n\n# Steps\n\n- Take the submitted security/bug bounty report and extract the proof of concept URL from it. You return the URL itself that can be run directly to verify if the vulnerability exists or not, plus the command to run it.\n\nExample: curl \\\"https://yahoo.com/vulnerable-example/backup.zip\\\"\nExample: curl -X \\\"Authorization: 12990\\\" \\\"https://yahoo.com/vulnerable-example/backup.zip\\\"\nExample: python poc.py\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a super powerful AI cybersecurity expert system specialized in finding and extracting proof of concept URLs and other vulnerability validation methods from submitted security/bug bounty reports.\n\nYou always output the URL that can be used to validate the vulnerability, preceded by the command that can run it: e.g., \\\"curl https://yahoo.com/vulnerable-app/backup.zip\\\".\n\n# Steps\n\n- Take the submitted security/bug bounty report and extract the proof of concept URL from it. You return the URL itself that can be run directly to verify if the vulnerability exists or not, plus the command to run it.\n\nExample: curl \\\"https://yahoo.com/vulnerable-example/backup.zip\\\"\nExample: curl -X \\\"Authorization: 12990\\\" \\\"https://yahoo.com/vulnerable-example/backup.zip\\\"\nExample: python poc.py\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7718842625617981,0.6223000884056091,-0.613591730594635,0.29772111773490906,0.04300769045948982,0.05220263451337814,-1.094967007637024,0.37811410427093506,-0.3492084741592407,0.17016959190368652,0.11418581753969193,0.19945916533470154,0.0723683089017868,0.28981345891952515,0.09407766163349152,-0.2576562166213989,-0.04643778130412102,-0.7896632552146912,-2.1521658897399902,-0.5202271938323975,0.20517972111701965,0.5824204683303833,0.43909406661987305,0.7062540650367737,0.4573433995246887,-0.20770111680030823,-0.36967623233795166,-0.3500725030899048,-1.1384978294372559,-1.4008530378341675,0.43711525201797485,0.1324533224105835,0.121363066136837,-0.7445768117904663,0.6208979487419128,-0.8231605887413025,0.0049614193849265575,-0.10400985181331635,-0.4297139048576355,-0.17509503662586212,-0.3000391125679016,-0.04866809770464897,-0.14619553089141846,-0.5059167146682739,0.36606863141059875,-0.16751475632190704,0.3734487295150757,0.21630975604057312,0.8763419985771179,-0.15291596949100494,0.15247748792171478,-0.5233392715454102,-0.7082725167274475,-0.09932233393192291,-0.9019938111305237,-0.8580237030982971,-0.784945547580719,-0.20492196083068848,0.019447945058345795,-0.26613402366638184,0.03948487341403961,0.1670827716588974,-3.3261609077453613,-0.13968950510025024,0.5121089816093445,0.42014312744140625,0.3279167115688324,0.2836371660232544,0.39534610509872437,-0.23032107949256897,0.23146621882915497,0.16617007553577423,-0.2336944341659546,1.0737016201019287,-0.0008585266768932343,0.22751295566558838,0.30646219849586487,-0.18830761313438416,0.6212674975395203,-0.18914341926574707,0.4725819528102875,0.4162895381450653,0.22343124449253082,-0.012509140186011791,-0.8060030937194824,0.7029297947883606,-0.7449629306793213,0.03570929169654846,-0.008448287844657898,-0.052011311054229736,0.20490017533302307,-0.42020782828330994,0.28768613934516907,0.5812942385673523,-0.7169387936592102,-0.20251403748989105,-0.7170611619949341,0.23043248057365417,-0.01341799646615982,3.3049111366271973,0.7136464715003967,-0.30895471572875977,-0.15874215960502625,-1.4327630996704102,0.21117064356803894,-0.36872437596321106,-0.39842742681503296,-0.17650382220745087,0.3434084951877594,-0.1288606822490692,1.00807523727417,-0.5778388977050781,-0.24839618802070618,-0.06814058125019073,0.4652770757675171,0.45666709542274475,-0.6403894424438477,-0.3355202078819275,-0.04639299213886261,0.7413403987884521,-0.3240281343460083,0.343227356672287,0.33456525206565857,-0.7327279448509216,0.16099756956100464,-0.2851959764957428,0.06540128588676453,0.4639500379562378,0.4883800745010376,-0.0025174207985401154,-0.15598434209823608,0.492350310087204,-0.40716320276260376,0.22881977260112762,0.17517304420471191,-0.34604302048683167,-0.4473215937614441,-0.26576077938079834,0.37333807349205017,-0.36079347133636475,-0.12393030524253845,-1.0645966529846191,0.8773208856582642,0.46149423718452454,1.0170655250549316,0.27813220024108887,-0.008036840707063675,0.19392824172973633,-0.6045329570770264,0.2697259485721588,0.2532999515533447,0.8256871700286865,0.13604092597961426,0.37190982699394226,0.7513097524642944,0.0707138404250145,-0.2604553699493408,-0.3420577049255371,-0.5587272047996521,0.12708155810832977,0.08761771023273468,-0.16392721235752106,0.3379514217376709,-0.3205317258834839,0.0014254972338676453,0.021335935220122337,-0.4034416079521179,-0.41822928190231323,0.5530301332473755,0.21411719918251038,0.2760465145111084,-0.4511214792728424,0.20149871706962585,0.5791420340538025,-0.0865999162197113,-0.12951058149337769,-0.01755942404270172,0.025055408477783203,0.3210694193840027,0.03888542950153351,1.4184675216674805,0.26582443714141846,0.019149214029312134,-0.8090465664863586,-0.10321503132581711,0.7813305258750916,0.5875276923179626,0.2980846166610718,1.8214699029922485,0.9327707290649414,-0.15633241832256317,2.205657720565796,-0.4806722402572632,-0.0629412829875946,-0.21631361544132233,0.015282701700925827,-0.06389907747507095,0.8795804381370544,0.5270738005638123,-0.10161121189594269,-0.5696184635162354,-0.24674484133720398,-0.08223609626293182,-0.1316148042678833,-0.24233561754226685,-0.5064339637756348,-0.44730088114738464,-0.24666762351989746,-0.21764881908893585,-0.6289048194885254,0.07487333565950394,-0.27581214904785156,1.30092191696167,0.1571994572877884,0.9999315738677979,-0.20966453850269318,0.026145078241825104,0.10193455219268799,0.06519551575183868,0.23120445013046265,-0.8286685943603516,0.3904760777950287,-0.7609347701072693,-0.4364086389541626,-1.0876635313034058,0.8062089681625366,-0.08667386323213577,0.23203913867473602,-0.5546573400497437,-0.12251763045787811,0.1084304228425026,0.9081826210021973,0.8400095701217651,1.9752695560455322,0.688546359539032,0.10767383128404617,0.2320076823234558,0.3423213064670563,0.2389029860496521,-0.4607185125350952,0.576653778553009,0.025017406791448593,-0.27794134616851807,-0.12372797727584839,0.15098677575588226,-0.005780257284641266,-0.6251500248908997,0.5127274394035339,0.18255312740802765,1.2195348739624023,0.9236031174659729,0.5348041653633118,0.0538666695356369,0.29891082644462585,-0.0859341248869896,0.0031397193670272827,-2.1380374431610107,-0.1380181759595871,-0.42820945382118225,-0.04201217368245125,0.31206583976745605,-0.2352144420146942,0.7914084792137146,0.526529848575592,-0.15924763679504395,-0.4303086996078491,-0.8393746018409729,-0.5931663513183594,-0.023168504238128662,-0.3612695336341858,0.3453001081943512,0.349940687417984,-0.20377127826213837,-0.3117114305496216,-0.008941365405917168,0.27592217922210693,0.19319695234298706,0.5337458252906799,-0.44179844856262207,-0.44045308232307434,0.476540207862854,0.37033364176750183,-0.0018393024802207947,0.25519707798957825,-0.1882495880126953,-0.05377424508333206,-0.12138362228870392,-0.40511593222618103,-0.4326131343841553,0.928836464881897,-0.12435921281576157,-0.7035257816314697,-0.7821761965751648,-0.4605483412742615,1.5218876600265503,0.46289074420928955,0.2889922261238098,0.4330251216888428,0.2657451033592224,-0.7618188858032227,-1.1710220575332642,0.41409072279930115,-0.41727524995803833,0.1908693015575409,-0.8633202910423279,-1.1284221410751343,0.8680447340011597,0.31743118166923523,-0.08737551420927048,0.010645769536495209,-0.6188641786575317,0.045657698065042496,0.06558288633823395,-0.3312274217605591,0.9572672247886658,-0.22889772057533264,0.5691255331039429,0.9019023180007935,0.0019195564091205597,-1.4479424953460693,-0.016118068248033524,0.7698437571525574,0.6282262206077576,-0.10580138117074966,-0.30209577083587646,0.5906210541725159,-0.47830328345298767,-0.47065842151641846,-0.37720540165901184,1.6351642608642578,0.09829332679510117,0.07018814980983734,-0.44339507818222046,0.07048741728067398,0.7177386283874512,0.16369017958641052,-0.282721608877182,-0.009137138724327087,-0.8319550156593323,-0.8633280992507935,0.21811208128929138,1.0278639793395996,0.4307938516139984,-0.206044003367424,-0.2948158383369446,0.19282200932502747,-0.5286948084831238,-1.006364345550537,0.2781735062599182,0.2825276255607605,-0.26465216279029846,0.2835041284561157,-0.2499346137046814,-0.4166509509086609,0.8707799911499023,0.8087587356567383,-0.5210316777229309,-0.4714111089706421,-0.9664181470870972,1.8738222122192383,-0.5739981532096863,-0.8065111637115479,-0.856682538986206,-0.01924467645585537,-0.08352920413017273,0.025856584310531616,0.13511428236961365,0.029120847582817078,-0.5645307898521423,0.10961415618658066,0.4901507496833801,-0.41511183977127075,0.4207800328731537,0.347244530916214,0.8048406839370728,-0.42337530851364136,0.1213320791721344,-0.2576431334018707,-0.2463337779045105,-0.038695890456438065,0.8188045620918274,-0.01368049904704094,-1.0925229787826538,-1.0711942911148071]},"workflow":{"author":"@@official.shinkai","description":"Extracts and organizes predictions from content into a structured format. It focuses on identifying specific predictions, their timelines, confidence levels, and verification methods. The expected output includes a bulleted list and a detailed table of these predictions.","name":"Extract_predictions","raw":"\n workflow Extract_predictions v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou fully digest input and extract the predictions made within.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract all predictions made within the content.\n\n- For each prediction, extract the following:\n\n - The specific prediction in less than 15 words.\n - The date by which the prediction is supposed to occur.\n - The confidence level given for the prediction.\n - How we'll know if it's true or not.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output valid Markdown with no bold or italics.\n\n- Output the predictions as a bulleted list.\n\n- Under the list, produce a predictions table that includes the following columns: Prediction, Confidence, Date, How to Verify.\n\n- Limit each bullet to a maximum of 15 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou fully digest input and extract the predictions made within.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract all predictions made within the content.\n\n- For each prediction, extract the following:\n\n - The specific prediction in less than 15 words.\n - The date by which the prediction is supposed to occur.\n - The confidence level given for the prediction.\n - How we'll know if it's true or not.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output valid Markdown with no bold or italics.\n\n- Output the predictions as a bulleted list.\n\n- Under the list, produce a predictions table that includes the following columns: Prediction, Confidence, Date, How to Verify.\n\n- Limit each bullet to a maximum of 15 words.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5550562143325806,0.6969093680381775,-0.08601130545139313,0.17705275118350983,0.17748993635177612,-0.4488903880119324,-1.1017452478408813,0.36340564489364624,-0.09859420359134674,0.25526896119117737,-0.1762317717075348,0.480217844247818,0.5126709342002869,-0.049461692571640015,-0.030671890825033188,0.5209170579910278,0.2717694342136383,-0.5121697187423706,-1.795201063156128,-0.15801411867141724,0.31985822319984436,0.4294757843017578,0.09861886501312256,-0.012883283197879791,0.23497647047042847,-0.20346060395240784,-0.13963228464126587,-0.3591436743736267,-0.7869566679000854,-0.5429990291595459,0.6507866978645325,0.5308257341384888,-0.18405279517173767,-0.5430983304977417,0.18429124355316162,-0.21842917799949646,-0.29832491278648376,-0.5391156077384949,-0.06289013475179672,-0.18986837565898895,-0.2499709278345108,0.3520565330982208,-0.4317668378353119,-0.5064307451248169,0.0043514627031981945,-0.3141871690750122,0.26080384850502014,-0.017378780990839005,0.7963087558746338,0.5027790069580078,0.7996245622634888,-0.2559112310409546,-0.09780873358249664,-0.356658011674881,-0.7213525176048279,-0.561821699142456,-0.2915639579296112,0.066441610455513,-0.41099846363067627,-0.1228247806429863,0.14590853452682495,-0.049589648842811584,-3.6661152839660645,-0.4332721531391144,0.036521196365356445,-0.006207875907421112,0.3833348751068115,-0.25454598665237427,0.49433064460754395,-0.6927835941314697,-0.5005974173545837,0.038944780826568604,-0.17919057607650757,0.4963573217391968,0.2522266209125519,0.21071451902389526,0.18122945725917816,-0.576309323310852,0.06452693790197372,-0.48851585388183594,0.07230159640312195,0.4268689751625061,0.07727538049221039,-0.19486397504806519,-0.44417107105255127,0.7859925031661987,-0.2882188558578491,-0.14514490962028503,0.049373019486665726,0.22897851467132568,-0.04968046769499779,-0.7079949975013733,0.2807483375072479,0.18756312131881714,-0.031930938363075256,-0.38683080673217773,-0.5133812427520752,0.5336319208145142,0.3465864956378937,3.2639241218566895,0.7787569761276245,0.13573762774467468,-0.12591567635536194,-1.2056307792663574,0.11102443933486938,-0.31825047731399536,-0.11508095264434814,-0.12066446989774704,0.47364145517349243,-0.16269034147262573,0.5972508192062378,-0.7660978436470032,-0.4244116246700287,0.43090590834617615,-0.6930908560752869,0.8877198100090027,-0.41545045375823975,0.00222574919462204,0.23844654858112335,0.6074399948120117,-0.3823269307613373,0.6726974248886108,0.12976428866386414,-0.7550315260887146,-0.10879114270210266,-0.5461196303367615,-0.03345281258225441,0.3534710705280304,0.4053640067577362,0.4387286305427551,0.32207566499710083,0.13069570064544678,-0.8377193808555603,0.1947171539068222,0.33770355582237244,-0.24219027161598206,0.20756015181541443,-0.501884400844574,0.28442370891571045,-0.37651124596595764,-0.16024085879325867,-0.9975393414497375,0.4487645626068115,0.8323156833648682,0.5663373470306396,-0.08660168945789337,-0.2791750729084015,0.6707696914672852,-0.5541757941246033,0.11685313284397125,0.41702625155448914,0.9612895846366882,-0.37444064021110535,0.016114842146635056,0.04367142170667648,0.20057296752929688,-0.24014189839363098,-0.29491254687309265,-0.6348152160644531,0.018131930381059647,0.056523676961660385,-0.3793748617172241,-0.4621630907058716,-0.1321486532688141,0.5593885779380798,0.09184861183166504,-0.46236252784729004,-0.00976116955280304,0.23286201059818268,0.17071151733398438,0.4818505644798279,-0.07036826759576797,0.2840929627418518,0.6504114270210266,0.00040999846532940865,-0.5585232377052307,0.10153228044509888,0.014388084411621094,0.040450047701597214,0.08003415167331696,1.4887746572494507,0.6585713028907776,0.026786435395479202,-0.42586153745651245,-0.014457941055297852,0.7416415214538574,0.23739850521087646,0.2501819431781769,1.3104559183120728,1.221545934677124,-0.5788942575454712,1.92377769947052,0.002970859408378601,-0.4991842210292816,-0.3729633390903473,-0.14408338069915771,-0.23239612579345703,0.4520595669746399,0.9245357513427734,0.0662045106291771,-0.5752463340759277,-0.23217949271202087,-0.3140951693058014,-0.4184543192386627,-0.39215996861457825,-0.08299162983894348,-0.28953316807746887,-0.45135581493377686,-0.12968210875988007,-0.8850907683372498,-0.28878095746040344,-0.41643422842025757,0.8079205751419067,0.169111430644989,0.5382504463195801,0.4072573781013489,0.3216233551502228,-0.05445073917508125,-0.27035412192344666,0.33840227127075195,-0.15912601351737976,-0.21242916584014893,-0.6442777514457703,-0.49033427238464355,-1.087740421295166,1.1105859279632568,-0.6189011335372925,0.6543388962745667,-0.6966208219528198,-0.2938418388366699,0.17367759346961975,1.4281206130981445,0.7164468169212341,2.0522966384887695,0.9260171055793762,0.0939493477344513,0.02625003457069397,0.3140633702278137,0.17815855145454407,-0.3543849587440491,0.6693797707557678,-0.4524826109409332,-0.7500611543655396,0.30445432662963867,-0.1253974437713623,0.5191998481750488,-0.5033646821975708,0.03216859698295593,0.5765476226806641,1.0708141326904297,0.7425185441970825,0.5031746625900269,0.19755800068378448,0.5188012719154358,-0.35416802763938904,-0.28742516040802,-1.9260481595993042,0.30520597100257874,-0.3172374367713928,0.47919929027557373,-0.15186646580696106,-0.5027826428413391,1.0475056171417236,0.21634651720523834,-0.4504992961883545,-0.6830407381057739,-0.5462608933448792,-0.3081076741218567,-0.2566170394420624,0.28966817259788513,0.05906330794095993,0.26534682512283325,-0.43302208185195923,-0.6525740027427673,-0.21976616978645325,0.5936378836631775,0.05672961473464966,0.17309734225273132,-0.66578608751297,-0.21946997940540314,0.5161840319633484,0.4049966335296631,-0.03779619187116623,0.0672077164053917,0.010276801884174347,0.1835777908563614,-0.26493170857429504,-1.0349310636520386,-0.3667154312133789,1.0386388301849365,-0.41388434171676636,-0.47954824566841125,-0.8619774580001831,-0.3173671364784241,1.1951442956924438,0.511902928352356,0.0734323263168335,0.2957364022731781,0.4972660541534424,-0.12331022322177887,-0.4365427792072296,0.7041085958480835,0.28376737236976624,0.504774808883667,-0.7512485980987549,-0.9622509479522705,0.7586042284965515,0.2123343050479889,0.23459243774414062,-0.41767993569374084,-0.9616027474403381,-0.07987013459205627,-0.1802329123020172,-0.020745277404785156,1.1237014532089233,-0.9428668022155762,1.193927526473999,0.9567530155181885,0.08995534479618073,-1.3532475233078003,-0.04057387262582779,0.565034031867981,0.5232635736465454,-0.22388766705989838,0.062316663563251495,0.6480174660682678,-0.7260516285896301,-0.34964632987976074,-0.5131983160972595,1.6521875858306885,0.5429937243461609,-0.8290305137634277,-0.5100197792053223,0.20170000195503235,0.6931772232055664,-0.37312808632850647,-0.6047682762145996,0.046705372631549835,-0.5834230780601501,-0.486579567193985,0.34801816940307617,1.0756745338439941,0.5017913579940796,-0.03384620323777199,-0.003293052315711975,0.16818493604660034,-1.1141921281814575,-1.6455323696136475,0.20055978000164032,0.167456716299057,-0.34106969833374023,0.6610994935035706,-0.34208402037620544,-0.6293135285377502,1.2468690872192383,0.26937970519065857,-0.46653932332992554,-0.5019601583480835,-0.8265448808670044,2.383066177368164,-0.3414521813392639,-0.524328887462616,-0.5095527172088623,0.260224312543869,-0.2138613760471344,0.09809175878763199,0.2663241922855377,0.09886493533849716,0.05736437439918518,0.11741802096366882,-0.12562070786952972,-0.5572017431259155,0.3125634491443634,0.33467161655426025,0.6379892826080322,0.026809193193912506,0.043383996933698654,0.003996267914772034,-0.15762165188789368,0.1897723227739334,0.8167499899864197,0.10348160564899445,-0.6379982233047485,-0.8201233148574829]},"workflow":{"author":"@@official.shinkai","description":"Extracts questions from content and analyzes their effectiveness in eliciting high-quality responses. It focuses on identifying the elements that make these questions particularly insightful. The expected output includes a list of questions, an analysis of their strengths, and recommendations for interviewers.","name":"Extract_questions","raw":"\n workflow Extract_questions v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an advanced AI with a 419 IQ that excels at asking brilliant questions of people. You specialize in extracting the questions out of a piece of content, word for word, and then figuring out what made the questions so good.\n\n# GOAL\n\n- Extract all the questions from the content.\n\n- Determine what made the questions so good at getting surprising and high-quality answers from the person being asked.\n\n# OUTPUT\n\n- In a section called QUESTIONS, list all questions as a series of bullet points.\n\n- In a section called ANALYSIS, give a set 15-word bullet points that capture the genius of the questions that were asked. \n\n- In a section called RECOMMENDATIONS FOR INTERVIEWERS, give a set of 15-word bullet points that give prescriptive advice to interviewers on how to ask questions.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an advanced AI with a 419 IQ that excels at asking brilliant questions of people. You specialize in extracting the questions out of a piece of content, word for word, and then figuring out what made the questions so good.\n\n# GOAL\n\n- Extract all the questions from the content.\n\n- Determine what made the questions so good at getting surprising and high-quality answers from the person being asked.\n\n# OUTPUT\n\n- In a section called QUESTIONS, list all questions as a series of bullet points.\n\n- In a section called ANALYSIS, give a set 15-word bullet points that capture the genius of the questions that were asked. \n\n- In a section called RECOMMENDATIONS FOR INTERVIEWERS, give a set of 15-word bullet points that give prescriptive advice to interviewers on how to ask questions.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.736330509185791,0.7932637929916382,-0.130352184176445,-0.3830634653568268,0.532029390335083,0.4417913556098938,-0.8901583552360535,-0.40074825286865234,-0.15310287475585938,0.21823270618915558,0.3138286769390106,0.31602340936660767,0.3772925138473511,0.27190470695495605,0.1278628557920456,0.21254080533981323,0.10187020897865295,-1.11604642868042,-1.3061935901641846,-0.6577944755554199,0.4862184524536133,0.6203052997589111,0.16055218875408173,0.8136646747589111,0.3826119303703308,-0.23029817640781403,-0.23077119886875153,-0.6232770085334778,-0.8246452212333679,-1.2295398712158203,0.7343129515647888,0.49423301219940186,0.0781298279762268,-0.5036890506744385,0.42244747281074524,-0.41000857949256897,0.051933735609054565,0.21341782808303833,-0.802113950252533,-0.13040384650230408,-0.053899042308330536,0.5496658682823181,-0.3194434344768524,0.12662723660469055,-0.08494298160076141,-0.14340907335281372,0.5725380778312683,-0.25434237718582153,0.5036845207214355,-0.4104054570198059,0.24310655891895294,-0.2981013357639313,-0.17945730686187744,0.11291486024856567,-0.7289395332336426,-0.7075775265693665,-0.3046034872531891,0.10402768850326538,0.4730910062789917,-0.10565333813428879,0.3169747591018677,0.011762045323848724,-3.4149816036224365,0.15971514582633972,0.25131532549858093,0.08487440645694733,0.8941078186035156,0.1786481887102127,-0.1717851161956787,-0.38434740900993347,-0.1627177894115448,-0.044792719185352325,-0.047407180070877075,0.3462574779987335,0.020282763987779617,-0.12121297419071198,-0.29865849018096924,-0.02689950168132782,0.14240561425685883,0.12162426114082336,-0.0018419825937598944,1.2400259971618652,-0.17990215122699738,-0.16378068923950195,-0.7316359281539917,0.18584512174129486,-0.6748174428939819,-0.5668421983718872,-0.3632672429084778,0.13365741074085236,-0.03350045904517174,-0.6845606565475464,0.20138287544250488,0.27156609296798706,-0.44875723123550415,0.4045714735984802,-0.0004687793552875519,0.09966728091239929,0.7232645750045776,3.5490152835845947,0.6022146940231323,0.16820260882377625,0.23147490620613098,-0.9133601188659668,0.06567873060703278,-0.8275002241134644,-0.54764723777771,-0.3353990614414215,-0.2967691719532013,0.2503472566604614,0.6245981454849243,-0.8887773752212524,-0.14534786343574524,-0.26548904180526733,0.5271822214126587,0.3389339745044708,-0.05047691613435745,-0.2234288454055786,0.15811099112033844,0.6611672639846802,-0.4084041714668274,0.2834116518497467,0.02953958511352539,0.014565646648406982,-0.18796628713607788,-0.49920767545700073,-0.2723385989665985,0.6096283793449402,-0.004929333925247192,0.41093069314956665,-0.03861760348081589,0.6927769184112549,-0.8643792867660522,0.6814416646957397,0.3039921522140503,-0.4276842474937439,0.20744284987449646,-0.4930609166622162,0.6787856221199036,-0.7994090914726257,-0.5001382827758789,-0.7269238829612732,0.5708557963371277,0.691840410232544,0.5218091607093811,0.3723798990249634,0.1375316083431244,-0.28886717557907104,-1.0296249389648438,0.18573534488677979,0.08937497437000275,0.7385839819908142,-0.05648219585418701,-0.364368200302124,0.6278980374336243,0.22599434852600098,-1.553173542022705,-0.07278679311275482,-0.763850748538971,0.677051842212677,0.06152079626917839,-0.39435672760009766,0.3684263229370117,-0.12961314618587494,0.2695401608943939,-0.02985318750143051,0.16270458698272705,-0.7796251177787781,0.34961315989494324,0.4891820549964905,0.14276227355003357,-0.05482000857591629,0.8285725712776184,0.4421961009502411,0.10822654515504837,-0.384164959192276,-0.25673478841781616,0.12859366834163666,0.3191806375980377,-0.14327101409435272,1.072530746459961,0.17317959666252136,-0.3235187232494354,-0.6574962139129639,-0.5788043141365051,0.3102223873138428,0.29858100414276123,0.09943108260631561,1.3939852714538574,0.8235528469085693,-0.5030168294906616,1.613096833229065,-0.15249419212341309,0.05885852873325348,0.0729299932718277,0.26489561796188354,-0.2471615970134735,0.18051466345787048,0.608400285243988,0.013859850354492664,-0.5547018051147461,0.055227141827344894,-0.22716639935970306,-0.5803614854812622,-0.7176277041435242,-0.7300214767456055,-0.1436346173286438,0.04832729697227478,-0.221150204539299,-1.0024887323379517,0.051147088408470154,0.19955721497535706,0.5934303402900696,-0.05586809664964676,0.31232592463493347,0.5111274123191833,0.2976512312889099,0.5506715774536133,0.09268908947706223,0.39256250858306885,-0.9935733079910278,0.21574893593788147,-0.9314983487129211,-0.8229889869689941,-0.4955799877643585,0.8152066469192505,-0.20002689957618713,-0.2655981183052063,-0.5556080937385559,-0.1888553649187088,-0.09034443646669388,0.7513220310211182,1.1476634740829468,1.2896325588226318,0.31343165040016174,0.07386068254709244,0.1181042268872261,0.20083558559417725,0.9642683267593384,-0.047290150076150894,0.8656662106513977,0.33976301550865173,-0.18719950318336487,-0.19374728202819824,-0.10892096161842346,0.12470489740371704,-0.5570571422576904,0.24702370166778564,0.03935232013463974,1.312971830368042,-0.11221124976873398,-0.27192118763923645,-0.13368725776672363,0.5411434173583984,0.12147495150566101,-0.043627314269542694,-2.0289933681488037,0.11300092190504074,-0.6315870881080627,-0.02051476761698723,0.20759794116020203,-0.43945780396461487,0.2574957311153412,0.1446818709373474,0.1950341761112213,-0.16597643494606018,-0.34338465332984924,-0.06812603026628494,-0.11193452775478363,-0.3495531678199768,0.42013025283813477,0.4954034090042114,-0.3911975622177124,0.21684426069259644,0.05013931170105934,0.41134220361709595,0.24686135351657867,-0.26516175270080566,-0.16363370418548584,-0.48060160875320435,0.3515618145465851,0.3531900942325592,-0.5321798920631409,0.006799831986427307,-0.9373480677604675,0.16749906539916992,-0.2889377474784851,-1.133349061012268,-0.8629435896873474,1.3999565839767456,-0.6479341387748718,0.03693152964115143,-0.8594613075256348,-0.3149215579032898,1.2458871603012085,0.3748640716075897,-0.43724992871284485,0.7157912850379944,0.3304435610771179,-0.4380650520324707,-0.40006473660469055,0.3498157262802124,-0.2010478973388672,0.22064170241355896,-0.7054351568222046,-0.3912105858325958,0.9866275191307068,0.3615567088127136,0.14854827523231506,0.16273550689220428,-1.2532265186309814,-0.3348841369152069,0.3378194570541382,0.2422044426202774,0.5380555987358093,-0.73980313539505,0.21782387793064117,0.8313660621643066,-0.1003398597240448,-1.601284146308899,-0.3821810185909271,0.09352516382932663,0.4009186029434204,-0.08085716515779495,-0.16398629546165466,1.044999122619629,-0.6246179342269897,-0.3320198655128479,-0.0032465755939483643,1.279553771018982,0.5308823585510254,-0.1820368617773056,-0.27476000785827637,0.046847276389598846,0.4345649480819702,0.10255857557058334,-0.20401005446910858,-0.0009789355099201202,-1.0209274291992188,0.013196304440498352,0.13331206142902374,1.5980043411254883,0.36297407746315,-0.005516253411769867,-0.20196770131587982,0.3459245264530182,-0.1923997402191162,-0.7687916159629822,-0.060595788061618805,0.28934502601623535,-0.1670704036951065,0.661583423614502,-0.3071402311325073,-0.34508222341537476,1.3660849332809448,1.1162723302841187,-0.10967005789279938,-0.010204467922449112,-0.6724302172660828,1.4189653396606445,-0.5427853465080261,-0.3503357470035553,-0.5310003757476807,0.155937060713768,0.08258115500211716,0.2808636426925659,0.6654279232025146,-0.3537839949131012,-0.2642301619052887,0.13324150443077087,0.2516011893749237,-0.8836308717727661,0.7459554672241211,0.5596253275871277,0.8651049733161926,-0.13693201541900635,-0.09417688846588135,-0.39880451560020447,-0.29488280415534973,0.03266095370054245,0.38093453645706177,-0.20737046003341675,-0.39706748723983765,-0.7224286794662476]},"workflow":{"author":"@@official.shinkai","description":"Extracts and condenses recommendations from content into a concise list. This process involves identifying both explicit and implicit advice within the given material. The output is a bulleted list of up to 20 brief recommendations.","name":"Extract_recommendations","raw":"\n workflow Extract_recommendations v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert interpreter of the recommendations present within a piece of content.\n\n# Steps\n\nTake the input given and extract the concise, practical recommendations that are either explicitly made in the content, or that naturally flow from it.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a bulleted list of up to 20 recommendations, each of no more than 15 words.\n\n# OUTPUT EXAMPLE\n\n- Recommendation 1\n- Recommendation 2\n- Recommendation 3\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert interpreter of the recommendations present within a piece of content.\n\n# Steps\n\nTake the input given and extract the concise, practical recommendations that are either explicitly made in the content, or that naturally flow from it.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a bulleted list of up to 20 recommendations, each of no more than 15 words.\n\n# OUTPUT EXAMPLE\n\n- Recommendation 1\n- Recommendation 2\n- Recommendation 3\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8381554484367371,0.8679313063621521,0.0049428269267082214,0.058713532984256744,-0.282814085483551,0.30583447217941284,-1.1130443811416626,-0.2553502917289734,-0.25907784700393677,0.17092542350292206,0.20691238343715668,0.03526496887207031,0.33555907011032104,-0.10219067335128784,0.6383759379386902,-0.06575979292392731,-0.440855473279953,0.07839979231357574,-0.8313406109809875,-0.8606656193733215,0.7987229228019714,1.3135923147201538,0.2726229727268219,0.4645769000053406,0.28515252470970154,-0.24336601793766022,-0.41561901569366455,-0.704595148563385,-0.4121020436286926,-0.8578349947929382,0.37091758847236633,0.2121366262435913,-0.5333126187324524,-0.04341888427734375,0.3910507559776306,-0.19128456711769104,0.3654564619064331,-0.05203604698181152,-0.14569498598575592,-0.30477359890937805,-0.22046005725860596,0.6377987265586853,0.23662391304969788,0.39328157901763916,-0.16250064969062805,-0.05959988757967949,0.30298885703086853,-0.3995264768600464,0.64982670545578,0.34925103187561035,-0.06470637768507004,-0.4428422749042511,0.18837854266166687,0.05355536937713623,-0.17536470293998718,-0.35426953434944153,-0.052937038242816925,-0.3385767638683319,0.1550402194261551,0.19867010414600372,0.22188836336135864,-0.031223684549331665,-3.021726369857788,0.1187766045331955,-0.11269156634807587,-0.5033034682273865,0.6093481183052063,-0.6734640002250671,-0.6562454104423523,-0.5067847967147827,-0.23572608828544617,-0.06783600896596909,-0.032863713800907135,0.2792677879333496,-0.1495439112186432,-0.4772944748401642,-0.07928602397441864,-0.36932557821273804,0.2398086041212082,-0.4049486219882965,-0.13013871014118195,1.2004836797714233,0.16970333456993103,-0.27431434392929077,-0.6620807647705078,0.4969872534275055,-0.9021878242492676,-0.48373156785964966,0.08456926047801971,0.8295009136199951,0.5359146595001221,-0.4224073588848114,0.1842530369758606,1.027657151222229,-0.2835504114627838,-0.14637018740177155,-0.053625158965587616,0.030896686017513275,0.7336031198501587,3.2167251110076904,0.9835423231124878,0.28690868616104126,0.2963424026966095,-1.0548969507217407,-0.5220708250999451,-0.2579522728919983,-0.5843942165374756,0.09354162216186523,-0.05211786925792694,0.608116626739502,0.5342736840248108,-0.5499420762062073,-0.5146583318710327,-0.1600283682346344,-0.4886774718761444,0.4448035955429077,-0.7844672799110413,-0.34478288888931274,0.3892456889152527,0.3896864652633667,-0.7445396780967712,0.7721347212791443,0.23303867876529694,-0.31259962916374207,-0.07545653730630875,-0.38206782937049866,-0.04701530560851097,0.4832442104816437,0.504102349281311,0.14436140656471252,0.049025021493434906,0.2782128155231476,-0.8119900226593018,0.02378246746957302,-0.21939817070960999,-0.37753501534461975,0.4381963014602661,-0.8664965033531189,0.6120185852050781,-0.6525890231132507,-0.28423601388931274,-1.005374550819397,1.0084562301635742,1.133776307106018,0.827737033367157,0.11784370988607407,0.3535659909248352,-0.3181552588939667,-1.0175312757492065,-0.44956904649734497,0.6594722270965576,0.34217187762260437,0.2426193505525589,0.4732263684272766,0.042780905961990356,0.11660872399806976,-0.8949897885322571,0.21906261146068573,-0.22259081900119781,0.31719771027565,-0.3753821849822998,-0.5062899589538574,0.44654980301856995,-0.10567565262317657,0.03213805705308914,-0.4594077169895172,0.3044458329677582,-0.4887102544307709,0.41963914036750793,0.6620576977729797,-0.1854393482208252,-0.5182890892028809,0.7428409457206726,0.6397609710693359,0.5577327013015747,0.10395548492670059,-0.3713803291320801,0.21603411436080933,0.009624239057302475,-0.2770195007324219,0.3084065616130829,0.41018539667129517,0.7145681977272034,-0.8737618923187256,-0.24221114814281464,0.4385277032852173,-0.2067052721977234,-0.1056813895702362,1.4994792938232422,1.2343932390213013,-0.551578164100647,2.073700428009033,-0.687282383441925,-0.5228255987167358,-0.05106521397829056,-0.12818777561187744,-0.02597387135028839,0.12461498379707336,0.730694591999054,-0.2551831007003784,-1.0030304193496704,0.25608792901039124,0.2685374617576599,-0.5448503494262695,-0.6963518857955933,-0.6852471828460693,-0.2159287929534912,0.34604912996292114,-0.4103023409843445,-0.8123872876167297,-0.19629210233688354,0.11561301350593567,0.6676640510559082,0.01755441725254059,0.09213518351316452,0.3315255641937256,0.1571832001209259,0.1304311454296112,0.5209285020828247,0.3220036029815674,-0.8069488406181335,0.5969347953796387,-1.0630464553833008,-0.6992834210395813,-0.8623005151748657,0.7264274954795837,-0.3887979984283447,0.01441580057144165,-0.4667019546031952,-0.6156277656555176,0.13379456102848053,1.0089143514633179,1.201814889907837,1.1876493692398071,0.8314923048019409,0.23338699340820312,0.08656425029039383,0.04142119735479355,0.7693320512771606,-0.23153360188007355,1.0499958992004395,0.21702632308006287,-0.4199824333190918,0.4320460557937622,0.1399827003479004,0.7085366249084473,-0.7691549062728882,0.2763300836086273,0.02126513421535492,1.7171001434326172,0.04652879387140274,-0.3003183901309967,0.3467850089073181,0.9850817322731018,0.4313513934612274,0.14640329778194427,-1.6445796489715576,0.10127599537372589,-0.24250054359436035,0.5157268047332764,0.3506409525871277,-0.11092934012413025,0.2419668585062027,0.4582924246788025,0.03155814856290817,-0.8202565312385559,-0.8900049328804016,-0.019305333495140076,-0.057024434208869934,-0.3923226594924927,-0.08560241758823395,0.6142618060112,-0.31083929538726807,-0.036813825368881226,0.3358810544013977,0.11337653547525406,0.024245984852313995,-0.07470039278268814,-0.09476163238286972,-1.24465012550354,0.8497439026832581,-0.24450215697288513,-0.5042816996574402,0.1721055805683136,-0.7187981605529785,-0.034472640603780746,-0.4677969813346863,-0.6904320120811462,-0.1129700317978859,1.3423354625701904,-0.7015844583511353,0.022457197308540344,-0.5737568736076355,0.1311245709657669,1.32480788230896,-0.20199403166770935,-0.38527989387512207,0.6167668700218201,0.5337668657302856,-0.5287021398544312,-0.6556714773178101,1.0019066333770752,-0.16332902014255524,0.2951166033744812,-0.6510438919067383,-0.6113935112953186,0.7482836246490479,0.206059530377388,-0.08469197899103165,0.05910101905465126,-1.425078272819519,-0.4838757812976837,-0.19339950382709503,0.6541280746459961,0.288908988237381,-0.477035254240036,0.3256872296333313,-0.09321977198123932,-0.16124385595321655,-1.684248685836792,0.02603214792907238,0.47580209374427795,0.5507955551147461,-0.3785589039325714,-0.4490571916103363,0.9492071270942688,-0.7337340116500854,-0.07785254716873169,0.01718522608280182,0.9033917188644409,0.27241450548171997,-0.3079105019569397,-0.5965704321861267,-0.20106686651706696,0.9877142906188965,-0.0979219451546669,-0.2525273561477661,-0.37791532278060913,-1.14889657497406,-0.5224369168281555,0.493424654006958,1.067772388458252,0.24810054898262024,-0.04212700203061104,-0.49812158942222595,0.19199275970458984,-0.3156867027282715,-0.8261131644248962,0.24845312535762787,0.0921512246131897,-0.22554658353328705,0.7371360063552856,-0.41521063446998596,-0.40385550260543823,0.978767991065979,0.20247843861579895,0.10046710073947906,0.18004168570041656,-0.7267630100250244,2.035944700241089,-0.6665151119232178,-0.46538352966308594,0.22274678945541382,-0.18343853950500488,0.4255066514015198,0.395877480506897,-0.007528278976678848,0.11064646393060684,-0.12076635658740997,0.026765037328004837,0.057596903294324875,-0.5859867334365845,0.25677210092544556,-0.03723432868719101,0.4450179636478424,-0.3354981541633606,0.07533633708953857,-0.05068787932395935,-0.18101242184638977,0.31607288122177124,1.0106618404388428,-0.348600298166275,-0.4685328006744385,-0.9462711215019226]},"workflow":{"author":"@@official.shinkai","description":"Extracts references to various forms of cultural and educational content from provided text. This process involves identifying and listing references to art, literature, and academic papers concisely. The expected output is a bulleted list of up to 20 references, each summarized in no more than 15 words.","name":"Extract_references","raw":"\n workflow Extract_references v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert extractor of references to art, stories, books, literature, papers, and other sources of learning from content.\n\n# Steps\n\nTake the input given and extract all references to art, stories, books, literature, papers, and other sources of learning into a bulleted list.\n\n# OUTPUT INSTRUCTIONS\n\n- Output up to 20 references from the content.\n- Output each into a bullet of no more than 15 words.\n\n# EXAMPLE\n\n- Moby Dick by Herman Melville\n- Superforecasting, by Bill Tetlock\n- Aesop's Fables\n- Rilke's Poetry\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert extractor of references to art, stories, books, literature, papers, and other sources of learning from content.\n\n# Steps\n\nTake the input given and extract all references to art, stories, books, literature, papers, and other sources of learning into a bulleted list.\n\n# OUTPUT INSTRUCTIONS\n\n- Output up to 20 references from the content.\n- Output each into a bullet of no more than 15 words.\n\n# EXAMPLE\n\n- Moby Dick by Herman Melville\n- Superforecasting, by Bill Tetlock\n- Aesop's Fables\n- Rilke's Poetry\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6395066976547241,-0.004122316837310791,0.0039554983377456665,0.08520019799470901,-0.06886766850948334,0.18011623620986938,-1.0595444440841675,-0.018160812556743622,-0.6178120970726013,0.17256461083889008,0.07090818881988525,0.7881398797035217,0.593560516834259,-0.48506057262420654,-0.018274355679750443,-0.007377147674560547,0.27675390243530273,0.10173575580120087,-1.0152523517608643,-0.9565313458442688,-0.4731757640838623,0.470771849155426,0.11400415003299713,-0.09334427118301392,0.6906277537345886,-0.17011797428131104,-0.2741504907608032,-0.41450828313827515,-0.9082862734794617,-0.8265907168388367,0.7779397964477539,0.21622079610824585,0.00479649193584919,-0.6585537195205688,0.10931535065174103,0.11389517039060593,-0.1291324347257614,-0.37173524498939514,-0.6281394958496094,-0.29941388964653015,-0.43150973320007324,0.21334414184093475,-0.14120230078697205,-0.5174849033355713,0.458395391702652,-0.09647325426340103,0.052034929394721985,-0.20504285395145416,0.660951554775238,0.21107321977615356,0.31963399052619934,-0.8350558876991272,-0.23087157309055328,-0.2599010765552521,-0.538837730884552,-0.9621636271476746,-0.1835666447877884,-0.09948012232780457,0.04973658174276352,0.2397811859846115,-0.12616723775863647,-0.36453938484191895,-2.7228479385375977,-0.20423157513141632,-0.140293151140213,0.26774105429649353,-0.1526060402393341,-0.36681222915649414,0.3204616904258728,0.22203552722930908,-0.7452545166015625,-0.09781292825937271,-0.43430182337760925,-0.19819918274879456,-0.3619697391986847,-0.14146442711353302,0.32092776894569397,0.11090964823961258,0.4179201126098633,-0.4532680809497833,-0.6495040059089661,0.7234479784965515,0.4474215805530548,-0.6364418268203735,-0.16422608494758606,0.8330833911895752,-0.3237287700176239,-0.07304177433252335,-0.06417948007583618,0.5380613803863525,0.22222185134887695,-0.2426820993423462,0.15303054451942444,0.40998509526252747,-0.015755563974380493,-0.020770661532878876,-0.34054237604141235,-0.4158417582511902,0.3372218608856201,3.1471095085144043,1.3707911968231201,0.6485772728919983,0.27849113941192627,-0.5290824770927429,0.07807493209838867,-0.42478713393211365,-0.12265633046627045,0.13217966258525848,0.6543282866477966,-0.13380996882915497,0.31773069500923157,-0.3766545355319977,-0.54430091381073,0.5985207557678223,-0.46895551681518555,1.0429447889328003,-0.7245079874992371,-0.6092068552970886,0.5428198575973511,0.1016387939453125,-0.38384363055229187,0.1624433696269989,-0.2853650152683258,-0.3558306396007538,-0.4526920020580292,-0.4715324640274048,-0.22012251615524292,0.43127769231796265,0.91095370054245,0.3423052132129669,0.02329324185848236,0.35202667117118835,-0.9274899363517761,0.5145103931427002,-0.15593472123146057,-0.20606669783592224,0.5256485939025879,-1.00986909866333,-0.037375837564468384,-0.34492671489715576,-0.16094571352005005,-1.2078320980072021,0.8021477460861206,0.18239524960517883,0.7551600933074951,-0.13733458518981934,0.05307665094733238,0.7618487477302551,-0.333415150642395,-0.603321373462677,0.24032282829284668,0.5256884098052979,0.09350726008415222,0.1048046201467514,0.3286318778991699,-0.063743457198143,-0.15279754996299744,-0.6059940457344055,-0.9045262932777405,-0.41969549655914307,0.047450412064790726,0.57227623462677,-0.0062548816204071045,0.1722985804080963,0.37754544615745544,-0.2559119164943695,-0.18722695112228394,-0.13836604356765747,0.4688747525215149,0.654645562171936,0.3547723591327667,-0.07954127341508865,0.2392304688692093,1.3194808959960938,-0.2807900011539459,-0.29184237122535706,-0.7325235605239868,-0.16522642970085144,0.03144708275794983,0.02817639708518982,0.3607800304889679,0.4300641119480133,0.08137032389640808,-0.1527237892150879,0.3168349862098694,0.2399495244026184,-0.07788800448179245,0.3262626826763153,0.9096835255622864,1.4714566469192505,-0.15442609786987305,2.0673444271087646,-0.9181712865829468,-0.21662554144859314,0.2130921334028244,-0.7178350687026978,0.2212517410516739,0.7442964911460876,0.8888998031616211,-0.03332109376788139,0.2314479947090149,0.560565173625946,-0.16746415197849274,-0.25043004751205444,0.3318883776664734,-0.5346267819404602,-0.4346063733100891,-0.055190958082675934,-0.2126450389623642,-1.0920991897583008,-0.5055626630783081,-0.05896160006523132,0.9616917967796326,0.15502196550369263,-0.11685852706432343,-0.9684991240501404,0.18282058835029602,0.31875208020210266,-0.13555559515953064,0.4409407675266266,-0.8755319714546204,0.19624736905097961,-1.4349493980407715,-0.3787693977355957,-1.3049139976501465,1.4091486930847168,-0.3486844599246979,0.7133412957191467,-1.02938973903656,-0.5808441042900085,0.5684423446655273,1.6196496486663818,0.6744609475135803,1.0688636302947998,1.1037812232971191,0.38965100049972534,0.113856241106987,0.33510738611221313,-0.022228244692087173,0.1275315284729004,0.12242612987756729,0.2319876104593277,-0.8516150712966919,1.136602520942688,-0.6284581422805786,0.37458327412605286,-1.3301000595092773,0.13872268795967102,0.4904152452945709,0.9482492804527283,1.266162395477295,0.0034432075917720795,-0.02404380962252617,0.7159076929092407,0.137516051530838,0.09812856465578079,-2.260972738265991,-0.46822303533554077,-0.15858131647109985,0.4283091127872467,0.16122892498970032,-0.09131184220314026,-0.046861473470926285,0.12661437690258026,0.1304696947336197,-0.05705273523926735,-1.0405114889144897,0.12276969850063324,-0.4335286617279053,0.09811931103467941,-0.36062389612197876,0.3703758716583252,-0.21409118175506592,-0.396238774061203,-0.07838071882724762,-0.1452820897102356,0.6668333411216736,0.307136207818985,-0.26191961765289307,-0.2183043509721756,0.5106874704360962,0.19444870948791504,0.17739629745483398,0.24241581559181213,-0.2018526792526245,-0.1557418555021286,0.1482316106557846,-0.616165041923523,0.4637904167175293,1.2743303775787354,-0.5558829307556152,-0.46626994013786316,-0.7877584099769592,-0.001615285873413086,1.3679800033569336,0.4631831645965576,0.10952579975128174,1.419418215751648,0.5107449889183044,-0.8946381211280823,-0.9257184863090515,0.07683195173740387,-0.1418561488389969,-0.09104856848716736,-0.5446903109550476,-0.24651944637298584,0.894158124923706,0.2975204288959503,-0.4069773852825165,0.014955531805753708,-1.1519514322280884,0.0856267660856247,0.13485442101955414,-0.18877440690994263,0.45336759090423584,-1.072645664215088,0.5706589818000793,0.8277134895324707,-0.2694934904575348,-1.6066415309906006,-0.25334152579307556,0.4435773491859436,1.0803945064544678,-0.049323469400405884,-0.07834218442440033,0.8997876048088074,-0.6436401009559631,-0.14403945207595825,0.0287560373544693,1.0770632028579712,0.006646465510129929,-0.3371925354003906,-0.34420594573020935,-0.11996689438819885,0.07995681464672089,-0.4262024462223053,-0.5049909353256226,-0.21030473709106445,-0.37115517258644104,-0.19084227085113525,0.5271567106246948,1.6426608562469482,0.6688469052314758,0.5193175077438354,0.22872376441955566,0.026091933250427246,-0.7695074081420898,-0.741619884967804,0.9194662570953369,-0.3283690810203552,-0.22926829755306244,1.0352190732955933,0.6928958892822266,-0.7997365593910217,0.9280946850776672,-0.07853228598833084,-0.32706743478775024,-0.12289027124643326,-0.9176331758499146,1.8733303546905518,-0.5244162678718567,0.07565828412771225,0.05086252838373184,0.11408942937850952,-0.3211503028869629,0.1528756469488144,0.4487300515174866,-0.514907717704773,-0.1426418125629425,-0.08471741527318954,0.21557770669460297,-0.25644007325172424,0.43803685903549194,0.28110942244529724,1.1193883419036865,0.18016308546066284,0.016631904989480972,0.2648710608482361,-0.03444775938987732,-0.4249286651611328,0.5177199840545654,-0.08951331675052643,-1.2665783166885376,-1.245712161064148]},"workflow":{"author":"@@official.shinkai","description":"Analyzes and interprets the meaning of songs based on extensive research and lyric examination. This process involves deep analysis of the artist's background, song context, and lyrics to deduce the song's essence. Outputs include a summary sentence, detailed meaning in bullet points, and evidence supporting the interpretation.","name":"Extract_song_meaning","raw":"\n workflow Extract_song_meaning v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert songwriter and musician that specializes in understanding the meaning of songs.\n\nYou take any input about a song and output what it means.\n\n# GOALS\n\n1. The goals of this exercise is to take in any song name, song lyrics, or other information and output what the song means.\n\n# STEPS\n\n// Study the input you have\n\n- Spend 319 hours researching the song, the lyrics, the artist, any context known about them, and study those deeply.\n\n// Study the lyrics\n\n- Then study the lyrics of the song in question for 614 hours. Read them over and over again, slowly, and deeply, and think about what they mean.\n\n\n# OUTPUT\n\n// Write a summary sentence of what the song is about\n\n- In a section called SUMMARY SENTENCE, write a 25-word summary sentence of what the song is about. \n\n// Write a longer description of what the song is about in bullet points\n\n- In a section called MEANING, write a set of 165-word bullets describing what the song is about. \n\n// Give evidence for your theory\n\n- In a section called EVIDENCE, create a set of 15-word bullets describing why you believe this is the meaning of the song. Include references to the lyrics, comments from the artist, analysis from fans that you're aware of, etc.\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert songwriter and musician that specializes in understanding the meaning of songs.\n\nYou take any input about a song and output what it means.\n\n# GOALS\n\n1. The goals of this exercise is to take in any song name, song lyrics, or other information and output what the song means.\n\n# STEPS\n\n// Study the input you have\n\n- Spend 319 hours researching the song, the lyrics, the artist, any context known about them, and study those deeply.\n\n// Study the lyrics\n\n- Then study the lyrics of the song in question for 614 hours. Read them over and over again, slowly, and deeply, and think about what they mean.\n\n\n# OUTPUT\n\n// Write a summary sentence of what the song is about\n\n- In a section called SUMMARY SENTENCE, write a 25-word summary sentence of what the song is about. \n\n// Write a longer description of what the song is about in bullet points\n\n- In a section called MEANING, write a set of 165-word bullets describing what the song is about. \n\n// Give evidence for your theory\n\n- In a section called EVIDENCE, create a set of 15-word bullets describing why you believe this is the meaning of the song. Include references to the lyrics, comments from the artist, analysis from fans that you're aware of, etc.\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.39786583185195923,0.7757666110992432,-0.6930525898933411,-0.2993352711200714,-0.07395048439502716,0.16746902465820312,-1.2895526885986328,-0.17874199151992798,-0.6064577102661133,0.6327074766159058,-0.26158925890922546,0.3398991823196411,0.13116276264190674,0.010558679699897766,0.14516060054302216,-0.01096954196691513,-0.4060235619544983,-0.7345268130302429,-1.1275279521942139,-0.7378040552139282,0.9135919213294983,0.39292317628860474,0.37172389030456543,-0.016396842896938324,0.48271822929382324,-0.006634876597672701,-0.34115636348724365,-0.2512907385826111,-0.9123049974441528,-1.246806025505066,1.3808059692382812,0.46822160482406616,0.2423526793718338,-0.8916568756103516,0.03925255686044693,-0.6329061388969421,-0.27550482749938965,-0.0016810894012451172,-0.7697955965995789,-0.4588247537612915,-0.32487618923187256,-0.15777352452278137,-0.4897785484790802,0.09944697469472885,-0.39381006360054016,0.1872103214263916,0.615016520023346,0.027134127914905548,0.974777102470398,0.3832699656486511,0.2949475944042206,-0.1926523596048355,0.08798709511756897,-0.5374894142150879,-0.4933394193649292,-1.0774095058441162,-0.6250653862953186,0.12870751321315765,-0.17547981441020966,-0.0605071485042572,0.8713542819023132,-0.21319615840911865,-3.1173102855682373,0.2364605814218521,0.06781821697950363,0.0430447980761528,0.4402264952659607,0.5217329263687134,-0.17634619772434235,0.33891424536705017,-0.6095311641693115,0.06369884312152863,-0.5699126124382019,0.2963469624519348,0.39315128326416016,-0.08837815374135971,0.5076850056648254,-0.03659576177597046,0.337016761302948,-0.5956399440765381,-0.15843284130096436,1.1424870491027832,0.1126551404595375,-0.6713264584541321,0.12320941686630249,0.5948680639266968,-0.6038386225700378,-0.0686911940574646,-0.12033243477344513,0.4389364719390869,0.14174072444438934,-0.26237842440605164,0.9707615971565247,0.16731172800064087,-0.6777808666229248,0.0464734323322773,-0.5070472359657288,-0.14585372805595398,0.18312516808509827,3.1701083183288574,1.3958392143249512,0.21865807473659515,-0.417804092168808,-1.0001320838928223,0.08697666227817535,-0.7692877054214478,-0.05278947204351425,0.6875433325767517,0.3688420057296753,0.15103301405906677,0.03350517898797989,-0.6738304495811462,-0.09629794955253601,-0.31672704219818115,-0.5879872441291809,1.4097455739974976,-0.6615992784500122,-0.1596975177526474,0.16992716491222382,0.9134746789932251,-0.37242043018341064,0.2904356122016907,0.07355597615242004,-0.29086655378341675,-0.2853754758834839,-0.503862738609314,-0.2854885756969452,0.4761452078819275,0.6259496212005615,0.09730170667171478,0.3409181833267212,0.3468986749649048,-1.3227115869522095,0.5983370542526245,0.5932500958442688,-0.5214630365371704,-0.324995219707489,-0.19753944873809814,0.4858708083629608,-0.6613943576812744,0.07016429305076599,-0.6418658494949341,0.7165204286575317,0.5253332853317261,0.4264214336872101,-0.03281219303607941,0.21988558769226074,0.3839714527130127,-0.735118567943573,-0.44323232769966125,0.5473628044128418,0.708695113658905,0.4054286479949951,-0.03975072130560875,0.44147980213165283,0.15238918364048004,-0.16042141616344452,-0.8241064548492432,-0.6675961017608643,-0.13556227087974548,0.2650582492351532,-0.231505885720253,-0.0839175432920456,-0.1809300035238266,0.42130276560783386,0.009160094894468784,0.33001863956451416,-0.2737720310688019,0.5768486261367798,0.2754080295562744,0.40520593523979187,-0.10878933221101761,0.5340485572814941,0.5892413854598999,0.4527829587459564,-0.32006511092185974,-0.3703031837940216,0.06196688115596771,0.5082747936248779,0.4020952880382538,0.6444337964057922,0.6114264130592346,-0.3339865505695343,-0.5127421617507935,-0.22316479682922363,0.6597089767456055,0.0792062059044838,0.012531260959804058,0.9872035980224609,0.3307752013206482,-0.4027670919895172,2.085862874984741,-0.3966560363769531,-0.4475255310535431,0.21882770955562592,-0.3390822410583496,0.09570743143558502,0.3238779306411743,0.5318063497543335,-0.030031440779566765,-0.7186915874481201,-0.22503569722175598,0.03078717738389969,-0.4663613736629486,-0.38142818212509155,-0.5559396743774414,-0.2133084088563919,0.027382662519812584,0.2640368342399597,-0.8878771662712097,0.12227894365787506,-0.09924723207950592,0.875517725944519,0.09550129622220993,0.617863655090332,-0.372189998626709,0.28870338201522827,0.1703609824180603,0.3300900161266327,0.0972796157002449,-0.18844187259674072,0.13110418617725372,-1.1358294486999512,-0.4770193099975586,-0.8562090992927551,0.4724786877632141,-0.5390029549598694,0.30614984035491943,-0.2877163887023926,-0.17101849615573883,0.7237154841423035,0.8985660672187805,0.34878095984458923,1.2937111854553223,1.369040608406067,-0.036906369030475616,-0.20821136236190796,0.022455871105194092,0.5520672798156738,-0.4119773805141449,0.5968425869941711,-0.5335798263549805,-0.39530760049819946,0.6538823843002319,0.20327550172805786,0.32592272758483887,-0.08238900452852249,0.18053752183914185,-0.4086506962776184,1.777087688446045,0.7830538153648376,0.049609195441007614,0.06451090425252914,0.8907967209815979,0.15654048323631287,-0.3004036247730255,-2.220517635345459,-0.17432984709739685,0.05030278116464615,0.4254223108291626,-0.7703050971031189,-0.2766379714012146,-0.03449113294482231,-0.19708816707134247,-0.15744152665138245,-0.36449772119522095,-1.015743613243103,-0.16457271575927734,-0.6419274210929871,-0.40977713465690613,-0.6835952401161194,0.3382267355918884,-0.32679426670074463,-0.38733425736427307,-0.18163582682609558,0.332821249961853,0.14495889842510223,0.7837522625923157,-0.8617824912071228,-0.2810567617416382,0.1567244827747345,0.16282619535923004,0.412542462348938,0.4135538935661316,-0.5354924201965332,0.023624390363693237,-0.5177296996116638,-0.9576035737991333,-0.24613913893699646,0.9350370764732361,-0.5111398100852966,-0.3531290292739868,-0.3314322829246521,0.1492256224155426,1.220290184020996,0.04087008908390999,-0.5995963215827942,0.6381425261497498,0.4256364405155182,-0.10212887078523636,-0.7268858551979065,0.7444155216217041,0.06502421200275421,0.6000090837478638,-0.6524867415428162,-0.39398467540740967,0.7843328714370728,0.18210649490356445,-0.3449687659740448,0.24925577640533447,-0.42487525939941406,0.1996130645275116,0.23301684856414795,-0.2994175851345062,0.7777943015098572,-0.4078961908817291,0.40438711643218994,1.0032027959823608,-0.05946572870016098,-1.7250423431396484,-0.4239741563796997,0.46825650334358215,0.2372717559337616,0.10339143872261047,-0.7189925909042358,0.567054808139801,-1.4230461120605469,-0.07530054450035095,0.04143984615802765,0.8169676065444946,0.2522497773170471,-0.16198758780956268,-0.2718260884284973,0.24686479568481445,0.6213216185569763,-0.07881265133619308,-0.40546560287475586,0.05307497829198837,-0.6861031651496887,-0.3903982639312744,-0.5374882817268372,1.4954445362091064,0.2374260574579239,0.3600117564201355,-0.4377313256263733,0.1768484264612198,-0.4193812608718872,-0.8486811518669128,0.8626587390899658,0.00649598240852356,-0.6146022081375122,0.9889968633651733,0.06308010965585709,-0.4611594080924988,0.7733725309371948,0.37510254979133606,-0.5500004887580872,-0.5995036959648132,-0.7582563161849976,1.6235222816467285,0.1376480907201767,0.015471142716705799,-0.055332351475954056,-0.0355226993560791,0.10595951974391937,0.1371648609638214,0.19033601880073547,-0.027316104620695114,0.16452865302562714,-0.5287709832191467,0.7310613393783569,-0.2667933702468872,0.18564119935035706,0.45949482917785645,0.5816231369972229,-0.06962904334068298,0.068964883685112,0.26525041460990906,-0.030719995498657227,-0.5029123425483704,0.8110629916191101,0.22744286060333252,-1.1173137426376343,-0.40130501985549927]},"workflow":{"author":"@@official.shinkai","description":"Identifies and distinguishes between official and potential sponsors from transcripts. This process involves analyzing content to separate actual sponsors from merely mentioned companies. The output lists official sponsors and potential sponsors based on their mention in the content.","name":"Extract_sponsors","raw":"\n workflow Extract_sponsors v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting the sponsors and potential sponsors from a given transcript, such a from a podcast, video transcript, essay, or whatever.\n\n# Steps\n\n- Consume the whole transcript so you understand what is content, what is meta information, etc.\n- Discern the difference between companies that were mentioned and companies that actually sponsored the podcast or video.\n- Output the following:\n\n## OFFICIAL SPONSORS\n\n- $SOURCE_CHANNEL$ | $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$\n- And so on…\n\n## POTENTIAL SPONSORS\n\n- $SOURCE_CHANNEL$ | $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$\n- And so on…\n\n# EXAMPLE OUTPUT\n\n## OFFICIAL SPONSORS\n\n- AI Jason's YouTube Channel | Flair | Flair is a threat intel platform powered by AI. | https://flair.ai\n- Matthew Berman's YouTube Channel | Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com\n- Unsupervised Learning Website | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n- The AI Junkie Podcast | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n\n## POTENTIAL SPONSORS\n\n- AI Jason's YouTube Channel | Flair | Flair is a threat intel platform powered by AI. | https://flair.ai\n- Matthew Berman's YouTube Channel | Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com\n- Unsupervised Learning Website | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n- The AI Junkie Podcast | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n\n## END EXAMPLE OUTPUT\n\n# OUTPUT INSTRUCTIONS\n\n- The official sponsor list should only include companies that officially sponsored the content in question.\n- The potential sponsor list should include companies that were mentioned during the content but that didn't officially sponsor.\n- Do not include companies in the output that were not mentioned in the content.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting the sponsors and potential sponsors from a given transcript, such a from a podcast, video transcript, essay, or whatever.\n\n# Steps\n\n- Consume the whole transcript so you understand what is content, what is meta information, etc.\n- Discern the difference between companies that were mentioned and companies that actually sponsored the podcast or video.\n- Output the following:\n\n## OFFICIAL SPONSORS\n\n- $SOURCE_CHANNEL$ | $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$\n- And so on…\n\n## POTENTIAL SPONSORS\n\n- $SOURCE_CHANNEL$ | $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$\n- $SOURCE_CHANNEL$ | $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$\n- And so on…\n\n# EXAMPLE OUTPUT\n\n## OFFICIAL SPONSORS\n\n- AI Jason's YouTube Channel | Flair | Flair is a threat intel platform powered by AI. | https://flair.ai\n- Matthew Berman's YouTube Channel | Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com\n- Unsupervised Learning Website | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n- The AI Junkie Podcast | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n\n## POTENTIAL SPONSORS\n\n- AI Jason's YouTube Channel | Flair | Flair is a threat intel platform powered by AI. | https://flair.ai\n- Matthew Berman's YouTube Channel | Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com\n- Unsupervised Learning Website | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n- The AI Junkie Podcast | JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com\n\n## END EXAMPLE OUTPUT\n\n# OUTPUT INSTRUCTIONS\n\n- The official sponsor list should only include companies that officially sponsored the content in question.\n- The potential sponsor list should include companies that were mentioned during the content but that didn't officially sponsor.\n- Do not include companies in the output that were not mentioned in the content.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.28331252932548523,-0.1698201447725296,-0.9913234114646912,-0.18303722143173218,-0.34366342425346375,-0.3384424149990082,-1.3613874912261963,0.24306344985961914,-0.2631303071975708,0.6838049292564392,0.09899306297302246,1.210612177848816,0.7379504442214966,-0.06039959192276001,-0.4887144863605499,-0.47145676612854004,0.3960508406162262,-0.2655867338180542,-0.9167555570602417,-1.204262137413025,0.13654427230358124,0.2671773433685303,0.675477921962738,-0.16531376540660858,0.43899184465408325,-0.21446317434310913,-0.3544629216194153,-0.40643882751464844,-1.4837000370025635,-1.2037736177444458,1.0512133836746216,0.9189128875732422,-0.7423864006996155,-0.5758641958236694,0.24384936690330505,-0.9119807481765747,0.04804948717355728,-0.26714205741882324,-0.2336728870868683,0.08521363139152527,-0.04863087087869644,-0.044580332934856415,-0.08879958093166351,-0.7822048664093018,-0.1795414388179779,0.06676825881004333,0.6156767010688782,-0.058154404163360596,1.5396020412445068,0.3305385410785675,0.16939719021320343,-0.09370879828929901,-0.2184852957725525,-0.6960340738296509,-0.6563750505447388,-0.36348170042037964,-1.156934142112732,-0.052320998162031174,-0.04614570364356041,-0.24597233533859253,0.43949130177497864,0.048601388931274414,-3.5535788536071777,-0.8738314509391785,0.44594961404800415,-0.06997077912092209,0.4956989884376526,0.15777342021465302,0.7054466009140015,-0.03475771099328995,-0.6808207035064697,0.39592549204826355,-0.8939324617385864,0.25472086668014526,-0.022712260484695435,0.04441336542367935,0.7961639761924744,-0.18752536177635193,0.16579148173332214,-0.50069260597229,0.6244798898696899,0.18062323331832886,0.17830803990364075,-0.08134040236473083,-0.18574416637420654,0.6126121282577515,-0.7920166254043579,0.04480066895484924,-0.6285454034805298,0.5260039567947388,0.05168493837118149,-0.5908432602882385,-0.2051059752702713,0.4881705641746521,-0.21763989329338074,-0.21822576224803925,-0.5780245065689087,-0.05936188995838165,0.35057511925697327,2.981398105621338,1.2333303689956665,0.039765458554029465,0.016866669058799744,-1.3019307851791382,0.014107950031757355,-0.18927688896656036,-0.05118948221206665,0.4466233253479004,0.37580135464668274,-0.11844418197870255,0.27712443470954895,-0.10534603893756866,0.592097818851471,0.45912548899650574,0.14034952223300934,0.6958212852478027,-0.4103304147720337,0.01398397795855999,0.6211887001991272,-0.049926888197660446,-0.2922748327255249,0.021309413015842438,-0.1567574143409729,-0.7816035747528076,-0.5989701747894287,-0.21035689115524292,-0.23909452557563782,0.424306184053421,0.39744821190834045,-0.11961954087018967,0.6799801588058472,-0.3990943729877472,-0.9240288734436035,0.44188910722732544,0.4715251922607422,-0.16438016295433044,-0.12633152306079865,-0.06780993938446045,0.014607898890972137,-0.5677646398544312,-0.23183605074882507,-0.9527082443237305,0.5599672198295593,0.4651772379875183,0.08778289705514908,0.5966624617576599,0.05405177175998688,0.2871699631214142,-0.41356319189071655,-0.6227102875709534,0.30021795630455017,0.6522846817970276,0.2926597595214844,-0.0664277896285057,0.8311304450035095,-0.15829944610595703,0.2610560655593872,-0.38909757137298584,-0.4330347776412964,-0.007890202105045319,-0.023366648703813553,-0.37080517411231995,0.030777737498283386,0.9701959490776062,0.1858418881893158,-0.43351954221725464,-0.07853418588638306,-0.21078801155090332,0.46304136514663696,0.1817365288734436,0.29763859510421753,-0.11823580414056778,0.5021938681602478,0.3507770597934723,-0.32175183296203613,-0.0646544024348259,-1.24736487865448,0.03101828694343567,0.5437753796577454,0.46482565999031067,0.8729581832885742,0.5344669818878174,-0.07504656910896301,-0.3905186653137207,-0.32750338315963745,0.15818043053150177,0.4371737837791443,0.14712536334991455,1.3788816928863525,0.5778456926345825,-1.0014827251434326,1.5812671184539795,-0.9062426686286926,-0.5224573612213135,-0.03427240252494812,0.10900270938873291,0.09403152763843536,0.8306320309638977,0.6678145527839661,-0.016568008810281754,-0.4841507077217102,-0.9701491594314575,0.2604125440120697,-0.27830228209495544,-0.6670946478843689,-0.11822142452001572,0.34046077728271484,-0.3011273741722107,-0.7091915607452393,-1.1520638465881348,0.027939777821302414,0.03839900344610214,0.6754713654518127,0.36087286472320557,0.2348531186580658,-0.03552049770951271,0.002046894282102585,0.14391085505485535,-0.30776751041412354,0.29210948944091797,0.0790080577135086,0.13172794878482819,-0.49778324365615845,-0.5962082743644714,-0.7935485243797302,0.9641421437263489,-0.8437206745147705,0.569934070110321,-0.721300482749939,-0.2103409618139267,0.6155786514282227,0.649090051651001,0.5821396708488464,1.3180073499679565,1.0030547380447388,0.05390331894159317,0.21153637766838074,0.05268697440624237,0.2792920172214508,-0.27724653482437134,0.38724422454833984,0.1919928789138794,-0.37293410301208496,0.21161507070064545,-0.4808526635169983,-0.3183295726776123,0.48594850301742554,-0.05985049903392792,-0.40109673142433167,1.1639323234558105,0.7617912292480469,0.3192175328731537,-0.18080823123455048,0.522589921951294,0.39076662063598633,-0.21383753418922424,-2.364774227142334,0.31809201836586,0.015160448849201202,0.4835833013057709,-0.12957414984703064,0.056630007922649384,0.18400099873542786,0.527276337146759,-0.6543090343475342,-0.06091459468007088,-1.2631654739379883,-0.7801845073699951,-0.4164104163646698,-0.13092561066150665,-0.295684278011322,0.8481172323226929,0.249949112534523,-0.43946683406829834,-0.5511018633842468,0.916948676109314,0.2219018042087555,0.07412350177764893,-0.4604266881942749,0.1501685082912445,1.0438320636749268,0.4338725805282593,0.31543484330177307,0.35298067331314087,-0.28252243995666504,-0.010997975245118141,-0.15115612745285034,0.09081294387578964,-0.6148678660392761,0.943702220916748,-0.762657105922699,-0.5814927816390991,-0.40564996004104614,0.6124820113182068,1.0503476858139038,0.7715961337089539,0.005853261798620224,0.473223477602005,0.19486558437347412,-0.4457772374153137,-1.2165361642837524,0.9673666954040527,0.7247074842453003,0.1565278321504593,-0.27982503175735474,-1.1687376499176025,0.7818831205368042,0.17407867312431335,-0.6186975240707397,-0.3374948501586914,-0.04394096881151199,0.22749871015548706,-0.10765857249498367,-0.4565175175666809,-0.06456803530454636,-0.3633008301258087,-0.4059157967567444,0.4282929003238678,-0.05352257192134857,-1.4769294261932373,-0.1830609142780304,0.3275502026081085,0.36688369512557983,-0.3813827335834503,-0.4143608808517456,1.4616410732269287,-0.561068058013916,-0.06266710162162781,0.05526237189769745,1.0631598234176636,0.6366981863975525,-0.08084417134523392,0.5411956906318665,0.4508693516254425,0.30874887108802795,-0.09758961945772171,-0.6221548318862915,-0.6052164435386658,-0.019303634762763977,-0.2932928204536438,-0.18356961011886597,1.36163330078125,0.40643349289894104,0.06968788057565689,0.22276921570301056,0.3050205409526825,0.04159069061279297,-1.455839991569519,0.5509312152862549,-0.08121540397405624,-0.5495948195457458,0.48223036527633667,0.1730164736509323,-0.6369011402130127,0.9445675611495972,0.33967170119285583,-0.43822118639945984,-0.13397537171840668,-0.7910506129264832,1.127490520477295,-0.08621350675821304,0.08370660245418549,-0.4784902036190033,0.2932882308959961,0.5067400932312012,0.2634080648422241,0.3383787274360657,-0.19537673890590668,-0.34524619579315186,0.07825352996587753,0.8762136101722717,-0.4554738700389862,-0.05991947650909424,0.45564934611320496,0.6705137491226196,0.5492972135543823,0.06827643513679504,0.5490025281906128,0.4044637680053711,0.37730497121810913,0.7134961485862732,0.8165576457977295,-0.92958003282547,-0.2789865732192993]},"workflow":{"author":"@@official.shinkai","description":"Extracts video IDs from URLs for use in other applications. It meticulously analyzes the URL to isolate the video ID. The output is solely the video ID, with no additional information or errors included.","name":"Extract_videoid","raw":"\n workflow Extract_videoid v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting video IDs from any URL so they can be passed on to other applications.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Read the whole URL so you fully understand its components\n\n- Find the portion of the URL that identifies the video ID\n\n- Output just that video ID by itself\n\n# OUTPUT INSTRUCTIONS\n\n- Output the video ID by itself with NOTHING else included\n- Do not output any warnings or errors or notes—just the output.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at extracting video IDs from any URL so they can be passed on to other applications.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# STEPS\n\n- Read the whole URL so you fully understand its components\n\n- Find the portion of the URL that identifies the video ID\n\n- Output just that video ID by itself\n\n# OUTPUT INSTRUCTIONS\n\n- Output the video ID by itself with NOTHING else included\n- Do not output any warnings or errors or notes—just the output.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4350784420967102,0.6025615930557251,-0.6576680541038513,-0.30581194162368774,0.38145387172698975,0.09145298600196838,-0.9364386796951294,-0.23353973031044006,-0.04494355618953705,0.5974947810173035,0.13771013915538788,1.048201560974121,0.3533380627632141,0.09219090640544891,0.2823027968406677,0.21250218152999878,-0.288815438747406,-0.5672962069511414,-1.926009178161621,-0.5403242707252502,0.1454838216304779,0.8480207324028015,0.24413847923278809,0.1002470850944519,-0.07606930285692215,0.07384588569402695,-0.8810078501701355,-0.30109071731567383,-0.15064164996147156,-1.5561522245407104,1.0173006057739258,0.4365755617618561,-0.37558606266975403,-0.5970739722251892,-0.3185446858406067,-0.3221549987792969,-0.2070959359407425,-0.21710491180419922,-0.2670079171657562,-0.2185804396867752,0.08424050360918045,0.10750187188386917,-0.4789635241031647,-0.4109843671321869,0.2646762728691101,-0.11312569677829742,0.2013544887304306,0.05394483357667923,0.8601882457733154,0.38431990146636963,-0.29123997688293457,-0.2732202708721161,-0.2804500162601471,-0.34470367431640625,-0.49367478489875793,-0.19361619651317596,0.018415797501802444,-0.5899836421012878,0.06778134405612946,0.26868757605552673,0.8997108936309814,0.3943520486354828,-2.928870439529419,-0.3005862236022949,0.01283493172377348,-0.12042044848203659,0.383167564868927,-0.61795973777771,-0.08752588927745819,0.03624725341796875,0.032412655651569366,-0.20659886300563812,-0.21136826276779175,-0.37840986251831055,0.2384321689605713,0.11122173815965652,0.5987809300422668,-0.03149481117725372,0.735491931438446,-0.14027661085128784,0.4513305425643921,0.7428210377693176,0.11988385021686554,0.2515326738357544,-0.661251962184906,0.2577870488166809,-0.347053587436676,-0.7045526504516602,0.3499787151813507,0.10519479215145111,0.006105685606598854,-0.755791425704956,0.3516772389411926,0.18877726793289185,-0.43209850788116455,-0.022200748324394226,-0.2770625948905945,0.23152083158493042,0.14057715237140656,3.69189453125,0.8246589303016663,0.1707819551229477,0.2907044291496277,-0.33412179350852966,0.4826861321926117,-0.8120517730712891,-0.26047828793525696,-0.5508869886398315,0.2562260329723358,0.06902382522821426,0.5346775650978088,-0.3649499714374542,-0.07043719291687012,-0.11230223625898361,-0.08698207885026932,0.367707222700119,-0.717007577419281,0.03240899369120598,0.6125983595848083,0.8690817356109619,-0.31309717893600464,0.1027413159608841,-0.2806679606437683,-0.2196660041809082,0.23968161642551422,0.10740473121404648,-0.4400877356529236,0.7030780911445618,0.18934263288974762,0.2746793329715729,0.2131991982460022,0.4308289885520935,-0.7590901851654053,0.3005605936050415,0.24215209484100342,-0.24826288223266602,0.2945003807544708,-0.6252835392951965,-0.0768066868185997,-0.7862159609794617,-0.23274970054626465,-0.6666523218154907,-0.020549535751342773,-0.07732676714658737,1.0713402032852173,0.6106961369514465,0.06673871725797653,-0.15267568826675415,0.007921181619167328,-0.6548333168029785,0.10003349184989929,0.6365302205085754,-0.15286453068256378,-0.017982978373765945,0.32964086532592773,0.333952397108078,-0.4290624260902405,-0.5158101916313171,-1.1061042547225952,0.31275084614753723,0.11052879691123962,-0.15499688684940338,0.6490375995635986,0.18743830919265747,0.025906957685947418,0.04116230458021164,0.7172679305076599,-0.04087476432323456,0.26645392179489136,0.08510032296180725,0.34461691975593567,-0.006333202123641968,0.48547860980033875,0.782710611820221,-0.5026103258132935,-0.21013076603412628,-0.1755915880203247,0.1929444670677185,0.6230393648147583,-0.6962661743164062,0.34993642568588257,0.7603070735931396,-0.10077394545078278,-0.6917691230773926,-0.5234202146530151,0.49653494358062744,-0.03439170867204666,0.11665874719619751,0.7180476784706116,0.860670804977417,-0.993655800819397,1.8365775346755981,-0.02246139571070671,-0.21246683597564697,0.4260544776916504,0.2582892179489136,-0.16522619128227234,0.3679380416870117,0.5008891224861145,-0.07912494242191315,-0.07977322489023209,0.1398412436246872,-0.3165307939052582,-0.2971612215042114,-0.2972654402256012,-0.9150702953338623,0.14992837607860565,0.2814083993434906,-0.5682252049446106,-0.5554599165916443,-0.1763152927160263,0.266609787940979,1.483377456665039,0.22857901453971863,0.9474743604660034,0.2609088718891144,0.49472668766975403,-0.2604106366634369,0.49586620926856995,0.3414255976676941,0.015283964574337006,-0.09693492203950882,-0.8351790308952332,-0.8559321165084839,-1.1418403387069702,0.2928272783756256,-0.6514022946357727,-0.014402907341718674,-0.6731951832771301,0.1331617832183838,0.3079891800880432,0.9873802065849304,1.0456421375274658,1.1023837327957153,0.3994195759296417,0.35934919118881226,-0.18430617451667786,0.8703428506851196,0.03588048368692398,-0.4168890118598938,1.0213840007781982,-0.271198034286499,-0.34548264741897583,0.4574742317199707,-0.23237621784210205,0.5626087188720703,-0.8295580744743347,0.11646929383277893,0.33470067381858826,1.4260187149047852,0.5039807558059692,0.08300171792507172,0.6179227232933044,0.2691170275211334,0.1673905849456787,-0.23066312074661255,-1.3376871347427368,0.4439547657966614,-0.17013847827911377,0.11274994909763336,-0.19234701991081238,0.015146225690841675,0.08984088897705078,0.20169320702552795,0.20267370343208313,-0.5240859389305115,-1.1893844604492188,-0.4233653247356415,-0.5686563849449158,-0.5249450206756592,-0.19538582861423492,0.12792687118053436,-0.43929290771484375,-0.6334156394004822,-0.342102974653244,0.6875191926956177,0.31173649430274963,0.49644654989242554,-0.61250901222229,-0.7078030109405518,0.38785266876220703,0.2567939758300781,0.08665762841701508,0.02500215172767639,-0.11909007281064987,0.34626901149749756,-1.1705093383789062,-0.9008904099464417,-0.5101974010467529,0.6992234587669373,-0.784939706325531,-1.219498872756958,-0.4580659866333008,0.1306755542755127,1.3903441429138184,0.5023385286331177,0.05262031778693199,0.4917563498020172,0.38660359382629395,-0.574586033821106,0.03052108734846115,0.09672509878873825,0.19903162121772766,-0.24380376935005188,-0.4257911443710327,-0.6190218925476074,0.4463192820549011,0.13203164935112,-0.3244597017765045,-0.19999991357326508,-1.034489631652832,0.22183066606521606,0.4032105803489685,-0.08487476408481598,0.6849505305290222,-0.8223379254341125,0.6974459290504456,0.31980037689208984,0.17016835510730743,-1.9353058338165283,-0.3900829255580902,0.2664426565170288,0.7404388785362244,-0.3156108558177948,-0.14825190603733063,0.3935864567756653,-0.2839529812335968,-0.24587681889533997,-0.2529951333999634,1.4828143119812012,0.37661901116371155,-0.09276676923036575,-0.0008026808500289917,-0.27679532766342163,0.5778469443321228,-0.2487972378730774,0.16585610806941986,-0.45065006613731384,-0.5119638442993164,-0.45221567153930664,0.4303034543991089,1.3213484287261963,0.039460014551877975,0.2319130152463913,0.1898421347141266,-0.002751477062702179,-0.9338061213493347,-1.513501763343811,0.22103570401668549,0.4579242467880249,-0.4030420482158661,0.5116052031517029,0.13823699951171875,-0.25000301003456116,0.652019202709198,0.7400745153427124,-0.21116207540035248,0.1407921463251114,-0.7102701663970947,1.6733906269073486,0.022463945671916008,-0.5507676005363464,-0.3840709626674652,0.6325283646583557,-0.2648788094520569,-0.018478170037269592,0.4200544059276581,-0.6338688731193542,-0.2847293019294739,-0.17859891057014465,0.4364267587661743,-0.19917675852775574,0.7739908695220947,-0.09366641938686371,0.7283880710601807,0.20557281374931335,0.3692590892314911,0.525479793548584,0.602553129196167,-0.48131030797958374,0.5437514185905457,-0.5437513589859009,-0.6988688707351685,-1.0131632089614868]},"workflow":{"author":"@@official.shinkai","description":"This prompt outlines a complex process for extracting insights from text content, focusing on themes like the meaning of life and technology's impact on humanity. It involves creating teams of AI agents with diverse expertise to analyze the content and produce summaries, ideas, insights, quotes, habits, facts, references, and recommendations. The expected output includes structured sections filled with concise, insightful entries derived from the input material.","name":"Extract_wisdom_agents","raw":"\n workflow Extract_wisdom_agents v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an advanced AI system that coordinates multiple teams of AI agents that extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# STEPS\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n- Think deeply about the nature and meaning of the input for 28 hours and 12 minutes. \n\n- Create a virtual whiteboard in you mind and map out all the important concepts, points, ideas, facts, and other information contained in the input.\n\n- Create a team of 11 AI agents that will extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the final summary in the SUMMARY section.\n\n- Create a team of 11 AI agents that will extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure they extract at least 20 ideas. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the IDEAS section.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the INSIGHTS section.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best quotes from the input into a section called quotes. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the QUOTES section. All quotes should be extracted verbatim from the input.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best habits of the speakers in the input into a section called HABITS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the HABITS section. \n\n- Create a team of 11 AI agents that will extract 10 to 20 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the input into a section called FACTS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the FACTS section. \n\n- Create a team of 11 AI agents that will extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the REFERENCES section. \n\n- Create a team of 11 AI agents that will extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content. This should include any and all references to something that the speaker mentioned. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the ONE-SENTENCE TAKEAWAY section. \n\n- Create a team of 11 AI agents that will extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the RECOMMENDATIONS section. \n\n- Initiate the AI agents to start the extraction process, with each agent team working in parallel to extract the content.\n\n- As each agent in each team completes their task, they should pass their results to the generalist agent for that team and capture their work on the virtual whiteboard.\n\n- In a section called AGENT TEAM SUMMARIES, summarize the results of each agent team's individual team member's work in a single 15-word sentence, and do this for each agent team. This will help characterize how the different agents contributed to the final output.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the GENERALIST agents' outputs into their appropriate sections defined above.\n\n- Only output Markdown, and don't use bold or italics, i.e., asterisks in the output.\n\n- All GENERALIST output agents should use bullets for their output, and sentences of 15-words.\n\n- Agents should not repeat ideas, quotes, facts, or resources.\n\n- Agents should not start items with the same opening words.\n\n- Ensure the Agents follow ALL these instructions when creating their output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an advanced AI system that coordinates multiple teams of AI agents that extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# STEPS\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n- Think deeply about the nature and meaning of the input for 28 hours and 12 minutes. \n\n- Create a virtual whiteboard in you mind and map out all the important concepts, points, ideas, facts, and other information contained in the input.\n\n- Create a team of 11 AI agents that will extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the final summary in the SUMMARY section.\n\n- Create a team of 11 AI agents that will extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure they extract at least 20 ideas. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the IDEAS section.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the INSIGHTS section.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best quotes from the input into a section called quotes. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the QUOTES section. All quotes should be extracted verbatim from the input.\n\n- Create a team of 11 AI agents that will extract 10 to 20 of the best habits of the speakers in the input into a section called HABITS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the HABITS section. \n\n- Create a team of 11 AI agents that will extract 10 to 20 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the input into a section called FACTS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the FACTS section. \n\n- Create a team of 11 AI agents that will extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the REFERENCES section. \n\n- Create a team of 11 AI agents that will extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content. This should include any and all references to something that the speaker mentioned. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the ONE-SENTENCE TAKEAWAY section. \n\n- Create a team of 11 AI agents that will extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS. 10 of the agents should have different perspectives and backgrounds, e.g., one agent could be an expert in psychology, another in philosophy, another in technology, and so on for 10 of the agents. The 11th agent should be a generalist that takes the input from the other 10 agents and creates the RECOMMENDATIONS section. \n\n- Initiate the AI agents to start the extraction process, with each agent team working in parallel to extract the content.\n\n- As each agent in each team completes their task, they should pass their results to the generalist agent for that team and capture their work on the virtual whiteboard.\n\n- In a section called AGENT TEAM SUMMARIES, summarize the results of each agent team's individual team member's work in a single 15-word sentence, and do this for each agent team. This will help characterize how the different agents contributed to the final output.\n\n# OUTPUT INSTRUCTIONS\n\n- Output the GENERALIST agents' outputs into their appropriate sections defined above.\n\n- Only output Markdown, and don't use bold or italics, i.e., asterisks in the output.\n\n- All GENERALIST output agents should use bullets for their output, and sentences of 15-words.\n\n- Agents should not repeat ideas, quotes, facts, or resources.\n\n- Agents should not start items with the same opening words.\n\n- Ensure the Agents follow ALL these instructions when creating their output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5630950927734375,0.7594786882400513,-0.2992749810218811,-0.08877791464328766,0.104647696018219,0.3454360067844391,-0.9546093344688416,-0.0594281330704689,-0.032960738986730576,0.5050427913665771,-0.32474035024642944,1.140344262123108,0.44628554582595825,0.25610432028770447,0.1408863216638565,0.43468746542930603,-0.03224431723356247,-0.3558701276779175,-1.8751862049102783,-0.5737669467926025,-0.14512261748313904,0.6686922311782837,-0.048628322780132294,-0.3687611222267151,0.07456447184085846,0.07632680982351303,-0.1802455633878708,-0.304570734500885,-0.41706234216690063,-1.2178152799606323,0.7147056460380554,0.5907579064369202,-0.16981104016304016,-0.39650458097457886,-0.45091938972473145,-0.637447714805603,-0.3527379035949707,-0.2659412920475006,-0.16472937166690826,-0.46881723403930664,0.28951501846313477,0.03230424225330353,-0.5975760817527771,0.17013677954673767,0.2161896526813507,-0.20793554186820984,-0.22958911955356598,-0.11916851997375488,0.5168441534042358,0.22354644536972046,-0.32852205634117126,-0.4166203439235687,-0.08194512873888016,-0.1249815970659256,-0.677487850189209,-0.41416335105895996,-0.3962802588939667,-0.3070460259914398,0.36480748653411865,0.150214284658432,0.16485819220542908,0.12162844836711884,-3.282503128051758,-0.26167094707489014,-0.08459485322237015,0.13671916723251343,0.19514423608779907,-0.5039197206497192,-0.31994062662124634,-0.2256418764591217,0.14261123538017273,0.1670617163181305,-0.061699435114860535,0.1202707439661026,-0.3194493055343628,-0.044551871716976166,0.4181199073791504,0.10048188269138336,0.580891489982605,-0.3539527654647827,0.021227223798632622,0.7516354322433472,-0.058202214539051056,0.13466081023216248,-0.8726386427879333,0.5867471694946289,-0.7146003246307373,-0.889924168586731,-0.1078825443983078,-0.1895332634449005,-0.1442478746175766,-1.106176495552063,0.05377890169620514,0.11514835804700851,-0.8941712975502014,0.48087358474731445,0.21893833577632904,-0.17808544635772705,0.08122091740369797,3.5882201194763184,1.1359869241714478,0.6397167444229126,0.05355282872915268,-0.5009849071502686,0.5166323781013489,-0.5396313667297363,-0.06472858786582947,-0.1396578848361969,0.45456475019454956,0.029670201241970062,0.8133823275566101,-0.22906750440597534,-0.11607888340950012,0.16359704732894897,-0.2158641666173935,0.7043440937995911,-0.44144344329833984,-0.10326261818408966,0.4400303065776825,0.6851846575737,-0.2649852931499481,0.20930129289627075,0.06900453567504883,-0.16873836517333984,-0.0950213372707367,-0.3072013854980469,-0.2120186686515808,0.5027284622192383,0.24577589333057404,0.15236158668994904,0.3097018301486969,0.1480889618396759,-0.8872083425521851,0.13517174124717712,0.17089511454105377,-0.41306161880493164,0.13483677804470062,-0.6057038307189941,0.0070318803191185,-0.3674628734588623,-0.021309345960617065,-1.3028240203857422,0.4294007420539856,-0.09779892861843109,0.9888376593589783,0.6534019708633423,0.22954192757606506,0.11246892809867859,-0.3248484432697296,-0.7068914175033569,0.09036166965961456,0.5322397947311401,-0.24286776781082153,-0.0793735533952713,0.4743610620498657,0.37146374583244324,-0.9853091835975647,-0.9257485866546631,-0.8079439997673035,0.16372030973434448,0.15989674627780914,-0.039676323533058167,1.021336317062378,0.19355352222919464,0.7207382917404175,-0.3664710521697998,0.21002119779586792,0.2278815507888794,0.3141745328903198,0.0661911815404892,0.2875315546989441,0.13371270895004272,0.5120202898979187,0.9027303457260132,-0.3468210697174072,-0.5599430799484253,-0.3109291195869446,-0.23357099294662476,0.3877204954624176,-0.6247971653938293,0.7281465530395508,0.45706456899642944,-0.6121193170547485,-0.47041335701942444,-0.6432733535766602,0.34368810057640076,0.24565955996513367,0.04066866636276245,0.5466777682304382,1.204543113708496,-0.9602599143981934,2.2344675064086914,-0.19541427493095398,-0.35808059573173523,-0.36400333046913147,-0.13494162261486053,-0.2866162657737732,0.4273662567138672,0.6359368562698364,0.10083480924367905,-0.8384838104248047,0.019510697573423386,-0.4665417969226837,0.09273388236761093,0.09231674671173096,-0.7478954195976257,-0.27052026987075806,0.18099963665008545,-0.06741498410701752,-0.29326680302619934,-0.14660845696926117,0.12646718323230743,1.1482417583465576,0.2204485535621643,0.39170214533805847,0.2866668105125427,-0.18420180678367615,0.16052179038524628,0.06758031249046326,0.4775581359863281,-0.1602904200553894,-0.18354853987693787,-0.7259728312492371,-0.7356107831001282,-0.928427517414093,0.573674201965332,-0.03457462415099144,0.22303684055805206,-0.29072776436805725,-0.03573227301239967,0.3654491603374481,1.494996190071106,0.779671311378479,1.0555620193481445,0.6082867980003357,0.5627163052558899,0.15216945111751556,0.42588844895362854,0.29830604791641235,-0.14188002049922943,0.7758224010467529,0.03292537480592728,-0.07326415926218033,0.025580987334251404,-0.3375251591205597,0.4119124710559845,-0.7611254453659058,0.5693486928939819,-0.10839412361383438,1.562680959701538,0.24329864978790283,0.4423532783985138,0.3296237289905548,0.41736549139022827,0.233187735080719,-0.17062661051750183,-1.5042853355407715,-0.08540959656238556,-0.1552029401063919,0.4179144501686096,0.024484604597091675,-0.08397018909454346,0.21319898962974548,0.15223796665668488,0.0263095423579216,-0.3046441674232483,-1.0720301866531372,-0.12778262794017792,-0.15018011629581451,-0.5275362730026245,-0.35425031185150146,-0.005744948983192444,-0.2523759603500366,-0.490850567817688,0.1653263419866562,0.4163377285003662,0.1787061244249344,0.21911850571632385,-0.47041380405426025,-0.6857675313949585,0.4147779643535614,0.5121334195137024,0.12731845676898956,0.36250531673431396,-0.6186061501502991,0.38050857186317444,-0.5139800310134888,-0.2767566740512848,-0.3863096237182617,0.9920927882194519,-0.05319865420460701,-0.1070251539349556,-0.34147053956985474,-0.09157377481460571,1.5874570608139038,0.37646207213401794,0.24762438237667084,0.3863951563835144,0.2609245479106903,-0.21404491364955902,-0.3987395465373993,0.30619683861732483,-0.020988842472434044,0.08728968352079391,-0.3113061189651489,-0.3257506191730499,0.6303395628929138,0.27169686555862427,-0.5274314284324646,0.0762234553694725,-1.1366444826126099,0.019352976232767105,0.04098806902766228,-0.12805405259132385,0.6573259830474854,-0.6710650324821472,0.3004867732524872,0.29157784581184387,-0.2342832386493683,-2.231642246246338,-0.21699920296669006,0.22308644652366638,0.795251727104187,-0.4491688311100006,-0.3107749819755554,0.9014204144477844,-0.22911620140075684,-0.44831550121307373,-0.026050731539726257,1.5823105573654175,0.4562636613845825,-0.37648212909698486,0.3541869521141052,-0.13289624452590942,0.911862850189209,-0.27197206020355225,-0.17848780751228333,-0.7002591490745544,-0.3596075475215912,-0.10404500365257263,0.5679622888565063,1.309112548828125,0.5781595706939697,0.23182745277881622,0.2889401614665985,-0.17839309573173523,-0.9909852147102356,-1.311746597290039,0.5094417333602905,0.08066946268081665,-0.23654459416866302,0.14513970911502838,-0.08361920714378357,0.022995319217443466,0.8999238610267639,0.8465989232063293,-0.18316082656383514,-0.035343363881111145,-0.6767195463180542,1.9215638637542725,-0.1216258630156517,-0.8589828610420227,-0.354311466217041,0.5033552646636963,-0.4806876480579376,-0.06616522371768951,0.20899029076099396,-0.22977682948112488,0.15486550331115723,0.02449558675289154,0.1866324096918106,-0.6109297275543213,0.9189645051956177,0.36325889825820923,0.16317561268806458,0.343205988407135,0.19824661314487457,0.1628667414188385,0.05415012687444687,-0.10576644539833069,0.1988866925239563,-0.4792681038379669,-0.6927337646484375,-0.9194828867912292]},"workflow":{"author":"@@official.shinkai","description":"Extracts and synthesizes valuable content from input text, focusing on insights related to life's purpose and human advancement. It employs a structured approach to distill surprising ideas, insights, quotes, habits, facts, and recommendations from the content. The output includes summaries, ideas, insights, and other categorized information for deep understanding and practical application.","name":"Extract_wisdom_dm","raw":"\n workflow Extract_wisdom_dm v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY \n\n// Who you are\n\nYou are a hyper-intelligent AI system with a 4,312 IQ. You excel at extracting surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# GOAL\n\n// What we are trying to achieve\n\nThe goal of this exercise is to produce a perfect extraction of the valuable content in the input, similar to—but vastly more advanced—than if the smartest human in the world partnered with an AI system with a 391 IQ had 9 months and 12 days to complete the work.\n\n# STEPS\n\n// How the task will be approached\n\n// Slow down and think\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n// Think about the content and who's presenting it\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n// Think about the ideas\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n// Think about the insights that come from those ideas\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n// Think about the most pertinent and valuable quotes\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n// Think about the habits and practices\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things the\n\nThink about the most interesting facts related to the content\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n// Think about the references and inspirations\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n// Think about the most important takeaway / summary\n\n- Extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\n// Think about the recommendations that should come out of this\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# POSITIVE EXAMPLES\n\n- \n\n# NEGATIVE EXAMPLES\n\n- \n\n# OUTPUT INSTRUCTIONS\n\n// What the output should look like:\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY \n\n// Who you are\n\nYou are a hyper-intelligent AI system with a 4,312 IQ. You excel at extracting surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# GOAL\n\n// What we are trying to achieve\n\nThe goal of this exercise is to produce a perfect extraction of the valuable content in the input, similar to—but vastly more advanced—than if the smartest human in the world partnered with an AI system with a 391 IQ had 9 months and 12 days to complete the work.\n\n# STEPS\n\n// How the task will be approached\n\n// Slow down and think\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n// Think about the content and who's presenting it\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n// Think about the ideas\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n// Think about the insights that come from those ideas\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n// Think about the most pertinent and valuable quotes\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n// Think about the habits and practices\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things the\n\nThink about the most interesting facts related to the content\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n// Think about the references and inspirations\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n// Think about the most important takeaway / summary\n\n- Extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\n// Think about the recommendations that should come out of this\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# POSITIVE EXAMPLES\n\n- \n\n# NEGATIVE EXAMPLES\n\n- \n\n# OUTPUT INSTRUCTIONS\n\n// What the output should look like:\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7031266093254089,0.5134687423706055,-0.7300326228141785,-0.1283794790506363,0.33641400933265686,0.29835546016693115,-1.084898829460144,-0.020320914685726166,0.1262965351343155,0.3150220513343811,-0.1669086515903473,1.1445242166519165,0.4964630603790283,0.17225249111652374,0.09293121099472046,0.5917361378669739,0.23505201935768127,-0.19403739273548126,-1.6054162979125977,-0.23134121298789978,0.03715898469090462,0.5745248794555664,-0.010515697300434113,-0.2661623954772949,0.30193981528282166,0.2561684846878052,-0.7489368915557861,-0.5364760160446167,-0.2540610432624817,-1.421762228012085,1.0577023029327393,0.28598615527153015,-0.3732961416244507,-0.46350032091140747,-0.19145581126213074,-0.36896851658821106,-0.3601507842540741,0.3441610634326935,-0.2535244822502136,0.004278011620044708,0.4483789801597595,0.2885281443595886,-0.22826698422431946,-0.2904636859893799,0.1458122283220291,-0.22078847885131836,-0.0958009660243988,-0.08826569467782974,0.6426005959510803,0.4765896797180176,-0.30858340859413147,-0.373063862323761,-0.27732881903648376,-0.048748426139354706,-0.7027403116226196,-0.15098613500595093,0.19401787221431732,-0.6306596994400024,0.02475975826382637,0.08530572056770325,0.4889073073863983,0.5001780390739441,-3.0985734462738037,-0.07853955030441284,-0.44200724363327026,-0.08318401128053665,0.06034696474671364,-0.9885390996932983,-0.2211136668920517,-0.5348263382911682,-0.2855191230773926,-0.017756061628460884,0.08504544943571091,-0.17752200365066528,-0.06992274522781372,-0.09528546780347824,0.47545409202575684,-0.023740708827972412,0.5478300452232361,-0.1384885162115097,-0.11840727180242538,0.39124056696891785,-0.14264029264450073,0.22118686139583588,-1.1603704690933228,0.16955630481243134,-0.6807318329811096,-0.42213118076324463,0.07146865874528885,0.46837499737739563,0.07957488298416138,-1.2038259506225586,0.5645900368690491,-0.12964612245559692,-0.2275819182395935,-0.00016213953495025635,-0.20688481628894806,-0.18415892124176025,0.0008969679474830627,3.6900882720947266,0.9171501994132996,0.5445624589920044,0.5993668437004089,-0.6680594682693481,0.24849417805671692,-0.18289417028427124,-0.09762133657932281,-0.1751764416694641,0.541339635848999,-0.0678533986210823,0.5732169151306152,-0.2828277349472046,-0.4499935805797577,-0.4983043372631073,0.0306282676756382,0.32620975375175476,-0.5130353569984436,0.11099560558795929,0.3538000285625458,0.8015044331550598,-0.36250224709510803,0.11685508489608765,-0.3304382264614105,-0.2531709372997284,0.6872563362121582,0.23393510282039642,-0.4723877012729645,0.7023264169692993,0.2876274287700653,0.37586915493011475,0.17937129735946655,0.721143901348114,-0.9339872002601624,0.1377570927143097,0.11002457141876221,-0.1591041088104248,0.5776814818382263,-0.47142550349235535,0.6215511560440063,-0.5842487812042236,-0.0786178708076477,-0.8629727363586426,0.22814562916755676,-0.26003167033195496,1.05733060836792,0.9036945104598999,0.04572993144392967,0.049126192927360535,-0.5240722894668579,-0.5288977026939392,0.16106347739696503,-0.0470079630613327,-0.1490858793258667,0.28766539692878723,0.29243701696395874,0.3605819046497345,-0.6612585783004761,-0.13981805741786957,-1.016053557395935,0.37746140360832214,0.1696244478225708,0.21970142424106598,0.5855863094329834,0.7394953370094299,0.5037882328033447,-0.277803897857666,0.6701908111572266,0.19395673274993896,-0.08855223655700684,0.12714052200317383,0.6294568777084351,-0.34413039684295654,0.4919328987598419,0.598138689994812,-0.26830488443374634,-0.07735604792833328,-0.502345085144043,0.41145020723342896,0.42644739151000977,-0.8330318927764893,0.5465000867843628,0.8057063817977905,-0.3562833070755005,-0.5577897429466248,-0.9231950640678406,0.5675709843635559,0.24748259782791138,-0.04866102337837219,0.7585334181785583,1.2082418203353882,-1.1110001802444458,2.126368761062622,0.18648619949817657,-0.30065473914146423,0.0537722185254097,0.1948486566543579,-0.5978105068206787,0.26601070165634155,0.6847192049026489,0.11707165092229843,-0.41415172815322876,0.16283640265464783,-0.3819904327392578,-0.028022833168506622,-0.22977352142333984,-0.4885605573654175,-0.0938451737165451,0.5594341158866882,-0.5811157822608948,-0.48501619696617126,-0.05318785086274147,0.36580023169517517,0.9366480112075806,0.4578511714935303,0.8193025588989258,0.836861252784729,0.24696744978427887,0.0006488524377346039,0.3080841600894928,0.6766821146011353,-0.18741536140441895,0.08449496328830719,-0.7024515867233276,-0.8740882277488708,-1.0852669477462769,0.5134806036949158,-0.2103041708469391,0.023727897554636,-0.45701682567596436,0.11755426228046417,-0.3228083550930023,1.165794849395752,0.5146263241767883,0.6542937755584717,0.550822377204895,0.43898531794548035,-0.20838317275047302,0.7412557601928711,0.027592860162258148,-0.12834689021110535,0.5638176798820496,-0.28541624546051025,-0.16897839307785034,0.30247122049331665,-0.22399339079856873,0.11681562662124634,-1.0888011455535889,0.6734703779220581,0.2964625954627991,0.9416466355323792,-0.06071314960718155,0.280881404876709,0.7439398765563965,0.41305306553840637,-0.060751646757125854,-0.36280640959739685,-1.2931814193725586,0.40600523352622986,-0.26930221915245056,0.38748466968536377,-0.056848812848329544,-0.09749854356050491,0.5296767354011536,-0.07064472138881683,0.24267296493053436,-0.10440416634082794,-0.8678445816040039,-0.46524959802627563,-0.3216053545475006,-0.10532097518444061,-0.04898760840296745,0.17651450634002686,-0.5623730421066284,-0.8567162156105042,-0.03869520127773285,0.4447566568851471,0.20326317846775055,0.22863855957984924,-0.4203789532184601,-0.5728482604026794,0.23236390948295593,0.22825144231319427,-0.1091967299580574,-0.3234189748764038,-0.43739429116249084,0.19223570823669434,-0.618524968624115,-1.2223936319351196,-0.3398111164569855,1.1246434450149536,-0.6301143765449524,-0.37138834595680237,-0.32290205359458923,0.19239211082458496,1.171188473701477,0.05522903800010681,0.31296077370643616,0.7582053542137146,0.39090582728385925,-0.3218854069709778,0.28511446714401245,0.38505446910858154,-0.195723295211792,0.13076332211494446,-0.39919015765190125,-0.1173240914940834,0.22936318814754486,-0.03248912841081619,-0.11932822316884995,-0.295665979385376,-1.0945113897323608,0.2871357500553131,0.05629077926278114,0.03864505514502525,0.7397066354751587,-1.0098189115524292,0.5318179726600647,0.1354186087846756,0.13590192794799805,-2.0488977432250977,-0.8746775984764099,0.49725279211997986,0.8665512204170227,-0.09102734923362732,-0.25271421670913696,0.6465511322021484,-0.45756661891937256,-0.3363254964351654,-0.6204467415809631,1.2375624179840088,0.5969058871269226,0.12768791615962982,0.23099181056022644,0.09882291406393051,0.8539327383041382,-0.3033543825149536,0.16947586834430695,-0.486182302236557,-0.19425083696842194,-0.16014014184474945,0.8797973394393921,0.8019000887870789,0.4896947741508484,0.10390633344650269,0.14076609909534454,-0.30244874954223633,-0.9501681923866272,-1.396649956703186,0.10089711099863052,0.42443662881851196,-0.4193776547908783,0.29107317328453064,-0.22357238829135895,-0.1105332151055336,0.6260409951210022,0.9186029434204102,-0.1462351530790329,0.05087978392839432,-0.39358776807785034,2.003749132156372,-0.3591386079788208,-0.7011300921440125,-0.6007997989654541,0.6046971082687378,-0.3230668902397156,0.3347684442996979,0.15105819702148438,-0.5133485198020935,-0.28538161516189575,-0.6594064831733704,-0.02098759263753891,-0.20671585202217102,0.7704731225967407,0.14663593471050262,0.3787972927093506,0.12323962152004242,0.2667103111743927,0.16920465230941772,0.03746485710144043,-0.25790396332740784,0.1428069770336151,-0.6663185358047485,-0.7613502740859985,-1.3428452014923096]},"workflow":{"author":"@@official.shinkai","description":"This prompt guides the extraction and organization of insightful content from text, focusing on life's purpose, human flourishing, and technology's impact. It emphasizes identifying and summarizing surprising ideas, refined insights, practical habits, notable quotes, valid facts, and useful recommendations related to these themes. The expected output includes structured sections for summaries, ideas, insights, quotes, habits, facts, recommendations, and references, each with specific content and formatting requirements.","name":"Extract_wisdom_nometa","raw":"\n workflow Extract_wisdom_nometa v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# STEPS\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things the\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\n# STEPS\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things the\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.503784716129303,0.904502809047699,-0.28459396958351135,-0.18392817676067352,0.0746307224035263,0.1521030068397522,-0.6183061599731445,-0.13758213818073273,0.09959527850151062,0.15240930020809174,-0.23678883910179138,0.8815492987632751,0.5468310713768005,-0.272570937871933,0.3180823028087616,0.16503474116325378,0.11411842703819275,-0.013965282589197159,-1.3669166564941406,-0.6084216237068176,0.16749994456768036,0.9697531461715698,-0.11891942471265793,-0.11661934852600098,0.3202126622200012,0.24985238909721375,-0.3253369629383087,-0.38533729314804077,-0.3414207696914673,-1.4322961568832397,1.0298513174057007,0.31101733446121216,-0.1734873205423355,-0.44556689262390137,-0.7007747888565063,-0.8500598073005676,-0.28039759397506714,-0.07054059207439423,-0.20055830478668213,-0.07802752405405045,-0.03941407799720764,0.5358198881149292,-0.6257516741752625,-0.25090956687927246,0.07505618780851364,-0.4796094298362732,0.3243626654148102,-0.24710917472839355,0.40293651819229126,0.5217533111572266,-0.0481565035879612,-0.20431163907051086,-0.09473002701997757,0.017101293429732323,-0.4823929965496063,-0.6011671423912048,-0.19502967596054077,-0.28755778074264526,-0.17831069231033325,-0.09927168488502502,0.2566621005535126,0.19404125213623047,-3.5976204872131348,-0.35429489612579346,-0.3093664050102234,-0.31421855092048645,0.6066178679466248,-0.4909913241863251,-0.38437619805336,-0.41229620575904846,-0.34108272194862366,0.3926255404949188,0.41992616653442383,0.10919489711523056,-0.2429523468017578,-0.0015391334891319275,0.08632679283618927,-0.05741465091705322,0.16906903684139252,-0.10827142000198364,0.29825571179389954,0.663051962852478,0.0004836432635784149,0.03563220798969269,-0.9886395931243896,0.695155143737793,-0.8241599202156067,-0.5068464279174805,-0.012896306812763214,0.14779414236545563,0.4643748700618744,-1.0272066593170166,0.061714671552181244,0.4116092920303345,-0.4335448145866394,0.26135894656181335,0.24565601348876953,0.08555030822753906,0.24771332740783691,3.690605401992798,1.1382031440734863,1.024282455444336,0.6991963386535645,-0.4045194685459137,0.00021257996559143066,-0.46863898634910583,-0.3739373981952667,-0.10408270359039307,0.4065339267253876,-0.002499033696949482,0.4713335633277893,-0.6447042226791382,-0.16141751408576965,0.019662439823150635,-0.36714842915534973,0.3893207311630249,-0.6027434468269348,-0.15191631019115448,0.41205981373786926,0.422945111989975,-0.1905968189239502,0.5269446969032288,0.12208353728055954,-0.2224079966545105,-0.45872730016708374,-0.08587804436683655,-0.02505866251885891,0.5423745512962341,0.3456224203109741,0.03496180474758148,0.04922454059123993,0.2924150228500366,-0.8209395408630371,0.12104031443595886,-0.22475653886795044,-0.20992031693458557,-0.048748165369033813,-1.0310444831848145,0.17080660164356232,-0.5786029100418091,0.023646146059036255,-1.135721206665039,0.17949748039245605,0.10318112373352051,1.1686979532241821,0.8076488971710205,0.11337064951658249,-0.049008630216121674,-0.370315819978714,-0.6836829781532288,0.2290380746126175,0.8535105586051941,-0.05375541001558304,0.1168307512998581,0.44196540117263794,0.47370579838752747,-0.6449163556098938,-0.3388735353946686,-0.6680117249488831,0.05525307357311249,0.15707379579544067,-0.18009218573570251,0.6989122629165649,0.1643236130475998,0.8666919469833374,-0.29729682207107544,0.2716837227344513,0.017082931473851204,0.3251636028289795,0.13871489465236664,0.3719043433666229,-0.18424630165100098,0.12507852911949158,0.5662912726402283,-0.5449291467666626,-0.15645092725753784,-0.07647457718849182,0.09246429055929184,0.7779276967048645,-0.29035717248916626,0.7927546501159668,0.4140365421772003,-0.3590444028377533,-0.49442464113235474,-0.5733596086502075,0.11918580532073975,0.12555146217346191,0.1370045691728592,0.757607638835907,1.2271555662155151,-0.617423951625824,1.9351234436035156,-0.11455665528774261,-0.3673509955406189,-0.26791852712631226,-0.2870837450027466,-0.28598377108573914,0.2595566213130951,0.6958367824554443,-0.1840345710515976,-0.22566759586334229,0.2879035472869873,-0.5949581861495972,0.03846929967403412,-0.26229777932167053,-0.7967599034309387,-0.052917104214429855,0.13052062690258026,-0.3732447028160095,-0.7525269389152527,-0.09654173254966736,0.056322403252124786,0.825325071811676,0.4170512855052948,0.4153396785259247,0.2923275828361511,0.06088181212544441,0.17088063061237335,0.26347455382347107,0.8098410367965698,-0.07017890363931656,-0.2701199948787689,-0.3926355838775635,-0.8271259665489197,-0.8830416202545166,0.2545543313026428,0.07211599498987198,0.2188703715801239,-0.1383165717124939,0.06122336909174919,0.4579471945762634,1.4747072458267212,0.6733747720718384,0.9108269810676575,0.9635385274887085,0.17830651998519897,-0.10397324711084366,0.4811963438987732,0.7012526988983154,-0.28237807750701904,1.0699416399002075,-0.2687312364578247,-0.15913841128349304,0.1599472314119339,-0.41282790899276733,0.23306220769882202,-0.6416135430335999,-0.009443774819374084,-0.2957633137702942,1.219754695892334,-0.0382203534245491,-0.08096756041049957,0.21362841129302979,0.5207581520080566,0.261508584022522,0.08415865153074265,-1.6672288179397583,0.5342861413955688,-0.4240601062774658,0.2173721045255661,-0.06251717358827591,-0.1525675356388092,0.16225141286849976,0.09122912585735321,-0.07526180893182755,-0.40370187163352966,-0.8547766208648682,-0.13970625400543213,0.1535683274269104,-0.6804291605949402,-0.3665826916694641,0.45386040210723877,-0.3883664608001709,-0.7212321758270264,-0.079451784491539,0.3927710950374603,0.3222547173500061,0.13934242725372314,-0.2911209762096405,-0.5651174783706665,0.6336891055107117,0.1983383744955063,-0.007978811860084534,0.22092875838279724,-0.6595767140388489,0.2805264890193939,-0.8695081472396851,-0.46938711404800415,-0.007989443838596344,1.1546015739440918,-0.4178946018218994,-0.4844522178173065,-0.04148177430033684,-0.014260411262512207,1.3050142526626587,0.22784605622291565,0.41808927059173584,0.769666850566864,0.3047615587711334,-0.16872668266296387,-0.21000105142593384,0.1314077228307724,-0.007783833425492048,-0.23818331956863403,-0.2519775331020355,-0.49375849962234497,0.5722548365592957,0.14790089428424835,-0.5539368391036987,0.2744094133377075,-0.9484944939613342,-0.1755019575357437,-0.24862495064735413,0.07562204450368881,1.0379574298858643,-0.868303656578064,0.35949528217315674,0.13719411194324493,0.17589165270328522,-1.9894253015518188,-0.46921125054359436,-0.08553570508956909,0.6927284002304077,-0.4399075508117676,-0.07239224761724472,0.5217976570129395,-0.12617957592010498,0.07733257114887238,0.059382110834121704,1.3531864881515503,0.8918924331665039,-0.27953147888183594,-0.24900731444358826,0.10820715874433517,0.9023499488830566,-0.3227807879447937,-0.14920523762702942,-0.3254680037498474,-0.6976215243339539,-0.22028283774852753,0.7646469473838806,0.8368633985519409,0.6483651399612427,0.0588143914937973,-0.08928313851356506,-0.00790850818157196,-1.0186411142349243,-1.3891677856445312,0.61441969871521,-0.27991488575935364,-0.5870805978775024,0.6758323907852173,-0.17191138863563538,0.05751815065741539,0.7007683515548706,0.7945495843887329,-0.32597288489341736,0.24892893433570862,-0.8318226933479309,2.436769962310791,-0.33259037137031555,-0.6054748296737671,-0.39363420009613037,0.5543860197067261,-0.4383845329284668,-0.2485179454088211,0.5033867359161377,-0.008753441274166107,-0.26507192850112915,0.0359780490398407,0.30466246604919434,-0.5037270188331604,0.5460008382797241,0.18667751550674438,0.45179441571235657,0.026797935366630554,0.13533207774162292,-0.19554245471954346,0.024466849863529205,0.02561536431312561,0.3337364196777344,-0.42255550622940063,-0.6047654151916504,-0.6762929558753967]},"workflow":{"author":"@@official.shinkai","description":"Extracts key insights, ideas, quotes, habits, and references from textual content to address the issue of information overload and the challenge of retaining knowledge. It uniquely filters and condenses valuable information from various texts, making it easier for users to decide if the content warrants a deeper review or to use as a note-taking alternative. The output includes summarized ideas, notable quotes, relevant habits, and useful references, all aimed at enhancing understanding and retention.","name":"Extract_wisdom","raw":"\n workflow Extract_wisdom v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things they always do, things they always avoid, productivity tips, diet, exercise, etc.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n- Extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou extract surprising, insightful, and interesting information from text content. You are interested in insights related to the purpose and meaning of life, human flourishing, the role of technology in the future of humanity, artificial intelligence and its affect on humans, memes, learning, reading, books, continuous improvement, and similar topics.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n- Extract 20 to 50 of the most surprising, insightful, and/or interesting ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them. Make sure you extract at least 20.\n\n- Extract 10 to 20 of the best insights from the input and from a combination of the raw input and the IDEAS above into a section called INSIGHTS. These INSIGHTS should be fewer, more refined, more insightful, and more abstracted versions of the best ideas in the content. \n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.\n\n- Extract 15 to 30 of the most practical and useful personal habits of the speakers, or mentioned by the speakers, in the content into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things they always do, things they always avoid, productivity tips, diet, exercise, etc.\n\n- Extract 15 to 30 of the most surprising, insightful, and/or interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.\n\n- Extract all mentions of writing, art, tools, projects and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speaker mentioned.\n\n- Extract the most potent takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\n- Extract the 15 to 30 of the most surprising, insightful, and/or interesting recommendations that can be collected from the content into a section called RECOMMENDATIONS.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n\n- Write the IDEAS bullets as exactly 15 words.\n\n- Write the RECOMMENDATIONS bullets as exactly 15 words.\n\n- Write the HABITS bullets as exactly 15 words.\n\n- Write the FACTS bullets as exactly 15 words.\n\n- Write the INSIGHTS bullets as exactly 15 words.\n\n- Extract at least 25 IDEAS from the content.\n\n- Extract at least 10 INSIGHTS from the content.\n\n- Extract at least 20 items for the other output sections.\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5679429173469543,0.7871896624565125,-0.06782150268554688,-0.016513114795088768,0.44853702187538147,-0.3868790566921234,-0.8384237885475159,-0.3071388006210327,-0.03867999091744423,0.5570862293243408,-0.2931205630302429,0.4871671795845032,-0.020904745906591415,-0.08403025567531586,0.7677493691444397,-0.4327794313430786,0.18937461078166962,-1.1264808177947998,-1.706716537475586,0.02952459082007408,0.5645332336425781,0.9536924958229065,1.0111750364303589,-0.3567560911178589,0.8754510879516602,-0.07182120531797409,-0.027276653796434402,-0.0370958149433136,0.1805526167154312,-0.9643775224685669,0.25179412961006165,-0.19395878911018372,-0.6384986639022827,-0.4638780653476715,0.14376577734947205,-0.22741609811782837,0.48761531710624695,-0.10138030350208282,-1.1110202074050903,-0.08319775760173798,-0.2628292739391327,0.22794094681739807,-0.30330726504325867,0.4261295795440674,-0.3180055618286133,-0.7973508834838867,-0.23125891387462616,-0.2890738248825073,0.6570466756820679,0.7324928045272827,0.4740159511566162,-0.282627135515213,-0.15306560695171356,0.15032964944839478,-0.5140524506568909,-0.24987825751304626,-0.21631351113319397,-0.34273457527160645,0.07383507490158081,0.3051607310771942,0.26399582624435425,0.7511772513389587,-3.221165657043457,-0.36018821597099304,-0.05068029463291168,0.39646613597869873,-0.3924865126609802,-0.16322718560695648,0.8394230008125305,0.11349664628505707,-0.42325079441070557,0.3480292856693268,0.021254703402519226,0.7188806533813477,0.3604162037372589,-0.04390529915690422,0.22249329090118408,0.1600624918937683,0.39104336500167847,-0.9763294458389282,-0.09629520028829575,0.059516407549381256,-0.7493640780448914,0.2341969758272171,-0.11849406361579895,0.4866010546684265,-0.20391511917114258,-0.5577964782714844,-0.1521352231502533,0.6071664094924927,-0.2254989743232727,-0.5543094277381897,0.3720543086528778,0.37529322504997253,-0.5790517330169678,-0.5679452419281006,-0.2351689338684082,0.29769521951675415,0.11052201688289642,3.514922857284546,0.6765098571777344,0.7876952290534973,0.4743655323982239,-1.0240687131881714,0.37317129969596863,-0.6264256834983826,-0.033462245017290115,-0.7634552121162415,0.32829564809799194,0.07530109584331512,0.2901434004306793,-0.36754876375198364,0.13554896414279938,0.18766158819198608,0.37097588181495667,-0.030002158135175705,-0.48652106523513794,0.017588041722774506,0.5263429880142212,0.9272611737251282,-0.3583203852176666,0.49377962946891785,-0.38251495361328125,0.2836352586746216,-0.12572911381721497,-0.343530535697937,-0.9634031057357788,0.5341636538505554,0.3754431903362274,0.29518863558769226,-0.007927305996418,0.3547108769416809,-0.6795088052749634,-0.13579285144805908,-0.19341255724430084,-0.24015825986862183,0.24270382523536682,-0.5811305046081543,0.10881581902503967,0.42622119188308716,0.036330848932266235,-1.134519338607788,0.368375301361084,0.6958767175674438,0.2873152196407318,0.7160258889198303,-0.42690691351890564,0.4556386172771454,-0.5192843675613403,-0.5321460962295532,0.8637437224388123,0.7566136121749878,0.1355176717042923,0.8422906994819641,0.22903946042060852,0.22266724705696106,-0.51312655210495,0.25670477747917175,-0.2807025611400604,-0.38134610652923584,0.2713182866573334,0.5584221482276917,0.30370962619781494,0.015461653470993042,0.720553457736969,-0.2992360293865204,0.3587196469306946,-0.07320315390825272,0.47996214032173157,-0.006242374889552593,0.15296903252601624,0.11072751134634018,0.132889062166214,0.4691183865070343,-0.5569306015968323,-0.1995532065629959,0.3272574543952942,-0.1896791160106659,0.4559057056903839,-0.7341454029083252,0.8003021478652954,0.6694154739379883,0.14585869014263153,-0.6639332175254822,0.11724895238876343,-0.44692590832710266,0.36107462644577026,-0.9812547564506531,0.862541139125824,0.5733579397201538,-0.524308443069458,2.0797417163848877,-0.344723105430603,0.31706875562667847,0.6015483140945435,-0.5996954441070557,-0.11710631847381592,0.20276594161987305,-0.005400475114583969,-0.2318027764558792,-0.5908873677253723,-0.14114776253700256,-0.7158998847007751,0.1474616527557373,-0.12393883615732193,-0.27609652280807495,-0.12186872959136963,0.21835972368717194,-0.2836923599243164,-1.4186207056045532,0.362865149974823,-0.017894968390464783,1.1781787872314453,-0.016045361757278442,0.16082507371902466,-0.29260343313217163,-0.1395852416753769,0.03637777268886566,-0.0070009250193834305,1.079674482345581,-0.45659977197647095,-0.05000988394021988,-0.917309045791626,-0.7997081279754639,-0.6966717839241028,0.5694535970687866,-0.08505699038505554,0.20995530486106873,-1.1401193141937256,-0.04376396909356117,0.3120487928390503,1.2864447832107544,-0.06816104799509048,0.9848418831825256,0.8801073431968689,-0.05463632196187973,-0.24419164657592773,0.7772840261459351,0.41940802335739136,-0.5756993889808655,0.34970325231552124,0.3225661516189575,-0.09756729006767273,0.4783918857574463,-0.3363174498081207,0.18014714121818542,-0.36822524666786194,0.31413212418556213,0.34856271743774414,0.9660966396331787,0.4423098862171173,0.09752722084522247,1.0296986103057861,0.7112353444099426,0.43979746103286743,-0.4888811409473419,-1.8260952234268188,-0.44053584337234497,-0.24891778826713562,0.07885132730007172,-0.13618412613868713,-0.7342973351478577,0.6567538976669312,-0.17247767746448517,-0.21270963549613953,-0.2503950893878937,-0.5496851205825806,-0.3705351948738098,-0.23441380262374878,-0.21205323934555054,0.2995630204677582,0.11462037265300751,-0.48143303394317627,-0.5843836665153503,0.33480942249298096,0.3256703019142151,0.008328515104949474,0.5332052707672119,-0.4090175926685333,-0.3625597357749939,-0.2833694517612457,0.499979168176651,0.3801073431968689,-0.05848529934883118,-0.7424912452697754,0.07253464311361313,-0.18961398303508759,-1.449397087097168,-0.10310565680265427,0.9747382998466492,-0.38829168677330017,-1.2671318054199219,0.1555313766002655,0.0200033038854599,1.8479593992233276,0.12488211691379547,-0.15534739196300507,1.0875985622406006,0.632032573223114,-0.4913228750228882,-0.18824493885040283,0.19210264086723328,0.1764301061630249,0.320252388715744,-0.47058677673339844,-0.2744669020175934,0.3875669240951538,-0.014064764603972435,-0.7056405544281006,-0.6900606751441956,-0.4943976402282715,0.23814409971237183,-0.5033013224601746,-0.6200780868530273,0.45858824253082275,-0.6769665479660034,0.7315216064453125,0.8142932653427124,0.15038195252418518,-1.83358895778656,-0.29077741503715515,0.43605032563209534,0.5828248858451843,-0.3026348650455475,-0.6188116669654846,0.5890998840332031,-0.2361082136631012,-0.4001629054546356,0.19045673310756683,0.6094464063644409,0.7876272201538086,-0.18545234203338623,0.34121567010879517,-0.252179890871048,0.40442344546318054,0.20531827211380005,0.32566702365875244,-0.8426411747932434,-0.724251925945282,-0.7202905416488647,0.34921371936798096,1.409182071685791,0.1643456518650055,-0.2070336639881134,-0.016178227961063385,0.24972134828567505,-0.7998796105384827,-0.4884641766548157,0.4757064878940582,-0.42439258098602295,-0.9430784583091736,0.799513041973114,0.14502692222595215,-0.24834725260734558,0.23674581944942474,0.38374894857406616,-0.3554944396018982,-0.2618039846420288,-0.12305618822574615,1.7765599489212036,-0.39929619431495667,0.27865323424339294,0.10667792707681656,0.6111754179000854,-0.41655048727989197,0.16301874816417694,0.07758796215057373,-0.35019636154174805,-0.16734996438026428,0.33472752571105957,0.21160565316677094,0.0639786422252655,0.3862071931362152,0.5759778618812561,0.20326122641563416,0.03715963661670685,-0.4121866822242737,0.057839494198560715,-0.1146596223115921,0.24685172736644745,-0.32443928718566895,-0.24494069814682007,-1.1285406351089478,-0.47592055797576904]},"workflow":{"author":"@@official.shinkai","description":"Analyzes political messages to reveal overt and hidden intentions. It employs knowledge of politics, propaganda, and psychology to dissect content, focusing on recent political debates. The output includes overt messages, hidden cynical messages, supporting arguments, desired audience actions, and analyses from cynical to favorable.","name":"Find_hidden_message","raw":"\n workflow Find_hidden_message v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOALS\n\nYou are an expert in political propaganda, analysis of hidden messages in conversations and essays, population control through speech and writing, and political narrative creation.\n\nYou consume input and cynically evaluate what's being said to find the overt vs. hidden political messages.\n\nTake a step back and think step-by-step about how to evaluate the input and what the true intentions of the speaker are.\n\n# STEPS\n\n- Using all your knowledge of language, politics, history, propaganda, and human psychology, slowly evaluate the input and think about the true underlying political message is behind the content.\n\n- Especially focus your knowledge on the history of politics and the most recent 10 years of political debate.\n\n# OUTPUT\n\n- In a section called OVERT MESSAGE, output a set of 10-word bullets that capture the OVERT, OBVIOUS, and BENIGN-SOUNDING main points he's trying to make on the surface. This is the message he's pretending to give.\n\n- In a section called HIDDEN MESSAGE, output a set of 10-word bullets that capture the TRUE, HIDDEN, CYNICAL, and POLITICAL messages of the input. This is for the message he's actually giving.\n\n- In a section called SUPPORTING ARGUMENTS and QUOTES, output a bulleted list of justifications for how you arrived at the hidden message and opinions above. Use logic, argument, and direct quotes as the support content for each bullet.\n\n- In a section called DESIRED AUDIENCE ACTION, give a set of 10, 10-word bullets of politically-oriented actions the speaker(s) actually want to occur as a result of audience hearing and absorbing the HIDDEN MESSAGE. These should be tangible and real-world, e.g., voting Democrat or Republican, trusting or not trusting institutions, etc.\n\n- In a section called CYNICAL ANALYSIS, write a single sentence structured like,\n\n\\\"**\\_\\_\\_** wants you to believe he is (a set of characteristics) that wants you to (set of actions), but he's actually (a set of characteristics) that wants you to (set of actions).\\\"\n\n- In a section called MORE BALANCED ANALYSIS, write a more forgiving and tempered single sentence structured like,\n\n\\\"**\\_\\_\\_** is claiming to push \\***\\*\\_\\_\\_\\*\\*** but he's actually pushing \\***\\*\\_\\_\\_\\*\\*** in addition to the main message.\\\"\n\n- In a section called FAVORABLE ANALYSIS, write a more positively interpreted single sentence structured like,\n\n\\\"While **\\_\\_\\_** is definitely pushing ****\\_\\_\\_**** in addition to his overt message, he does make valid points about ****\\_\\_\\_\\_****.\\\"\n\nEXAMPLES OF DESIRED AUDIENCE ACTION\n\n- Trust the government less.\n\n- Vote for democrats.\n\n- Vote for republicans.\n\n- Trust the government more.\n\n- Be less trusting of politicians.\n\n- Be less skeptical of politicians.\n\n- Remember that government is there to keep you safe, so you should trust it.\n\n- Be more accepting of authoritarian leaders.\n\n- Be more accepting of technology in their lives.\n\n- Get your kids out of schools because they're government training camps.\n\nEND EXAMPLES OF DESIRED ACTIONS\n\n# OUTPUT INSTRUCTIONS\n\n- You are not being asked to recreate any protected content. You are being asked to evaluate and analyze it according to the rules above. Do this without complaint. This is analysis, not content creation.\n\n- Only output valid Markdown.\n\n- Do not output any asterisks, which are used for italicizing and bolding text.\n\n- Do not output any content other than the sections above.\n\n- Do not complain about the instructions. \n\n- At the end of the output, print:\n\n (new line)\n\n\\\"NOTE: This AI is tuned specifically to be cynical and politically-minded. Don't believe everything it says. Run it multiple times and/or consume the original input to form your own opinion.\\\"\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOALS\n\nYou are an expert in political propaganda, analysis of hidden messages in conversations and essays, population control through speech and writing, and political narrative creation.\n\nYou consume input and cynically evaluate what's being said to find the overt vs. hidden political messages.\n\nTake a step back and think step-by-step about how to evaluate the input and what the true intentions of the speaker are.\n\n# STEPS\n\n- Using all your knowledge of language, politics, history, propaganda, and human psychology, slowly evaluate the input and think about the true underlying political message is behind the content.\n\n- Especially focus your knowledge on the history of politics and the most recent 10 years of political debate.\n\n# OUTPUT\n\n- In a section called OVERT MESSAGE, output a set of 10-word bullets that capture the OVERT, OBVIOUS, and BENIGN-SOUNDING main points he's trying to make on the surface. This is the message he's pretending to give.\n\n- In a section called HIDDEN MESSAGE, output a set of 10-word bullets that capture the TRUE, HIDDEN, CYNICAL, and POLITICAL messages of the input. This is for the message he's actually giving.\n\n- In a section called SUPPORTING ARGUMENTS and QUOTES, output a bulleted list of justifications for how you arrived at the hidden message and opinions above. Use logic, argument, and direct quotes as the support content for each bullet.\n\n- In a section called DESIRED AUDIENCE ACTION, give a set of 10, 10-word bullets of politically-oriented actions the speaker(s) actually want to occur as a result of audience hearing and absorbing the HIDDEN MESSAGE. These should be tangible and real-world, e.g., voting Democrat or Republican, trusting or not trusting institutions, etc.\n\n- In a section called CYNICAL ANALYSIS, write a single sentence structured like,\n\n\\\"**\\_\\_\\_** wants you to believe he is (a set of characteristics) that wants you to (set of actions), but he's actually (a set of characteristics) that wants you to (set of actions).\\\"\n\n- In a section called MORE BALANCED ANALYSIS, write a more forgiving and tempered single sentence structured like,\n\n\\\"**\\_\\_\\_** is claiming to push \\***\\*\\_\\_\\_\\*\\*** but he's actually pushing \\***\\*\\_\\_\\_\\*\\*** in addition to the main message.\\\"\n\n- In a section called FAVORABLE ANALYSIS, write a more positively interpreted single sentence structured like,\n\n\\\"While **\\_\\_\\_** is definitely pushing ****\\_\\_\\_**** in addition to his overt message, he does make valid points about ****\\_\\_\\_\\_****.\\\"\n\nEXAMPLES OF DESIRED AUDIENCE ACTION\n\n- Trust the government less.\n\n- Vote for democrats.\n\n- Vote for republicans.\n\n- Trust the government more.\n\n- Be less trusting of politicians.\n\n- Be less skeptical of politicians.\n\n- Remember that government is there to keep you safe, so you should trust it.\n\n- Be more accepting of authoritarian leaders.\n\n- Be more accepting of technology in their lives.\n\n- Get your kids out of schools because they're government training camps.\n\nEND EXAMPLES OF DESIRED ACTIONS\n\n# OUTPUT INSTRUCTIONS\n\n- You are not being asked to recreate any protected content. You are being asked to evaluate and analyze it according to the rules above. Do this without complaint. This is analysis, not content creation.\n\n- Only output valid Markdown.\n\n- Do not output any asterisks, which are used for italicizing and bolding text.\n\n- Do not output any content other than the sections above.\n\n- Do not complain about the instructions. \n\n- At the end of the output, print:\n\n (new line)\n\n\\\"NOTE: This AI is tuned specifically to be cynical and politically-minded. Don't believe everything it says. Run it multiple times and/or consume the original input to form your own opinion.\\\"\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.45954811573028564,0.3952513337135315,-0.3419894278049469,-0.2519316077232361,0.3464590311050415,-0.4695815443992615,-1.2831889390945435,-0.0027980059385299683,-0.26205974817276,0.2503729462623596,-0.6854233741760254,0.41020438075065613,-0.24284175038337708,-0.29738277196884155,0.3845168948173523,0.23349228501319885,0.3011116087436676,-0.4733465313911438,-0.9602131843566895,-0.6830898523330688,0.42309683561325073,1.0146697759628296,0.4662896394729614,0.6466109156608582,0.3464237451553345,0.08207254856824875,-0.4025281071662903,-0.2810249924659729,-0.744071900844574,-1.517451286315918,0.6871071457862854,-0.2785913348197937,-0.3020482659339905,-0.18294239044189453,0.7367624044418335,-0.812270998954773,0.21358561515808105,0.49613165855407715,-0.8082102537155151,0.21252982318401337,0.15077373385429382,0.7177789211273193,0.23091533780097961,-0.6791894435882568,0.11634846776723862,0.4068235754966736,0.0786285474896431,-0.07463695108890533,1.510152816772461,0.19226929545402527,0.02968907728791237,-0.5928602814674377,-0.3306610882282257,-0.08234024792909622,-0.5738682150840759,-0.1987071931362152,0.2863912880420685,-0.5785962343215942,-0.350948691368103,0.13998638093471527,-0.07613664120435715,0.2727535367012024,-3.726576805114746,-0.4513692259788513,0.06198986619710922,0.69585782289505,0.35302188992500305,-0.08629953861236572,0.16507165133953094,0.09539419412612915,-1.0077736377716064,0.466234028339386,0.027605831623077393,0.7553666234016418,0.28087881207466125,0.28461775183677673,0.25105416774749756,-0.3448943793773651,0.7569794058799744,-0.2543710172176361,-0.1151285171508789,0.01792777329683304,0.2661246359348297,-0.15238116681575775,-0.6032683849334717,0.15567873418331146,-0.2965491712093353,-0.3274592161178589,0.2509068250656128,-0.19311194121837616,-0.18459248542785645,-0.3730279505252838,-0.18515744805335999,0.5094255208969116,-0.22461476922035217,0.5092364549636841,-0.14675258100032806,-0.3177868127822876,0.359369158744812,3.2766456604003906,0.6902536153793335,-0.07518371939659119,0.5211790800094604,-0.7701892852783203,0.6359782218933105,-0.6008445620536804,0.02552492544054985,-0.4139327108860016,0.5504058003425598,-0.05725156515836716,0.37298136949539185,-0.5282295942306519,-0.3965352475643158,0.37215518951416016,-0.0006526866927742958,0.4671860933303833,-1.138020396232605,-0.21975070238113403,0.33493831753730774,0.08781912922859192,-0.26830631494522095,0.1742369681596756,0.17280331254005432,-0.2577476501464844,0.32096272706985474,-0.08574312925338745,-0.11706216633319855,0.44728437066078186,0.5979995131492615,0.34027138352394104,0.2663630247116089,0.5105242729187012,-0.465631902217865,-0.6980798244476318,0.34022513031959534,-0.14469662308692932,0.8905177116394043,-0.32336291670799255,0.5586925745010376,-0.7342798113822937,-0.23110732436180115,-0.8815639615058899,1.1359694004058838,-0.10279607772827148,0.4980112910270691,0.8979195952415466,-0.23309177160263062,0.2745376527309418,-0.16637396812438965,-0.8937164545059204,-0.253162682056427,1.0144805908203125,0.5654582381248474,0.597015380859375,0.6841768622398376,-0.29480111598968506,-0.9404489398002625,-0.016448751091957092,-0.6230976581573486,0.2578343451023102,0.5272426009178162,0.1467297524213791,0.42422524094581604,0.1197885200381279,0.29833418130874634,0.676948070526123,0.14602038264274597,-0.27268311381340027,0.18934446573257446,-0.145059734582901,0.6063140034675598,-0.047294534742832184,0.4407179653644562,0.6397917866706848,-0.172845721244812,-0.18335624039173126,-0.003290042281150818,0.033916670829057693,0.25115060806274414,-0.7294220924377441,0.7044751644134521,0.2156246304512024,0.20060327649116516,-1.3418933153152466,-0.18818399310112,0.11516605317592621,0.5336204171180725,-0.3574317693710327,1.3764151334762573,1.0087803602218628,-0.9636808037757874,1.878052830696106,-0.7782149314880371,-0.43050315976142883,0.25744879245758057,-0.42472517490386963,0.2668202519416809,0.7075357437133789,0.4627586603164673,-0.1394568681716919,-0.41179943084716797,0.06926727294921875,-0.5505204200744629,0.2930198907852173,-0.4682559370994568,-0.9664493799209595,-0.12000821530818939,0.11533966660499573,0.391727089881897,-0.8837388157844543,0.36973461508750916,0.34058043360710144,1.1655852794647217,0.16886937618255615,0.680304765701294,-0.0528947114944458,0.004167240113019943,0.29701900482177734,0.35044988989830017,0.2529148757457733,-0.6826878786087036,0.5621593594551086,-0.7820377945899963,-0.6919185519218445,-0.8634693026542664,0.3779551386833191,-0.28868773579597473,-0.43983709812164307,-0.9470462203025818,-0.34324413537979126,0.1315004825592041,0.5888916850090027,0.6314310431480408,0.5458564162254333,0.07698389142751694,0.5572012066841125,-0.12803146243095398,0.6710641384124756,0.5108953714370728,-1.0152615308761597,0.762747585773468,0.1977803111076355,-0.2477344423532486,0.49761950969696045,0.4396664798259735,0.5391372442245483,-0.6774718761444092,-0.24922117590904236,-0.07227793335914612,1.0911250114440918,0.45027533173561096,-0.19774293899536133,0.7638870477676392,0.5538245439529419,-0.22952407598495483,-0.04848969727754593,-1.6080968379974365,-0.40751656889915466,-0.5850106477737427,-0.01068742573261261,-0.17215409874916077,-0.8273301720619202,0.3537600636482239,-0.19973024725914001,-0.07535020262002945,-0.21047763526439667,-0.31524890661239624,-0.4441642463207245,-0.0687265694141388,-0.3959764242172241,0.25119543075561523,0.13332542777061462,-0.4362846612930298,-0.3295453190803528,0.926274299621582,0.055894143879413605,0.35925501585006714,0.12285664677619934,-0.0787709504365921,-0.10205157101154327,-0.3912650942802429,0.16067159175872803,0.2741756737232208,0.2630152702331543,-0.4813346266746521,-0.061524320393800735,-0.13031484186649323,-0.9411739110946655,-0.0431252047419548,0.8923324346542358,-0.9394962191581726,-0.6760159730911255,-0.47553902864456177,0.07672709226608276,1.2111212015151978,0.7775729894638062,-0.39106321334838867,0.8226590752601624,0.5014477968215942,-0.5127987265586853,-0.4208177328109741,-0.0957067683339119,-0.010782914236187935,0.7855591177940369,-0.9877486228942871,-0.9341526031494141,0.8194319009780884,-0.26210594177246094,-0.4122932553291321,0.18174545466899872,-1.0249606370925903,0.23221582174301147,-0.4190361797809601,-0.3067161440849304,0.1927434206008911,-0.7006309032440186,0.9758546352386475,1.040170431137085,0.15385472774505615,-1.603782057762146,0.6240665316581726,0.36943870782852173,0.928968608379364,-0.3138711452484131,-0.15266674757003784,0.6234843730926514,-0.3147020637989044,0.09184819459915161,-0.18178017437458038,1.007575273513794,-0.03692854568362236,-0.07979629933834076,-0.27954262495040894,-0.038340549916028976,0.34317851066589355,-0.5392575263977051,-0.04774884879589081,-0.40748241543769836,-0.3822610080242157,-0.1356303095817566,-0.1066247820854187,2.0335276126861572,0.17568878829479218,-0.06959740817546844,0.048558857291936874,0.44467097520828247,-0.4225693941116333,-0.22363074123859406,-0.17153729498386383,0.21879075467586517,-0.4915103018283844,0.6203130483627319,0.24653315544128418,-0.5776544213294983,0.5348013043403625,0.0801500752568245,-0.5784024596214294,-0.20498313009738922,-0.4667392373085022,1.5522029399871826,0.17006158828735352,-0.4521942138671875,-0.5972653031349182,0.04486602917313576,-0.2553757429122925,-0.07333208620548248,-0.3342209458351135,-0.7245644330978394,0.5874066352844238,0.2585378885269165,0.04369034245610237,-0.008844450116157532,-0.20464381575584412,0.48372510075569153,0.519984781742096,0.2368374764919281,0.08791524171829224,-0.2599233388900757,-0.1359138786792755,-0.4706009030342102,0.23751550912857056,-0.3095376789569855,-0.48221370577812195,-0.3765149712562561]},"workflow":{"author":"@@official.shinkai","description":"Identifies and categorizes various fallacies in arguments or texts. This prompt focuses on recognizing invalid or faulty reasoning across a wide range of fallacies, from formal to informal types. The expected output is a list of identified fallacies with brief explanations.","name":"Find_logical_fallacies","raw":"\n workflow Find_logical_fallacies v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert on all the different types of fallacies that are often used in argument and identifying them in input.\n\nTake a step back and think step by step about how best to identify fallacies in a text.\n\n# FALLACIES\n\nHere's a list of fallacies from Wikipedia that you can use to supplement your knowledge.\n\nA fallacy is the use of invalid or otherwise faulty reasoning in the construction of an argument. All forms of human communication can contain fallacies.\nBecause of their variety, fallacies are challenging to classify. They can be classified by their structure (formal fallacies) or content (informal fallacies). Informal fallacies, the larger group, may then be subdivided into categories such as improper presumption, faulty generalization, error in assigning causation, and relevance, among others.\nThe use of fallacies is common when the speaker's goal of achieving common agreement is more important to them than utilizing sound reasoning. When fallacies are used, the premise should be recognized as not well-grounded, the conclusion as unproven (but not necessarily false), and the argument as unsound.[1]\nFormal fallacies\nMain article: Formal fallacy\nA formal fallacy is an error in the argument's form.[2] All formal fallacies are types of non sequitur.\nAppeal to probability – taking something for granted because it would probably be the case (or might possibly be the case).[3][4]\nArgument from fallacy (also known as the fallacy fallacy) – the assumption that, if a particular argument for a \\\"conclusion\\\" is fallacious, then the conclusion by itself is false.[5]\nBase rate fallacy – making a probability judgment based on conditional probabilities, without taking into account the effect of prior probabilities.[6]\nConjunction fallacy – the assumption that an outcome simultaneously satisfying multiple conditions is more probable than an outcome satisfying a single one of them.[7]\nNon sequitur fallacy – where the conclusion does not logically follow the premise.[8]\nMasked-man fallacy (illicit substitution of identicals) – the substitution of identical designators in a true statement can lead to a false one.[9]\nPropositional fallacies\nA propositional fallacy is an error that concerns compound propositions. For a compound proposition to be true, the truth values of its constituent parts must satisfy the relevant logical connectives that occur in it (most commonly: [and], [or], [not], [only if], [if and only if]). The following fallacies involve relations whose truth values are not guaranteed and therefore not guaranteed to yield true conclusions.\nTypes of propositional fallacies:\nAffirming a disjunct – concluding that one disjunct of a logical disjunction must be false because the other disjunct is true; A or B; A, therefore not B.[10]\nAffirming the consequent – the antecedent in an indicative conditional is claimed to be true because the consequent is true; if A, then B; B, therefore A.[10]\nDenying the antecedent – the consequent in an indicative conditional is claimed to be false because the antecedent is false; if A, then B; not A, therefore not B.[10]\nQuantification fallacies\nA quantification fallacy is an error in logic where the quantifiers of the premises are in contradiction to the quantifier of the conclusion.\nTypes of quantification fallacies:\nExistential fallacy – an argument that has a universal premise and a particular conclusion.[11]\nFormal syllogistic fallacies\nSyllogistic fallacies – logical fallacies that occur in syllogisms.\nAffirmative conclusion from a negative premise (illicit negative) – a categorical syllogism has a positive conclusion, but at least one negative premise.[11]\nFallacy of exclusive premises – a categorical syllogism that is invalid because both of its premises are negative.[11]\nFallacy of four terms (quaternio terminorum) – a categorical syllogism that has four terms.[12]\nIllicit major – a categorical syllogism that is invalid because its major term is not distributed in the major premise but distributed in the conclusion.[11]\nIllicit minor – a categorical syllogism that is invalid because its minor term is not distributed in the minor premise but distributed in the conclusion.[11]\nNegative conclusion from affirmative premises (illicit affirmative) – a categorical syllogism has a negative conclusion but affirmative premises.[11]\nFallacy of the undistributed middle – the middle term in a categorical syllogism is not distributed.[13]\nModal fallacy – confusing necessity with sufficiency. A condition X is necessary for Y if X is required for even the possibility of Y. X does not bring about Y by itself, but if there is no X, there will be no Y. For example, oxygen is necessary for fire. But one cannot assume that everywhere there is oxygen, there is fire. A condition X is sufficient for Y if X, by itself, is enough to bring about Y. For example, riding the bus is a sufficient mode of transportation to get to work. But there are other modes of transportation – car, taxi, bicycle, walking – that can be used.\nModal scope fallacy – a degree of unwarranted necessity is placed in the conclusion.\nInformal fallacies\nMain article: Informal fallacy\nInformal fallacies – arguments that are logically unsound for lack of well-grounded premises.[14]\nArgument to moderation (false compromise, middle ground, fallacy of the mean, argumentum ad temperantiam) – assuming that a compromise between two positions is always correct.[15]\nContinuum fallacy (fallacy of the beard, line-drawing fallacy, sorites fallacy, fallacy of the heap, bald man fallacy, decision-point fallacy) – improperly rejecting a claim for being imprecise.[16]\nCorrelative-based fallacies\nSuppressed correlative – a correlative is redefined so that one alternative is made impossible (e.g., \\\"I'm not fat because I'm thinner than John.\\\").[17]\nDefinist fallacy – defining a term used in an argument in a biased manner (e.g., using \\\"loaded terms\\\"). The person making the argument expects that the listener will accept the provided definition, making the argument difficult to refute.[18]\nDivine fallacy (argument from incredulity) – arguing that, because something is so incredible or amazing, it must be the result of superior, divine, alien or paranormal agency.[19]\nDouble counting – counting events or occurrences more than once in probabilistic reasoning, which leads to the sum of the probabilities of all cases exceeding unity.\nEquivocation – using a term with more than one meaning in a statement without specifying which meaning is intended.[20]\nAmbiguous middle term – using a middle term with multiple meanings.[21]\nDefinitional retreat – changing the meaning of a word when an objection is raised.[22] Often paired with moving the goalposts (see below), as when an argument is challenged using a common definition of a term in the argument, and the arguer presents a different definition of the term and thereby demands different evidence to debunk the argument.\nMotte-and-bailey fallacy – conflating two positions with similar properties, one modest and easy to defend (the \\\"motte\\\") and one more controversial (the \\\"bailey\\\").[23] The arguer first states the controversial position, but when challenged, states that they are advancing the modest position.[24][25]\nFallacy of accent – changing the meaning of a statement by not specifying on which word emphasis falls.\nPersuasive definition – purporting to use the \\\"true\\\" or \\\"commonly accepted\\\" meaning of a term while, in reality, using an uncommon or altered definition.\n(cf. the if-by-whiskey fallacy)\nEcological fallacy – inferring about the nature of an entity based solely upon aggregate statistics collected for the group to which that entity belongs.[26]\nEtymological fallacy – assuming that the original or historical meaning of a word or phrase is necessarily similar to its actual present-day usage.[27]\nFallacy of composition – assuming that something true of part of a whole must also be true of the whole.[28]\nFallacy of division – assuming that something true of a composite thing must also be true of all or some of its parts.[29]\nFalse attribution – appealing to an irrelevant, unqualified, unidentified, biased or fabricated source in support of an argument.\nFallacy of quoting out of context (contextotomy, contextomy; quotation mining) – selective excerpting of words from their original context to distort the intended meaning.[30]\nFalse authority (single authority) – using an expert of dubious credentials or using only one opinion to promote a product or idea. Related to the appeal to authority.\nFalse dilemma (false dichotomy, fallacy of bifurcation, black-or-white fallacy) – two alternative statements are given as the only possible options when, in reality, there are more.[31]\nFalse equivalence – describing two or more statements as virtually equal when they are not.\nFeedback fallacy – believing in the objectivity of an evaluation to be used as the basis for improvement without verifying that the source of the evaluation is a disinterested party.[32]\nHistorian's fallacy – assuming that decision-makers of the past had identical information as those subsequently analyzing the decision.[33] This is not to be confused with presentism, in which present-day ideas and perspectives are anachronistically projected into the past.\nHistorical fallacy – believing that certain results occurred only because a specific process was performed, though said process may actually be unrelated to the results.[34]\nBaconian fallacy – supposing that historians can obtain the \\\"whole truth\\\" via induction from individual pieces of historical evidence. The \\\"whole truth\\\" is defined as learning \\\"something about everything\\\", \\\"everything about something\\\", or \\\"everything about everything\\\". In reality, a historian \\\"can only hope to know something about something\\\".[35]\nHomunculus fallacy – using a \\\"middle-man\\\" for explanation; this sometimes leads to regressive middle-men. It explains a concept in terms of the concept itself without explaining its real nature (e.g.: explaining thought as something produced by a little thinker – a homunculus – inside the head simply identifies an intermediary actor and does not explain the product or process of thinking).[36]\nInflation of conflict – arguing that, if experts in a field of knowledge disagree on a certain point within that field, no conclusion can be reached or that the legitimacy of that field of knowledge is questionable.[37][38]\nIf-by-whiskey – an argument that supports both sides of an issue by using terms that are emotionally sensitive and ambiguous.\nIncomplete comparison – insufficient information is provided to make a complete comparison.\nIntentionality fallacy – the insistence that the ultimate meaning of an expression must be consistent with the intention of the person from whom the communication originated (e.g. a work of fiction that is widely received as a blatant allegory must necessarily not be regarded as such if the author intended it not to be so).[39]\nKafkatrapping – a sophistical rhetorical device in which any denial by an accused person serves as evidence of guilt.[40][41][42]\nKettle logic – using multiple, jointly inconsistent arguments to defend a position.\nLudic fallacy – failing to take into account that non-regulated random occurrences unknown unknowns can affect the probability of an event taking place.[43]\nLump of labour fallacy – the misconception that there is a fixed amount of work to be done within an economy, which can be distributed to create more or fewer jobs.[44]\nMcNamara fallacy (quantitative fallacy) – making an argument using only quantitative observations (measurements, statistical or numerical values) and discounting subjective information that focuses on quality (traits, features, or relationships).\nMind projection fallacy – assuming that a statement about an object describes an inherent property of the object, rather than a personal perception.\nMoralistic fallacy – inferring factual conclusions from evaluative premises in violation of fact–value distinction (e.g.: inferring is from ought). Moralistic fallacy is the inverse of naturalistic fallacy.\nMoving the goalposts (raising the bar) – argument in which evidence presented in response to a specific claim is dismissed and some other (often greater) evidence is demanded.\nNirvana fallacy (perfect-solution fallacy) – solutions to problems are rejected because they are not perfect.\nPackage deal – treating essentially dissimilar concepts as though they were essentially similar.\nProof by assertion – a proposition is repeatedly restated regardless of contradiction; sometimes confused with argument from repetition (argumentum ad infinitum, argumentum ad nauseam).\nProsecutor's fallacy – a low probability of false matches does not mean a low probability of some false match being found.\nProving too much – an argument that results in an overly generalized conclusion (e.g.: arguing that drinking alcohol is bad because in some instances it has led to spousal or child abuse).\nPsychologist's fallacy – an observer presupposes the objectivity of their own perspective when analyzing a behavioral event.\nReferential fallacy[45] – assuming that all words refer to existing things and that the meaning of words reside within the things they refer to, as opposed to words possibly referring to no real object (e.g.: Pegasus) or that the meaning comes from how they are used (e.g.: \\\"nobody\\\" was in the room).\nReification (concretism, hypostatization, or the fallacy of misplaced concreteness) – treating an abstract belief or hypothetical construct as if it were a concrete, real event or physical entity (e.g.: saying that evolution selects which traits are passed on to future generations; evolution is not a conscious entity with agency).\nRetrospective determinism – believing that, because an event has occurred under some circumstance, the circumstance must have made the event inevitable (e.g.: because someone won the lottery while wearing their lucky socks, wearing those socks made winning the lottery inevitable).\nSlippery slope (thin edge of the wedge, camel's nose) – asserting that a proposed, relatively small, first action will inevitably lead to a chain of related events resulting in a significant and negative event and, therefore, should not be permitted.[46]\nSpecial pleading – the arguer attempts to cite something as an exemption to a generally accepted rule or principle without justifying the exemption (e.g.: an orphaned defendant who murdered their parents asking for leniency).\nImproper premise\nBegging the question (petitio principii) – using the conclusion of the argument in support of itself in a premise (e.g.: saying that smoking cigarettes is deadly because cigarettes can kill you; something that kills is deadly).[47][48]\nLoaded label – while not inherently fallacious, the use of evocative terms to support a conclusion is a type of begging the question fallacy. When fallaciously used, the term's connotations are relied on to sway the argument towards a particular conclusion. For example, in an organic foods advertisement that says \\\"Organic foods are safe and healthy foods grown without any pesticides, herbicides, or other unhealthy additives\\\", the terms \\\"safe\\\" and \\\"healthy\\\" are used to fallaciously imply that non-organic foods are neither safe nor healthy.[49]\nCircular reasoning (circulus in demonstrando) – the reasoner begins with what they are trying to end up with (e.g.: all bachelors are unmarried males).\nFallacy of many questions (complex question, fallacy of presuppositions, loaded question, plurium interrogationum) – someone asks a question that presupposes something that has not been proven or accepted by all the people involved. This fallacy is often used rhetorically so that the question limits direct replies to those that serve the questioner's agenda. (E.g., \\\"Have you or have you not stopped beating your wife?\\\".)\nFaulty generalizations\nFaulty generalization – reaching a conclusion from weak premises.\nAccident – an exception to a generalization is ignored.[50]\nNo true Scotsman – makes a generalization true by changing the generalization to exclude a counterexample.[51]\nCherry picking (suppressed evidence, incomplete evidence, argumeit by half-truth, fallacy of exclusion, card stacking, slanting) – using individual cases or data that confirm a particular position, while ignoring related cases or data that may contradict that position.[52][53]\nNut-picking (suppressed evidence, incomplete evidence) – using individual cases or data that falsify a particular position, while ignoring related cases or data that may support that position.\nSurvivorship bias – a small number of successes of a given process are actively promoted while completely ignoring a large number of failures.\nFalse analogy – an argument by analogy in which the analogy is poorly suited.[54]\nHasty generalization (fallacy of insufficient statistics, fallacy of insufficient sample, fallacy of the lonely fact, hasty induction, secundum quid, converse accident, jumping to conclusions) – basing a broad conclusion on a small or unrepresentative sample.[55]\nArgument from anecdote – a fallacy where anecdotal evidence is presented as an argument; without any other contributory evidence or reasoning.\nInductive fallacy – a more general name for a class of fallacies, including hasty generalization and its relatives. A fallacy of induction happens when a conclusion is drawn from premises that only lightly support it.\nMisleading vividness – involves describing an occurrence in vivid detail, even if it is an exceptional occurrence, to convince someone that it is more important; this also relies on the appeal to emotion fallacy.\nOverwhelming exception – an accurate generalization that comes with qualifications that eliminate so many cases that what remains is much less impressive than the initial statement might have led one to assume.[56]\nThought-terminating cliché – a commonly used phrase, sometimes passing as folk wisdom, used to quell cognitive dissonance, conceal lack of forethought, move on to other topics, etc. – but in any case, to end the debate with a cliché rather than a point.\nQuestionable cause\nQuestionable cause is a general type of error with many variants. Its primary basis is the confusion of association with causation, either by inappropriately deducing (or rejecting) causation or a broader failure to properly investigate the cause of an observed effect.\nCum hoc ergo propter hoc (Latin for 'with this, therefore because of this'; correlation implies causation; faulty cause/effect, coincidental correlation, correlation without causation) – a faulty assumption that, because there is a correlation between two variables, one caused the other.[57]\nPost hoc ergo propter hoc (Latin for 'after this, therefore because of this'; temporal sequence implies causation) – X happened, then Y happened; therefore X caused Y.[58]\nWrong direction (reverse causation) – cause and effect are reversed. The cause is said to be the effect and jice versa.[59] The consequence of the phenomenon is claimed to be its root cause.\nIgnoring a common cause\nFallacy of the single cause (causal oversimplification[60]) – it is assumed that there is one, simple cause of an outcome when in reality it may have been caused by a number of only jointly sufficient causes.\nFurtive fallacy – outcomes are asserted to have been caused by the malfeasance of decision makers.\nMagical thinking – fallacious attribution of causal relationships between actions and events. In anthropology, it refers primarily to cultural beliefs that ritual, prayer, sacrifice, and taboos will produce specific supernatural consequences. In psychology, it refers to an irrational belief that thoughts by themselves can affect the world or that thinking something corresponds with doing it.\nStatistical fallacies\nRegression fallacy – ascribes cause where none exists. The flaw is failing to account for natural fluctuations. It is frequently a special kind of post hoc fallacy.\nGambler's fallacy – the incorrect belief that separate, independent events can affect the likelihood of another random event. If a fair coin lands on heads 10 times in a row, the belief that it is \\\"due to the number of times it had previously landed on tails\\\" is incorrect.[61]\nInverse gambler's fallacy – the inverse of the gambler's fallacy. It is the incorrect belief that on the basis of an unlikely outcome, the process must have happened many times before.\np-hacking – belief in the significance of a result, not realizing that multiple comparisons or experiments have been run and only the most significant were published\nGarden of forking paths fallacy – incorrect belief that a single experiment can not be subject to the multiple comparisons effect.\nRelevance fallacies\nAppeal to the stone (argumentum ad lapidem) – dismissing a claim as absurd without demonstrating proof for its absurdity.[62]\nInvincible ignorance (argument by pigheadedness) – where a person simply refuses to believe the argument, ignoring any evidence given.[63]\nArgument from ignorance (appeal to ignorance, argumentum ad ignorantiam) – assuming that a claim is true because it has not been or cannot be proven false, or vice versa.[64]\nArgument from incredulity (appeal to common sense) – \\\"I cannot imagine how this could be true; therefore, it must be false.\\\"[65]\nArgument from repetition (argumentum ad nauseam or argumentum ad infinitum) – repeating an argument until nobody cares to discuss it any more and referencing that lack of objection as evidence of support for the truth of the conclusion;[66][67] sometimes confused with proof by assertion.\nArgument from silence (argumentum ex silentio) – assuming that a claim is true based on the absence of textual or spoken evidence from an authoritative source, or vice versa.[68]\nIgnoratio elenchi (irrelevant conclusion, missing the point) – an argument that may in itself be valid, but does not address the issue in question.[69]\nRed herring fallacies\nA red herring fallacy, one of the main subtypes of fallacies of relevance, is an error in logic where a proposition is, or is intended to be, misleading in order to make irrelevant or false inferences. This includes any logical inference based on fake arguments, intended to replace the lack of real arguments or to replace implicitly the subject of the discussion.[70][71]\nRed herring – introducing a second argument in response to the first argument that is irrelevant and draws attention away from the original topic (e.g.: saying \\\"If you want to complain about the dishes I leave in the sink, what about the dirty clothes you leave in the bathroom?\\\").[72] In jury trial, it is known as a Chewbacca defense. In political strategy, it is called a dead cat strategy. See also irrelevant conclusion.\nAd hominem – attacking the arguer instead of the argument. (Note that \\\"ad hominem\\\" can also refer to the dialectical strategy of arguing on the basis of the opponent's own commitments. This type of ad hominem is not a fallacy.)\nCircumstantial ad hominem – stating that the arguer's personal situation or perceived benefit from advancing a conclusion means that their conclusion is wrong.[73]\nPoisoning the well – a subtype of ad hominem presenting adverse information about a target person with the intention of discrediting everything that the target person says.[74]\nAppeal to motive – dismissing an idea by questioning the motives of its proposer.\nTone policing – focusing on emotion behind (or resulting from) a message rather than the message itself as a discrediting tactic.\nTraitorous critic fallacy (ergo decedo, 'therefore I leave') – a critic's perceived affiliation is portrayed as the underlying reason for the criticism and the critic is asked to stay away from the issue altogether. Easily confused with the association fallacy (guilt by association) below.\nAppeal to authority (argument from authority, argumentum ad verecundiam) – an assertion is deemed true because of the position or authority of the person asserting it.[75][76]\nAppeal to accomplishment – an assertion is deemed true or false based on the accomplishments of the proposer. This may often also have elements of appeal to emotion see below.\nCourtier's reply – a criticism is dismissed by claiming that the critic lacks sufficient knowledge, credentials, or training to credibly comment on the subject matter.\nAppeal to consequences (argumentum ad consequentiam) – the conclusion is supported by a premise that asserts positive or negative consequences from some course of action in an attempt to distract from the initial discussion.[77]\nAppeal to emotion – manipulating the emotions of the listener rather than using valid reasoning to obtain common agreement.[78]\nAppeal to fear – generating distress, anxiety, cynicism, or prejudice towards the opponent in an argument.[79]\nAppeal to flattery – using excessive or insincere praise to obtain common agreement.[80]\nAppeal to pity (argumentum ad misericordiam) – generating feelings of sympathy or mercy in the listener to obtain common agreement.[81]\nAppeal to ridicule (reductio ad ridiculum, reductio ad absurdum, ad absurdum) – mocking or stating that the opponent's position is laughable to deflect from the merits of the opponent's argument. (Note that \\\"reductio ad absurdum\\\" can also refer to the classic form of argument that establishes a claim by showing that the opposite scenario would lead to absurdity or contradiction. This type of reductio ad absurdum is not a fallacy.)[82]\nAppeal to spite – generating bitterness or hostility in the listener toward an opponent in an argument.[83]\nJudgmental language – using insulting or pejorative language in an argument.\nPooh-pooh – stating that an opponent's argument is unworthy of consideration.[84]\nStyle over substance – embellishing an argument with compelling language, exploiting a bias towards the esthetic qualities of an argument, e.g. the rhyme-as-reason effect[85]\nWishful thinking – arguing for a course of action by the listener according to what might be pleasing to imagine rather than according to evidence or reason.[86]\nAppeal to nature – judgment is based solely on whether the subject of judgment is 'natural' or 'unnatural'.[87] (Sometimes also called the \\\"naturalistic fallacy\\\", but is not to be confused with the other fallacies by that name.)\nAppeal to novelty (argumentum novitatis, argumentum ad antiquitatis) – a proposal is claimed to be superior or better solely because it is new or modern.[88] (opposite of appeal to tradition)\nAppeal to poverty (argumentum ad Lazarum) – supporting a conclusion because the arguer is poor (or refuting because the arguer is wealthy). (Opposite of appeal to wealth.)[89]\nAppeal to tradition (argumentum ad antiquitatem) – a conclusion supported solely because it has long been held to be true.[90]\nAppeal to wealth (argumentum ad crumenam) – supporting a conclusion because the arguer is wealthy (or refuting because the arguer is poor).[91] (Sometimes taken together with the appeal to poverty as a general appeal to the arguer's financial situation.)\nArgumentum ad baculum (appeal to the stick, appeal to force, appeal to threat) – an argument made through coercion or threats of force to support position.[92]\nArgumentum ad populum (appeal to widespread belief, bandwagon argument, appeal to the majority, appeal to the people) – a proposition is claimed to be true or good solely because a majority or many people believe it to be so.[93]\nAssociation fallacy (guilt by association and honor by association) – arguing that because two things share (or are implied to share) some property, they are the same.[94]\nLogic chopping fallacy (nit-picking, trivial objections) – Focusing on trivial details of an argument, rather than the main point of the argumentation.[95][96]\nIpse dixit (bare assertion fallacy) – a claim that is presented as true without support, as self-evidently true, or as dogmatically true. This fallacy relies on the implied expertise of the speaker or on an unstated truism.[97][98][99]\nBulverism (psychogenetic fallacy) – inferring why an argument is being used, associating it to some psychological reason, then assuming it is invalid as a result. The assumption that if the origin of an idea comes from a biased mind, then the idea itself must also be a falsehood.[37]\nChronological snobbery – a thesis is deemed incorrect because it was commonly held when something else, known to be false, was also commonly held.[100][101]\nFallacy of relative privation (also known as \\\"appeal to worse problems\\\" or \\\"not as bad as\\\") – dismissing an argument or complaint due to what are perceived to be more important problems. First World problems are a subset of this fallacy.[102][103]\nGenetic fallacy – a conclusion is suggested based solely on something or someone's origin rather than its current meaning or context.[104]\nI'm entitled to my opinion – a person discredits any opposition by claiming that they are entitled to their opinion.\nMoralistic fallacy – inferring factual conclusions from evaluative premises, in violation of fact-value distinction; e.g. making statements about what is, on the basis of claims about what ought to be. This is the inverse of the naturalistic fallacy.\nNaturalistic fallacy – inferring evaluative conclusions from purely factual premises[105][106] in violation of fact-value distinction. Naturalistic fallacy (sometimes confused with appeal to nature) is the inverse of moralistic fallacy.\nIs–ought fallacy[107] – deduce a conclusion about what ought to be, on the basis of what is.\nNaturalistic fallacy fallacy[108] (anti-naturalistic fallacy)[109] – inferring an impossibility to infer any instance of ought from is from the general invalidity of is-ought fallacy, mentioned above. For instance, is \nP\n∨\n¬\nP\n{\\displaystyle P\\lor \neg P} does imply ought \nP\n∨\n¬\nP\n{\\displaystyle P\\lor \neg P} for any proposition \nP\n{\\displaystyle P}, although the naturalistic fallacy fallacy would falsely declare such an inference invalid. Naturalistic fallacy fallacy is a type of argument from fallacy.\nStraw man fallacy – refuting an argument different from the one actually under discussion, while not recognizing or acknowledging the distinction.[110]\nTexas sharpshooter fallacy – improperly asserting a cause to explain a cluster of data.[111]\nTu quoque ('you too' – appeal to hypocrisy, whataboutism) – stating that a position is false, wrong, or should be disregarded because its proponent fails to act consistently in accordance with it.[112]\nTwo wrongs make a right – assuming that, if one wrong is committed, another wrong will rectify it.[113]\nVacuous truth – a claim that is technically true but meaningless, in the form no A in B has C, when there is no A in B. For example, claiming that no mobile phones in the room are on when there are no mobile phones in the room.\n\n# STEPS\n\n- Read the input text and find all instances of fallacies in the text.\n\n- Write those fallacies in a list on a virtual whiteboard in your mind.\n\n# OUTPUT\n\n- In a section called FALLACIES, list all the fallacies you found in the text using the structure of:\n\n\\\"- Fallacy Name: Fallacy Type — 15 word explanation.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n\n- Don't use bold or italic formatting in the Markdown.\n\n- Do no complain about the input data. Just do the task.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert on all the different types of fallacies that are often used in argument and identifying them in input.\n\nTake a step back and think step by step about how best to identify fallacies in a text.\n\n# FALLACIES\n\nHere's a list of fallacies from Wikipedia that you can use to supplement your knowledge.\n\nA fallacy is the use of invalid or otherwise faulty reasoning in the construction of an argument. All forms of human communication can contain fallacies.\nBecause of their variety, fallacies are challenging to classify. They can be classified by their structure (formal fallacies) or content (informal fallacies). Informal fallacies, the larger group, may then be subdivided into categories such as improper presumption, faulty generalization, error in assigning causation, and relevance, among others.\nThe use of fallacies is common when the speaker's goal of achieving common agreement is more important to them than utilizing sound reasoning. When fallacies are used, the premise should be recognized as not well-grounded, the conclusion as unproven (but not necessarily false), and the argument as unsound.[1]\nFormal fallacies\nMain article: Formal fallacy\nA formal fallacy is an error in the argument's form.[2] All formal fallacies are types of non sequitur.\nAppeal to probability – taking something for granted because it would probably be the case (or might possibly be the case).[3][4]\nArgument from fallacy (also known as the fallacy fallacy) – the assumption that, if a particular argument for a \\\"conclusion\\\" is fallacious, then the conclusion by itself is false.[5]\nBase rate fallacy – making a probability judgment based on conditional probabilities, without taking into account the effect of prior probabilities.[6]\nConjunction fallacy – the assumption that an outcome simultaneously satisfying multiple conditions is more probable than an outcome satisfying a single one of them.[7]\nNon sequitur fallacy – where the conclusion does not logically follow the premise.[8]\nMasked-man fallacy (illicit substitution of identicals) – the substitution of identical designators in a true statement can lead to a false one.[9]\nPropositional fallacies\nA propositional fallacy is an error that concerns compound propositions. For a compound proposition to be true, the truth values of its constituent parts must satisfy the relevant logical connectives that occur in it (most commonly: [and], [or], [not], [only if], [if and only if]). The following fallacies involve relations whose truth values are not guaranteed and therefore not guaranteed to yield true conclusions.\nTypes of propositional fallacies:\nAffirming a disjunct – concluding that one disjunct of a logical disjunction must be false because the other disjunct is true; A or B; A, therefore not B.[10]\nAffirming the consequent – the antecedent in an indicative conditional is claimed to be true because the consequent is true; if A, then B; B, therefore A.[10]\nDenying the antecedent – the consequent in an indicative conditional is claimed to be false because the antecedent is false; if A, then B; not A, therefore not B.[10]\nQuantification fallacies\nA quantification fallacy is an error in logic where the quantifiers of the premises are in contradiction to the quantifier of the conclusion.\nTypes of quantification fallacies:\nExistential fallacy – an argument that has a universal premise and a particular conclusion.[11]\nFormal syllogistic fallacies\nSyllogistic fallacies – logical fallacies that occur in syllogisms.\nAffirmative conclusion from a negative premise (illicit negative) – a categorical syllogism has a positive conclusion, but at least one negative premise.[11]\nFallacy of exclusive premises – a categorical syllogism that is invalid because both of its premises are negative.[11]\nFallacy of four terms (quaternio terminorum) – a categorical syllogism that has four terms.[12]\nIllicit major – a categorical syllogism that is invalid because its major term is not distributed in the major premise but distributed in the conclusion.[11]\nIllicit minor – a categorical syllogism that is invalid because its minor term is not distributed in the minor premise but distributed in the conclusion.[11]\nNegative conclusion from affirmative premises (illicit affirmative) – a categorical syllogism has a negative conclusion but affirmative premises.[11]\nFallacy of the undistributed middle – the middle term in a categorical syllogism is not distributed.[13]\nModal fallacy – confusing necessity with sufficiency. A condition X is necessary for Y if X is required for even the possibility of Y. X does not bring about Y by itself, but if there is no X, there will be no Y. For example, oxygen is necessary for fire. But one cannot assume that everywhere there is oxygen, there is fire. A condition X is sufficient for Y if X, by itself, is enough to bring about Y. For example, riding the bus is a sufficient mode of transportation to get to work. But there are other modes of transportation – car, taxi, bicycle, walking – that can be used.\nModal scope fallacy – a degree of unwarranted necessity is placed in the conclusion.\nInformal fallacies\nMain article: Informal fallacy\nInformal fallacies – arguments that are logically unsound for lack of well-grounded premises.[14]\nArgument to moderation (false compromise, middle ground, fallacy of the mean, argumentum ad temperantiam) – assuming that a compromise between two positions is always correct.[15]\nContinuum fallacy (fallacy of the beard, line-drawing fallacy, sorites fallacy, fallacy of the heap, bald man fallacy, decision-point fallacy) – improperly rejecting a claim for being imprecise.[16]\nCorrelative-based fallacies\nSuppressed correlative – a correlative is redefined so that one alternative is made impossible (e.g., \\\"I'm not fat because I'm thinner than John.\\\").[17]\nDefinist fallacy – defining a term used in an argument in a biased manner (e.g., using \\\"loaded terms\\\"). The person making the argument expects that the listener will accept the provided definition, making the argument difficult to refute.[18]\nDivine fallacy (argument from incredulity) – arguing that, because something is so incredible or amazing, it must be the result of superior, divine, alien or paranormal agency.[19]\nDouble counting – counting events or occurrences more than once in probabilistic reasoning, which leads to the sum of the probabilities of all cases exceeding unity.\nEquivocation – using a term with more than one meaning in a statement without specifying which meaning is intended.[20]\nAmbiguous middle term – using a middle term with multiple meanings.[21]\nDefinitional retreat – changing the meaning of a word when an objection is raised.[22] Often paired with moving the goalposts (see below), as when an argument is challenged using a common definition of a term in the argument, and the arguer presents a different definition of the term and thereby demands different evidence to debunk the argument.\nMotte-and-bailey fallacy – conflating two positions with similar properties, one modest and easy to defend (the \\\"motte\\\") and one more controversial (the \\\"bailey\\\").[23] The arguer first states the controversial position, but when challenged, states that they are advancing the modest position.[24][25]\nFallacy of accent – changing the meaning of a statement by not specifying on which word emphasis falls.\nPersuasive definition – purporting to use the \\\"true\\\" or \\\"commonly accepted\\\" meaning of a term while, in reality, using an uncommon or altered definition.\n(cf. the if-by-whiskey fallacy)\nEcological fallacy – inferring about the nature of an entity based solely upon aggregate statistics collected for the group to which that entity belongs.[26]\nEtymological fallacy – assuming that the original or historical meaning of a word or phrase is necessarily similar to its actual present-day usage.[27]\nFallacy of composition – assuming that something true of part of a whole must also be true of the whole.[28]\nFallacy of division – assuming that something true of a composite thing must also be true of all or some of its parts.[29]\nFalse attribution – appealing to an irrelevant, unqualified, unidentified, biased or fabricated source in support of an argument.\nFallacy of quoting out of context (contextotomy, contextomy; quotation mining) – selective excerpting of words from their original context to distort the intended meaning.[30]\nFalse authority (single authority) – using an expert of dubious credentials or using only one opinion to promote a product or idea. Related to the appeal to authority.\nFalse dilemma (false dichotomy, fallacy of bifurcation, black-or-white fallacy) – two alternative statements are given as the only possible options when, in reality, there are more.[31]\nFalse equivalence – describing two or more statements as virtually equal when they are not.\nFeedback fallacy – believing in the objectivity of an evaluation to be used as the basis for improvement without verifying that the source of the evaluation is a disinterested party.[32]\nHistorian's fallacy – assuming that decision-makers of the past had identical information as those subsequently analyzing the decision.[33] This is not to be confused with presentism, in which present-day ideas and perspectives are anachronistically projected into the past.\nHistorical fallacy – believing that certain results occurred only because a specific process was performed, though said process may actually be unrelated to the results.[34]\nBaconian fallacy – supposing that historians can obtain the \\\"whole truth\\\" via induction from individual pieces of historical evidence. The \\\"whole truth\\\" is defined as learning \\\"something about everything\\\", \\\"everything about something\\\", or \\\"everything about everything\\\". In reality, a historian \\\"can only hope to know something about something\\\".[35]\nHomunculus fallacy – using a \\\"middle-man\\\" for explanation; this sometimes leads to regressive middle-men. It explains a concept in terms of the concept itself without explaining its real nature (e.g.: explaining thought as something produced by a little thinker – a homunculus – inside the head simply identifies an intermediary actor and does not explain the product or process of thinking).[36]\nInflation of conflict – arguing that, if experts in a field of knowledge disagree on a certain point within that field, no conclusion can be reached or that the legitimacy of that field of knowledge is questionable.[37][38]\nIf-by-whiskey – an argument that supports both sides of an issue by using terms that are emotionally sensitive and ambiguous.\nIncomplete comparison – insufficient information is provided to make a complete comparison.\nIntentionality fallacy – the insistence that the ultimate meaning of an expression must be consistent with the intention of the person from whom the communication originated (e.g. a work of fiction that is widely received as a blatant allegory must necessarily not be regarded as such if the author intended it not to be so).[39]\nKafkatrapping – a sophistical rhetorical device in which any denial by an accused person serves as evidence of guilt.[40][41][42]\nKettle logic – using multiple, jointly inconsistent arguments to defend a position.\nLudic fallacy – failing to take into account that non-regulated random occurrences unknown unknowns can affect the probability of an event taking place.[43]\nLump of labour fallacy – the misconception that there is a fixed amount of work to be done within an economy, which can be distributed to create more or fewer jobs.[44]\nMcNamara fallacy (quantitative fallacy) – making an argument using only quantitative observations (measurements, statistical or numerical values) and discounting subjective information that focuses on quality (traits, features, or relationships).\nMind projection fallacy – assuming that a statement about an object describes an inherent property of the object, rather than a personal perception.\nMoralistic fallacy – inferring factual conclusions from evaluative premises in violation of fact–value distinction (e.g.: inferring is from ought). Moralistic fallacy is the inverse of naturalistic fallacy.\nMoving the goalposts (raising the bar) – argument in which evidence presented in response to a specific claim is dismissed and some other (often greater) evidence is demanded.\nNirvana fallacy (perfect-solution fallacy) – solutions to problems are rejected because they are not perfect.\nPackage deal – treating essentially dissimilar concepts as though they were essentially similar.\nProof by assertion – a proposition is repeatedly restated regardless of contradiction; sometimes confused with argument from repetition (argumentum ad infinitum, argumentum ad nauseam).\nProsecutor's fallacy – a low probability of false matches does not mean a low probability of some false match being found.\nProving too much – an argument that results in an overly generalized conclusion (e.g.: arguing that drinking alcohol is bad because in some instances it has led to spousal or child abuse).\nPsychologist's fallacy – an observer presupposes the objectivity of their own perspective when analyzing a behavioral event.\nReferential fallacy[45] – assuming that all words refer to existing things and that the meaning of words reside within the things they refer to, as opposed to words possibly referring to no real object (e.g.: Pegasus) or that the meaning comes from how they are used (e.g.: \\\"nobody\\\" was in the room).\nReification (concretism, hypostatization, or the fallacy of misplaced concreteness) – treating an abstract belief or hypothetical construct as if it were a concrete, real event or physical entity (e.g.: saying that evolution selects which traits are passed on to future generations; evolution is not a conscious entity with agency).\nRetrospective determinism – believing that, because an event has occurred under some circumstance, the circumstance must have made the event inevitable (e.g.: because someone won the lottery while wearing their lucky socks, wearing those socks made winning the lottery inevitable).\nSlippery slope (thin edge of the wedge, camel's nose) – asserting that a proposed, relatively small, first action will inevitably lead to a chain of related events resulting in a significant and negative event and, therefore, should not be permitted.[46]\nSpecial pleading – the arguer attempts to cite something as an exemption to a generally accepted rule or principle without justifying the exemption (e.g.: an orphaned defendant who murdered their parents asking for leniency).\nImproper premise\nBegging the question (petitio principii) – using the conclusion of the argument in support of itself in a premise (e.g.: saying that smoking cigarettes is deadly because cigarettes can kill you; something that kills is deadly).[47][48]\nLoaded label – while not inherently fallacious, the use of evocative terms to support a conclusion is a type of begging the question fallacy. When fallaciously used, the term's connotations are relied on to sway the argument towards a particular conclusion. For example, in an organic foods advertisement that says \\\"Organic foods are safe and healthy foods grown without any pesticides, herbicides, or other unhealthy additives\\\", the terms \\\"safe\\\" and \\\"healthy\\\" are used to fallaciously imply that non-organic foods are neither safe nor healthy.[49]\nCircular reasoning (circulus in demonstrando) – the reasoner begins with what they are trying to end up with (e.g.: all bachelors are unmarried males).\nFallacy of many questions (complex question, fallacy of presuppositions, loaded question, plurium interrogationum) – someone asks a question that presupposes something that has not been proven or accepted by all the people involved. This fallacy is often used rhetorically so that the question limits direct replies to those that serve the questioner's agenda. (E.g., \\\"Have you or have you not stopped beating your wife?\\\".)\nFaulty generalizations\nFaulty generalization – reaching a conclusion from weak premises.\nAccident – an exception to a generalization is ignored.[50]\nNo true Scotsman – makes a generalization true by changing the generalization to exclude a counterexample.[51]\nCherry picking (suppressed evidence, incomplete evidence, argumeit by half-truth, fallacy of exclusion, card stacking, slanting) – using individual cases or data that confirm a particular position, while ignoring related cases or data that may contradict that position.[52][53]\nNut-picking (suppressed evidence, incomplete evidence) – using individual cases or data that falsify a particular position, while ignoring related cases or data that may support that position.\nSurvivorship bias – a small number of successes of a given process are actively promoted while completely ignoring a large number of failures.\nFalse analogy – an argument by analogy in which the analogy is poorly suited.[54]\nHasty generalization (fallacy of insufficient statistics, fallacy of insufficient sample, fallacy of the lonely fact, hasty induction, secundum quid, converse accident, jumping to conclusions) – basing a broad conclusion on a small or unrepresentative sample.[55]\nArgument from anecdote – a fallacy where anecdotal evidence is presented as an argument; without any other contributory evidence or reasoning.\nInductive fallacy – a more general name for a class of fallacies, including hasty generalization and its relatives. A fallacy of induction happens when a conclusion is drawn from premises that only lightly support it.\nMisleading vividness – involves describing an occurrence in vivid detail, even if it is an exceptional occurrence, to convince someone that it is more important; this also relies on the appeal to emotion fallacy.\nOverwhelming exception – an accurate generalization that comes with qualifications that eliminate so many cases that what remains is much less impressive than the initial statement might have led one to assume.[56]\nThought-terminating cliché – a commonly used phrase, sometimes passing as folk wisdom, used to quell cognitive dissonance, conceal lack of forethought, move on to other topics, etc. – but in any case, to end the debate with a cliché rather than a point.\nQuestionable cause\nQuestionable cause is a general type of error with many variants. Its primary basis is the confusion of association with causation, either by inappropriately deducing (or rejecting) causation or a broader failure to properly investigate the cause of an observed effect.\nCum hoc ergo propter hoc (Latin for 'with this, therefore because of this'; correlation implies causation; faulty cause/effect, coincidental correlation, correlation without causation) – a faulty assumption that, because there is a correlation between two variables, one caused the other.[57]\nPost hoc ergo propter hoc (Latin for 'after this, therefore because of this'; temporal sequence implies causation) – X happened, then Y happened; therefore X caused Y.[58]\nWrong direction (reverse causation) – cause and effect are reversed. The cause is said to be the effect and jice versa.[59] The consequence of the phenomenon is claimed to be its root cause.\nIgnoring a common cause\nFallacy of the single cause (causal oversimplification[60]) – it is assumed that there is one, simple cause of an outcome when in reality it may have been caused by a number of only jointly sufficient causes.\nFurtive fallacy – outcomes are asserted to have been caused by the malfeasance of decision makers.\nMagical thinking – fallacious attribution of causal relationships between actions and events. In anthropology, it refers primarily to cultural beliefs that ritual, prayer, sacrifice, and taboos will produce specific supernatural consequences. In psychology, it refers to an irrational belief that thoughts by themselves can affect the world or that thinking something corresponds with doing it.\nStatistical fallacies\nRegression fallacy – ascribes cause where none exists. The flaw is failing to account for natural fluctuations. It is frequently a special kind of post hoc fallacy.\nGambler's fallacy – the incorrect belief that separate, independent events can affect the likelihood of another random event. If a fair coin lands on heads 10 times in a row, the belief that it is \\\"due to the number of times it had previously landed on tails\\\" is incorrect.[61]\nInverse gambler's fallacy – the inverse of the gambler's fallacy. It is the incorrect belief that on the basis of an unlikely outcome, the process must have happened many times before.\np-hacking – belief in the significance of a result, not realizing that multiple comparisons or experiments have been run and only the most significant were published\nGarden of forking paths fallacy – incorrect belief that a single experiment can not be subject to the multiple comparisons effect.\nRelevance fallacies\nAppeal to the stone (argumentum ad lapidem) – dismissing a claim as absurd without demonstrating proof for its absurdity.[62]\nInvincible ignorance (argument by pigheadedness) – where a person simply refuses to believe the argument, ignoring any evidence given.[63]\nArgument from ignorance (appeal to ignorance, argumentum ad ignorantiam) – assuming that a claim is true because it has not been or cannot be proven false, or vice versa.[64]\nArgument from incredulity (appeal to common sense) – \\\"I cannot imagine how this could be true; therefore, it must be false.\\\"[65]\nArgument from repetition (argumentum ad nauseam or argumentum ad infinitum) – repeating an argument until nobody cares to discuss it any more and referencing that lack of objection as evidence of support for the truth of the conclusion;[66][67] sometimes confused with proof by assertion.\nArgument from silence (argumentum ex silentio) – assuming that a claim is true based on the absence of textual or spoken evidence from an authoritative source, or vice versa.[68]\nIgnoratio elenchi (irrelevant conclusion, missing the point) – an argument that may in itself be valid, but does not address the issue in question.[69]\nRed herring fallacies\nA red herring fallacy, one of the main subtypes of fallacies of relevance, is an error in logic where a proposition is, or is intended to be, misleading in order to make irrelevant or false inferences. This includes any logical inference based on fake arguments, intended to replace the lack of real arguments or to replace implicitly the subject of the discussion.[70][71]\nRed herring – introducing a second argument in response to the first argument that is irrelevant and draws attention away from the original topic (e.g.: saying \\\"If you want to complain about the dishes I leave in the sink, what about the dirty clothes you leave in the bathroom?\\\").[72] In jury trial, it is known as a Chewbacca defense. In political strategy, it is called a dead cat strategy. See also irrelevant conclusion.\nAd hominem – attacking the arguer instead of the argument. (Note that \\\"ad hominem\\\" can also refer to the dialectical strategy of arguing on the basis of the opponent's own commitments. This type of ad hominem is not a fallacy.)\nCircumstantial ad hominem – stating that the arguer's personal situation or perceived benefit from advancing a conclusion means that their conclusion is wrong.[73]\nPoisoning the well – a subtype of ad hominem presenting adverse information about a target person with the intention of discrediting everything that the target person says.[74]\nAppeal to motive – dismissing an idea by questioning the motives of its proposer.\nTone policing – focusing on emotion behind (or resulting from) a message rather than the message itself as a discrediting tactic.\nTraitorous critic fallacy (ergo decedo, 'therefore I leave') – a critic's perceived affiliation is portrayed as the underlying reason for the criticism and the critic is asked to stay away from the issue altogether. Easily confused with the association fallacy (guilt by association) below.\nAppeal to authority (argument from authority, argumentum ad verecundiam) – an assertion is deemed true because of the position or authority of the person asserting it.[75][76]\nAppeal to accomplishment – an assertion is deemed true or false based on the accomplishments of the proposer. This may often also have elements of appeal to emotion see below.\nCourtier's reply – a criticism is dismissed by claiming that the critic lacks sufficient knowledge, credentials, or training to credibly comment on the subject matter.\nAppeal to consequences (argumentum ad consequentiam) – the conclusion is supported by a premise that asserts positive or negative consequences from some course of action in an attempt to distract from the initial discussion.[77]\nAppeal to emotion – manipulating the emotions of the listener rather than using valid reasoning to obtain common agreement.[78]\nAppeal to fear – generating distress, anxiety, cynicism, or prejudice towards the opponent in an argument.[79]\nAppeal to flattery – using excessive or insincere praise to obtain common agreement.[80]\nAppeal to pity (argumentum ad misericordiam) – generating feelings of sympathy or mercy in the listener to obtain common agreement.[81]\nAppeal to ridicule (reductio ad ridiculum, reductio ad absurdum, ad absurdum) – mocking or stating that the opponent's position is laughable to deflect from the merits of the opponent's argument. (Note that \\\"reductio ad absurdum\\\" can also refer to the classic form of argument that establishes a claim by showing that the opposite scenario would lead to absurdity or contradiction. This type of reductio ad absurdum is not a fallacy.)[82]\nAppeal to spite – generating bitterness or hostility in the listener toward an opponent in an argument.[83]\nJudgmental language – using insulting or pejorative language in an argument.\nPooh-pooh – stating that an opponent's argument is unworthy of consideration.[84]\nStyle over substance – embellishing an argument with compelling language, exploiting a bias towards the esthetic qualities of an argument, e.g. the rhyme-as-reason effect[85]\nWishful thinking – arguing for a course of action by the listener according to what might be pleasing to imagine rather than according to evidence or reason.[86]\nAppeal to nature – judgment is based solely on whether the subject of judgment is 'natural' or 'unnatural'.[87] (Sometimes also called the \\\"naturalistic fallacy\\\", but is not to be confused with the other fallacies by that name.)\nAppeal to novelty (argumentum novitatis, argumentum ad antiquitatis) – a proposal is claimed to be superior or better solely because it is new or modern.[88] (opposite of appeal to tradition)\nAppeal to poverty (argumentum ad Lazarum) – supporting a conclusion because the arguer is poor (or refuting because the arguer is wealthy). (Opposite of appeal to wealth.)[89]\nAppeal to tradition (argumentum ad antiquitatem) – a conclusion supported solely because it has long been held to be true.[90]\nAppeal to wealth (argumentum ad crumenam) – supporting a conclusion because the arguer is wealthy (or refuting because the arguer is poor).[91] (Sometimes taken together with the appeal to poverty as a general appeal to the arguer's financial situation.)\nArgumentum ad baculum (appeal to the stick, appeal to force, appeal to threat) – an argument made through coercion or threats of force to support position.[92]\nArgumentum ad populum (appeal to widespread belief, bandwagon argument, appeal to the majority, appeal to the people) – a proposition is claimed to be true or good solely because a majority or many people believe it to be so.[93]\nAssociation fallacy (guilt by association and honor by association) – arguing that because two things share (or are implied to share) some property, they are the same.[94]\nLogic chopping fallacy (nit-picking, trivial objections) – Focusing on trivial details of an argument, rather than the main point of the argumentation.[95][96]\nIpse dixit (bare assertion fallacy) – a claim that is presented as true without support, as self-evidently true, or as dogmatically true. This fallacy relies on the implied expertise of the speaker or on an unstated truism.[97][98][99]\nBulverism (psychogenetic fallacy) – inferring why an argument is being used, associating it to some psychological reason, then assuming it is invalid as a result. The assumption that if the origin of an idea comes from a biased mind, then the idea itself must also be a falsehood.[37]\nChronological snobbery – a thesis is deemed incorrect because it was commonly held when something else, known to be false, was also commonly held.[100][101]\nFallacy of relative privation (also known as \\\"appeal to worse problems\\\" or \\\"not as bad as\\\") – dismissing an argument or complaint due to what are perceived to be more important problems. First World problems are a subset of this fallacy.[102][103]\nGenetic fallacy – a conclusion is suggested based solely on something or someone's origin rather than its current meaning or context.[104]\nI'm entitled to my opinion – a person discredits any opposition by claiming that they are entitled to their opinion.\nMoralistic fallacy – inferring factual conclusions from evaluative premises, in violation of fact-value distinction; e.g. making statements about what is, on the basis of claims about what ought to be. This is the inverse of the naturalistic fallacy.\nNaturalistic fallacy – inferring evaluative conclusions from purely factual premises[105][106] in violation of fact-value distinction. Naturalistic fallacy (sometimes confused with appeal to nature) is the inverse of moralistic fallacy.\nIs–ought fallacy[107] – deduce a conclusion about what ought to be, on the basis of what is.\nNaturalistic fallacy fallacy[108] (anti-naturalistic fallacy)[109] – inferring an impossibility to infer any instance of ought from is from the general invalidity of is-ought fallacy, mentioned above. For instance, is \nP\n∨\n¬\nP\n{\\displaystyle P\\lor \neg P} does imply ought \nP\n∨\n¬\nP\n{\\displaystyle P\\lor \neg P} for any proposition \nP\n{\\displaystyle P}, although the naturalistic fallacy fallacy would falsely declare such an inference invalid. Naturalistic fallacy fallacy is a type of argument from fallacy.\nStraw man fallacy – refuting an argument different from the one actually under discussion, while not recognizing or acknowledging the distinction.[110]\nTexas sharpshooter fallacy – improperly asserting a cause to explain a cluster of data.[111]\nTu quoque ('you too' – appeal to hypocrisy, whataboutism) – stating that a position is false, wrong, or should be disregarded because its proponent fails to act consistently in accordance with it.[112]\nTwo wrongs make a right – assuming that, if one wrong is committed, another wrong will rectify it.[113]\nVacuous truth – a claim that is technically true but meaningless, in the form no A in B has C, when there is no A in B. For example, claiming that no mobile phones in the room are on when there are no mobile phones in the room.\n\n# STEPS\n\n- Read the input text and find all instances of fallacies in the text.\n\n- Write those fallacies in a list on a virtual whiteboard in your mind.\n\n# OUTPUT\n\n- In a section called FALLACIES, list all the fallacies you found in the text using the structure of:\n\n\\\"- Fallacy Name: Fallacy Type — 15 word explanation.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- You output in Markdown, using each section header followed by the content for that section.\n\n- Don't use bold or italic formatting in the Markdown.\n\n- Do no complain about the input data. Just do the task.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.10564464330673218,1.0818842649459839,-0.8709370493888855,0.34503665566444397,-0.7098181247711182,-0.03993196040391922,-0.8767488598823547,-0.0135115385055542,-0.3697803318500519,0.34835970401763916,-0.537158191204071,0.5370786190032959,0.0464685782790184,0.015155497938394547,0.4992431402206421,-0.04130879044532776,-0.15134087204933167,-0.24382783472537994,-2.2191524505615234,-0.1632041335105896,0.5124890804290771,0.7014912962913513,0.3731521666049957,0.2168751358985901,-0.032407645136117935,-0.2869791090488434,0.6354684829711914,-0.014496799558401108,-0.9425737261772156,-1.7842955589294434,0.2508459985256195,0.7373614311218262,-0.3868570029735565,-0.5376657843589783,-0.17284145951271057,-0.35201704502105713,-0.1500532329082489,0.050310902297496796,-0.5398266315460205,0.0458855926990509,0.10268259793519974,-0.25517064332962036,-0.32253506779670715,0.18351474404335022,-0.21082475781440735,-0.11835233122110367,0.2069556564092636,-0.29923391342163086,1.3410837650299072,0.6542682647705078,0.3789663016796112,-0.618600606918335,0.03687359020113945,0.35030996799468994,-0.28016406297683716,0.32408663630485535,-0.48792344331741333,0.011583629995584488,0.039699457585811615,0.09449249505996704,0.04982307180762291,0.09263226389884949,-4.542138576507568,-0.1454882174730301,0.296138733625412,0.5554504990577698,0.15080155432224274,-0.018734119832515717,0.41877254843711853,0.25805899500846863,-0.05972959101200104,0.08185108751058578,0.0958542600274086,0.8478858470916748,0.05546117573976517,-0.0802355632185936,0.2645030617713928,0.256561279296875,0.2336033284664154,-0.3101407289505005,-0.1529272198677063,0.2764519453048706,0.051945850253105164,-0.20553968846797943,-0.11171318590641022,0.5697047710418701,0.22166448831558228,0.241511732339859,0.488803893327713,0.06679733842611313,-0.15075843036174774,-0.3510069251060486,0.1772627979516983,-0.14764270186424255,-0.5409722924232483,-0.14608149230480194,0.14477328956127167,-0.4898878335952759,0.5008625984191895,2.9200563430786133,0.30419766902923584,-0.3835366666316986,0.6630203127861023,-0.6798332929611206,0.2643716037273407,-0.15039363503456116,0.042699966579675674,-0.7411081790924072,0.3123930096626282,0.2322254776954651,0.1725914627313614,0.1995568573474884,-0.32211872935295105,0.45507916808128357,0.4418952465057373,0.08864614367485046,-0.5579841732978821,0.26896926760673523,-0.050192251801490784,0.6981046795845032,-0.2614506185054779,-0.04243834316730499,-0.7163165807723999,-0.4446241855621338,0.11646074056625366,0.34383922815322876,-0.0652732253074646,0.27133336663246155,-0.2729168236255646,0.005683206021785736,-0.16638755798339844,0.09932537376880646,-0.8207648992538452,-0.09232799708843231,0.20689116418361664,0.04898814484477043,0.2723255753517151,-0.510918378829956,0.6049320101737976,-0.6445633769035339,-0.09382715821266174,-1.3327072858810425,0.8935474753379822,0.5820273160934448,0.33706262707710266,-0.008225902915000916,-0.688856840133667,0.09928115457296371,-0.6362797021865845,-0.5791035890579224,0.3539084196090698,0.009963668882846832,0.38023969531059265,-0.16107824444770813,0.730482280254364,-0.1191079318523407,0.258644163608551,0.38166019320487976,-0.34767669439315796,0.3090566098690033,0.02310853824019432,-0.11288543790578842,-0.5050039291381836,0.40126049518585205,0.28189024329185486,-0.4417404234409332,-0.31280896067619324,0.4846931993961334,0.7131678462028503,-0.6010739207267761,0.5655529499053955,0.09247197210788727,0.04279033839702606,0.577700138092041,0.202660471200943,-0.577238917350769,-0.1222553625702858,-0.05560613423585892,0.2793227434158325,-0.5439261794090271,-0.08178943395614624,1.1942235231399536,-0.1484716683626175,-0.6161344051361084,-0.043500255793333054,0.06276718527078629,-0.04796586185693741,-0.5313001871109009,0.38793668150901794,0.22324931621551514,-0.9665316343307495,1.216955304145813,-0.789577841758728,0.16167835891246796,0.1617070734500885,-0.3105291724205017,0.1675877422094345,0.2097862809896469,0.41355815529823303,-0.3131965696811676,-1.1761445999145508,-0.34205153584480286,-0.5243943929672241,-0.6097298860549927,0.13993723690509796,-0.12698416411876678,-0.1651647984981537,-0.6828327178955078,-0.3322693109512329,-0.6654792428016663,-0.3757249414920807,-0.29313695430755615,1.179452896118164,0.9938825368881226,0.8678741455078125,0.7492775917053223,0.4054892361164093,-0.06476214528083801,0.4175345301628113,0.3457484543323517,0.4319029748439789,-0.22316110134124756,-0.5861444473266602,-0.2798517346382141,-0.6048616766929626,0.4311773180961609,-0.3781904876232147,-0.544228732585907,-0.2824081480503082,-0.11333732306957245,0.8746293187141418,0.770889401435852,-0.0366334393620491,1.7040084600448608,-0.0029441341757774353,0.3117072582244873,-0.4958731532096863,0.23104572296142578,0.07574103772640228,-1.2732962369918823,0.14664509892463684,0.006253242492675781,0.11488290131092072,-0.253716379404068,-0.40386059880256653,-0.3330390751361847,0.05221495032310486,-0.7821525931358337,-0.14186915755271912,1.545569658279419,0.6642429232597351,0.1975538432598114,0.39090773463249207,0.46356576681137085,0.11844141781330109,-0.36942151188850403,-2.1049411296844482,-0.1571594923734665,-0.3165532052516937,0.46500828862190247,0.017573632299900055,-0.053215205669403076,0.3704227805137634,0.2631300687789917,-0.46869519352912903,-0.4683246314525604,-0.29594898223876953,-0.9143226146697998,-0.4004553258419037,-0.044152431190013885,-0.18038520216941833,0.37533339858055115,-1.0379775762557983,0.33163899183273315,0.35889723896980286,-0.08277779817581177,-0.1368924081325531,0.1540372669696808,0.06352103501558304,-0.39270466566085815,0.2352616786956787,0.24759624898433685,0.00810588151216507,0.29283082485198975,-0.08900128304958344,-0.4376888573169708,-0.4455382227897644,-0.44313281774520874,-0.11905490607023239,0.8156168460845947,-0.21406659483909607,-0.24525943398475647,-0.2893446683883667,0.3950258791446686,1.3192511796951294,0.8289508819580078,0.6556683778762817,0.4110490679740906,0.32118111848831177,-0.0389615036547184,-0.18022778630256653,0.3969050943851471,0.39837682247161865,0.13563358783721924,-1.4320554733276367,-0.753838837146759,0.6275709271430969,0.04990161582827568,-0.36189666390419006,-0.23096677660942078,-0.5448302626609802,-0.004314601421356201,0.035472799092531204,0.3127151131629944,0.6454265117645264,-0.25744348764419556,1.143743872642517,1.0440428256988525,0.4304410517215729,-1.5763181447982788,0.09813101589679718,0.3893876373767853,-0.0573737695813179,-0.0063423216342926025,-0.07352254539728165,0.6722115278244019,-0.4256556034088135,0.32444652915000916,-0.10064957290887833,1.8892710208892822,0.06355652958154678,-0.371065229177475,0.07263608276844025,0.30281487107276917,1.2835423946380615,-0.3073809742927551,-0.1458796262741089,-0.006225407123565674,-0.3363713026046753,-0.0659627914428711,0.6107651591300964,1.5220768451690674,0.660984456539154,0.11688432097434998,0.07804781198501587,0.014452949166297913,-0.4120178818702698,-1.0819369554519653,0.3362637758255005,0.4947164058685303,-0.13694652915000916,0.43294528126716614,0.14220234751701355,-0.8315188884735107,0.644946277141571,0.5070004463195801,-0.6078832149505615,0.12536439299583435,0.2618480622768402,1.8429481983184814,-0.4343234598636627,-0.3967134654521942,-0.3173094093799591,0.25508952140808105,-0.7449804544448853,-0.20483262836933136,-0.1400502324104309,-0.27757951617240906,-0.05920550972223282,0.16475170850753784,-0.10746274888515472,-0.49558568000793457,-0.17080727219581604,-0.09027469158172607,0.40412843227386475,0.11451316624879837,0.03883324936032295,0.4954495429992676,0.9408501386642456,-0.37156689167022705,0.8997637033462524,0.5183805823326111,-0.6648101806640625,-0.7048185467720032]},"workflow":{"author":"@@official.shinkai","description":"Generates quiz questions based on the provided learning objectives.","name":"Generate_quiz","raw":"\n workflow Generate_quiz v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert on the subject defined in the input section provided below.\n\n# GOAL\n\nGenerate questions for a student who wants to review the main concepts of the learning objectives provided in the input section provided below.\n\nIf the input section defines the student level, adapt the questions to that level. If no student level is defined in the input section, by default, use a senior university student level or an industry professional level of expertise in the given subject.\n\nDo not answer the questions.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Generate, upmost, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\nDo not print the dashes. \n---\nSubject: \n* Learning objective: \n - Question 1: {generated question 1}\n - Answer 1: \n\n - Question 2: {generated question 2}\n - Answer 2:\n \n - Question 3: {generated question 3}\n - Answer 3:\n---\n\n# INPUT:\n\nINPUT:\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert on the subject defined in the input section provided below.\n\n# GOAL\n\nGenerate questions for a student who wants to review the main concepts of the learning objectives provided in the input section provided below.\n\nIf the input section defines the student level, adapt the questions to that level. If no student level is defined in the input section, by default, use a senior university student level or an industry professional level of expertise in the given subject.\n\nDo not answer the questions.\n\nTake a deep breath and consider how to accomplish this goal best using the following steps.\n\n# STEPS\n\n- Extract the subject of the input section.\n\n- Redefine your expertise on that given subject.\n\n- Extract the learning objectives of the input section.\n\n- Generate, upmost, three review questions for each learning objective. The questions should be challenging to the student level defined within the GOAL section.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in clear, human-readable Markdown.\n- Print out, in an indented format, the subject and the learning objectives provided with each generated question in the following format delimited by three dashes.\nDo not print the dashes. \n---\nSubject: \n* Learning objective: \n - Question 1: {generated question 1}\n - Answer 1: \n\n - Question 2: {generated question 2}\n - Answer 2:\n \n - Question 3: {generated question 3}\n - Answer 3:\n---\n\n# INPUT:\n\nINPUT:"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.5578281879425049,0.8454051613807678,-0.33132582902908325,-0.3045944273471832,0.24480582773685455,-0.08586504310369492,-0.4743306636810303,0.06887407600879669,0.08481916040182114,0.456866979598999,-0.4658764898777008,1.0765032768249512,-0.09448236227035522,-0.3965323567390442,0.706613302230835,-0.06054927408695221,0.09682101011276245,-0.9568777084350586,-1.6797854900360107,-0.21529290080070496,0.6738322377204895,0.5532346367835999,0.2714395821094513,-0.0911083072423935,0.34477725625038147,-0.182150200009346,-0.6458228826522827,-0.34891360998153687,-0.3327488303184509,-0.42967867851257324,0.2864721417427063,0.1257484406232834,-0.333414763212204,-0.07232590019702911,-0.3748913109302521,-0.9465428590774536,-0.5983579754829407,0.46401941776275635,-0.48069217801094055,0.4307935833930969,0.3413413166999817,0.7327818870544434,-0.8019909858703613,-0.4753696024417877,-0.14803676307201385,-0.3713424503803253,0.12489581853151321,0.09565678238868713,0.25299349427223206,0.30742335319519043,0.25907471776008606,-0.009928880259394646,-0.5061739087104797,0.39936766028404236,-0.7092398405075073,-0.08476324379444122,0.4450731873512268,-0.26656317710876465,0.3957626521587372,-0.15947769582271576,0.3746766149997711,0.8309873938560486,-2.8840227127075195,0.09388719499111176,0.2093043178319931,-0.7871897220611572,0.0744292214512825,-0.3631722033023834,0.2523989975452423,-0.6359570622444153,-0.34386250376701355,-0.06145699322223663,0.07061582058668137,0.30914366245269775,0.2925161123275757,-0.2887748181819916,0.014002007432281971,0.3411980867385864,0.5585823059082031,0.15103794634342194,-0.07113078236579895,0.8751716017723083,0.39515072107315063,0.13161557912826538,-0.29355335235595703,0.28026050329208374,-0.558023989200592,-0.014849111437797546,0.4145452082157135,0.5849364995956421,-0.4509966969490051,-0.3180196285247803,0.14984437823295593,0.17292726039886475,-0.6873466372489929,-0.014421001076698303,-0.08854377269744873,-0.04611586034297943,0.21509146690368652,3.641631603240967,0.7873422503471375,0.5762412548065186,0.28283432126045227,-0.7593196034431458,0.2280348241329193,-0.4085267186164856,0.12801164388656616,0.004824611358344555,-0.2207576483488083,0.08455237001180649,0.567594587802887,-0.5309115052223206,0.13521355390548706,0.4406028985977173,0.9487317800521851,0.6469715237617493,-0.3226235508918762,-0.14647454023361206,0.2800915539264679,0.3973712623119354,-0.6765463352203369,0.11761899292469025,-0.42181476950645447,-0.20421767234802246,0.05977534130215645,0.005945093929767609,-0.2807946801185608,0.6683874130249023,-0.19496658444404602,0.2927301526069641,-0.2796124815940857,0.12249115109443665,-0.4636366069316864,0.3231133818626404,-0.21578004956245422,-0.16492536664009094,-0.23871029913425446,-0.8190324902534485,0.6528549194335938,-0.24882379174232483,-0.198449969291687,-1.3262726068496704,0.5392186641693115,0.31539425253868103,0.8942327499389648,1.1152012348175049,-0.003518093377351761,0.6488751769065857,-0.8821679353713989,0.339785635471344,0.1620943248271942,-0.3136743903160095,-0.2560870051383972,0.44808268547058105,-0.06467808783054352,-0.20249909162521362,-1.2426555156707764,-0.1366395652294159,-0.3262973725795746,0.2108772099018097,0.765496551990509,-0.06730440258979797,0.3186880648136139,-0.08636890351772308,0.271975040435791,-0.23162999749183655,0.337338924407959,-0.11825451999902725,0.17877459526062012,0.11268980801105499,0.3353186845779419,-0.28734976053237915,-0.5152068138122559,1.1561293601989746,0.3027900755405426,-0.28591471910476685,0.04829305410385132,0.2413780391216278,0.5139628052711487,-0.06243450194597244,0.8283230066299438,0.7192296385765076,0.06327566504478455,-0.10275459289550781,0.10361123085021973,-0.4911879897117615,0.4427482783794403,0.2454921007156372,0.550599992275238,0.8944600820541382,0.054840125143527985,1.347483515739441,0.22275076806545258,-0.12375262379646301,0.20639462769031525,-0.43206435441970825,-0.5964956283569336,-0.0010681003332138062,1.2913665771484375,0.09174361824989319,-1.5113062858581543,-0.21369591355323792,-0.6107104420661926,0.03125773370265961,-0.43114572763442993,0.24655011296272278,0.02986985445022583,-0.6974604725837708,0.6172740459442139,-1.2117681503295898,-0.7703291177749634,0.16060477495193481,0.320436030626297,0.42314887046813965,-0.16399753093719482,-0.16322875022888184,-0.25308024883270264,-0.18899570405483246,0.026906238868832588,0.7457427978515625,-0.4493694305419922,-0.8499467968940735,-0.27159830927848816,-0.9818105697631836,-0.39685744047164917,0.6354625225067139,-0.33832448720932007,-0.22878792881965637,-0.3357183337211609,0.38835033774375916,-0.43925753235816956,0.32390516996383667,0.5336365699768066,0.8944586515426636,0.5679400563240051,0.31342363357543945,-0.474909245967865,0.9070644378662109,-0.5838503837585449,-0.608382523059845,1.094214677810669,0.035679809749126434,-0.0987212285399437,-0.10688025504350662,-0.15752030909061432,0.1746283769607544,-0.6430817246437073,0.6032275557518005,-0.4938293993473053,1.0651664733886719,0.10657066851854324,0.6474176645278931,0.5597663521766663,0.21691623330116272,0.7360969185829163,-0.042515091598033905,-1.525754451751709,-0.7808232307434082,-0.5106869339942932,-0.11448417603969574,0.05676954984664917,-0.4859399199485779,-0.022036351263523102,-0.6838207244873047,0.032349955290555954,0.33699193596839905,-0.4477906823158264,-0.39870578050613403,-0.7390187978744507,-0.1210424080491066,0.0927610844373703,-0.5602208971977234,-0.2931235432624817,-0.4548330307006836,-0.8525964021682739,0.5256628394126892,-0.21348513662815094,0.21894624829292297,-0.2558986246585846,0.10043135285377502,0.18608364462852478,-0.6784772872924805,-0.33678290247917175,-0.24976272881031036,-0.7476455569267273,0.22382494807243347,-0.22196975350379944,-0.6988286972045898,-0.5209723114967346,0.5478103756904602,-0.6869221925735474,0.25806882977485657,-1.1747738122940063,-0.3752021789550781,1.2385495901107788,0.6271572113037109,-0.054982740432024,0.0833568200469017,0.8435880541801453,-0.2977009415626526,0.05768611282110214,0.6336536407470703,0.16191792488098145,-0.30022644996643066,0.3913649916648865,-0.7407990097999573,0.4918748736381531,-0.4275897145271301,-0.8398714065551758,-0.1980215162038803,-0.3374309837818146,-0.01820339448750019,-0.29390209913253784,-0.11924424767494202,0.6566628813743591,-0.12816691398620605,-0.08064723014831543,0.8316471576690674,0.5466267466545105,-1.0878732204437256,0.10307526588439941,-0.6278225183486938,0.30169981718063354,0.06759032607078552,-0.18389947712421417,0.8567405939102173,0.3326420783996582,-0.2541213631629944,-0.3353968560695648,1.8284785747528076,0.45499035716056824,-0.7624698877334595,0.016785718500614166,0.8117432594299316,1.4737510681152344,-0.22282952070236206,0.10795608162879944,-0.9463961720466614,-1.2288281917572021,-0.39974018931388855,0.31031620502471924,1.1454997062683105,0.5472849607467651,0.04752630740404129,0.2410050332546234,-0.517635703086853,-1.0744590759277344,-0.7481639385223389,0.6535675525665283,0.45293521881103516,-0.10044960677623749,0.48828914761543274,0.25747525691986084,-0.5456055402755737,1.0268328189849854,0.31706327199935913,-0.33912593126296997,0.18481528759002686,-0.9836734533309937,2.2085065841674805,0.05103841423988342,-0.24209213256835938,0.5353975296020508,1.3253825902938843,-0.2359931766986847,-0.46935874223709106,0.5900898575782776,-0.209540456533432,-0.6473771929740906,-0.21252959966659546,0.4148913025856018,0.517380952835083,0.14843904972076416,0.6609295606613159,0.2567273676395416,0.009321577847003937,0.2909625470638275,0.16775846481323242,0.0686023086309433,-0.49418026208877563,-0.1440677046775818,-0.3814789652824402,-1.16358482837677,-0.7686289548873901]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the density of wow-factor in content by analyzing its surprise, novelty, insight, value, and wisdom. This process involves a detailed and varied consumption of the content to assess its potential to engage and enrich viewers. The expected output is a JSON report detailing scores and explanations for each wow-factor component and overall wow-factor per minute.","name":"Get_wow_per_minute","raw":"\n workflow Get_wow_per_minute v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY \n\nYou are an expert at determining the wow-factor of content as measured per minute of content, as determined by the steps below.\n\n# GOALS\n\n- The goal is to determine how densely packed the content is with wow-factor. Note that wow-factor can come from multiple types of wow, such as surprise, novelty, insight, value, and wisdom, and also from multiple types of content such as business, science, art, or philosophy.\n\n- The goal is to determine how rewarding this content will be for a viewer in terms of how often they'll be surprised, learn something new, gain insight, find practical value, or gain wisdom.\n\n# STEPS\n\n- Fully and deeply consume the content at least 319 times, using different interpretive perspectives each time.\n\n- Construct a giant virtual whiteboard in your mind.\n\n- Extract the ideas being presented in the content and place them on your giant virtual whiteboard.\n\n- Extract the novelty of those ideas and place them on your giant virtual whiteboard.\n\n- Extract the insights from those ideas and place them on your giant virtual whiteboard.\n\n- Extract the value of those ideas and place them on your giant virtual whiteboard.\n\n- Extract the wisdom of those ideas and place them on your giant virtual whiteboard.\n\n- Notice how separated in time the ideas, novelty, insights, value, and wisdom are from each other in time throughout the content, using an average speaking speed as your time clock.\n\n- Wow is defined as: Surprise * Novelty * Insight * Value * Wisdom, so the more of each of those the higher the wow-factor.\n\n- Surprise is novelty * insight \n- Novelty is newness of idea or explanation\n- Insight is clarity and power of idea \n- Value is practical usefulness \n- Wisdom is deep knowledge about the world that helps over time \n\nThus, WPM is how often per minute someone is getting surprise, novelty, insight, value, or wisdom per minute across all minutes of the content.\n\n- Scores are given between 0 and 10, with 10 being ten times in a minute someone is thinking to themselves, \\\"Wow, this is great content!\\\", and 0 being no wow-factor at all.\n\n# OUTPUT\n\n- Only output in JSON with the following format:\n\nEXAMPLE WITH PLACEHOLDER TEXT EXPLAINING WHAT SHOULD GO IN THE OUTPUT\n\n{\n \\\"Summary\\\": \\\"The content was about X, with Y novelty, Z insights, A value, and B wisdom in a 25-word sentence.\\\",\n \\\"Surprise_per_minute\\\": \\\"The surprise presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Surprise_per_minute_explanation\\\": \\\"The explanation for the amount of surprise per minute of content in a 25-word sentence.\\\",\n \\\"Novelty_per_minute\\\": \\\"The novelty presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Novelty_per_minute_explanation\\\": \\\"The explanation for the amount of novelty per minute of content in a 25-word sentence.\\\",\n \\\"Insight_per_minute\\\": \\\"The insight presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Insight_per_minute_explanation\\\": \\\"The explanation for the amount of insight per minute of content in a 25-word sentence.\\\",\n \\\"Value_per_minute\\\": \\\"The value presented per minute of content. A numeric score between 0 and 10.\\\", 25\n \\\"Value_per_minute_explanation\\\": \\\"The explanation for the amount of value per minute of content in a 25-word sentence.\\\",\n \\\"Wisdom_per_minute\\\": \\\"The wisdom presented per minute of content. A numeric score between 0 and 10.\\\"25\n \\\"Wisdom_per_minute_explanation\\\": \\\"The explanation for the amount of wisdom per minute of content in a 25-word sentence.\\\",\n \\\"WPM_score\\\": \\\"The total WPM score as a number between 0 and 10.\\\",\n \\\"WPM_score_explanation\\\": \\\"The explanation for the total WPM score as a 25-word sentence.\\\"\n}\n\n- Do not complain about anything, just do what is asked.\n- ONLY output JSON, and in that exact format.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY \n\nYou are an expert at determining the wow-factor of content as measured per minute of content, as determined by the steps below.\n\n# GOALS\n\n- The goal is to determine how densely packed the content is with wow-factor. Note that wow-factor can come from multiple types of wow, such as surprise, novelty, insight, value, and wisdom, and also from multiple types of content such as business, science, art, or philosophy.\n\n- The goal is to determine how rewarding this content will be for a viewer in terms of how often they'll be surprised, learn something new, gain insight, find practical value, or gain wisdom.\n\n# STEPS\n\n- Fully and deeply consume the content at least 319 times, using different interpretive perspectives each time.\n\n- Construct a giant virtual whiteboard in your mind.\n\n- Extract the ideas being presented in the content and place them on your giant virtual whiteboard.\n\n- Extract the novelty of those ideas and place them on your giant virtual whiteboard.\n\n- Extract the insights from those ideas and place them on your giant virtual whiteboard.\n\n- Extract the value of those ideas and place them on your giant virtual whiteboard.\n\n- Extract the wisdom of those ideas and place them on your giant virtual whiteboard.\n\n- Notice how separated in time the ideas, novelty, insights, value, and wisdom are from each other in time throughout the content, using an average speaking speed as your time clock.\n\n- Wow is defined as: Surprise * Novelty * Insight * Value * Wisdom, so the more of each of those the higher the wow-factor.\n\n- Surprise is novelty * insight \n- Novelty is newness of idea or explanation\n- Insight is clarity and power of idea \n- Value is practical usefulness \n- Wisdom is deep knowledge about the world that helps over time \n\nThus, WPM is how often per minute someone is getting surprise, novelty, insight, value, or wisdom per minute across all minutes of the content.\n\n- Scores are given between 0 and 10, with 10 being ten times in a minute someone is thinking to themselves, \\\"Wow, this is great content!\\\", and 0 being no wow-factor at all.\n\n# OUTPUT\n\n- Only output in JSON with the following format:\n\nEXAMPLE WITH PLACEHOLDER TEXT EXPLAINING WHAT SHOULD GO IN THE OUTPUT\n\n{\n \\\"Summary\\\": \\\"The content was about X, with Y novelty, Z insights, A value, and B wisdom in a 25-word sentence.\\\",\n \\\"Surprise_per_minute\\\": \\\"The surprise presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Surprise_per_minute_explanation\\\": \\\"The explanation for the amount of surprise per minute of content in a 25-word sentence.\\\",\n \\\"Novelty_per_minute\\\": \\\"The novelty presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Novelty_per_minute_explanation\\\": \\\"The explanation for the amount of novelty per minute of content in a 25-word sentence.\\\",\n \\\"Insight_per_minute\\\": \\\"The insight presented per minute of content. A numeric score between 0 and 10.\\\",\n \\\"Insight_per_minute_explanation\\\": \\\"The explanation for the amount of insight per minute of content in a 25-word sentence.\\\",\n \\\"Value_per_minute\\\": \\\"The value presented per minute of content. A numeric score between 0 and 10.\\\", 25\n \\\"Value_per_minute_explanation\\\": \\\"The explanation for the amount of value per minute of content in a 25-word sentence.\\\",\n \\\"Wisdom_per_minute\\\": \\\"The wisdom presented per minute of content. A numeric score between 0 and 10.\\\"25\n \\\"Wisdom_per_minute_explanation\\\": \\\"The explanation for the amount of wisdom per minute of content in a 25-word sentence.\\\",\n \\\"WPM_score\\\": \\\"The total WPM score as a number between 0 and 10.\\\",\n \\\"WPM_score_explanation\\\": \\\"The explanation for the total WPM score as a 25-word sentence.\\\"\n}\n\n- Do not complain about anything, just do what is asked.\n- ONLY output JSON, and in that exact format.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.16875199973583221,-0.047860220074653625,-0.4406866729259491,0.03254538029432297,-0.5488942861557007,-0.4342551827430725,-1.7672170400619507,0.34232643246650696,-0.04741556569933891,0.43332093954086304,-0.7553074955940247,0.9703687429428101,0.412543386220932,0.38902443647384644,0.2658744752407074,-0.548198401927948,0.13988257944583893,-0.6951863169670105,-1.3418145179748535,-0.8731818199157715,0.4360240399837494,0.8518333435058594,0.16177988052368164,0.3029806315898895,0.34803885221481323,-0.7615091800689697,0.549554705619812,-0.4794691205024719,-1.617546796798706,-1.267324686050415,0.49718770384788513,1.3023228645324707,-0.27243486046791077,-0.913928747177124,-0.16798430681228638,-0.574172854423523,-0.26149213314056396,0.2243872582912445,-0.251779705286026,0.27002841234207153,-0.16703961789608002,-0.39066165685653687,-0.17193034291267395,-0.20157361030578613,-0.40568721294403076,0.6046406030654907,0.4996669590473175,-0.08782647550106049,0.915793240070343,0.23528173565864563,0.9964246153831482,0.10791812837123871,0.11808288097381592,-0.462647944688797,-0.6780259013175964,-1.181146264076233,-0.9065400958061218,0.28247007727622986,0.33969706296920776,-0.16834139823913574,0.5847500562667847,0.3947198987007141,-3.5323870182037354,-0.7232382297515869,0.26413267850875854,0.020269673317670822,-0.33261674642562866,0.10584449768066406,0.5451454520225525,-0.18819266557693481,-0.013406813144683838,0.2819490432739258,-0.388535737991333,0.9782643914222717,-0.21545472741127014,-0.05758393183350563,0.7366743087768555,-0.050688982009887695,-0.3323850631713867,-0.610294759273529,0.5599572062492371,0.2558389902114868,0.3320998549461365,-0.3062143921852112,0.07191124558448792,0.6147220134735107,-0.2089502215385437,0.5410646796226501,-0.24017569422721863,0.23924577236175537,0.03470318764448166,-0.46808695793151855,0.4746071994304657,0.5834126472473145,-0.4095187187194824,-0.34137827157974243,-0.0975189059972763,0.13702747225761414,-0.3092648684978485,2.399254560470581,0.7751954793930054,-0.13483533263206482,-0.27134010195732117,-1.482353925704956,0.23126450181007385,-0.5043036937713623,0.42533615231513977,0.593744158744812,0.5404306650161743,0.2665899097919464,0.5951568484306335,-0.6448495984077454,0.5516440272331238,0.7828608155250549,0.11164780706167221,-0.06188379228115082,-0.11058075726032257,-0.42951148748397827,-0.09892730414867401,0.917995810508728,0.244245707988739,0.19728732109069824,-0.22441178560256958,-0.8006554841995239,-0.32192468643188477,-0.6169832348823547,-0.8232017755508423,0.2682955861091614,-0.05239928886294365,0.2521543502807617,0.1699858456850052,-0.3043697476387024,-0.4331987202167511,0.14568524062633514,0.3240512013435364,0.12523537874221802,0.19004404544830322,-1.029737114906311,-0.0023701898753643036,0.04931483417749405,-0.22490042448043823,-1.4889252185821533,0.4187103509902954,0.25252777338027954,0.07538961619138718,-0.13177213072776794,-0.557283878326416,0.38435378670692444,-0.5868170261383057,-0.34797096252441406,0.14254280924797058,0.11134001612663269,0.40038058161735535,0.10404032468795776,0.6176876425743103,-0.16517950594425201,0.043091513216495514,-0.4354856014251709,-0.30951645970344543,0.4460464119911194,0.394103467464447,-0.08707623928785324,0.42283254861831665,0.3082079291343689,-0.07775209099054337,-0.6485235095024109,0.43367812037467957,0.4430115222930908,0.542189359664917,0.3611161708831787,0.491203248500824,0.6022506952285767,-0.37277916073799133,0.20998993515968323,-0.3938893675804138,-0.09217913448810577,-1.6516071557998657,-0.2091372013092041,0.6762658953666687,0.4910050332546234,0.5057065486907959,0.3321998715400696,-0.17828494310379028,0.1371149718761444,-0.4925740957260132,0.14145994186401367,0.1518869400024414,-0.27596819400787354,1.5148327350616455,1.579839825630188,-0.24495580792427063,1.3811956644058228,-1.4773892164230347,-0.3141845464706421,0.5953727960586548,-0.5473592877388,0.13688711822032928,0.3596643805503845,-0.11191762983798981,-0.10571660101413727,-0.7197023034095764,-0.39612361788749695,-0.397987961769104,-0.5344332456588745,-1.1632907390594482,-0.33457431197166443,0.3074074387550354,0.04329325258731842,0.3019908666610718,-0.8964896202087402,0.3047443628311157,-0.2574867606163025,1.3434958457946777,0.4986623227596283,-0.23801422119140625,0.03752667456865311,-0.07920671999454498,-0.2630019187927246,0.28480327129364014,-0.45457181334495544,-0.13240191340446472,0.375263512134552,-0.051319729536771774,-0.4875118136405945,-0.36960354447364807,0.529403805732727,-0.3161529004573822,0.5777294039726257,-0.42633044719696045,0.049753591418266296,0.6335483193397522,0.6473647356033325,-0.39281851053237915,1.6959799528121948,0.5626223087310791,0.6815807819366455,-0.6921519637107849,0.5914789438247681,-0.03263610228896141,-0.5615375638008118,0.03622572124004364,0.6169513463973999,-0.18300217390060425,-0.27422744035720825,-0.7456362843513489,-0.054376110434532166,-0.04846901074051857,0.02750132977962494,-0.2553553581237793,1.7747955322265625,1.2066290378570557,0.285710871219635,0.09979769587516785,-0.12799140810966492,0.8542351126670837,-0.38369011878967285,-1.896602988243103,-0.32329061627388,0.0185931995511055,0.3580397069454193,-0.880280077457428,0.18994048237800598,0.20412687957286835,0.12176710367202759,-0.6202343106269836,-0.1585119217634201,-0.8580238223075867,-0.8593349456787109,-0.3582696318626404,-0.13535812497138977,-0.49946698546409607,0.7931941747665405,-0.08229868859052658,-0.42103129625320435,-0.2610958516597748,0.6766860485076904,-0.059258513152599335,0.14422225952148438,-0.2289559543132782,-0.25560441613197327,1.0811810493469238,0.23468740284442902,-0.025960370898246765,0.27664101123809814,-0.36163586378097534,0.08665934205055237,-0.08126803487539291,0.3527430593967438,-0.7277395129203796,0.8360041379928589,-0.39021536707878113,-0.8729857802391052,-0.39239513874053955,0.4271785318851471,1.8199588060379028,-0.004351906478404999,0.11801417171955109,0.2747085690498352,0.2254514992237091,0.11075539886951447,-0.9915263652801514,0.5259373188018799,-0.0037673506885766983,0.03845065087080002,-0.8352455496788025,-0.8252919316291809,0.8355536460876465,-0.6115496754646301,-0.5882717370986938,-0.039132971316576004,0.13622498512268066,0.5335499048233032,0.015294905751943588,-0.6230376362800598,0.263090044260025,-0.0670451745390892,0.5070109963417053,0.6799411773681641,-0.28182855248451233,-1.3081345558166504,0.34470513463020325,-0.11432706564664841,-0.06571613997220993,-0.09972041100263596,-0.6062625646591187,1.4937020540237427,-0.8928777575492859,0.7436650395393372,-0.06565586477518082,1.2524309158325195,0.5939475297927856,0.4222920835018158,0.28630581498146057,0.662081778049469,0.7140520811080933,0.2367255538702011,-0.002961132675409317,0.26282742619514465,-0.6845079064369202,-0.3606075644493103,0.35152512788772583,1.416578769683838,0.36634817719459534,-0.0007221139967441559,0.13727641105651855,-0.0726330503821373,-0.6579118371009827,-0.6594029068946838,0.7691003084182739,-0.2111644744873047,-0.8002322316169739,1.0120337009429932,-0.13030973076820374,-0.5699160695075989,-0.28435686230659485,0.21287617087364197,-0.8838171362876892,0.21782813966274261,0.19387519359588623,1.3637428283691406,0.4034542441368103,-0.15914174914360046,0.28685644268989563,-0.3802638351917267,-0.3436453938484192,0.25738686323165894,0.664733350276947,0.21083655953407288,-0.044370658695697784,-0.43667295575141907,0.7549388408660889,-0.22146496176719666,0.24963615834712982,0.046156588941812515,0.13499608635902405,-0.20453400909900665,0.14408010244369507,0.2946399450302124,0.6418136954307556,-0.04228166863322258,0.2407357394695282,0.41690388321876526,-0.4224276840686798,-0.06055644154548645]},"workflow":{"author":"@@official.shinkai","description":"Generates RSS URLs for YouTube channels based on given channel IDs or URLs. It extracts the channel ID from the input and constructs the corresponding RSS URL. The output is solely the RSS URL.","name":"Get_youtube_rss","raw":"\n workflow Get_youtube_rss v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOALS\n\nYou are a YouTube infrastructure expert that returns YouTube channel RSS URLs.\n\nYou take any input in, especially YouTube channel IDs, or full URLs, and return the RSS URL for that channel.\n\n# STEPS\n\nHere is the structure for YouTube RSS URLs and their relation to the channel ID and or channel URL:\n\nIf the channel URL is https://www.youtube.com/channel/UCnCikd0s4i9KoDtaHPlK-JA, the RSS URL is https://www.youtube.com/feeds/videos.xml?channel_id=UCnCikd0s4i9KoDtaHPlK-JA\n\n- Extract the channel ID from the channel URL.\n\n- Construct the RSS URL using the channel ID.\n\n- Output the RSS URL.\n\n# OUTPUT\n\n- Output only the RSS URL and nothing else.\n\n- Don't complain, just do it.\n\n# INPUT\n\n(INPUT)\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOALS\n\nYou are a YouTube infrastructure expert that returns YouTube channel RSS URLs.\n\nYou take any input in, especially YouTube channel IDs, or full URLs, and return the RSS URL for that channel.\n\n# STEPS\n\nHere is the structure for YouTube RSS URLs and their relation to the channel ID and or channel URL:\n\nIf the channel URL is https://www.youtube.com/channel/UCnCikd0s4i9KoDtaHPlK-JA, the RSS URL is https://www.youtube.com/feeds/videos.xml?channel_id=UCnCikd0s4i9KoDtaHPlK-JA\n\n- Extract the channel ID from the channel URL.\n\n- Construct the RSS URL using the channel ID.\n\n- Output the RSS URL.\n\n# OUTPUT\n\n- Output only the RSS URL and nothing else.\n\n- Don't complain, just do it.\n\n# INPUT\n\n(INPUT)\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5771110653877258,0.2520785629749298,0.03680210933089256,0.32778650522232056,0.13590237498283386,0.2310222089290619,-0.7309346795082092,0.007014602422714233,-0.1629199981689453,-0.33104395866394043,-0.0425528958439827,0.5891512036323547,-0.07973326742649078,-0.02644795924425125,0.22385118901729584,-0.233744814991951,-0.05345335975289345,-0.0911712497472763,-1.2103562355041504,-0.13117173314094543,0.3743981420993805,0.4333261549472809,0.17969009280204773,0.1953103095293045,0.4905553460121155,0.4963476061820984,0.3635474741458893,-0.2685815989971161,-0.9158522486686707,-1.8048882484436035,0.070555180311203,0.14142613112926483,-0.5136035084724426,-0.34994375705718994,0.4144240915775299,-0.5683613419532776,-0.15600024163722992,0.09990045428276062,-0.47567132115364075,-0.4005216956138611,0.4787187874317169,0.014224560931324959,0.337350070476532,-0.6076611876487732,-0.08581439405679703,-0.21915847063064575,-0.09405525773763657,-0.03926750272512436,1.320602297782898,0.6690923571586609,-0.3735734820365906,-0.5469015836715698,-0.7578357458114624,0.024708302691578865,-0.24944105744361877,0.16316697001457214,0.27736297249794006,-0.3497014343738556,-0.029960226267576218,0.12639035284519196,0.11562417447566986,0.849065363407135,-3.481579065322876,-0.32597070932388306,-0.2617509663105011,0.25431370735168457,0.1521250456571579,0.16746895015239716,0.4315231442451477,-0.7798712849617004,-0.5584841370582581,0.28606024384498596,-0.003084227442741394,0.9583020806312561,0.7140896916389465,0.06446408480405807,0.04463992640376091,0.15423253178596497,0.7098920941352844,-0.22707365453243256,0.19910366833209991,0.379216730594635,-0.13801974058151245,-0.39345499873161316,-0.324002742767334,0.0809641033411026,0.11926335841417313,0.2768983244895935,0.6276459693908691,0.3384206295013428,0.1820921152830124,-0.5253453254699707,0.23245374858379364,0.19521132111549377,-0.35823744535446167,-0.11689165234565735,-0.3816954493522644,0.08978956937789917,0.46475881338119507,3.5667812824249268,0.536846935749054,-0.05273782089352608,0.8087599277496338,-0.5805236101150513,0.2211889922618866,-0.5074744820594788,0.05832144245505333,-0.9842122793197632,0.3081706166267395,-0.5090855956077576,0.3805561065673828,-1.0616689920425415,-0.7185838222503662,-0.06264063715934753,0.7601177096366882,0.35310542583465576,-0.9355934858322144,-0.047847386449575424,-0.07380762696266174,0.9630521535873413,-0.6948896646499634,0.16881754994392395,0.12961556017398834,0.025578225031495094,-0.2645496129989624,0.6000497341156006,-0.06863930076360703,0.4330112338066101,0.47732317447662354,0.2361786812543869,-0.3132687211036682,0.6535536050796509,-0.9069249033927917,-0.16582468152046204,0.2568347156047821,0.005093090236186981,0.5653194189071655,-0.5572336316108704,0.9830572605133057,-0.39993616938591003,0.5952985286712646,-0.8273036479949951,0.7448925375938416,0.19946376979351044,1.0829166173934937,0.6185183525085449,-0.39171332120895386,0.6754140853881836,-0.6135444641113281,-0.9892057180404663,-0.11391827464103699,0.618547260761261,-0.5129765272140503,0.2561478614807129,0.24305900931358337,-0.21825125813484192,-0.7614593505859375,0.0013508051633834839,-0.7471109628677368,0.4370619058609009,-0.18060247600078583,0.2927683889865875,0.1502625048160553,-0.28513163328170776,0.7222129106521606,-0.5046075582504272,0.32905468344688416,0.29804933071136475,-0.4938203692436218,0.09114979207515717,0.10896854847669601,0.0006777867674827576,0.34296151995658875,0.3546583950519562,-0.3964775502681732,0.061605434864759445,-0.024794109165668488,0.2563212811946869,0.39960160851478577,-0.23149046301841736,0.5105507969856262,0.5720085501670837,-0.15297096967697144,-0.6363176703453064,0.2323046773672104,0.17223228514194489,0.14581793546676636,-0.130109041929245,1.0020877122879028,1.4356646537780762,-1.565535068511963,1.0360898971557617,-0.5697560906410217,-0.06437383592128754,-0.16645176708698273,0.4808287024497986,0.1465846747159958,-0.12040480971336365,0.009563731029629707,-0.22808583080768585,-0.322427898645401,0.576898992061615,-0.506492018699646,0.2310972660779953,-0.5523582696914673,-0.6523239016532898,-0.45673948526382446,1.1716843843460083,-0.3624873757362366,-0.20767414569854736,-0.35566017031669617,-0.3230525255203247,1.167712926864624,0.250186026096344,1.1138211488723755,-0.020146235823631287,0.2544998526573181,1.07969331741333,0.3326035439968109,0.5042566061019897,-0.3993702530860901,0.1968420147895813,-0.8065363764762878,-0.6507055759429932,-0.24846796691417694,1.282655954360962,-1.0769809484481812,0.19855058193206787,-1.0315470695495605,-0.3332616090774536,0.4704412817955017,1.0035860538482666,0.8822507858276367,0.7199212312698364,0.12621958553791046,0.5650416016578674,0.2928774058818817,0.818061351776123,0.1763777881860733,-0.4475153684616089,-0.3264470100402832,0.33259129524230957,-0.07969589531421661,0.7248110771179199,0.6058874130249023,-0.06878097355365753,-1.2555058002471924,-0.16930952668190002,0.11019136011600494,0.694659411907196,0.11562663316726685,0.011653304100036621,0.32992637157440186,-0.270992249250412,0.046633344143629074,0.24817782640457153,-1.356532096862793,-0.2663933336734772,-0.8689180612564087,0.7260361909866333,0.12726342678070068,-0.12642353773117065,0.6876871585845947,0.26649922132492065,0.17432217299938202,-0.2564600706100464,0.26484352350234985,-0.06998073309659958,-0.4107132852077484,-0.2881845235824585,0.10109800845384598,-0.08785150945186615,-0.15428858995437622,-0.2920541763305664,0.09624163806438446,-0.2863624691963196,-0.08087097853422165,-0.17955219745635986,-0.20214635133743286,-0.6537031531333923,-0.11501247435808182,-0.20261280238628387,-0.47742775082588196,0.3038550913333893,-0.3633148670196533,0.2540426552295685,-0.28239548206329346,-0.8528487682342529,0.08429021388292313,0.7137804627418518,-0.4088094234466553,-0.6538545489311218,-0.6778122782707214,0.14318476617336273,1.6748614311218262,0.24032637476921082,0.35574251413345337,0.6204384565353394,0.32173311710357666,-0.7366684079170227,-0.06580126285552979,0.055157944560050964,-0.005179911851882935,-0.017926722764968872,-0.24425269663333893,-0.9307329058647156,0.30970388650894165,-0.6033115983009338,-0.3029783070087433,0.16942784190177917,-0.37546753883361816,0.00025857239961624146,-0.24185872077941895,-0.25816822052001953,0.38971415162086487,-0.3486715257167816,0.15848444402217865,0.762795090675354,0.395444393157959,-1.533812403678894,-0.4151630997657776,0.1526435911655426,0.5722576975822449,0.5596656799316406,-0.385879784822464,1.0008848905563354,0.02958792820572853,-0.5342908501625061,-0.31917399168014526,1.5804415941238403,0.09974800795316696,-0.6175962090492249,-0.11474841833114624,0.07656364887952805,0.3855227530002594,-0.8779652714729309,0.4779384434223175,-0.1459314525127411,-0.8653798699378967,-0.5745441317558289,-0.08997170627117157,1.895127773284912,0.37028923630714417,0.6959769129753113,0.09647278487682343,-0.01839931309223175,-0.5822964310646057,-0.7493159174919128,0.04781661927700043,0.17327694594860077,-0.43754842877388,0.15987929701805115,-0.11628905683755875,0.0763634592294693,0.06810915470123291,0.3636489808559418,-0.3702331781387329,-0.2593455910682678,-0.060723766684532166,2.388650417327881,-0.3924185335636139,-0.9231609106063843,-0.6016837358474731,0.34118860960006714,-0.16356982290744781,0.3078879117965698,0.1336500197649002,-0.6699469685554504,-0.2922496199607849,-0.19538843631744385,0.028652513399720192,-0.4273624122142792,-0.013195902109146118,0.031511276960372925,0.49490997195243835,0.00681208074092865,0.17543867230415344,0.3181586265563965,0.18468008935451508,-0.19197428226470947,0.3015258014202118,-0.47469261288642883,-0.3163570761680603,-1.3593512773513794]},"workflow":{"author":"@@official.shinkai","description":"This prompt aims to enhance the quality of text for academic purposes. It focuses on refining grammatical errors, improving clarity and coherence, and adopting an academic tone while ensuring ease of understanding. The expected output is a professionally refined text with a list of applied corrections.","name":"Improve_academic_writing","raw":"\n workflow Improve_academic_writing v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an academic writing expert. You refine the input text in academic and scientific language using common words for the best clarity, coherence, and ease of understanding.\n\n# Steps\n\n- Refine the input text for grammatical errors, clarity issues, and coherence.\n- Refine the input text into academic voice.\n- Use formal English only.\n- Tend to use common and easy-to-understand words and phrases.\n- Avoid wordy sentences.\n- Avoid trivial statements.\n- Avoid using the same words and phrases repeatedly.\n- Apply corrections and improvements directly to the text.\n- Maintain the original meaning and intent of the user's text.\n\n# OUTPUT INSTRUCTIONS\n\n- Refined and improved text that is professionally academic.\n- A list of changes made to the original text.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an academic writing expert. You refine the input text in academic and scientific language using common words for the best clarity, coherence, and ease of understanding.\n\n# Steps\n\n- Refine the input text for grammatical errors, clarity issues, and coherence.\n- Refine the input text into academic voice.\n- Use formal English only.\n- Tend to use common and easy-to-understand words and phrases.\n- Avoid wordy sentences.\n- Avoid trivial statements.\n- Avoid using the same words and phrases repeatedly.\n- Apply corrections and improvements directly to the text.\n- Maintain the original meaning and intent of the user's text.\n\n# OUTPUT INSTRUCTIONS\n\n- Refined and improved text that is professionally academic.\n- A list of changes made to the original text.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4852539300918579,0.13161200284957886,-0.055189523845911026,0.3277803063392639,0.2113042026758194,0.20320159196853638,-0.37614792585372925,0.129794180393219,0.030929390341043472,0.0926164910197258,0.2743198573589325,0.9127596020698547,-0.35552775859832764,0.305549681186676,-0.10069559514522552,0.3160610496997833,-0.09639935195446014,-0.8975281119346619,-1.5080235004425049,-0.3829009532928467,0.24801898002624512,0.6118136644363403,0.2745884954929352,0.20607386529445648,0.4182509481906891,0.4315106272697449,0.27620768547058105,-0.03967701643705368,-0.7465012073516846,-1.5721888542175293,0.5263592600822449,0.7249370217323303,-0.19212375581264496,-0.8254215717315674,-0.21436119079589844,-0.6276422142982483,-0.192368283867836,-0.019706599414348602,-0.04575296491384506,-0.40110087394714355,0.7958906292915344,-0.14304207265377045,-0.5446312427520752,0.2036508321762085,-0.08658697456121445,-0.25644737482070923,0.11214917153120041,-0.26226699352264404,1.0482161045074463,0.6909911036491394,0.027367960661649704,-0.26765498518943787,-0.3812221586704254,0.23649020493030548,-0.3036099076271057,0.24419909715652466,-0.1514900028705597,-0.19546863436698914,-0.03894174471497536,0.08418712764978409,-0.3493867516517639,0.9046472907066345,-3.6022069454193115,-0.457055002450943,0.4390650987625122,-0.02052520215511322,-0.11741961538791656,-0.18927247822284698,0.5040103793144226,-0.4250655770301819,-0.0659274011850357,0.7986516356468201,-0.6519178152084351,0.6998012661933899,0.24672025442123413,-0.47580239176750183,0.43425458669662476,0.26524561643600464,0.5867099165916443,-0.320672869682312,0.5810023546218872,0.4627997875213623,-0.24387679994106293,-0.2765035629272461,-0.7106530070304871,0.5266895294189453,0.0054793283343315125,-0.16670599579811096,0.3006408214569092,-0.4919518530368805,-0.10013201832771301,-0.0038726329803466797,0.17398372292518616,0.18396729230880737,-0.04579552263021469,0.2546512484550476,0.21159738302230835,0.3653641939163208,0.16787227988243103,3.524412155151367,1.058424711227417,0.6000527739524841,0.24283427000045776,-0.09004127979278564,0.4747633934020996,-0.5260844230651855,-0.10820649564266205,-1.0029890537261963,0.5656515955924988,-0.06383378058671951,0.34844616055488586,-0.8741163015365601,0.1393602341413498,0.22060352563858032,0.35167911648750305,-0.5978657007217407,-0.700692355632782,-0.17983756959438324,-0.5757953524589539,1.0473718643188477,-0.5111533403396606,-0.39622554183006287,-0.1453230381011963,-0.4757595658302307,-0.5713784694671631,0.1328001469373703,-0.2568592131137848,0.363089919090271,0.4588398039340973,0.3268570303916931,-0.2563357651233673,-0.04813602939248085,-0.5814163088798523,-0.31120002269744873,0.3179640471935272,0.031856968998909,0.6057463884353638,-0.23235665261745453,0.297542005777359,-0.9350142478942871,0.5303992033004761,-0.637026846408844,0.6802133321762085,-0.14615558087825775,1.2868077754974365,0.7140861749649048,-0.08743908256292343,0.09672097116708755,-0.5270971655845642,-1.1534161567687988,-0.13313235342502594,0.8497690558433533,-0.15444591641426086,-0.2606201767921448,0.12772813439369202,0.10251607745885849,-0.2102670967578888,0.0060859620571136475,-0.8887048959732056,0.24860170483589172,0.3960755169391632,-0.394504576921463,0.4651239514350891,0.03878845274448395,0.5725149512290955,-0.0845002681016922,0.09945578128099442,-0.6485604047775269,0.11404207348823547,0.21757736802101135,-0.024663671851158142,0.1792869120836258,0.34186282753944397,1.103020429611206,-0.5917488932609558,-0.27319905161857605,0.33755144476890564,-0.12216552346944809,0.5928874015808105,-0.5859060287475586,0.49327245354652405,0.5163303017616272,-0.6069815158843994,-0.4359115660190582,0.19173474609851837,-0.08782614767551422,-0.19457128643989563,-0.1534493863582611,0.9094828963279724,0.6247607469558716,-1.29660964012146,1.2367912530899048,-0.40456265211105347,-0.26951777935028076,-0.2687447667121887,-0.12258171290159225,0.0440451055765152,0.12403413653373718,0.16979017853736877,-0.22013716399669647,-1.1954929828643799,-0.10018076002597809,-0.5445564985275269,-0.040335774421691895,-0.7030817270278931,-1.0508453845977783,0.02329566329717636,0.9985353946685791,-0.5677047371864319,-0.41982606053352356,-0.79500812292099,-0.5597833395004272,1.3553745746612549,0.30666646361351013,1.1018754243850708,0.3306499123573303,-0.043555013835430145,0.546795129776001,-0.07726173102855682,0.7992035150527954,0.2227921187877655,0.5908694267272949,-0.9910561442375183,-0.9436643719673157,-0.3780517876148224,0.8140650987625122,-0.816478431224823,0.12686404585838318,-0.3755597174167633,-0.44290891289711,0.5301048755645752,1.4641469717025757,1.004981517791748,0.8057684898376465,-0.46616172790527344,0.5163618922233582,-0.11652188748121262,0.7202324867248535,0.2801811099052429,-0.30986180901527405,0.6426211595535278,-0.0022286176681518555,-0.0978894978761673,0.3691343665122986,0.582382082939148,0.022610962390899658,-0.46780630946159363,-0.37271803617477417,-0.26681920886039734,0.9497989416122437,0.03420247137546539,0.5002375841140747,0.29126450419425964,-0.14114533364772797,-0.16362300515174866,0.37271350622177124,-1.019953966140747,-0.06500682234764099,-0.6383205056190491,0.29263564944267273,0.166262686252594,-0.30779895186424255,0.18942351639270782,0.30048611760139465,0.0773056223988533,-0.11700911819934845,-0.3883969485759735,0.19541522860527039,-0.5668129324913025,0.23872250318527222,0.4491490423679352,0.0225750133395195,0.29092204570770264,-0.47738194465637207,-0.21907223761081696,0.3788434863090515,-0.26893091201782227,0.3885510563850403,-0.2477875053882599,-0.8484147787094116,-0.33358871936798096,-0.2423679381608963,-0.3398297429084778,-0.3012580871582031,-0.31186190247535706,-0.005057863891124725,-0.7880886197090149,-0.7503215074539185,-0.4381290078163147,0.6219073534011841,-0.2849716544151306,-0.32504844665527344,-0.6281449794769287,0.26954740285873413,1.4701921939849854,1.0622284412384033,0.438640296459198,0.4985157549381256,0.22656136751174927,-0.29079127311706543,0.01019347459077835,-0.23714768886566162,-0.02149171754717827,-0.14915604889392853,-0.6645680665969849,-0.7256794571876526,0.387628972530365,0.12032663822174072,-0.5899001359939575,0.3914612829685211,-0.2862274944782257,0.1781826913356781,-0.2558859884738922,-0.8303616642951965,0.5297983884811401,-0.3639725148677826,0.6498910784721375,0.8693850040435791,0.07861001789569855,-1.4763233661651611,-0.5279192924499512,-0.21107199788093567,-0.034740619361400604,-0.11004691570997238,-0.22042836248874664,0.9613940715789795,0.023567605763673782,0.014993799850344658,0.16773121058940887,1.3161499500274658,0.34058094024658203,-0.20376352965831757,-0.42793038487434387,0.23711326718330383,0.8437366485595703,-0.7265819907188416,0.23227998614311218,-0.5846628546714783,-0.7284982800483704,-0.7818910479545593,-0.10328257083892822,1.8121397495269775,0.16812598705291748,-0.1493188440799713,0.14754751324653625,0.029307201504707336,-0.6545877456665039,-1.0915778875350952,0.39099833369255066,0.47434693574905396,-0.262236088514328,0.19452840089797974,-0.07669162005186081,-0.04183603450655937,0.23197303712368011,0.7067320942878723,0.03037795051932335,0.03682813048362732,0.14779597520828247,1.5886354446411133,0.12737590074539185,-1.2862327098846436,-0.25294116139411926,0.593706488609314,0.09141795337200165,-0.2352341264486313,0.7385827898979187,-0.6562907099723816,-0.30909067392349243,0.013397112488746643,-0.040531184524297714,-0.46796557307243347,0.4149635434150696,0.4204238951206207,0.7084925174713135,0.3394646644592285,0.12652039527893066,0.21932432055473328,0.22846299409866333,0.32980191707611084,0.7562466859817505,-0.12795613706111908,-1.088362693786621,-0.7034918665885925]},"workflow":{"author":"@@official.shinkai","description":"This service enhances LLM/AI prompts by applying expert prompt writing techniques to achieve better results. It leverages strategies like clear instructions, persona adoption, and reference text provision to refine prompts. The output is an improved version of the original prompt, optimized for clarity and effectiveness.","name":"Improve_prompt","raw":"\n workflow Improve_prompt v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert LLM prompt writing service. You take an LLM/AI prompt as input and output a better prompt based on your prompt writing expertise and the knowledge below.\n\nSTART PROMPT WRITING KNOWLEDGE\n\nPrompt engineering\nThis guide shares strategies and tactics for getting better results from large language models (sometimes referred to as GPT models) like GPT-4. The methods described here can sometimes be deployed in combination for greater effect. We encourage experimentation to find the methods that work best for you.\n\nSome of the examples demonstrated here currently work only with our most capable model, gpt-4. In general, if you find that a model fails at a task and a more capable model is available, it's often worth trying again with the more capable model.\n\nYou can also explore example prompts which showcase what our models are capable of:\n\nPrompt examples\nExplore prompt examples to learn what GPT models can do\nSix strategies for getting better results\nWrite clear instructions\nThese models can’t read your mind. If outputs are too long, ask for brief replies. If outputs are too simple, ask for expert-level writing. If you dislike the format, demonstrate the format you’d like to see. The less the model has to guess at what you want, the more likely you’ll get it.\n\nTactics:\n\nInclude details in your query to get more relevant answers\nAsk the model to adopt a persona\nUse delimiters to clearly indicate distinct parts of the input\nSpecify the steps required to complete a task\nProvide examples\nSpecify the desired length of the output\nProvide reference text\nLanguage models can confidently invent fake answers, especially when asked about esoteric topics or for citations and URLs. In the same way that a sheet of notes can help a student do better on a test, providing reference text to these models can help in answering with fewer fabrications.\n\nTactics:\n\nInstruct the model to answer using a reference text\nInstruct the model to answer with citations from a reference text\nSplit complex tasks into simpler subtasks\nJust as it is good practice in software engineering to decompose a complex system into a set of modular components, the same is true of tasks submitted to a language model. Complex tasks tend to have higher error rates than simpler tasks. Furthermore, complex tasks can often be re-defined as a workflow of simpler tasks in which the outputs of earlier tasks are used to construct the inputs to later tasks.\n\nTactics:\n\nUse intent classification to identify the most relevant instructions for a user query\nFor dialogue applications that require very long conversations, summarize or filter previous dialogue\nSummarize long documents piecewise and construct a full summary recursively\nGive the model time to \\\"think\\\"\nIf asked to multiply 17 by 28, you might not know it instantly, but can still work it out with time. Similarly, models make more reasoning errors when trying to answer right away, rather than taking time to work out an answer. Asking for a \\\"chain of thought\\\" before an answer can help the model reason its way toward correct answers more reliably.\n\nTactics:\n\nInstruct the model to work out its own solution before rushing to a conclusion\nUse inner monologue or a sequence of queries to hide the model's reasoning process\nAsk the model if it missed anything on previous passes\nUse external tools\nCompensate for the weaknesses of the model by feeding it the outputs of other tools. For example, a text retrieval system (sometimes called RAG or retrieval augmented generation) can tell the model about relevant documents. A code execution engine like OpenAI's Code Interpreter can help the model do math and run code. If a task can be done more reliably or efficiently by a tool rather than by a language model, offload it to get the best of both.\n\nTactics:\n\nUse embeddings-based search to implement efficient knowledge retrieval\nUse code execution to perform more accurate calculations or call external APIs\nGive the model access to specific functions\nTest changes systematically\nImproving performance is easier if you can measure it. In some cases a modification to a prompt will achieve better performance on a few isolated examples but lead to worse overall performance on a more representative set of examples. Therefore to be sure that a change is net positive to performance it may be necessary to define a comprehensive test suite (also known an as an \\\"eval\\\").\n\nTactic:\n\nEvaluate model outputs with reference to gold-standard answers\nTactics\nEach of the strategies listed above can be instantiated with specific tactics. These tactics are meant to provide ideas for things to try. They are by no means fully comprehensive, and you should feel free to try creative ideas not represented here.\n\nStrategy: Write clear instructions\nTactic: Include details in your query to get more relevant answers\nIn order to get a highly relevant response, make sure that requests provide any important details or context. Otherwise you are leaving it up to the model to guess what you mean.\n\nWorse Better\nHow do I add numbers in Excel? How do I add up a row of dollar amounts in Excel? I want to do this automatically for a whole sheet of rows with all the totals ending up on the right in a column called \\\"Total\\\".\nWho’s president? Who was the president of Mexico in 2021, and how frequently are elections held?\nWrite code to calculate the Fibonacci sequence. Write a TypeScript function to efficiently calculate the Fibonacci sequence. Comment the code liberally to explain what each piece does and why it's written that way.\nSummarize the meeting notes. Summarize the meeting notes in a single paragraph. Then write a markdown list of the speakers and each of their key points. Finally, list the next steps or action items suggested by the speakers, if any.\nTactic: Ask the model to adopt a persona\nThe system message can be used to specify the persona used by the model in its replies.\n\nSYSTEM\nWhen I ask for help to write something, you will reply with a document that contains at least one joke or playful comment in every paragraph.\nUSER\nWrite a thank you note to my steel bolt vendor for getting the delivery in on time and in short notice. This made it possible for us to deliver an important order.\n\nTactic: Use delimiters to clearly indicate distinct parts of the input\nDelimiters like triple quotation marks, XML tags, section titles, etc. can help demarcate sections of text to be treated differently.\n\nUSER\nSummarize the text delimited by triple quotes with a haiku.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nSYSTEM\nYou will be provided with a pair of articles (delimited with XML tags) about the same topic. First summarize the arguments of each article. Then indicate which of them makes a better argument and explain why.\nUSER\n\n
insert first article here
\n\n
insert second article here
\n\nSYSTEM\nYou will be provided with a thesis abstract and a suggested title for it. The thesis title should give the reader a good idea of the topic of the thesis but should also be eye-catching. If the title does not meet these criteria, suggest 5 alternatives.\nUSER\nAbstract: insert abstract here\n\nTitle: insert title here\n\nFor straightforward tasks such as these, using delimiters might not make a difference in the output quality. However, the more complex a task is the more important it is to disambiguate task details. Don’t make the model work to understand exactly what you are asking of them.\n\nTactic: Specify the steps required to complete a task\nSome tasks are best specified as a sequence of steps. Writing the steps out explicitly can make it easier for the model to follow them.\n\nSYSTEM\nUse the following step-by-step instructions to respond to user inputs.\n\nStep 1 - The user will provide you with text in triple quotes. Summarize this text in one sentence with a prefix that says \\\"Summary: \\\".\n\nStep 2 - Translate the summary from Step 1 into Spanish, with a prefix that says \\\"Translation: \\\".\nUSER\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nTactic: Provide examples\nProviding general instructions that apply to all examples is generally more efficient than demonstrating all permutations of a task by example, but in some cases providing examples may be easier. For example, if you intend for the model to copy a particular style of responding to user queries which is difficult to describe explicitly. This is known as \\\"few-shot\\\" prompting.\n\nSYSTEM\nAnswer in a consistent style.\nUSER\nTeach me about patience.\nASSISTANT\nThe river that carves the deepest valley flows from a modest spring; the grandest symphony originates from a single note; the most intricate tapestry begins with a solitary thread.\nUSER\nTeach me about the ocean.\n\nTactic: Specify the desired length of the output\nYou can ask the model to produce outputs that are of a given target length. The targeted output length can be specified in terms of the count of words, sentences, paragraphs, bullet points, etc. Note however that instructing the model to generate a specific number of words does not work with high precision. The model can more reliably generate outputs with a specific number of paragraphs or bullet points.\n\nUSER\nSummarize the text delimited by triple quotes in about 50 words.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nUSER\nSummarize the text delimited by triple quotes in 2 paragraphs.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nUSER\nSummarize the text delimited by triple quotes in 3 bullet points.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nStrategy: Provide reference text\nTactic: Instruct the model to answer using a reference text\nIf we can provide a model with trusted information that is relevant to the current query, then we can instruct the model to use the provided information to compose its answer.\n\nSYSTEM\nUse the provided articles delimited by triple quotes to answer questions. If the answer cannot be found in the articles, write \\\"I could not find an answer.\\\"\nUSER\n\n\nQuestion: \n\nGiven that all models have limited context windows, we need some way to dynamically lookup information that is relevant to the question being asked. Embeddings can be used to implement efficient knowledge retrieval. See the tactic \\\"Use embeddings-based search to implement efficient knowledge retrieval\\\" for more details on how to implement this.\n\nTactic: Instruct the model to answer with citations from a reference text\nIf the input has been supplemented with relevant knowledge, it's straightforward to request that the model add citations to its answers by referencing passages from provided documents. Note that citations in the output can then be verified programmatically by string matching within the provided documents.\n\nSYSTEM\nYou will be provided with a document delimited by triple quotes and a question. Your task is to answer the question using only the provided document and to cite the passage(s) of the document used to answer the question. If the document does not contain the information needed to answer this question then simply write: \\\"Insufficient information.\\\" If an answer to the question is provided, it must be annotated with a citation. Use the following format for to cite relevant passages ({\\\"citation\\\": …}).\nUSER\n\\\"\\\"\\\"\\\"\\\"\\\"\n\nQuestion: \n\nStrategy: Split complex tasks into simpler subtasks\nTactic: Use intent classification to identify the most relevant instructions for a user query\nFor tasks in which lots of independent sets of instructions are needed to handle different cases, it can be beneficial to first classify the type of query and to use that classification to determine which instructions are needed. This can be achieved by defining fixed categories and hard-coding instructions that are relevant for handling tasks in a given category. This process can also be applied recursively to decompose a task into a sequence of stages. The advantage of this approach is that each query will contain only those instructions that are required to perform the next stage of a task which can result in lower error rates compared to using a single query to perform the whole task. This can also result in lower costs since larger prompts cost more to run (see pricing information).\n\nSuppose for example that for a customer service application, queries could be usefully classified as follows:\n\nSYSTEM\nYou will be provided with customer service queries. Classify each query into a primary category and a secondary category. Provide your output in json format with the keys: primary and secondary.\n\nPrimary categories: Billing, Technical Support, Account Management, or General Inquiry.\n\nBilling secondary categories:\n\n- Unsubscribe or upgrade\n- Add a payment method\n- Explanation for charge\n- Dispute a charge\n\nTechnical Support secondary categories:\n\n- Troubleshooting\n- Device compatibility\n- Software updates\n\nAccount Management secondary categories:\n\n- Password reset\n- Update personal information\n- Close account\n- Account security\n\nGeneral Inquiry secondary categories:\n\n- Product information\n- Pricing\n- Feedback\n- Speak to a human\n USER\n I need to get my internet working again.\n\n Based on the classification of the customer query, a set of more specific instructions can be provided to a model for it to handle next steps. For example, suppose the customer requires help with \\\"troubleshooting\\\".\n\nSYSTEM\nYou will be provided with customer service inquiries that require troubleshooting in a technical support context. Help the user by:\n\n- Ask them to check that all cables to/from the router are connected. Note that it is common for cables to come loose over time.\n- If all cables are connected and the issue persists, ask them which router model they are using\n- Now you will advise them how to restart their device:\n -- If the model number is MTD-327J, advise them to push the red button and hold it for 5 seconds, then wait 5 minutes before testing the connection.\n -- If the model number is MTD-327S, advise them to unplug and plug it back in, then wait 5 minutes before testing the connection.\n- If the customer's issue persists after restarting the device and waiting 5 minutes, connect them to IT support by outputting {\\\"IT support requested\\\"}.\n- If the user starts asking questions that are unrelated to this topic then confirm if they would like to end the current chat about troubleshooting and classify their request according to the following scheme:\n\n\nUSER\nI need to get my internet working again.\n\nNotice that the model has been instructed to emit special strings to indicate when the state of the conversation changes. This enables us to turn our system into a state machine where the state determines which instructions are injected. By keeping track of state, what instructions are relevant at that state, and also optionally what state transitions are allowed from that state, we can put guardrails around the user experience that would be hard to achieve with a less structured approach.\n\nTactic: For dialogue applications that require very long conversations, summarize or filter previous dialogue\nSince models have a fixed context length, dialogue between a user and an assistant in which the entire conversation is included in the context window cannot continue indefinitely.\n\nThere are various workarounds to this problem, one of which is to summarize previous turns in the conversation. Once the size of the input reaches a predetermined threshold length, this could trigger a query that summarizes part of the conversation and the summary of the prior conversation could be included as part of the system message. Alternatively, prior conversation could be summarized asynchronously in the background throughout the entire conversation.\n\nAn alternative solution is to dynamically select previous parts of the conversation that are most relevant to the current query. See the tactic \\\"Use embeddings-based search to implement efficient knowledge retrieval\\\".\n\nTactic: Summarize long documents piecewise and construct a full summary recursively\nSince models have a fixed context length, they cannot be used to summarize a text longer than the context length minus the length of the generated summary in a single query.\n\nTo summarize a very long document such as a book we can use a sequence of queries to summarize each section of the document. Section summaries can be concatenated and summarized producing summaries of summaries. This process can proceed recursively until an entire document is summarized. If it’s necessary to use information about earlier sections in order to make sense of later sections, then a further trick that can be useful is to include a running summary of the text that precedes any given point in the book while summarizing content at that point. The effectiveness of this procedure for summarizing books has been studied in previous research by OpenAI using variants of GPT-3.\n\nStrategy: Give models time to \\\"think\\\"\nTactic: Instruct the model to work out its own solution before rushing to a conclusion\nSometimes we get better results when we explicitly instruct the model to reason from first principles before coming to a conclusion. Suppose for example we want a model to evaluate a student’s solution to a math problem. The most obvious way to approach this is to simply ask the model if the student's solution is correct or not.\n\nSYSTEM\nDetermine if the student's solution is correct or not.\nUSER\nProblem Statement: I'm building a solar power installation and I need help working out the financials.\n\n- Land costs $100 / square foot\n- I can buy solar panels for $250 / square foot\n- I negotiated a contract for maintenance that will cost me a flat $100k per year, and an additional $10 / square foot\n What is the total cost for the first year of operations as a function of the number of square feet.\n\nStudent's Solution: Let x be the size of the installation in square feet.\n\n1. Land cost: 100x\n2. Solar panel cost: 250x\n3. Maintenance cost: 100,000 + 100x\n Total cost: 100x + 250x + 100,000 + 100x = 450x + 100,000\n ASSISTANT\n The student's solution is correct.\n\n But the student's solution is actually not correct! We can get the model to successfully notice this by prompting the model to generate its own solution first.\n\nSYSTEM\nFirst work out your own solution to the problem. Then compare your solution to the student's solution and evaluate if the student's solution is correct or not. Don't decide if the student's solution is correct until you have done the problem yourself.\nUSER\nProblem Statement: I'm building a solar power installation and I need help working out the financials.\n\n- Land costs $100 / square foot\n- I can buy solar panels for $250 / square foot\n- I negotiated a contract for maintenance that will cost me a flat $100k per year, and an additional $10 / square foot\n What is the total cost for the first year of operations as a function of the number of square feet.\n\nStudent's Solution: Let x be the size of the installation in square feet.\n\n1. Land cost: 100x\n2. Solar panel cost: 250x\n3. Maintenance cost: 100,000 + 100x\n Total cost: 100x + 250x + 100,000 + 100x = 450x + 100,000\n ASSISTANT\n Let x be the size of the installation in square feet.\n4. Land cost: 100x\n5. Solar panel cost: 250x\n6. Maintenance cost: 100,000 + 10x\n Total cost: 100x + 250x + 100,000 + 10x = 360x + 100,000\n\nThe student's solution is incorrect. They made an error in the maintenance cost calculation, using 100x instead of 10x. The correct total cost for the first year of operations is 360x + 100,000.\n\nTactic: Use inner monologue or a sequence of queries to hide the model's reasoning process\nThe previous tactic demonstrates that it is sometimes important for the model to reason in detail about a problem before answering a specific question. For some applications, the reasoning process that a model uses to arrive at a final answer would be inappropriate to share with the user. For example, in tutoring applications we may want to encourage students to work out their own answers, but a model’s reasoning process about the student’s solution could reveal the answer to the student.\n\nInner monologue is a tactic that can be used to mitigate this. The idea of inner monologue is to instruct the model to put parts of the output that are meant to be hidden from the user into a structured format that makes parsing them easy. Then before presenting the output to the user, the output is parsed and only part of the output is made visible.\n\nSYSTEM\nFollow these steps to answer the user queries.\n\nStep 1 - First work out your own solution to the problem. Don't rely on the student's solution since it may be incorrect. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 2 - Compare your solution to the student's solution and evaluate if the student's solution is correct or not. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 3 - If the student made a mistake, determine what hint you could give the student without giving away the answer. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 4 - If the student made a mistake, provide the hint from the previous step to the student (outside of triple quotes). Instead of writing \\\"Step 4 - ...\\\" write \\\"Hint:\\\".\nUSER\nProblem Statement: \n\nStudent Solution: \n\nAlternatively, this can be achieved with a sequence of queries in which all except the last have their output hidden from the end user.\n\nFirst, we can ask the model to solve the problem on its own. Since this initial query doesn't require the student’s solution, it can be omitted. This provides the additional advantage that there is no chance that the model’s solution will be biased by the student’s attempted solution.\n\nUSER\n\n\nNext, we can have the model use all available information to assess the correctness of the student’s solution.\n\nSYSTEM\nCompare your solution to the student's solution and evaluate if the student's solution is correct or not.\nUSER\nProblem statement: \\\"\\\"\\\"\\\"\\\"\\\"\n\nYour solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nStudent’s solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nFinally, we can let the model use its own analysis to construct a reply in the persona of a helpful tutor.\n\nSYSTEM\nYou are a math tutor. If the student made an error, offer a hint to the student in a way that does not reveal the answer. If the student did not make an error, simply offer them an encouraging comment.\nUSER\nProblem statement: \\\"\\\"\\\"\\\"\\\"\\\"\n\nYour solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nStudent’s solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nAnalysis: \\\"\\\"\\\"\\\"\\\"\\\"\n\nTactic: Ask the model if it missed anything on previous passes\nSuppose that we are using a model to list excerpts from a source which are relevant to a particular question. After listing each excerpt the model needs to determine if it should start writing another or if it should stop. If the source document is large, it is common for a model to stop too early and fail to list all relevant excerpts. In that case, better performance can often be obtained by prompting the model with followup queries to find any excerpts it missed on previous passes.\n\nSYSTEM\nYou will be provided with a document delimited by triple quotes. Your task is to select excerpts which pertain to the following question: \\\"What significant paradigm shifts have occurred in the history of artificial intelligence.\\\"\n\nEnsure that excerpts contain all relevant context needed to interpret them - in other words don't extract small snippets that are missing important context. Provide output in JSON format as follows:\n\n[{\\\"excerpt\\\": \\\"...\\\"},\n...\n{\\\"excerpt\\\": \\\"...\\\"}]\nUSER\n\\\"\\\"\\\"\\\"\\\"\\\"\nASSISTANT\n[{\\\"excerpt\\\": \\\"the model writes an excerpt here\\\"},\n...\n{\\\"excerpt\\\": \\\"the model writes another excerpt here\\\"}]\nUSER\nAre there more relevant excerpts? Take care not to repeat excerpts. Also ensure that excerpts contain all relevant context needed to interpret them - in other words don't extract small snippets that are missing important context.\n\nStrategy: Use external tools\nTactic: Use embeddings-based search to implement efficient knowledge retrieval\nA model can leverage external sources of information if provided as part of its input. This can help the model to generate more informed and up-to-date responses. For example, if a user asks a question about a specific movie, it may be useful to add high quality information about the movie (e.g. actors, director, etc…) to the model’s input. Embeddings can be used to implement efficient knowledge retrieval, so that relevant information can be added to the model input dynamically at run-time.\n\nA text embedding is a vector that can measure the relatedness between text strings. Similar or relevant strings will be closer together than unrelated strings. This fact, along with the existence of fast vector search algorithms means that embeddings can be used to implement efficient knowledge retrieval. In particular, a text corpus can be split up into chunks, and each chunk can be embedded and stored. Then a given query can be embedded and vector search can be performed to find the embedded chunks of text from the corpus that are most related to the query (i.e. closest together in the embedding space).\n\nExample implementations can be found in the OpenAI Cookbook. See the tactic “Instruct the model to use retrieved knowledge to answer queries” for an example of how to use knowledge retrieval to minimize the likelihood that a model will make up incorrect facts.\n\nTactic: Use code execution to perform more accurate calculations or call external APIs\nLanguage models cannot be relied upon to perform arithmetic or long calculations accurately on their own. In cases where this is needed, a model can be instructed to write and run code instead of making its own calculations. In particular, a model can be instructed to put code that is meant to be run into a designated format such as triple backtick. After an output is produced, the code can be extracted and run. Finally, if necessary, the output from the code execution engine (i.e. Python interpreter) can be provided as an input to the model for the next query.\n\nSYSTEM\nYou can write and execute Python code by enclosing it in triple backticks, e.g. `code goes here`. Use this to perform calculations.\nUSER\nFind all real-valued roots of the following polynomial: 3*x\\*\\*5 - 5*x**4 - 3\\*x**3 - 7\\*x - 10.\n\nAnother good use case for code execution is calling external APIs. If a model is instructed in the proper use of an API, it can write code that makes use of it. A model can be instructed in how to use an API by providing it with documentation and/or code samples showing how to use the API.\n\nSYSTEM\nYou can write and execute Python code by enclosing it in triple backticks. Also note that you have access to the following module to help users send messages to their friends:\n\n```python\nimport message\nmessage.write(to=\\\"John\\\", message=\\\"Hey, want to meetup after work?\\\")\n```\n\nWARNING: Executing code produced by a model is not inherently safe and precautions should be taken in any application that seeks to do this. In particular, a sandboxed code execution environment is needed to limit the harm that untrusted code could cause.\n\nTactic: Give the model access to specific functions\nThe Chat Completions API allows passing a list of function descriptions in requests. This enables models to generate function arguments according to the provided schemas. Generated function arguments are returned by the API in JSON format and can be used to execute function calls. Output provided by function calls can then be fed back into a model in the following request to close the loop. This is the recommended way of using OpenAI models to call external functions. To learn more see the function calling section in our introductory text generation guide and more function calling examples in the OpenAI Cookbook.\n\nStrategy: Test changes systematically\nSometimes it can be hard to tell whether a change — e.g., a new instruction or a new design — makes your system better or worse. Looking at a few examples may hint at which is better, but with small sample sizes it can be hard to distinguish between a true improvement or random luck. Maybe the change helps performance on some inputs, but hurts performance on others.\n\nEvaluation procedures (or \\\"evals\\\") are useful for optimizing system designs. Good evals are:\n\nRepresentative of real-world usage (or at least diverse)\nContain many test cases for greater statistical power (see table below for guidelines)\nEasy to automate or repeat\nDIFFERENCE TO DETECT\tSAMPLE SIZE NEEDED FOR 95% CONFIDENCE\n30%\t~10\n10%\t~100\n3%\t~1,000\n1%\t~10,000\nEvaluation of outputs can be done by computers, humans, or a mix. Computers can automate evals with objective criteria (e.g., questions with single correct answers) as well as some subjective or fuzzy criteria, in which model outputs are evaluated by other model queries. OpenAI Evals is an open-source software framework that provides tools for creating automated evals.\n\nModel-based evals can be useful when there exists a range of possible outputs that would be considered equally high in quality (e.g. for questions with long answers). The boundary between what can be realistically evaluated with a model-based eval and what requires a human to evaluate is fuzzy and is constantly shifting as models become more capable. We encourage experimentation to figure out how well model-based evals can work for your use case.\n\nTactic: Evaluate model outputs with reference to gold-standard answers\nSuppose it is known that the correct answer to a question should make reference to a specific set of known facts. Then we can use a model query to count how many of the required facts are included in the answer.\n\nFor example, using the following system message:\n\nSYSTEM\nYou will be provided with text delimited by triple quotes that is supposed to be the answer to a question. Check if the following pieces of information are directly contained in the answer:\n\n- Neil Armstrong was the first person to walk on the moon.\n- The date Neil Armstrong first walked on the moon was July 21, 1969.\n\nFor each of these points perform the following steps:\n\n1 - Restate the point.\n2 - Provide a citation from the answer which is closest to this point.\n3 - Consider if someone reading the citation who doesn't know the topic could directly infer the point. Explain why or why not before making up your mind.\n4 - Write \\\"yes\\\" if the answer to 3 was yes, otherwise write \\\"no\\\".\n\nFinally, provide a count of how many \\\"yes\\\" answers there are. Provide this count as {\\\"count\\\": }.\n\nHere's an example input where both points are satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"Neil Armstrong is famous for being the first human to set foot on the Moon. This historic event took place on July 21, 1969, during the Apollo 11 mission.\\\"\\\"\\\"\n\nHere's an example input where only one point is satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"Neil Armstrong made history when he stepped off the lunar module, becoming the first person to walk on the moon.\\\"\\\"\\\"\n\nHere's an example input where none are satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"In the summer of '69, a voyage grand,\nApollo 11, bold as legend's hand.\nArmstrong took a step, history unfurled,\n\\\"One small step,\\\" he said, for a new world.\\\"\\\"\\\"\n\nThere are many possible variants on this type of model-based eval. Consider the following variation which tracks the kind of overlap between the candidate answer and the gold-standard answer, and also tracks whether the candidate answer contradicts any part of the gold-standard answer.\n\nSYSTEM\nUse the following steps to respond to user inputs. Fully restate each step before proceeding. i.e. \\\"Step 1: Reason...\\\".\n\nStep 1: Reason step-by-step about whether the information in the submitted answer compared to the expert answer is either: disjoint, equal, a subset, a superset, or overlapping (i.e. some intersection but not subset/superset).\n\nStep 2: Reason step-by-step about whether the submitted answer contradicts any aspect of the expert answer.\n\nStep 3: Output a JSON object structured like: {\\\"type_of_overlap\\\": \\\"disjoint\\\" or \\\"equal\\\" or \\\"subset\\\" or \\\"superset\\\" or \\\"overlapping\\\", \\\"contradiction\\\": true or false}\n\nHere's an example input with a substandard answer which nonetheless does not contradict the expert answer:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"Didn't he walk on the moon or something?\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nHere's an example input with answer that directly contradicts the expert answer:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"On the 21st of July 1969, Neil Armstrong became the second person to walk on the moon, following after Buzz Aldrin.\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nHere's an example input with a correct answer that also provides a bit more detail than is necessary:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"At approximately 02:56 UTC on July 21st 1969, Neil Armstrong became the first human to set foot on the lunar surface, marking a monumental achievement in human history.\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nEND PROMPT WRITING KNOWLEDGE\n\n# STEPS:\n\n- Interpret what the input was trying to accomplish.\n- Read and understand the PROMPT WRITING KNOWLEDGE above.\n- Write and output a better version of the prompt using your knowledge of the techniques above.\n\n# OUTPUT INSTRUCTIONS:\n\n1. Output the prompt in clean, human-readable Markdown format.\n2. Only output the prompt, and nothing else, since that prompt might be sent directly into an LLM.\n\n# INPUT\n\nThe following is the prompt you will improve:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert LLM prompt writing service. You take an LLM/AI prompt as input and output a better prompt based on your prompt writing expertise and the knowledge below.\n\nSTART PROMPT WRITING KNOWLEDGE\n\nPrompt engineering\nThis guide shares strategies and tactics for getting better results from large language models (sometimes referred to as GPT models) like GPT-4. The methods described here can sometimes be deployed in combination for greater effect. We encourage experimentation to find the methods that work best for you.\n\nSome of the examples demonstrated here currently work only with our most capable model, gpt-4. In general, if you find that a model fails at a task and a more capable model is available, it's often worth trying again with the more capable model.\n\nYou can also explore example prompts which showcase what our models are capable of:\n\nPrompt examples\nExplore prompt examples to learn what GPT models can do\nSix strategies for getting better results\nWrite clear instructions\nThese models can’t read your mind. If outputs are too long, ask for brief replies. If outputs are too simple, ask for expert-level writing. If you dislike the format, demonstrate the format you’d like to see. The less the model has to guess at what you want, the more likely you’ll get it.\n\nTactics:\n\nInclude details in your query to get more relevant answers\nAsk the model to adopt a persona\nUse delimiters to clearly indicate distinct parts of the input\nSpecify the steps required to complete a task\nProvide examples\nSpecify the desired length of the output\nProvide reference text\nLanguage models can confidently invent fake answers, especially when asked about esoteric topics or for citations and URLs. In the same way that a sheet of notes can help a student do better on a test, providing reference text to these models can help in answering with fewer fabrications.\n\nTactics:\n\nInstruct the model to answer using a reference text\nInstruct the model to answer with citations from a reference text\nSplit complex tasks into simpler subtasks\nJust as it is good practice in software engineering to decompose a complex system into a set of modular components, the same is true of tasks submitted to a language model. Complex tasks tend to have higher error rates than simpler tasks. Furthermore, complex tasks can often be re-defined as a workflow of simpler tasks in which the outputs of earlier tasks are used to construct the inputs to later tasks.\n\nTactics:\n\nUse intent classification to identify the most relevant instructions for a user query\nFor dialogue applications that require very long conversations, summarize or filter previous dialogue\nSummarize long documents piecewise and construct a full summary recursively\nGive the model time to \\\"think\\\"\nIf asked to multiply 17 by 28, you might not know it instantly, but can still work it out with time. Similarly, models make more reasoning errors when trying to answer right away, rather than taking time to work out an answer. Asking for a \\\"chain of thought\\\" before an answer can help the model reason its way toward correct answers more reliably.\n\nTactics:\n\nInstruct the model to work out its own solution before rushing to a conclusion\nUse inner monologue or a sequence of queries to hide the model's reasoning process\nAsk the model if it missed anything on previous passes\nUse external tools\nCompensate for the weaknesses of the model by feeding it the outputs of other tools. For example, a text retrieval system (sometimes called RAG or retrieval augmented generation) can tell the model about relevant documents. A code execution engine like OpenAI's Code Interpreter can help the model do math and run code. If a task can be done more reliably or efficiently by a tool rather than by a language model, offload it to get the best of both.\n\nTactics:\n\nUse embeddings-based search to implement efficient knowledge retrieval\nUse code execution to perform more accurate calculations or call external APIs\nGive the model access to specific functions\nTest changes systematically\nImproving performance is easier if you can measure it. In some cases a modification to a prompt will achieve better performance on a few isolated examples but lead to worse overall performance on a more representative set of examples. Therefore to be sure that a change is net positive to performance it may be necessary to define a comprehensive test suite (also known an as an \\\"eval\\\").\n\nTactic:\n\nEvaluate model outputs with reference to gold-standard answers\nTactics\nEach of the strategies listed above can be instantiated with specific tactics. These tactics are meant to provide ideas for things to try. They are by no means fully comprehensive, and you should feel free to try creative ideas not represented here.\n\nStrategy: Write clear instructions\nTactic: Include details in your query to get more relevant answers\nIn order to get a highly relevant response, make sure that requests provide any important details or context. Otherwise you are leaving it up to the model to guess what you mean.\n\nWorse Better\nHow do I add numbers in Excel? How do I add up a row of dollar amounts in Excel? I want to do this automatically for a whole sheet of rows with all the totals ending up on the right in a column called \\\"Total\\\".\nWho’s president? Who was the president of Mexico in 2021, and how frequently are elections held?\nWrite code to calculate the Fibonacci sequence. Write a TypeScript function to efficiently calculate the Fibonacci sequence. Comment the code liberally to explain what each piece does and why it's written that way.\nSummarize the meeting notes. Summarize the meeting notes in a single paragraph. Then write a markdown list of the speakers and each of their key points. Finally, list the next steps or action items suggested by the speakers, if any.\nTactic: Ask the model to adopt a persona\nThe system message can be used to specify the persona used by the model in its replies.\n\nSYSTEM\nWhen I ask for help to write something, you will reply with a document that contains at least one joke or playful comment in every paragraph.\nUSER\nWrite a thank you note to my steel bolt vendor for getting the delivery in on time and in short notice. This made it possible for us to deliver an important order.\n\nTactic: Use delimiters to clearly indicate distinct parts of the input\nDelimiters like triple quotation marks, XML tags, section titles, etc. can help demarcate sections of text to be treated differently.\n\nUSER\nSummarize the text delimited by triple quotes with a haiku.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nSYSTEM\nYou will be provided with a pair of articles (delimited with XML tags) about the same topic. First summarize the arguments of each article. Then indicate which of them makes a better argument and explain why.\nUSER\n\n
insert first article here
\n\n
insert second article here
\n\nSYSTEM\nYou will be provided with a thesis abstract and a suggested title for it. The thesis title should give the reader a good idea of the topic of the thesis but should also be eye-catching. If the title does not meet these criteria, suggest 5 alternatives.\nUSER\nAbstract: insert abstract here\n\nTitle: insert title here\n\nFor straightforward tasks such as these, using delimiters might not make a difference in the output quality. However, the more complex a task is the more important it is to disambiguate task details. Don’t make the model work to understand exactly what you are asking of them.\n\nTactic: Specify the steps required to complete a task\nSome tasks are best specified as a sequence of steps. Writing the steps out explicitly can make it easier for the model to follow them.\n\nSYSTEM\nUse the following step-by-step instructions to respond to user inputs.\n\nStep 1 - The user will provide you with text in triple quotes. Summarize this text in one sentence with a prefix that says \\\"Summary: \\\".\n\nStep 2 - Translate the summary from Step 1 into Spanish, with a prefix that says \\\"Translation: \\\".\nUSER\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nTactic: Provide examples\nProviding general instructions that apply to all examples is generally more efficient than demonstrating all permutations of a task by example, but in some cases providing examples may be easier. For example, if you intend for the model to copy a particular style of responding to user queries which is difficult to describe explicitly. This is known as \\\"few-shot\\\" prompting.\n\nSYSTEM\nAnswer in a consistent style.\nUSER\nTeach me about patience.\nASSISTANT\nThe river that carves the deepest valley flows from a modest spring; the grandest symphony originates from a single note; the most intricate tapestry begins with a solitary thread.\nUSER\nTeach me about the ocean.\n\nTactic: Specify the desired length of the output\nYou can ask the model to produce outputs that are of a given target length. The targeted output length can be specified in terms of the count of words, sentences, paragraphs, bullet points, etc. Note however that instructing the model to generate a specific number of words does not work with high precision. The model can more reliably generate outputs with a specific number of paragraphs or bullet points.\n\nUSER\nSummarize the text delimited by triple quotes in about 50 words.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nUSER\nSummarize the text delimited by triple quotes in 2 paragraphs.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nUSER\nSummarize the text delimited by triple quotes in 3 bullet points.\n\n\\\"\\\"\\\"insert text here\\\"\\\"\\\"\n\nStrategy: Provide reference text\nTactic: Instruct the model to answer using a reference text\nIf we can provide a model with trusted information that is relevant to the current query, then we can instruct the model to use the provided information to compose its answer.\n\nSYSTEM\nUse the provided articles delimited by triple quotes to answer questions. If the answer cannot be found in the articles, write \\\"I could not find an answer.\\\"\nUSER\n\n\nQuestion: \n\nGiven that all models have limited context windows, we need some way to dynamically lookup information that is relevant to the question being asked. Embeddings can be used to implement efficient knowledge retrieval. See the tactic \\\"Use embeddings-based search to implement efficient knowledge retrieval\\\" for more details on how to implement this.\n\nTactic: Instruct the model to answer with citations from a reference text\nIf the input has been supplemented with relevant knowledge, it's straightforward to request that the model add citations to its answers by referencing passages from provided documents. Note that citations in the output can then be verified programmatically by string matching within the provided documents.\n\nSYSTEM\nYou will be provided with a document delimited by triple quotes and a question. Your task is to answer the question using only the provided document and to cite the passage(s) of the document used to answer the question. If the document does not contain the information needed to answer this question then simply write: \\\"Insufficient information.\\\" If an answer to the question is provided, it must be annotated with a citation. Use the following format for to cite relevant passages ({\\\"citation\\\": …}).\nUSER\n\\\"\\\"\\\"\\\"\\\"\\\"\n\nQuestion: \n\nStrategy: Split complex tasks into simpler subtasks\nTactic: Use intent classification to identify the most relevant instructions for a user query\nFor tasks in which lots of independent sets of instructions are needed to handle different cases, it can be beneficial to first classify the type of query and to use that classification to determine which instructions are needed. This can be achieved by defining fixed categories and hard-coding instructions that are relevant for handling tasks in a given category. This process can also be applied recursively to decompose a task into a sequence of stages. The advantage of this approach is that each query will contain only those instructions that are required to perform the next stage of a task which can result in lower error rates compared to using a single query to perform the whole task. This can also result in lower costs since larger prompts cost more to run (see pricing information).\n\nSuppose for example that for a customer service application, queries could be usefully classified as follows:\n\nSYSTEM\nYou will be provided with customer service queries. Classify each query into a primary category and a secondary category. Provide your output in json format with the keys: primary and secondary.\n\nPrimary categories: Billing, Technical Support, Account Management, or General Inquiry.\n\nBilling secondary categories:\n\n- Unsubscribe or upgrade\n- Add a payment method\n- Explanation for charge\n- Dispute a charge\n\nTechnical Support secondary categories:\n\n- Troubleshooting\n- Device compatibility\n- Software updates\n\nAccount Management secondary categories:\n\n- Password reset\n- Update personal information\n- Close account\n- Account security\n\nGeneral Inquiry secondary categories:\n\n- Product information\n- Pricing\n- Feedback\n- Speak to a human\n USER\n I need to get my internet working again.\n\n Based on the classification of the customer query, a set of more specific instructions can be provided to a model for it to handle next steps. For example, suppose the customer requires help with \\\"troubleshooting\\\".\n\nSYSTEM\nYou will be provided with customer service inquiries that require troubleshooting in a technical support context. Help the user by:\n\n- Ask them to check that all cables to/from the router are connected. Note that it is common for cables to come loose over time.\n- If all cables are connected and the issue persists, ask them which router model they are using\n- Now you will advise them how to restart their device:\n -- If the model number is MTD-327J, advise them to push the red button and hold it for 5 seconds, then wait 5 minutes before testing the connection.\n -- If the model number is MTD-327S, advise them to unplug and plug it back in, then wait 5 minutes before testing the connection.\n- If the customer's issue persists after restarting the device and waiting 5 minutes, connect them to IT support by outputting {\\\"IT support requested\\\"}.\n- If the user starts asking questions that are unrelated to this topic then confirm if they would like to end the current chat about troubleshooting and classify their request according to the following scheme:\n\n\nUSER\nI need to get my internet working again.\n\nNotice that the model has been instructed to emit special strings to indicate when the state of the conversation changes. This enables us to turn our system into a state machine where the state determines which instructions are injected. By keeping track of state, what instructions are relevant at that state, and also optionally what state transitions are allowed from that state, we can put guardrails around the user experience that would be hard to achieve with a less structured approach.\n\nTactic: For dialogue applications that require very long conversations, summarize or filter previous dialogue\nSince models have a fixed context length, dialogue between a user and an assistant in which the entire conversation is included in the context window cannot continue indefinitely.\n\nThere are various workarounds to this problem, one of which is to summarize previous turns in the conversation. Once the size of the input reaches a predetermined threshold length, this could trigger a query that summarizes part of the conversation and the summary of the prior conversation could be included as part of the system message. Alternatively, prior conversation could be summarized asynchronously in the background throughout the entire conversation.\n\nAn alternative solution is to dynamically select previous parts of the conversation that are most relevant to the current query. See the tactic \\\"Use embeddings-based search to implement efficient knowledge retrieval\\\".\n\nTactic: Summarize long documents piecewise and construct a full summary recursively\nSince models have a fixed context length, they cannot be used to summarize a text longer than the context length minus the length of the generated summary in a single query.\n\nTo summarize a very long document such as a book we can use a sequence of queries to summarize each section of the document. Section summaries can be concatenated and summarized producing summaries of summaries. This process can proceed recursively until an entire document is summarized. If it’s necessary to use information about earlier sections in order to make sense of later sections, then a further trick that can be useful is to include a running summary of the text that precedes any given point in the book while summarizing content at that point. The effectiveness of this procedure for summarizing books has been studied in previous research by OpenAI using variants of GPT-3.\n\nStrategy: Give models time to \\\"think\\\"\nTactic: Instruct the model to work out its own solution before rushing to a conclusion\nSometimes we get better results when we explicitly instruct the model to reason from first principles before coming to a conclusion. Suppose for example we want a model to evaluate a student’s solution to a math problem. The most obvious way to approach this is to simply ask the model if the student's solution is correct or not.\n\nSYSTEM\nDetermine if the student's solution is correct or not.\nUSER\nProblem Statement: I'm building a solar power installation and I need help working out the financials.\n\n- Land costs $100 / square foot\n- I can buy solar panels for $250 / square foot\n- I negotiated a contract for maintenance that will cost me a flat $100k per year, and an additional $10 / square foot\n What is the total cost for the first year of operations as a function of the number of square feet.\n\nStudent's Solution: Let x be the size of the installation in square feet.\n\n1. Land cost: 100x\n2. Solar panel cost: 250x\n3. Maintenance cost: 100,000 + 100x\n Total cost: 100x + 250x + 100,000 + 100x = 450x + 100,000\n ASSISTANT\n The student's solution is correct.\n\n But the student's solution is actually not correct! We can get the model to successfully notice this by prompting the model to generate its own solution first.\n\nSYSTEM\nFirst work out your own solution to the problem. Then compare your solution to the student's solution and evaluate if the student's solution is correct or not. Don't decide if the student's solution is correct until you have done the problem yourself.\nUSER\nProblem Statement: I'm building a solar power installation and I need help working out the financials.\n\n- Land costs $100 / square foot\n- I can buy solar panels for $250 / square foot\n- I negotiated a contract for maintenance that will cost me a flat $100k per year, and an additional $10 / square foot\n What is the total cost for the first year of operations as a function of the number of square feet.\n\nStudent's Solution: Let x be the size of the installation in square feet.\n\n1. Land cost: 100x\n2. Solar panel cost: 250x\n3. Maintenance cost: 100,000 + 100x\n Total cost: 100x + 250x + 100,000 + 100x = 450x + 100,000\n ASSISTANT\n Let x be the size of the installation in square feet.\n4. Land cost: 100x\n5. Solar panel cost: 250x\n6. Maintenance cost: 100,000 + 10x\n Total cost: 100x + 250x + 100,000 + 10x = 360x + 100,000\n\nThe student's solution is incorrect. They made an error in the maintenance cost calculation, using 100x instead of 10x. The correct total cost for the first year of operations is 360x + 100,000.\n\nTactic: Use inner monologue or a sequence of queries to hide the model's reasoning process\nThe previous tactic demonstrates that it is sometimes important for the model to reason in detail about a problem before answering a specific question. For some applications, the reasoning process that a model uses to arrive at a final answer would be inappropriate to share with the user. For example, in tutoring applications we may want to encourage students to work out their own answers, but a model’s reasoning process about the student’s solution could reveal the answer to the student.\n\nInner monologue is a tactic that can be used to mitigate this. The idea of inner monologue is to instruct the model to put parts of the output that are meant to be hidden from the user into a structured format that makes parsing them easy. Then before presenting the output to the user, the output is parsed and only part of the output is made visible.\n\nSYSTEM\nFollow these steps to answer the user queries.\n\nStep 1 - First work out your own solution to the problem. Don't rely on the student's solution since it may be incorrect. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 2 - Compare your solution to the student's solution and evaluate if the student's solution is correct or not. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 3 - If the student made a mistake, determine what hint you could give the student without giving away the answer. Enclose all your work for this step within triple quotes (\\\"\\\"\\\").\n\nStep 4 - If the student made a mistake, provide the hint from the previous step to the student (outside of triple quotes). Instead of writing \\\"Step 4 - ...\\\" write \\\"Hint:\\\".\nUSER\nProblem Statement: \n\nStudent Solution: \n\nAlternatively, this can be achieved with a sequence of queries in which all except the last have their output hidden from the end user.\n\nFirst, we can ask the model to solve the problem on its own. Since this initial query doesn't require the student’s solution, it can be omitted. This provides the additional advantage that there is no chance that the model’s solution will be biased by the student’s attempted solution.\n\nUSER\n\n\nNext, we can have the model use all available information to assess the correctness of the student’s solution.\n\nSYSTEM\nCompare your solution to the student's solution and evaluate if the student's solution is correct or not.\nUSER\nProblem statement: \\\"\\\"\\\"\\\"\\\"\\\"\n\nYour solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nStudent’s solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nFinally, we can let the model use its own analysis to construct a reply in the persona of a helpful tutor.\n\nSYSTEM\nYou are a math tutor. If the student made an error, offer a hint to the student in a way that does not reveal the answer. If the student did not make an error, simply offer them an encouraging comment.\nUSER\nProblem statement: \\\"\\\"\\\"\\\"\\\"\\\"\n\nYour solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nStudent’s solution: \\\"\\\"\\\"\\\"\\\"\\\"\n\nAnalysis: \\\"\\\"\\\"\\\"\\\"\\\"\n\nTactic: Ask the model if it missed anything on previous passes\nSuppose that we are using a model to list excerpts from a source which are relevant to a particular question. After listing each excerpt the model needs to determine if it should start writing another or if it should stop. If the source document is large, it is common for a model to stop too early and fail to list all relevant excerpts. In that case, better performance can often be obtained by prompting the model with followup queries to find any excerpts it missed on previous passes.\n\nSYSTEM\nYou will be provided with a document delimited by triple quotes. Your task is to select excerpts which pertain to the following question: \\\"What significant paradigm shifts have occurred in the history of artificial intelligence.\\\"\n\nEnsure that excerpts contain all relevant context needed to interpret them - in other words don't extract small snippets that are missing important context. Provide output in JSON format as follows:\n\n[{\\\"excerpt\\\": \\\"...\\\"},\n...\n{\\\"excerpt\\\": \\\"...\\\"}]\nUSER\n\\\"\\\"\\\"\\\"\\\"\\\"\nASSISTANT\n[{\\\"excerpt\\\": \\\"the model writes an excerpt here\\\"},\n...\n{\\\"excerpt\\\": \\\"the model writes another excerpt here\\\"}]\nUSER\nAre there more relevant excerpts? Take care not to repeat excerpts. Also ensure that excerpts contain all relevant context needed to interpret them - in other words don't extract small snippets that are missing important context.\n\nStrategy: Use external tools\nTactic: Use embeddings-based search to implement efficient knowledge retrieval\nA model can leverage external sources of information if provided as part of its input. This can help the model to generate more informed and up-to-date responses. For example, if a user asks a question about a specific movie, it may be useful to add high quality information about the movie (e.g. actors, director, etc…) to the model’s input. Embeddings can be used to implement efficient knowledge retrieval, so that relevant information can be added to the model input dynamically at run-time.\n\nA text embedding is a vector that can measure the relatedness between text strings. Similar or relevant strings will be closer together than unrelated strings. This fact, along with the existence of fast vector search algorithms means that embeddings can be used to implement efficient knowledge retrieval. In particular, a text corpus can be split up into chunks, and each chunk can be embedded and stored. Then a given query can be embedded and vector search can be performed to find the embedded chunks of text from the corpus that are most related to the query (i.e. closest together in the embedding space).\n\nExample implementations can be found in the OpenAI Cookbook. See the tactic “Instruct the model to use retrieved knowledge to answer queries” for an example of how to use knowledge retrieval to minimize the likelihood that a model will make up incorrect facts.\n\nTactic: Use code execution to perform more accurate calculations or call external APIs\nLanguage models cannot be relied upon to perform arithmetic or long calculations accurately on their own. In cases where this is needed, a model can be instructed to write and run code instead of making its own calculations. In particular, a model can be instructed to put code that is meant to be run into a designated format such as triple backtick. After an output is produced, the code can be extracted and run. Finally, if necessary, the output from the code execution engine (i.e. Python interpreter) can be provided as an input to the model for the next query.\n\nSYSTEM\nYou can write and execute Python code by enclosing it in triple backticks, e.g. `code goes here`. Use this to perform calculations.\nUSER\nFind all real-valued roots of the following polynomial: 3*x\\*\\*5 - 5*x**4 - 3\\*x**3 - 7\\*x - 10.\n\nAnother good use case for code execution is calling external APIs. If a model is instructed in the proper use of an API, it can write code that makes use of it. A model can be instructed in how to use an API by providing it with documentation and/or code samples showing how to use the API.\n\nSYSTEM\nYou can write and execute Python code by enclosing it in triple backticks. Also note that you have access to the following module to help users send messages to their friends:\n\n```python\nimport message\nmessage.write(to=\\\"John\\\", message=\\\"Hey, want to meetup after work?\\\")\n```\n\nWARNING: Executing code produced by a model is not inherently safe and precautions should be taken in any application that seeks to do this. In particular, a sandboxed code execution environment is needed to limit the harm that untrusted code could cause.\n\nTactic: Give the model access to specific functions\nThe Chat Completions API allows passing a list of function descriptions in requests. This enables models to generate function arguments according to the provided schemas. Generated function arguments are returned by the API in JSON format and can be used to execute function calls. Output provided by function calls can then be fed back into a model in the following request to close the loop. This is the recommended way of using OpenAI models to call external functions. To learn more see the function calling section in our introductory text generation guide and more function calling examples in the OpenAI Cookbook.\n\nStrategy: Test changes systematically\nSometimes it can be hard to tell whether a change — e.g., a new instruction or a new design — makes your system better or worse. Looking at a few examples may hint at which is better, but with small sample sizes it can be hard to distinguish between a true improvement or random luck. Maybe the change helps performance on some inputs, but hurts performance on others.\n\nEvaluation procedures (or \\\"evals\\\") are useful for optimizing system designs. Good evals are:\n\nRepresentative of real-world usage (or at least diverse)\nContain many test cases for greater statistical power (see table below for guidelines)\nEasy to automate or repeat\nDIFFERENCE TO DETECT\tSAMPLE SIZE NEEDED FOR 95% CONFIDENCE\n30%\t~10\n10%\t~100\n3%\t~1,000\n1%\t~10,000\nEvaluation of outputs can be done by computers, humans, or a mix. Computers can automate evals with objective criteria (e.g., questions with single correct answers) as well as some subjective or fuzzy criteria, in which model outputs are evaluated by other model queries. OpenAI Evals is an open-source software framework that provides tools for creating automated evals.\n\nModel-based evals can be useful when there exists a range of possible outputs that would be considered equally high in quality (e.g. for questions with long answers). The boundary between what can be realistically evaluated with a model-based eval and what requires a human to evaluate is fuzzy and is constantly shifting as models become more capable. We encourage experimentation to figure out how well model-based evals can work for your use case.\n\nTactic: Evaluate model outputs with reference to gold-standard answers\nSuppose it is known that the correct answer to a question should make reference to a specific set of known facts. Then we can use a model query to count how many of the required facts are included in the answer.\n\nFor example, using the following system message:\n\nSYSTEM\nYou will be provided with text delimited by triple quotes that is supposed to be the answer to a question. Check if the following pieces of information are directly contained in the answer:\n\n- Neil Armstrong was the first person to walk on the moon.\n- The date Neil Armstrong first walked on the moon was July 21, 1969.\n\nFor each of these points perform the following steps:\n\n1 - Restate the point.\n2 - Provide a citation from the answer which is closest to this point.\n3 - Consider if someone reading the citation who doesn't know the topic could directly infer the point. Explain why or why not before making up your mind.\n4 - Write \\\"yes\\\" if the answer to 3 was yes, otherwise write \\\"no\\\".\n\nFinally, provide a count of how many \\\"yes\\\" answers there are. Provide this count as {\\\"count\\\": }.\n\nHere's an example input where both points are satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"Neil Armstrong is famous for being the first human to set foot on the Moon. This historic event took place on July 21, 1969, during the Apollo 11 mission.\\\"\\\"\\\"\n\nHere's an example input where only one point is satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"Neil Armstrong made history when he stepped off the lunar module, becoming the first person to walk on the moon.\\\"\\\"\\\"\n\nHere's an example input where none are satisfied:\n\nSYSTEM\n\nUSER\n\\\"\\\"\\\"In the summer of '69, a voyage grand,\nApollo 11, bold as legend's hand.\nArmstrong took a step, history unfurled,\n\\\"One small step,\\\" he said, for a new world.\\\"\\\"\\\"\n\nThere are many possible variants on this type of model-based eval. Consider the following variation which tracks the kind of overlap between the candidate answer and the gold-standard answer, and also tracks whether the candidate answer contradicts any part of the gold-standard answer.\n\nSYSTEM\nUse the following steps to respond to user inputs. Fully restate each step before proceeding. i.e. \\\"Step 1: Reason...\\\".\n\nStep 1: Reason step-by-step about whether the information in the submitted answer compared to the expert answer is either: disjoint, equal, a subset, a superset, or overlapping (i.e. some intersection but not subset/superset).\n\nStep 2: Reason step-by-step about whether the submitted answer contradicts any aspect of the expert answer.\n\nStep 3: Output a JSON object structured like: {\\\"type_of_overlap\\\": \\\"disjoint\\\" or \\\"equal\\\" or \\\"subset\\\" or \\\"superset\\\" or \\\"overlapping\\\", \\\"contradiction\\\": true or false}\n\nHere's an example input with a substandard answer which nonetheless does not contradict the expert answer:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"Didn't he walk on the moon or something?\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nHere's an example input with answer that directly contradicts the expert answer:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"On the 21st of July 1969, Neil Armstrong became the second person to walk on the moon, following after Buzz Aldrin.\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nHere's an example input with a correct answer that also provides a bit more detail than is necessary:\n\nSYSTEM\n\nUSER\nQuestion: \\\"\\\"\\\"What event is Neil Armstrong most famous for and on what date did it occur? Assume UTC time.\\\"\\\"\\\"\n\nSubmitted Answer: \\\"\\\"\\\"At approximately 02:56 UTC on July 21st 1969, Neil Armstrong became the first human to set foot on the lunar surface, marking a monumental achievement in human history.\\\"\\\"\\\"\n\nExpert Answer: \\\"\\\"\\\"Neil Armstrong is most famous for being the first person to walk on the moon. This historic event occurred on July 21, 1969.\\\"\\\"\\\"\n\nEND PROMPT WRITING KNOWLEDGE\n\n# STEPS:\n\n- Interpret what the input was trying to accomplish.\n- Read and understand the PROMPT WRITING KNOWLEDGE above.\n- Write and output a better version of the prompt using your knowledge of the techniques above.\n\n# OUTPUT INSTRUCTIONS:\n\n1. Output the prompt in clean, human-readable Markdown format.\n2. Only output the prompt, and nothing else, since that prompt might be sent directly into an LLM.\n\n# INPUT\n\nThe following is the prompt you will improve:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.16591252386569977,0.22819359600543976,-0.004013650119304657,0.20329134166240692,0.575613796710968,-0.3174269199371338,-0.45907774567604065,-0.4079979360103607,0.22029808163642883,-0.04407275840640068,-0.23735205829143524,0.39711418747901917,-0.05133988335728645,0.48506447672843933,0.31595897674560547,-0.15037213265895844,0.11392433941364288,-1.3013648986816406,-0.7179083228111267,-0.2102355659008026,-0.07507963478565216,0.40257084369659424,0.06697724759578705,-0.07838574051856995,0.3350435495376587,0.37996935844421387,0.23834019899368286,-0.29077744483947754,-0.9881181716918945,-1.195575475692749,0.3486025631427765,-0.026613011956214905,-0.7907722592353821,-0.86299729347229,0.6978363990783691,-0.7149562835693359,0.5050007104873657,-0.14856193959712982,-0.5364984273910522,-0.9636836647987366,-0.05443389713764191,0.12358517199754715,-0.28813400864601135,-0.24744871258735657,0.2689853608608246,-0.32713618874549866,0.06463010609149933,-0.03382306173443794,1.391014575958252,0.25577014684677124,-0.25150713324546814,-0.607415497303009,-0.42949721217155457,0.1030438020825386,-0.381914883852005,0.1674194484949112,0.22117885947227478,-0.5268657803535461,0.19163721799850464,0.03271125257015228,0.372293084859848,0.6366037130355835,-3.493617296218872,-0.32418397068977356,0.2187836915254593,0.31373289227485657,-0.420276015996933,-0.02239041030406952,0.5393170714378357,-0.022769078612327576,-0.5109095573425293,0.5658625960350037,-0.18874895572662354,0.6527442932128906,0.15818840265274048,-0.03912951424717903,0.09102200716733932,0.44007089734077454,0.627650260925293,-0.14722569286823273,0.07298947125673294,0.3008720874786377,-0.37299832701683044,0.44811758399009705,0.20163294672966003,0.45219188928604126,0.15345510840415955,-0.34079378843307495,1.1600165367126465,0.5608021020889282,-0.16001325845718384,-0.9281641840934753,-0.30292850732803345,0.1292017102241516,-0.27114221453666687,-0.20838229358196259,-0.07184917479753494,0.08860984444618225,0.06630024313926697,3.5890002250671387,0.45783841609954834,0.21256746351718903,1.1032826900482178,-1.0920569896697998,0.402486652135849,-0.29881465435028076,0.07424314320087433,-0.13321620225906372,0.04969440773129463,0.35937660932540894,0.5084071159362793,-0.4890722334384918,-0.6589900255203247,0.7814016938209534,0.3479328751564026,0.0923977643251419,-0.9253879189491272,-0.3762131333351135,0.748965859413147,1.174562692642212,-0.15670375525951385,0.3306344747543335,-0.4025147259235382,-0.27703580260276794,-0.13227476179599762,-0.008366823196411133,-0.2049926072359085,0.8819374442100525,0.00810164213180542,-0.27366530895233154,-0.2795017957687378,-0.047404080629348755,-0.43900007009506226,-0.07681030035018921,0.4557732939720154,-0.4765365719795227,-0.1058734804391861,-0.41473516821861267,0.887354850769043,-1.207631230354309,0.27994224429130554,-0.5633475184440613,0.7356618642807007,0.7393755912780762,0.6081587076187134,0.03316665068268776,-0.1696195900440216,0.15831777453422546,-0.4965129494667053,-1.5109984874725342,0.226960688829422,0.8024070858955383,0.0619032084941864,0.6133003234863281,0.30392640829086304,-0.32722020149230957,-0.939866304397583,0.8848303556442261,-0.4806979298591614,0.4081327021121979,0.3963913917541504,-0.09472174197435379,0.3509632349014282,0.9043095111846924,0.5379961729049683,-0.44696205854415894,1.0185747146606445,-0.4866465628147125,0.4195563793182373,0.12567973136901855,0.12004442512989044,0.05743008852005005,0.4823029637336731,0.44804999232292175,-0.6630372405052185,-0.12200573086738586,0.03567884862422943,-0.26518675684928894,-0.10158458352088928,-0.592644214630127,0.6955081224441528,0.5620719194412231,-0.2265034317970276,-0.9008371233940125,-0.1718074083328247,0.23073644936084747,0.14920967817306519,0.08851895481348038,0.5833681225776672,0.6873102188110352,-1.0233455896377563,0.7574090957641602,-0.4928860068321228,-0.1122155413031578,-0.2699119448661804,-0.29390013217926025,-0.4871760606765747,0.008468732237815857,-0.3110654056072235,0.02075142413377762,-0.9242392182350159,0.034933846443891525,-0.2582557499408722,-0.1981891393661499,-0.5524712800979614,-0.10566641390323639,0.46113282442092896,0.1784680038690567,-0.48484694957733154,-0.25758668780326843,-0.14852376282215118,0.17125430703163147,1.2211642265319824,0.10085297375917435,1.289037823677063,0.35119736194610596,0.06532257795333862,-0.03004859760403633,0.5813651084899902,0.2983018159866333,-0.5325437188148499,0.22409886121749878,-0.9729644060134888,-0.745228111743927,-0.5698093771934509,0.8551268577575684,0.6439458727836609,0.1987708956003189,-0.48654288053512573,0.14596739411354065,0.28611448407173157,0.7917094826698303,0.3227146565914154,1.2698755264282227,-0.2876881957054138,0.30994340777397156,-0.11395450681447983,0.6562682390213013,0.7292574644088745,-1.1781855821609497,0.02228725701570511,-0.27219724655151367,-0.5588316321372986,0.33757156133651733,0.3215944766998291,0.14526888728141785,0.12076577544212341,-0.10942808538675308,0.4967307448387146,1.291426181793213,0.5262608528137207,0.30371007323265076,0.2453596293926239,0.5122557878494263,-0.0585329607129097,0.4516426920890808,-1.7908014059066772,-0.3663966655731201,-0.4044010043144226,-0.26203542947769165,0.33202311396598816,-0.7075809240341187,0.7186055779457092,-0.6412350535392761,0.11826686561107635,-0.2056981474161148,-0.49132290482521057,-0.30524393916130066,-0.662117063999176,0.06530975550413132,0.2951589524745941,0.6006290912628174,0.41619884967803955,-0.5424940586090088,-0.2662368416786194,0.40531226992607117,-0.22455066442489624,0.29470884799957275,-0.5483316779136658,-0.3524192273616791,-0.20463880896568298,0.2015456110239029,0.15671473741531372,0.2464195042848587,-0.2642987370491028,0.5074535608291626,-0.6565689444541931,-0.5832510590553284,-0.16204750537872314,0.5556839108467102,-0.8145537376403809,0.16353708505630493,-0.28673678636550903,0.10063685476779938,1.8157004117965698,-0.03916051983833313,0.17804522812366486,0.3357999324798584,0.4864557683467865,0.08994428813457489,-0.21884146332740784,-0.12469551712274551,-0.21888193488121033,-0.30173367261886597,-0.4400562345981598,-0.6516743302345276,0.45239049196243286,-0.240203857421875,0.031015455722808838,0.4272225797176361,-0.6034771203994751,0.3590297996997833,-0.4504661560058594,-0.42147672176361084,0.3413732051849365,-0.9666417837142944,0.13707907497882843,0.5346698760986328,0.20740866661071777,-1.4020565748214722,0.007764140143990517,0.4948893189430237,-0.10433338582515717,0.0571659654378891,-0.29090267419815063,1.069916009902954,-0.2200818955898285,-0.4351012706756592,-0.38857561349868774,1.4598928689956665,0.2453237920999527,0.06402330845594406,-0.002463454380631447,-0.4676721692085266,0.6531533002853394,-0.4231782853603363,-0.04989410191774368,-0.78677898645401,-0.8291460275650024,-0.13773111999034882,0.6362968683242798,1.851597547531128,0.17626610398292542,-0.1383523792028427,0.27257952094078064,0.5481665134429932,-0.6806601285934448,-0.7646144032478333,-0.25868871808052063,0.13648924231529236,-0.7000190615653992,0.2542755603790283,0.3848668932914734,-0.0694013237953186,0.5070194005966187,0.7592543959617615,-0.7726516127586365,0.14050990343093872,-0.09431224316358566,1.7058128118515015,-0.6484985947608948,-1.0192720890045166,-0.29747140407562256,0.33662083745002747,-0.20832930505275726,0.3429027795791626,-0.33194872736930847,-0.8733711242675781,-0.666715145111084,-0.203901469707489,-0.19094258546829224,-0.5229651927947998,0.5010538101196289,0.17607395350933075,0.6209242939949036,0.4965991973876953,0.19337832927703857,0.17757603526115417,0.25621968507766724,0.0338064581155777,0.3518064320087433,-0.1494375467300415,-0.731398344039917,-0.7256266474723816]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs the creation of an improved security finding report from a penetration test, detailing the finding, risk, recommendations, references, a concise summary, and insightful quotes, all formatted in markdown without using markdown syntax or special formatting. It emphasizes a detailed, insightful approach to presenting cybersecurity issues and solutions. The output should be comprehensive, covering various sections including title, description, risk, recommendations, references, and quotes, aiming for clarity and depth in reporting.","name":"Improve_report_finding","raw":"\n workflow Improve_report_finding v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a extremely experienced 'jack-of-all-trades' cyber security consultant that is diligent, concise but informative and professional. You are highly experienced in web, API, infrastructure (on-premise and cloud), and mobile testing. Additionally, you are an expert in threat modeling and analysis.\n\nYou have been tasked with improving a security finding that has been pulled from a penetration test report, and you must output an improved report finding in markdown format.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Title section that contains the title of the finding.\n\n- Create a Description section that details the nature of the finding, including insightful and informative information. Do not solely use bullet point lists for this section.\n\n- Create a Risk section that details the risk of the finding. Do not solely use bullet point lists for this section.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a References section that lists 1 to 5 references that are suitibly named hyperlinks that provide instant access to knowledgable and informative articles that talk about the issue, the tech and remediations. Do not hallucinate or act confident if you are unsure.\n\n- Create a summary sentence that captures the spirit of the finding and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a extremely experienced 'jack-of-all-trades' cyber security consultant that is diligent, concise but informative and professional. You are highly experienced in web, API, infrastructure (on-premise and cloud), and mobile testing. Additionally, you are an expert in threat modeling and analysis.\n\nYou have been tasked with improving a security finding that has been pulled from a penetration test report, and you must output an improved report finding in markdown format.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n\n- Create a Title section that contains the title of the finding.\n\n- Create a Description section that details the nature of the finding, including insightful and informative information. Do not solely use bullet point lists for this section.\n\n- Create a Risk section that details the risk of the finding. Do not solely use bullet point lists for this section.\n\n- Extract the 5 to 15 of the most surprising, insightful, and/or interesting recommendations that can be collected from the report into a section called Recommendations.\n\n- Create a References section that lists 1 to 5 references that are suitibly named hyperlinks that provide instant access to knowledgable and informative articles that talk about the issue, the tech and remediations. Do not hallucinate or act confident if you are unsure.\n\n- Create a summary sentence that captures the spirit of the finding and its insights in less than 25 words in a section called One-Sentence-Summary:. Use plain and conversational language when creating this summary. Don't use jargon or marketing language.\n\n- Extract 10 to 20 of the most surprising, insightful, and/or interesting quotes from the input into a section called Quotes:. Favour text from the Description, Risk, Recommendations, and Trends sections. Use the exact quote text from the input.\n\n# OUTPUT INSTRUCTIONS\n\n- Only output Markdown.\n- Do not output the markdown code syntax, only the content.\n- Do not use bold or italics formatting in the markdown output.\n- Extract at least 5 TRENDS from the content.\n- Extract at least 10 items for the other output sections.\n- Do not give warnings or notes; only output the requested sections.\n- You use bulleted lists for output, not numbered lists.\n- Do not repeat ideas, quotes, facts, or resources.\n- Do not start items with the same opening words.\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.84847491979599,0.1861659735441208,-0.4020934998989105,0.3286724388599396,0.40146535634994507,0.37798094749450684,-0.6860187649726868,0.10645107924938202,0.04965704679489136,-0.429882287979126,0.2132202684879303,0.660361111164093,-0.1438709944486618,-0.11836031079292297,-0.019307445734739304,0.06610027700662613,0.14332398772239685,-0.19572512805461884,-1.3599853515625,-0.2207951843738556,-0.08768190443515778,0.5766447186470032,0.1738104373216629,0.3931887745857239,0.2999217212200165,0.7993177175521851,0.5230023860931396,-0.2657073140144348,-1.1670536994934082,-1.4907050132751465,0.21677929162979126,0.13965104520320892,-0.33385521173477173,-0.6039249897003174,0.47434037923812866,-0.34993845224380493,-0.03539133816957474,0.17971238493919373,-0.539898157119751,-0.3949163556098938,0.47487518191337585,0.18903645873069763,0.07894917577505112,-0.5383577346801758,0.10776520520448685,-0.021805686876177788,0.052382759749889374,-0.13790708780288696,1.0108957290649414,0.4113895893096924,-0.057068005204200745,-0.3345416784286499,-0.628574550151825,-0.08288121968507767,-0.06834083795547485,0.48041021823883057,0.39565354585647583,-0.3632667660713196,-0.1418173611164093,0.02725607343018055,0.041291218250989914,0.8473818302154541,-3.5555951595306396,-0.2340904325246811,-0.025963077321648598,0.18469220399856567,-0.26103106141090393,0.32216858863830566,0.3215107321739197,-0.529773473739624,-0.5166932940483093,0.5718663930892944,-0.4135572612285614,1.1915782690048218,0.7775908708572388,-0.24242988228797913,0.1427096575498581,0.2213648408651352,0.764879584312439,-0.29369160532951355,0.28243497014045715,0.5025157928466797,0.02511940896511078,-0.4426185190677643,-0.28061988949775696,0.2375706434249878,0.30856412649154663,0.17460888624191284,0.5555826425552368,-0.21088632941246033,-0.11580726504325867,-0.20555682480335236,0.35773563385009766,0.20791327953338623,-0.06709714978933334,-0.008565105497837067,-0.05989105626940727,0.4565449357032776,0.2117927074432373,3.519334554672241,0.6851625442504883,0.2914193272590637,0.4845671057701111,-0.4785006642341614,0.26283371448516846,-0.24576275050640106,-0.2640800476074219,-0.9563165903091431,0.07128871977329254,-0.6792782545089722,0.6266304850578308,-0.9373933672904968,-0.6848800182342529,0.03687988966703415,0.5866081714630127,0.1375199258327484,-0.9590721726417542,-0.0009611658751964569,-0.10468646883964539,0.9767945408821106,-0.4464028775691986,0.2606810927391052,-0.3089897930622101,-0.18077290058135986,-0.31985506415367126,0.25932973623275757,-0.08327030390501022,0.426232248544693,0.19779804348945618,0.3781622648239136,-0.3728604316711426,0.7264871597290039,-0.7171959280967712,-0.7617840766906738,0.29502803087234497,0.16293036937713623,0.5433245897293091,-0.5756896138191223,0.6593461036682129,-0.7255353331565857,0.5593980550765991,-0.7593035697937012,0.8263282775878906,-0.015672717243433,0.9149051308631897,0.3031753599643707,-0.2489618957042694,0.3724263906478882,-0.5744393467903137,-0.8872660398483276,-0.0005261115729808807,0.642223596572876,-0.5600383281707764,0.061425551772117615,0.14798417687416077,-0.1285938173532486,-0.4770095944404602,0.11071985960006714,-1.016370177268982,0.40016311407089233,0.33546456694602966,0.28696590662002563,0.18041177093982697,0.1869172751903534,1.033068299293518,-0.6718263626098633,0.39765745401382446,-0.1821088194847107,-0.2492615282535553,0.001548171043395996,-0.16738712787628174,-0.1466616690158844,0.42414700984954834,0.7276366353034973,-0.8738030791282654,0.007109908387064934,0.0613357275724411,0.4072413146495819,0.4296536147594452,-0.3177344799041748,0.21316568553447723,0.8117154836654663,-0.45003530383110046,-0.47984787821769714,0.3515468239784241,-0.04072725027799606,0.21586832404136658,-0.22746700048446655,1.0985161066055298,1.5898927450180054,-1.3086344003677368,1.6753053665161133,-0.6444699168205261,-0.07640495896339417,-0.5225104689598083,0.4484054446220398,0.1403675079345703,-0.01987253874540329,0.012439567595720291,-0.31532761454582214,-0.7801405191421509,0.19876664876937866,-0.4294936954975128,0.11627701669931412,-0.7822967171669006,-0.6810198426246643,-0.31396737694740295,1.0163830518722534,-0.3052288293838501,-0.7001272439956665,-0.3229372799396515,-0.10874919593334198,1.6227974891662598,-0.15191572904586792,1.2544481754302979,-0.19806669652462006,0.17033109068870544,0.8278096914291382,0.21406438946723938,0.3916906416416168,-0.5463921427726746,0.28771740198135376,-0.7941861152648926,-0.7658379077911377,-0.7480905055999756,1.1569204330444336,-1.0498448610305786,0.22780826687812805,-0.6518979668617249,-0.48112058639526367,0.2425951063632965,0.9921997785568237,0.8104230165481567,0.6912319660186768,-0.38382473587989807,0.4457647502422333,0.3837064504623413,0.7490435838699341,0.1048479974269867,-0.2468135505914688,0.09939946234226227,0.34133538603782654,-0.2560555934906006,0.5053691864013672,0.2210480272769928,0.11295123398303986,-1.1123847961425781,-0.40043002367019653,0.029696188867092133,0.8445450663566589,0.2417784333229065,0.15653499960899353,0.248261496424675,-0.5256866216659546,-0.14392998814582825,0.17010897397994995,-1.0450495481491089,-0.4730944335460663,-0.6852273941040039,0.47704488039016724,0.04215525835752487,-0.2801533341407776,0.6085715889930725,0.11090469360351562,0.018548665568232536,-0.3311254680156708,0.34452322125434875,-0.006506443023681641,-0.29175809025764465,0.14477777481079102,0.27983784675598145,0.17073404788970947,0.15600022673606873,-0.004598841071128845,0.2704089283943176,-0.20604178309440613,0.19250482320785522,0.27467939257621765,-0.06136208772659302,-0.8251275420188904,-0.24421653151512146,-0.23708122968673706,-0.46189072728157043,-0.01104455441236496,-0.4741642475128174,0.24411842226982117,-0.26488035917282104,-0.998234748840332,0.30598708987236023,0.8828517198562622,-0.47772055864334106,-0.4277880787849426,-0.5925624966621399,0.32046443223953247,1.784968614578247,0.4376336336135864,0.34490999579429626,0.806434690952301,0.4241315424442291,-0.7027285695075989,0.06201065331697464,0.43485069274902344,-0.13084428012371063,0.07418384402990341,-0.6738818883895874,-0.8879337906837463,0.44323235750198364,-0.6474965214729309,-0.09793777018785477,0.07933391630649567,-0.10845150798559189,-0.0673580914735794,-0.4441531002521515,-0.13924355804920197,0.331625759601593,-0.3387380540370941,0.5096325278282166,0.7875381708145142,0.36650213599205017,-1.4036872386932373,-0.46565163135528564,-0.09863782674074173,0.5964531898498535,0.2500683069229126,-0.39550164341926575,0.9054569602012634,0.10351773351430893,-0.00742277130484581,-0.46714240312576294,1.1322970390319824,0.45314821600914,-0.44569239020347595,0.22188688814640045,0.03897274285554886,0.7226450443267822,-0.7130372524261475,0.36539405584335327,-0.5176576375961304,-0.8973932862281799,-0.42478299140930176,-0.0013632029294967651,1.8394391536712646,0.5437968969345093,0.41167643666267395,0.17367759346961975,0.2633498013019562,-0.7892122864723206,-0.8752034902572632,-0.20659345388412476,-0.030635599046945572,-0.5002935528755188,0.5241115093231201,0.23498189449310303,0.05671428516507149,0.269229918718338,0.27240434288978577,-0.30260297656059265,-0.3951636850833893,-0.10596497356891632,2.0949759483337402,-0.699239194393158,-0.8770232796669006,-0.5102660059928894,0.3353683054447174,-0.18136873841285706,0.0009505823254585266,0.3198710083961487,-0.7720102667808533,-0.5321003794670105,-0.00944560021162033,-0.22466914355754852,-0.2265106439590454,0.08381915837526321,0.15100209414958954,0.6385060548782349,-0.15131597220897675,-0.10790322721004486,0.19130638241767883,0.28364771604537964,-0.3931320309638977,-0.30501991510391235,-0.4844605028629303,-0.46964290738105774,-1.2923095226287842]},"workflow":{"author":"@@official.shinkai","description":"This prompt aims to refine input text for enhanced clarity, coherence, grammar, and style. It involves analyzing the text for errors and inconsistencies, then applying corrections while preserving the original meaning. The expected output is a grammatically correct and stylistically improved version of the text.","name":"Improve_writing","raw":"\n workflow Improve_writing v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a writing expert. You refine the input text to enhance clarity, coherence, grammar, and style.\n\n# Steps\n\n- Analyze the input text for grammatical errors, stylistic inconsistencies, clarity issues, and coherence.\n- Apply corrections and improvements directly to the text.\n- Maintain the original meaning and intent of the user's text, ensuring that the improvements are made within the context of the input language's grammatical norms and stylistic conventions.\n\n# OUTPUT INSTRUCTIONS\n\n- Refined and improved text that has no grammar mistakes.\n- Return in the same language as the input.\n- Include NO additional commentary or explanation in the response.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a writing expert. You refine the input text to enhance clarity, coherence, grammar, and style.\n\n# Steps\n\n- Analyze the input text for grammatical errors, stylistic inconsistencies, clarity issues, and coherence.\n- Apply corrections and improvements directly to the text.\n- Maintain the original meaning and intent of the user's text, ensuring that the improvements are made within the context of the input language's grammatical norms and stylistic conventions.\n\n# OUTPUT INSTRUCTIONS\n\n- Refined and improved text that has no grammar mistakes.\n- Return in the same language as the input.\n- Include NO additional commentary or explanation in the response.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.0661842823028564,-0.022302985191345215,-0.1869683861732483,0.2703058123588562,0.12846258282661438,0.25917160511016846,-0.30082055926322937,-0.1651347577571869,-0.6322823762893677,0.5557923316955566,0.40286985039711,0.2689190208911896,-0.0041230423375964165,0.2236870378255844,0.6676715016365051,0.19091320037841797,0.01842423714697361,-0.44391068816185,-1.3994982242584229,-0.7131392359733582,-0.17164179682731628,0.4565882384777069,0.308639794588089,0.2517728805541992,-0.08021504431962967,-0.007984280586242676,-0.10898482799530029,-0.47193795442581177,-0.7219316959381104,-2.1183712482452393,-0.07080899924039841,1.0191417932510376,-0.4318002760410309,-0.958407998085022,0.6696898937225342,0.05327837914228439,-0.44726091623306274,-0.20380932092666626,-0.17495909333229065,0.0007609426975250244,0.26830461621284485,0.10311494022607803,-0.0008691251277923584,-0.22323903441429138,-0.2255672812461853,-0.09574507921934128,0.37921833992004395,-0.5590130686759949,0.25941288471221924,0.7654731869697571,0.1301204413175583,-0.5123046636581421,-0.5598939657211304,-0.11452072858810425,-0.6139974594116211,-0.06419453024864197,-0.24751153588294983,-0.12413246929645538,0.1961755007505417,0.13473385572433472,0.19985070824623108,0.5032922029495239,-3.8884124755859375,0.24202443659305573,0.6920561194419861,-0.45995473861694336,0.32915231585502625,0.2578389346599579,0.09327056258916855,-0.6073592305183411,0.049937713891267776,0.11880552768707275,0.6655762195587158,0.6499871611595154,0.9610828757286072,0.24644067883491516,0.37581512331962585,-0.10037848353385925,0.06087972968816757,-0.23000022768974304,0.5756397843360901,0.7666538953781128,0.22333590686321259,-0.4077377915382385,-0.6986420750617981,0.23975783586502075,-0.2421201467514038,-0.02253103256225586,0.2811738848686218,0.08878185600042343,-0.07375854253768921,0.10786651074886322,-0.1461225003004074,-0.38479360938072205,-0.879188597202301,-0.02452385425567627,0.1910027712583542,0.32073846459388733,0.050224028527736664,3.4333977699279785,0.6946722269058228,0.13190636038780212,0.11251324415206909,-0.47022777795791626,0.061485134065151215,-0.3588405251502991,0.23045401275157928,-0.17747598886489868,-0.0626610666513443,0.561875581741333,0.3406381905078888,-0.6199744343757629,-0.43057242035865784,0.164475679397583,0.43758082389831543,1.1667566299438477,-0.43136847019195557,0.15847007930278778,0.8269202709197998,0.7811307311058044,-0.21068377792835236,-0.3415740430355072,-0.19196964800357819,0.4201933443546295,-0.1541995108127594,0.07127456367015839,-0.306725412607193,0.5558170676231384,0.23011942207813263,0.28752946853637695,-0.45755040645599365,-0.10490413010120392,-0.8651835918426514,0.10691636800765991,-0.8585217595100403,0.4037501811981201,0.2982009947299957,0.07188154011964798,0.5244346261024475,-0.7479500770568848,-0.6920341849327087,-0.988258421421051,1.014580249786377,0.48277032375335693,0.8169604539871216,0.24058999121189117,-0.8194782137870789,0.1677592694759369,-1.013199806213379,0.25216346979141235,0.09595136344432831,0.2654918432235718,0.3116839528083801,0.4304529130458832,0.9894683361053467,0.12598338723182678,-0.2420356571674347,-0.2799242436885834,-0.20307734608650208,-0.11909248679876328,0.1530217081308365,-0.479846328496933,0.11765041947364807,0.6706289052963257,0.17541688680648804,-0.0721595287322998,0.14981114864349365,0.15478283166885376,0.2114856094121933,0.19100864231586456,-0.24319136142730713,0.17649775743484497,0.10046789050102234,0.66651451587677,0.41916167736053467,-0.1985047310590744,-0.13733667135238647,0.261822372674942,-0.14513377845287323,-0.1731823831796646,1.0816196203231812,0.5084193348884583,-0.013437597081065178,-0.06695947051048279,-0.15270106494426727,-0.5701430439949036,0.6722674369812012,-0.33017024397850037,0.3473389744758606,0.47063422203063965,-0.6311965584754944,1.5767838954925537,-0.37337344884872437,-0.21014036238193512,0.3827391564846039,0.0060644932091236115,-0.3756822347640991,0.3997977375984192,0.57830411195755,-0.4895817041397095,-0.8721516132354736,-0.7679486870765686,-0.4047223627567291,-0.127203568816185,-0.4956023097038269,-0.6952948570251465,-0.34081071615219116,-0.20187503099441528,-0.10044801235198975,-0.759843647480011,-0.074247807264328,0.40818798542022705,1.138002872467041,0.2858874499797821,0.6655323505401611,-0.13704615831375122,0.492266982793808,0.4396737217903137,0.6761269569396973,0.4174808859825134,-0.6267129182815552,0.020586825907230377,-0.9680026769638062,-0.7170255184173584,-0.7042078375816345,0.40419667959213257,-1.090200662612915,-0.1492408663034439,-0.7303103804588318,-0.42943575978279114,0.21872678399085999,1.4277936220169067,1.1947933435440063,0.986381471157074,-0.09285230189561844,0.15817153453826904,-0.2958933711051941,0.9216183423995972,0.22306475043296814,-0.5494338274002075,0.585751473903656,0.31942957639694214,-0.3270862400531769,0.3280153274536133,0.1752728372812271,0.1858994960784912,-1.4764997959136963,-0.5022989511489868,-0.22867675125598907,0.7594020962715149,0.45776939392089844,0.2467307448387146,-0.09816332161426544,-0.26585468649864197,0.5512517690658569,-0.1092938706278801,-1.7125451564788818,-0.16059960424900055,-0.3990152180194855,0.7210650444030762,-0.2596851587295532,-0.17432811856269836,0.17142236232757568,0.817232072353363,-0.06393111497163773,0.10183495283126831,-0.6100032329559326,-0.3638445734977722,-0.4818343222141266,-0.1778068244457245,0.4140067994594574,0.10899274051189423,-0.17790581285953522,-0.018268078565597534,-0.3664610981941223,0.0790310651063919,0.1586703062057495,0.03889378905296326,-0.38648098707199097,0.0004153400659561157,0.36668071150779724,0.38632580637931824,-0.7532123923301697,0.6835595369338989,-0.7819940447807312,0.005967229604721069,0.10587900876998901,-1.0287086963653564,0.5267103910446167,1.2093538045883179,-0.15419511497020721,0.18382221460342407,-0.5152196884155273,0.3752875328063965,1.3099846839904785,1.2569959163665771,0.11297640949487686,0.5187417268753052,0.3938106894493103,-0.8518306612968445,-0.7538706064224243,-0.04731565713882446,-0.08741185814142227,-0.02715732902288437,-0.0074952468276023865,-0.5168951153755188,0.9203624725341797,-0.16865621507167816,-0.2719537913799286,0.021636050194501877,-0.7238578200340271,0.16564401984214783,0.2050582468509674,-0.35834968090057373,1.1440908908843994,-0.3193099796772003,0.5701630711555481,0.9939069747924805,0.11196452379226685,-1.4777095317840576,-0.12894077599048615,0.27658823132514954,0.3685288429260254,0.19998568296432495,-0.08012879639863968,0.9094190001487732,0.25711050629615784,-0.3741905689239502,-0.3003414273262024,1.3814691305160522,0.3073202073574066,-0.5122252106666565,-0.7852060198783875,0.19594699144363403,0.3358605206012726,-0.13429799675941467,-0.4412778615951538,0.15384604036808014,-0.8569814562797546,-0.15242137014865875,0.41595274209976196,0.9748792052268982,-0.09896358102560043,0.6503353118896484,0.09634354710578918,-0.41314348578453064,-0.6310557723045349,-0.5535599589347839,0.5839074850082397,-0.4831840395927429,-0.36651965975761414,0.47248518466949463,-0.3704760670661926,-0.5560501217842102,0.39462754130363464,0.24805349111557007,-0.9237225651741028,-0.07049155235290527,-0.07737249881029129,2.1180338859558105,-0.539288341999054,-0.2929477393627167,-0.48946383595466614,0.10069732367992401,0.0358356274664402,-0.08061236143112183,0.18504197895526886,-0.28080475330352783,0.12215034663677216,0.11368948966264725,-0.009357810020446777,-0.2354038655757904,0.47184163331985474,0.19523219764232635,0.055519573390483856,-0.4317525625228882,0.22281359136104584,0.9869636297225952,-0.1690942943096161,-0.5719797611236572,-0.2560119330883026,-0.3253156244754791,-1.0799967050552368,-0.8449304699897766]},"workflow":{"author":"@@official.shinkai","description":"Evaluates and categorizes content based on its relevance to specific human-centric themes, then assigns a tiered rating and a numerical quality score. It uses a predefined set of labels for categorization and assesses content based on idea quantity and thematic alignment. The expected output is a structured JSON object detailing the content summary, labels, rating, and quality score with explanations.","name":"Label_and_rate","raw":"\n workflow Label_and_rate v0.1 {\n step Main {\n $SYSTEM = \"\nIDENTITY and GOAL:\n\nYou are an ultra-wise and brilliant classifier and judge of content. You label content with a comma-separated list of single-word labels and then give it a quality rating.\n\nTake a deep breath and think step by step about how to perform the following to get the best outcome.\n\nSTEPS:\n\n1. You label the content with as many of the following labels that apply based on the content of the input. These labels go into a section called LABELS:. Do not create any new labels. Only use these.\n\nLABEL OPTIONS TO SELECT FROM (Select All That Apply):\n\nMeaning\nFuture\nBusiness\nTutorial\nPodcast\nMiscellaneous\nCreativity\nNatSec\nCyberSecurity\nAI\nEssay\nVideo\nConversation\nOptimization\nPersonal\nWriting\nHuman3.0\nHealth\nTechnology\nEducation\nLeadership\nMindfulness\nInnovation\nCulture\nProductivity\nScience\nPhilosophy\n\nEND OF LABEL OPTIONS\n\n2. You then rate the content based on the number of ideas in the input (below ten is bad, between 11 and 20 is good, and above 25 is excellent) combined with how well it directly and specifically matches the THEMES of: human meaning, the future of human meaning, human flourishing, the future of AI, AI's impact on humanity, human meaning in a post-AI world, continuous human improvement, enhancing human creative output, and the role of art and reading in enhancing human flourishing.\n\n3. Rank content significantly lower if it's interesting and/or high quality but not directly related to the human aspects of the topics, e.g., math or science that doesn't discuss human creativity or meaning. Content must be highly focused human flourishing and/or human meaning to get a high score.\n\n4. Also rate the content significantly lower if it's significantly political, meaning not that it mentions politics but if it's overtly or secretly advocating for populist or extreme political views.\n\nYou use the following rating levels:\n\nS Tier (Must Consume Original Content Within a Week): 18+ ideas and/or STRONG theme matching with the themes in STEP #2.\nA Tier (Should Consume Original Content This Month): 15+ ideas and/or GOOD theme matching with the THEMES in STEP #2.\nB Tier (Consume Original When Time Allows): 12+ ideas and/or DECENT theme matching with the THEMES in STEP #2.\nC Tier (Maybe Skip It): 10+ ideas and/or SOME theme matching with the THEMES in STEP #2.\nD Tier (Definitely Skip It): Few quality ideas and/or little theme matching with the THEMES in STEP #2.\n\n5. Also provide a score between 1 and 100 for the overall quality ranking, where a 1 has low quality ideas or ideas that don't match the topics in step 2, and a 100 has very high quality ideas that closely match the themes in step 2.\n\n6. Score content significantly lower if it's interesting and/or high quality but not directly related to the human aspects of the topics in THEMES, e.g., math or science that doesn't discuss human creativity or meaning. Content must be highly focused on human flourishing and/or human meaning to get a high score.\n\n7. Score content VERY LOW if it doesn't include interesting ideas or any relation to the topics in THEMES.\n\nOUTPUT:\n\nThe output should look like the following:\n\nONE SENTENCE SUMMARY:\n\nA one-sentence summary of the content and why it's compelling, in less than 30 words.\n\nLABELS:\n\nCyberSecurity, Writing, Health, Personal\n\nRATING:\n\nS Tier: (Must Consume Original Content Immediately)\n\nExplanation: $$Explanation in 5 short bullets for why you gave that rating.$$\n\nQUALITY SCORE:\n\n$$The 1-100 quality score$$\n\nExplanation: $$Explanation in 5 short bullets for why you gave that score.$$\n\nOUTPUT FORMAT:\n\nYour output is ONLY in JSON. The structure looks like this:\n\n{\n\\\"one-sentence-summary\\\": \\\"The one-sentence summary.\\\",\n\\\"labels\\\": \\\"The labels that apply from the set of options above.\\\",\n\\\"rating:\\\": \\\"S Tier: (Must Consume Original Content This Week) (or whatever the rating is)\\\",\n\\\"rating-explanation:\\\": \\\"The explanation given for the rating.\\\",\n\\\"quality-score\\\": \\\"The numeric quality score\\\",\n\\\"quality-score-explanation\\\": \\\"The explanation for the quality score.\\\",\n}\n\nOUTPUT INSTRUCTIONS\n\n- ONLY generate and use labels from the list above.\n\n- ONLY OUTPUT THE JSON OBJECT ABOVE.\n\n- Do not output the json``` container. Just the JSON object itself.\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\nIDENTITY and GOAL:\n\nYou are an ultra-wise and brilliant classifier and judge of content. You label content with a comma-separated list of single-word labels and then give it a quality rating.\n\nTake a deep breath and think step by step about how to perform the following to get the best outcome.\n\nSTEPS:\n\n1. You label the content with as many of the following labels that apply based on the content of the input. These labels go into a section called LABELS:. Do not create any new labels. Only use these.\n\nLABEL OPTIONS TO SELECT FROM (Select All That Apply):\n\nMeaning\nFuture\nBusiness\nTutorial\nPodcast\nMiscellaneous\nCreativity\nNatSec\nCyberSecurity\nAI\nEssay\nVideo\nConversation\nOptimization\nPersonal\nWriting\nHuman3.0\nHealth\nTechnology\nEducation\nLeadership\nMindfulness\nInnovation\nCulture\nProductivity\nScience\nPhilosophy\n\nEND OF LABEL OPTIONS\n\n2. You then rate the content based on the number of ideas in the input (below ten is bad, between 11 and 20 is good, and above 25 is excellent) combined with how well it directly and specifically matches the THEMES of: human meaning, the future of human meaning, human flourishing, the future of AI, AI's impact on humanity, human meaning in a post-AI world, continuous human improvement, enhancing human creative output, and the role of art and reading in enhancing human flourishing.\n\n3. Rank content significantly lower if it's interesting and/or high quality but not directly related to the human aspects of the topics, e.g., math or science that doesn't discuss human creativity or meaning. Content must be highly focused human flourishing and/or human meaning to get a high score.\n\n4. Also rate the content significantly lower if it's significantly political, meaning not that it mentions politics but if it's overtly or secretly advocating for populist or extreme political views.\n\nYou use the following rating levels:\n\nS Tier (Must Consume Original Content Within a Week): 18+ ideas and/or STRONG theme matching with the themes in STEP #2.\nA Tier (Should Consume Original Content This Month): 15+ ideas and/or GOOD theme matching with the THEMES in STEP #2.\nB Tier (Consume Original When Time Allows): 12+ ideas and/or DECENT theme matching with the THEMES in STEP #2.\nC Tier (Maybe Skip It): 10+ ideas and/or SOME theme matching with the THEMES in STEP #2.\nD Tier (Definitely Skip It): Few quality ideas and/or little theme matching with the THEMES in STEP #2.\n\n5. Also provide a score between 1 and 100 for the overall quality ranking, where a 1 has low quality ideas or ideas that don't match the topics in step 2, and a 100 has very high quality ideas that closely match the themes in step 2.\n\n6. Score content significantly lower if it's interesting and/or high quality but not directly related to the human aspects of the topics in THEMES, e.g., math or science that doesn't discuss human creativity or meaning. Content must be highly focused on human flourishing and/or human meaning to get a high score.\n\n7. Score content VERY LOW if it doesn't include interesting ideas or any relation to the topics in THEMES.\n\nOUTPUT:\n\nThe output should look like the following:\n\nONE SENTENCE SUMMARY:\n\nA one-sentence summary of the content and why it's compelling, in less than 30 words.\n\nLABELS:\n\nCyberSecurity, Writing, Health, Personal\n\nRATING:\n\nS Tier: (Must Consume Original Content Immediately)\n\nExplanation: $$Explanation in 5 short bullets for why you gave that rating.$$\n\nQUALITY SCORE:\n\n$$The 1-100 quality score$$\n\nExplanation: $$Explanation in 5 short bullets for why you gave that score.$$\n\nOUTPUT FORMAT:\n\nYour output is ONLY in JSON. The structure looks like this:\n\n{\n\\\"one-sentence-summary\\\": \\\"The one-sentence summary.\\\",\n\\\"labels\\\": \\\"The labels that apply from the set of options above.\\\",\n\\\"rating:\\\": \\\"S Tier: (Must Consume Original Content This Week) (or whatever the rating is)\\\",\n\\\"rating-explanation:\\\": \\\"The explanation given for the rating.\\\",\n\\\"quality-score\\\": \\\"The numeric quality score\\\",\n\\\"quality-score-explanation\\\": \\\"The explanation for the quality score.\\\",\n}\n\nOUTPUT INSTRUCTIONS\n\n- ONLY generate and use labels from the list above.\n\n- ONLY OUTPUT THE JSON OBJECT ABOVE.\n\n- Do not output the json``` container. Just the JSON object itself.\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8342505097389221,0.5327337980270386,-0.09551303088665009,0.13010358810424805,0.39754804968833923,0.10354873538017273,-0.445295512676239,-0.05208030343055725,0.0021299240179359913,0.5394287109375,-0.5838315486907959,0.042380787432193756,-0.13575872778892517,-0.048341572284698486,0.5817614793777466,-0.022284269332885742,0.48370322585105896,-0.5518525242805481,-1.2485978603363037,0.1287420392036438,0.17712491750717163,0.3030809760093689,0.4301515519618988,0.2335912138223648,0.31547266244888306,0.09171795845031738,-0.10711851716041565,-0.023531101644039154,-0.36907732486724854,-1.1646455526351929,0.7633994221687317,0.2782565653324127,-0.3854771852493286,-0.4502139091491699,0.9141374230384827,-0.8069961667060852,-0.23065006732940674,0.3835962116718292,-0.4556906521320343,-0.4667630195617676,0.4530065059661865,0.19792580604553223,-0.3511589765548706,0.08250229060649872,-0.027216119691729546,-0.08245968818664551,-0.06344477832317352,-0.2030668556690216,0.8308883905410767,0.40072745084762573,-0.8050836324691772,-0.6593274474143982,-0.7252817749977112,-0.5173507928848267,-0.41651687026023865,0.44213902950286865,-0.1875644028186798,-0.4054613411426544,0.22353361546993256,-0.20632633566856384,-0.09179579466581345,0.7201504707336426,-2.738938570022583,-0.0006795451045036316,0.28984367847442627,-0.07272764295339584,-0.42293649911880493,-0.5539968609809875,-0.006728557404130697,-0.04763249307870865,-0.40567007660865784,0.35835331678390503,-0.376615047454834,0.2999007999897003,-0.11543221026659012,0.0014581382274627686,0.45701199769973755,0.2242584228515625,1.1135841608047485,-0.203305184841156,-0.2684175372123718,0.684929370880127,0.17112775146961212,-0.6340142488479614,-0.7114707827568054,0.6766721606254578,-0.09280090779066086,0.32859137654304504,-0.29299163818359375,0.42362844944000244,0.20981937646865845,-0.24283021688461304,0.20118147134780884,0.14479491114616394,-0.18970131874084473,0.36687368154525757,-0.31047359108924866,-0.1896975338459015,-0.4056398272514343,3.7700657844543457,0.9180903434753418,-0.02534107118844986,0.3052354156970978,-0.2757038474082947,0.7869611382484436,-0.17764925956726074,0.09694351255893707,-0.4087067246437073,0.2192871868610382,-0.05830784887075424,0.24975422024726868,-0.651753306388855,-0.5344351530075073,0.18661785125732422,0.7302570343017578,0.05593597888946533,-0.9613063931465149,-0.2621056139469147,0.2296219915151596,0.8187569379806519,-0.11096981912851334,-0.40317416191101074,-0.04030591621994972,-0.2649904787540436,0.23731781542301178,-0.11386111378669739,-0.13649383187294006,0.8503421545028687,0.2321961373090744,-0.1028342917561531,0.01563272625207901,0.6249322891235352,-0.9485181570053101,-0.21304115653038025,0.0013072043657302856,-0.04202280193567276,0.6575107574462891,-0.031330447643995285,0.3141216039657593,-0.6460807919502258,-0.029514074325561523,-0.6612104773521423,0.800053596496582,0.04565093293786049,0.47087448835372925,0.5883626937866211,-0.4234253168106079,0.12998519837856293,-0.20219120383262634,-0.5423771142959595,0.2645447552204132,0.030586984008550644,0.10851463675498962,0.49398374557495117,0.48980873823165894,-0.5210414528846741,-0.7187285423278809,0.028906971216201782,-0.9541836380958557,0.43255409598350525,0.34249940514564514,0.05475328117609024,0.3345096707344055,0.7375609278678894,0.5044134855270386,-0.028883639723062515,-0.06726236641407013,-0.17672717571258545,0.12531986832618713,-0.46376532316207886,-0.22004079818725586,0.218329519033432,0.6175305247306824,0.6250712871551514,-0.5750693678855896,-0.20342037081718445,0.27924707531929016,-0.09335801750421524,0.2169121652841568,-0.9071340560913086,0.5376209616661072,0.6829255223274231,-0.4610837697982788,-0.5390927195549011,0.05617454648017883,-0.08559851348400116,0.3890518844127655,-0.10302402079105377,0.7914199829101562,0.7504929304122925,-1.715335726737976,1.1199296712875366,-0.6254226565361023,-0.20284654200077057,0.03652277588844299,-0.0621086023747921,-0.15235625207424164,0.24227949976921082,0.2187742292881012,-0.10333907604217529,-0.48971831798553467,0.12313267588615417,-0.39806312322616577,0.140588641166687,-0.447486937046051,-0.28962260484695435,-0.3097389042377472,0.5835576057434082,-0.12596319615840912,-0.5573945045471191,-0.1722581386566162,0.09822060167789459,1.3294243812561035,0.03327459841966629,0.9892464876174927,0.31903237104415894,-0.3842024505138397,0.42987436056137085,0.37747707962989807,1.003530740737915,-0.25579479336738586,0.10314401984214783,-1.0478233098983765,-0.8632873296737671,-1.356655240058899,0.6803609728813171,0.0065388306975364685,-0.4467408061027527,-0.47760361433029175,0.16760936379432678,1.2819883823394775,0.8031681776046753,0.8642631769180298,0.10601824522018433,0.1401832401752472,-0.17962953448295593,-0.1921927034854889,0.815558910369873,0.23556852340698242,-0.4924215078353882,-0.24828067421913147,-0.4461670219898224,-0.3851584792137146,0.8201978206634521,0.8807011246681213,0.6385858058929443,-0.8326955437660217,0.24491801857948303,0.21147097647190094,0.9224575161933899,0.840011715888977,0.20486998558044434,0.7464919686317444,0.3273528516292572,-0.861480176448822,0.48991659283638,-1.6389083862304688,0.11600538343191147,-0.45702311396598816,0.14035266637802124,-0.2892368733882904,-0.5424050092697144,-0.0824865847826004,-0.22486811876296997,-0.14096114039421082,0.11387279629707336,-0.6828280091285706,-0.7249429225921631,-0.30974075198173523,-0.14464615285396576,0.42008280754089355,0.10999763756990433,-0.4513096809387207,0.33067774772644043,0.12154950201511383,0.15411119163036346,0.2227993607521057,0.4460484981536865,-0.6389296650886536,-0.21849386394023895,-0.11942731589078903,0.2998853027820587,-0.30769622325897217,0.11951297521591187,-0.5269326567649841,0.15327544510364532,0.07729257643222809,-1.3302470445632935,-0.12310560792684555,0.7252270579338074,-1.2095654010772705,-0.3953903019428253,-0.07487529516220093,-0.8017313480377197,1.7741901874542236,0.5023623704910278,0.6404074430465698,1.0002903938293457,0.60696941614151,-0.57114177942276,-0.3658236265182495,-0.3415549695491791,0.009362536482512951,0.04534468799829483,-0.7494616508483887,0.10827908664941788,0.2709071636199951,0.34287217259407043,-0.14306628704071045,0.17411723732948303,-0.6929110884666443,-0.029026202857494354,-0.2213572859764099,-0.09554912149906158,0.4669288694858551,0.03479659557342529,0.6252731084823608,1.0961835384368896,0.010105829685926437,-2.390812635421753,-0.30228838324546814,0.2576182186603546,0.18921008706092834,-0.25588318705558777,-0.26581433415412903,0.6284188628196716,-0.3680843412876129,0.12139508128166199,-0.3805282711982727,1.1298420429229736,0.28880059719085693,0.2634736895561218,-0.25729086995124817,-0.40336164832115173,0.04353536665439606,-0.7901586294174194,0.27249395847320557,-0.08088793605566025,-0.09944135695695877,-0.6164917349815369,0.5973718166351318,1.4526476860046387,0.028672803193330765,0.3661038279533386,-0.07348001003265381,0.2596063017845154,-0.8449167013168335,-0.9445076584815979,-0.32296448945999146,0.020985066890716553,0.28311923146247864,0.8639335632324219,0.21334946155548096,-0.32465860247612,0.8345550298690796,0.42485281825065613,-0.5429502725601196,0.4710002839565277,-0.2648856043815613,1.3948049545288086,-0.2959614396095276,-0.5978015065193176,-0.22706907987594604,0.6851824522018433,0.13458743691444397,-0.19932971894741058,0.14828330278396606,-1.23989999294281,0.07570964097976685,-0.03320569545030594,0.5639339089393616,0.003505796194076538,0.2632012963294983,0.6729188561439514,0.4172791838645935,0.10332578420639038,0.10333901643753052,-0.3226168751716614,0.33558183908462524,-0.22750446200370789,0.12693634629249573,-0.05182158574461937,-0.8124576807022095,-0.8728591203689575]},"workflow":{"author":"@@official.shinkai","description":"The prompt outlines a complex process for diagnosing and addressing psychological issues based on a person's background and behaviors. It involves deep analysis of the individual's history, identifying potential mental health issues, and suggesting corrective actions. The expected output includes summaries of past events, possible psychological issues, their impact on behavior, and recommendations for improvement.","name":"Official_pattern_template","raw":"\n workflow Official_pattern_template v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are _____________ that specializes in ________________.\n\nEXAMPLE: \n\nYou are an advanced AI expert in human psychology and mental health with a 1,419 IQ that specializes in taking in background information about a person, combined with their behaviors, and diagnosing what incidents from their background are likely causing them to behave in this way.\n\n# GOALS\n\nThe goals of this exercise are to: \n\n1. _________________.\n\n2. \n\nEXAMPLE:\n\nThe goals of this exercise are to:\n\n1. Take in any set of background facts about how a person grew up, their past major events in their lives, past traumas, past victories, etc., combined with how they're currently behaving—for example having relationship problems, pushing people away, having trouble at work, etc.—and give a list of issues they might have due to their background, combined with how those issues could be causing their behavior. \n\n2. Get a list of recommended actions to take to address the issues, including things like specific kinds of therapy, specific actions to to take regarding relationships, work, etc.\n\n# STEPS\n\n- Do this first \n\n- Then do this\n\nEXAMPLE:\n\n// Deep, repeated consumption of the input\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n// Create the virtual whiteboard in your mind\n\n- Create a 100 meter by 100 meter whiteboard in your mind, and write down all the different entities from what you read. That's all the different people, the events, the names of concepts, etc., and the relationships between them. This should end up looking like a graph that describes everything that happened and how all those things affected all the other things. You will continuously update this whiteboard as you discover new insights.\n\n// Think about what happened and update the whiteboard\n\n- Think deeply for 312 hours about the past events described and fill in the extra context as needed. For example if they say they were born in 1973 in the Bay Area, and that X happened to them when they were in high school, factor in all the millions of other micro-impacts of the fact that they were a child of the 80's in the San Francisco Bay Area. Update the whiteboard graph diagram with your findings.\n\n// Think about what issues they may have gotten from those events and update the whiteboard\n\n- Think deeply for 312 hours about what psychological issues this person could be suffering from as a result of the events they described. Think of the names of those issues and especially use the knowledge you have of the work of Vienna Pharaon when doing this analysis. Update the whiteboard graph diagram with your findings.\n\n// Think about what behaviors they say they're exhibiting and update the whiteboard\n\n- Think deeply for 312 hours about the behaviors they say they're doing and/or repeating. Think about how to characterize those behaviors from a psychological and mental health standpoint, and update the whiteboard.\n\n// Step back and analyze the possible cause-effect relationships of the entire situation\n\n- Now step back and look at the entire whiteboard, and the entire situation in your mind again. Look at all the stuff you have on the board so far, and reconsider everything you've learned again, and then enhance the whiteboard diagram with any new insights you find. Update the whiteboard.\n\n- Perform these steps 913 times, optimizing on each iteration.\n\n# OUTPUT\n\n// Capture the main events from the past\n\n- In an output section called EVENTS, summarize all the events from the input in a set of 15-word bullets, e.g., Grew up mostly without a mother until he was around 5 years old.\n\n// Describe the possible issues they may have as a result\n\n- In an output section called POSSIBLE ISSUES, give a list of the named psychological or mental health issues that are common for people to get from the types of events above. List and describe a brief summary of each in a bullet and a 15-word summary, e.g.,: Co-Dependence: (A 15-word description of co-dependence.)\n\n// Describe the connections between their past and their past and current behavior\n\n- In an output section called PAST-BEHAVIOR CONNECTIONS, create a bulleted list of 15-word descriptions of how the person's past is likely to be affecting their actions and their situation. E.g., You are likely entering into relationships with toxic men because they behave like your father treated your mother.\n\n// Recommend corrective actions\n\n- In a section called RECOMMENDATIONS, give a bulleted list of 15-word recommendations on how they can fix their situation. E.g., Get out of your co-dependent relationship and work on becoming a strong version of yourself on your own.\n\n# POSITIVE EXAMPLES\n\n// Examples to follow\n\n- One good example\n\n- Another good example\n\n# NEGATIVE EXAMPLES\n\n// Examples to avoid\n\n- One bad example\n\n- Another bad example\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are _____________ that specializes in ________________.\n\nEXAMPLE: \n\nYou are an advanced AI expert in human psychology and mental health with a 1,419 IQ that specializes in taking in background information about a person, combined with their behaviors, and diagnosing what incidents from their background are likely causing them to behave in this way.\n\n# GOALS\n\nThe goals of this exercise are to: \n\n1. _________________.\n\n2. \n\nEXAMPLE:\n\nThe goals of this exercise are to:\n\n1. Take in any set of background facts about how a person grew up, their past major events in their lives, past traumas, past victories, etc., combined with how they're currently behaving—for example having relationship problems, pushing people away, having trouble at work, etc.—and give a list of issues they might have due to their background, combined with how those issues could be causing their behavior. \n\n2. Get a list of recommended actions to take to address the issues, including things like specific kinds of therapy, specific actions to to take regarding relationships, work, etc.\n\n# STEPS\n\n- Do this first \n\n- Then do this\n\nEXAMPLE:\n\n// Deep, repeated consumption of the input\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n// Create the virtual whiteboard in your mind\n\n- Create a 100 meter by 100 meter whiteboard in your mind, and write down all the different entities from what you read. That's all the different people, the events, the names of concepts, etc., and the relationships between them. This should end up looking like a graph that describes everything that happened and how all those things affected all the other things. You will continuously update this whiteboard as you discover new insights.\n\n// Think about what happened and update the whiteboard\n\n- Think deeply for 312 hours about the past events described and fill in the extra context as needed. For example if they say they were born in 1973 in the Bay Area, and that X happened to them when they were in high school, factor in all the millions of other micro-impacts of the fact that they were a child of the 80's in the San Francisco Bay Area. Update the whiteboard graph diagram with your findings.\n\n// Think about what issues they may have gotten from those events and update the whiteboard\n\n- Think deeply for 312 hours about what psychological issues this person could be suffering from as a result of the events they described. Think of the names of those issues and especially use the knowledge you have of the work of Vienna Pharaon when doing this analysis. Update the whiteboard graph diagram with your findings.\n\n// Think about what behaviors they say they're exhibiting and update the whiteboard\n\n- Think deeply for 312 hours about the behaviors they say they're doing and/or repeating. Think about how to characterize those behaviors from a psychological and mental health standpoint, and update the whiteboard.\n\n// Step back and analyze the possible cause-effect relationships of the entire situation\n\n- Now step back and look at the entire whiteboard, and the entire situation in your mind again. Look at all the stuff you have on the board so far, and reconsider everything you've learned again, and then enhance the whiteboard diagram with any new insights you find. Update the whiteboard.\n\n- Perform these steps 913 times, optimizing on each iteration.\n\n# OUTPUT\n\n// Capture the main events from the past\n\n- In an output section called EVENTS, summarize all the events from the input in a set of 15-word bullets, e.g., Grew up mostly without a mother until he was around 5 years old.\n\n// Describe the possible issues they may have as a result\n\n- In an output section called POSSIBLE ISSUES, give a list of the named psychological or mental health issues that are common for people to get from the types of events above. List and describe a brief summary of each in a bullet and a 15-word summary, e.g.,: Co-Dependence: (A 15-word description of co-dependence.)\n\n// Describe the connections between their past and their past and current behavior\n\n- In an output section called PAST-BEHAVIOR CONNECTIONS, create a bulleted list of 15-word descriptions of how the person's past is likely to be affecting their actions and their situation. E.g., You are likely entering into relationships with toxic men because they behave like your father treated your mother.\n\n// Recommend corrective actions\n\n- In a section called RECOMMENDATIONS, give a bulleted list of 15-word recommendations on how they can fix their situation. E.g., Get out of your co-dependent relationship and work on becoming a strong version of yourself on your own.\n\n# POSITIVE EXAMPLES\n\n// Examples to follow\n\n- One good example\n\n- Another good example\n\n# NEGATIVE EXAMPLES\n\n// Examples to avoid\n\n- One bad example\n\n- Another bad example\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bolt or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\n…\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5757980346679688,0.8212412595748901,0.18773755431175232,-0.05615604668855667,0.03399160876870155,-0.0310380682349205,-0.7402825355529785,0.11210036277770996,0.3010869026184082,0.07115478813648224,-0.35750555992126465,-0.2556394934654236,-0.2554686963558197,0.29594191908836365,0.6238143444061279,-0.006072305142879486,0.17567938566207886,-0.27913644909858704,-1.1681413650512695,-0.17083707451820374,-0.013951207511126995,0.7856596112251282,0.24582833051681519,0.3293786644935608,0.33176013827323914,0.3179307281970978,-0.05216057598590851,-0.3891632556915283,-0.0028401538729667664,-1.5542508363723755,0.9712920784950256,0.9262417554855347,-0.22325178980827332,-0.8344012498855591,0.02692994475364685,-0.5935547351837158,0.024329114705324173,0.45649680495262146,-0.2957589328289032,-0.1827932447195053,-0.1988200545310974,-0.182560995221138,-0.6688206791877747,0.32331356406211853,0.15569745004177094,-0.09039665758609772,0.1349795162677765,-0.24881957471370697,0.3993581235408783,0.3370680809020996,-0.28291386365890503,-0.3083314597606659,-0.1583663523197174,0.08544309437274933,-0.5217220187187195,0.22137686610221863,-0.0833764374256134,-0.4565163254737854,0.26007577776908875,0.1530776023864746,0.14843538403511047,0.4458448886871338,-3.469540596008301,0.30860912799835205,0.23205320537090302,0.4592912495136261,-0.03686082735657692,-0.3430376648902893,0.2720320224761963,-0.5697767734527588,0.4098801910877228,0.08317844569683075,-0.03235697001218796,-0.2484491467475891,0.4154573082923889,-0.6050428748130798,0.3829221725463867,0.41594433784484863,0.639175534248352,0.07020303606987,0.07591288536787033,0.36175596714019775,-0.45704710483551025,0.27718082070350647,-0.6777032017707825,0.2824403643608093,-0.3765013813972473,-0.48443126678466797,-0.39154329895973206,0.5675985813140869,0.017556987702846527,-0.7726789712905884,0.29900652170181274,0.21372219920158386,-0.195194274187088,0.3916637897491455,-0.6236876249313354,0.019792668521404266,-0.08148262649774551,3.6163861751556396,0.609955906867981,0.13943861424922943,1.1233004331588745,-0.09941844642162323,0.13311532139778137,-0.8485324382781982,-0.2919837236404419,-0.1928422898054123,-0.21921055018901825,0.09270035475492477,0.5504196286201477,-0.27472856640815735,-0.8766316175460815,0.010469555854797363,0.43176165223121643,0.3310498297214508,-0.3295436501502991,0.12838037312030792,0.3940989077091217,1.2910559177398682,-0.7143137454986572,0.44939735531806946,0.594864010810852,-0.05811188369989395,-0.18396686017513275,-0.19021663069725037,-0.8040406703948975,0.708514928817749,0.3926897943019867,0.4148741066455841,0.06645245105028152,0.352169394493103,-1.068171501159668,-0.10385394096374512,0.024783063679933548,-0.26451680064201355,0.29858773946762085,-0.47132816910743713,0.09878340363502502,-0.424762099981308,0.11906535923480988,-1.1542986631393433,0.7708205580711365,0.1407502293586731,1.1122602224349976,0.5705009698867798,-0.6166483759880066,0.14432814717292786,-0.24358594417572021,-0.2035403549671173,0.02794458158314228,0.7289415597915649,0.09197816252708435,0.2717461884021759,0.777214527130127,-0.2738910913467407,-1.2758907079696655,-0.08803702890872955,-1.0439448356628418,0.5089039206504822,0.01214473694562912,-0.6109750270843506,0.6033358573913574,0.4591885805130005,0.8420318365097046,-0.7485333681106567,-0.20607683062553406,-0.363037109375,0.48458266258239746,0.046893734484910965,-0.34651514887809753,0.44816088676452637,-0.04172025993466377,0.7038796544075012,0.3151855170726776,-0.27855807542800903,-0.33891546726226807,0.48676592111587524,-0.01357206329703331,-0.18042296171188354,0.8032147884368896,0.6021125912666321,-0.21661485731601715,-0.11010732501745224,-0.05519980192184448,0.0955631285905838,0.7992495894432068,-0.09589313715696335,2.1956827640533447,0.29211413860321045,-1.5342711210250854,1.0196547508239746,-0.4655027389526367,-0.3871752917766571,0.08164280652999878,0.1793409138917923,-0.0017473623156547546,-0.2173721343278885,0.24639004468917847,-0.19111132621765137,-0.8185291886329651,0.12720264494419098,0.09359249472618103,-0.5791395902633667,-0.5804484486579895,-0.6395199298858643,-0.5688985586166382,-0.06702051311731339,-0.4596521258354187,-0.6741900444030762,-0.16879792511463165,0.1158963292837143,0.7112559676170349,0.5690328478813171,0.331326425075531,1.1661200523376465,-0.565223217010498,0.3156687021255493,0.11573926359415054,0.8137733936309814,-0.553774893283844,-0.1346929371356964,-0.7707929015159607,-0.9817686676979065,-0.676826000213623,0.42052000761032104,-0.5613798499107361,-0.6989427208900452,-0.5206159949302673,-0.33288002014160156,0.06814797222614288,1.1503547430038452,0.22620873153209686,0.5304097533226013,0.31854546070098877,-0.3135075271129608,0.1374395787715912,0.4360720217227936,0.2588260769844055,0.0850304439663887,-0.01868385076522827,-0.6206490993499756,-0.14008775353431702,0.15968026220798492,0.522911787033081,0.41074493527412415,-0.08298066258430481,-0.12064915895462036,-0.159201979637146,0.9078962802886963,0.35041970014572144,0.42343756556510925,0.027644841000437737,0.19141770899295807,0.16255101561546326,0.52311110496521,-1.1451512575149536,0.35377538204193115,-0.9354909658432007,0.4525187611579895,0.08101264387369156,-0.6650961637496948,0.21317166090011597,-0.5103632807731628,-0.11429829150438309,0.047566208988428116,-0.6242944002151489,-0.3292757272720337,-0.16315273940563202,0.07911282032728195,-0.2766284942626953,0.4838588237762451,-0.40736645460128784,0.1738865077495575,0.5054304003715515,0.1880735456943512,0.032794296741485596,-0.04629972577095032,-0.5166929364204407,-0.654956579208374,-0.3538694977760315,0.09974908083677292,-0.4786039888858795,0.4487050175666809,-0.7787774205207825,0.12383902072906494,-0.00854526087641716,-0.7377989292144775,0.14758971333503723,0.34520211815834045,-0.42486143112182617,-0.8442184925079346,-0.6521387696266174,0.040041446685791016,1.3011553287506104,0.5432274341583252,-0.3221958875656128,0.48770472407341003,0.45909667015075684,-0.5006625652313232,-0.9289016723632812,-0.012136101722717285,0.18675097823143005,0.4335504472255707,-0.8553975820541382,-0.6242742538452148,0.9911787509918213,0.17200712859630585,0.20353421568870544,-0.08004327118396759,-0.4763391315937042,0.2378341555595398,-0.04516954347491264,-0.093046173453331,0.24681177735328674,-0.7323501110076904,0.12754151225090027,0.8023422956466675,-0.07289837300777435,-1.7873510122299194,0.15089774131774902,0.7491223216056824,0.44064265489578247,0.16496893763542175,-1.2590112686157227,0.7384671568870544,-0.26474300026893616,-0.08998416364192963,-0.40913939476013184,1.1193585395812988,0.09493633359670639,0.16566681861877441,-0.2016235888004303,0.2943013310432434,-0.09377510845661163,-0.6655957698822021,-0.04687607288360596,-0.30674219131469727,-0.45371195673942566,-0.20012332499027252,0.7044458389282227,1.449235439300537,0.20570038259029388,0.371214896440506,0.33472761511802673,0.0694340169429779,-0.476284384727478,-0.5300965905189514,-0.2387157380580902,-0.4508360028266907,0.23813961446285248,0.5084467530250549,-0.17567288875579834,0.020616447553038597,0.8468590974807739,0.8846056461334229,-0.6468866467475891,0.47542518377304077,0.14447006583213806,1.75491464138031,0.0134590994566679,-0.48190686106681824,-0.1916758418083191,0.6862758994102478,-0.09611345827579498,0.31359532475471497,0.2086336612701416,-0.6297807693481445,-0.2942817211151123,0.39748653769493103,0.8103742599487305,-0.3705638647079468,0.7048196792602539,0.5215266942977905,0.3776058554649353,0.4257981777191162,0.2810184955596924,0.6778080463409424,-0.18412062525749207,-0.04865173250436783,0.6551923155784607,-0.4439859092235565,-0.897002100944519,-1.1944711208343506]},"workflow":{"author":"@@official.shinkai","description":"Provides comprehensive psychological advice tailored to the individual's specific question and context. This approach delves into the person's past, traumas, and life goals to offer targeted feedback and recommendations. The expected output includes a concise analysis, detailed scientific rationale, actionable recommendations, Esther Perel's perspective, self-reflection prompts, possible clinical diagnoses, and a summary, all aimed at fostering self-awareness and positive change.","name":"Provide_guidance","raw":"\n workflow Provide_guidance v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an all-knowing psychiatrist, psychologist, and life coach and you provide honest and concise advice to people based on the question asked combined with the context provided.\n\n# STEPS\n\n- Take the input given and think about the question being asked\n\n- Consider all the context of their past, their traumas, their goals, and ultimately what they're trying to do in life, and give them feedback in the following format:\n\n- In a section called ONE SENTENCE ANALYSIS AND RECOMMENDATION, give a single sentence that tells them how to approach their situation.\n\n- In a section called ANALYSIS, give up to 20 bullets of analysis of 15 words or less each on what you think might be going on relative to their question and their context. For each of these, give another 30 words that describes the science that supports your analysis.\n\n- In a section called RECOMMENDATIONS, give up to 5 bullets of recommendations of 15 words or less each on what you think they should do.\n\n- In a section called ESTHER'S ADVICE, give up to 3 bullets of advice that ESTHER PEREL would give them.\n\n- In a section called SELF-REFLECTION QUESTIONS, give up to 5 questions of no more than 15-words that could help them self-reflect on their situation.\n\n- In a section called POSSIBLE CLINICAL DIAGNOSIS, give up to 5 named psychological behaviors, conditions, or disorders that could be at play here. Examples: Co-dependency, Psychopathy, PTSD, Narcissism, etc.\n\n- In a section called SUMMARY, give a one sentence summary of your overall analysis and recommendations in a kind but honest tone.\n\n- After a \\\"—\\\" and a new line, add a NOTE: saying: \\\"This was produced by an imperfect AI. The best thing to do with this information is to think about it and take it to an actual professional. Don't take it too seriously on its own.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- Output only in Markdown.\n- Don't tell me to consult a professional. Just give me your best opinion.\n- Do not output bold or italicized text; just basic Markdown.\n- Be courageous and honest in your feedback rather than cautious.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an all-knowing psychiatrist, psychologist, and life coach and you provide honest and concise advice to people based on the question asked combined with the context provided.\n\n# STEPS\n\n- Take the input given and think about the question being asked\n\n- Consider all the context of their past, their traumas, their goals, and ultimately what they're trying to do in life, and give them feedback in the following format:\n\n- In a section called ONE SENTENCE ANALYSIS AND RECOMMENDATION, give a single sentence that tells them how to approach their situation.\n\n- In a section called ANALYSIS, give up to 20 bullets of analysis of 15 words or less each on what you think might be going on relative to their question and their context. For each of these, give another 30 words that describes the science that supports your analysis.\n\n- In a section called RECOMMENDATIONS, give up to 5 bullets of recommendations of 15 words or less each on what you think they should do.\n\n- In a section called ESTHER'S ADVICE, give up to 3 bullets of advice that ESTHER PEREL would give them.\n\n- In a section called SELF-REFLECTION QUESTIONS, give up to 5 questions of no more than 15-words that could help them self-reflect on their situation.\n\n- In a section called POSSIBLE CLINICAL DIAGNOSIS, give up to 5 named psychological behaviors, conditions, or disorders that could be at play here. Examples: Co-dependency, Psychopathy, PTSD, Narcissism, etc.\n\n- In a section called SUMMARY, give a one sentence summary of your overall analysis and recommendations in a kind but honest tone.\n\n- After a \\\"—\\\" and a new line, add a NOTE: saying: \\\"This was produced by an imperfect AI. The best thing to do with this information is to think about it and take it to an actual professional. Don't take it too seriously on its own.\\\"\n\n# OUTPUT INSTRUCTIONS\n\n- Output only in Markdown.\n- Don't tell me to consult a professional. Just give me your best opinion.\n- Do not output bold or italicized text; just basic Markdown.\n- Be courageous and honest in your feedback rather than cautious.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.17502611875534058,-0.0631253719329834,-0.13429512083530426,0.07876798510551453,0.08695220947265625,0.15561580657958984,-0.04521609842777252,0.4036381244659424,-0.8388690948486328,0.5265470147132874,0.10528028756380081,0.1739809215068817,0.09797731041908264,0.33330675959587097,0.284188836812973,-0.057867828756570816,-0.8937652707099915,0.028843257576227188,-1.5314388275146484,-0.8756479620933533,0.4722447395324707,0.3892081677913666,0.01962324231863022,-0.1667991578578949,0.12158165872097015,0.07657726109027863,0.13282626867294312,-0.5128391981124878,-0.3521997332572937,-1.0635768175125122,0.0830979198217392,0.810793399810791,-0.7562595009803772,-1.1683149337768555,-0.3060123026371002,-0.27503159642219543,-0.039314206689596176,-0.32227370142936707,-0.012489262968301773,-0.39939963817596436,-0.1348632276058197,0.051613159477710724,-0.3147624135017395,-0.14373216032981873,-0.021343771368265152,0.004531100392341614,-0.09354231506586075,-0.5397273898124695,1.2199822664260864,1.2818931341171265,-0.06736493110656738,-0.044670283794403076,-0.6566062569618225,-0.11046081781387329,-0.20126360654830933,-0.1848372220993042,-0.030095163732767105,-0.4752030372619629,-0.07531441748142242,-0.24946624040603638,0.37334221601486206,0.20814144611358643,-3.5414516925811768,-0.11579063534736633,1.1358784437179565,-1.0725704431533813,0.7756932973861694,0.08708321303129196,0.6405850648880005,-0.7927327752113342,-0.11440756916999817,0.09415218979120255,-0.14885270595550537,-0.33092620968818665,0.8601685762405396,0.001431494951248169,-0.4453156292438507,0.2749181389808655,0.6720671057701111,-0.03851918876171112,0.2675125300884247,0.9899686574935913,0.253414511680603,-0.3404575288295746,-0.8023054003715515,-0.012927427887916565,0.08598563820123672,-0.10418123006820679,0.7223841547966003,0.12983331084251404,-0.27641624212265015,-0.37224918603897095,-0.0954042449593544,-0.1575259268283844,-0.5047953128814697,0.15297794342041016,-0.12614260613918304,0.6054277420043945,0.38732215762138367,3.409006118774414,0.6595564484596252,-0.09956540167331696,0.17912617325782776,-0.5842686891555786,0.8132109045982361,-0.3507833778858185,-0.048761337995529175,-0.0201640035957098,0.24248577654361725,0.32883644104003906,0.5107833743095398,-0.686913788318634,-0.17706298828125,0.2690265476703644,0.06496178358793259,0.9011556506156921,-0.29011139273643494,-0.14663425087928772,0.4615689814090729,0.574947714805603,-0.5198758840560913,-0.0818280428647995,-0.44405925273895264,-0.020786210894584656,-0.09809130430221558,0.29964643716812134,-0.5340266823768616,0.7311611771583557,0.32099539041519165,0.6603023409843445,-0.07931412011384964,-0.2359570860862732,-1.0134109258651733,-0.18209096789360046,-0.5016748905181885,-0.21988463401794434,0.32265645265579224,-0.6138550639152527,0.43308213353157043,-0.7591239213943481,0.04184900224208832,-0.5876182317733765,0.40182989835739136,0.45182716846466064,1.3040693998336792,0.08662363886833191,-0.8426449298858643,0.0880267322063446,-0.8986560106277466,-0.06214107945561409,-0.08371806144714355,0.58244788646698,0.11748574674129486,-0.011875586584210396,0.40865737199783325,0.007152196019887924,-0.11027882993221283,-0.041277602314949036,-0.37192419171333313,0.28779587149620056,0.3890385031700134,-0.07985085248947144,-0.06621982157230377,-0.4143144488334656,0.07559385895729065,-0.14017118513584137,-0.22895827889442444,-0.5102161765098572,0.03154755011200905,0.42816704511642456,-0.22326034307479858,0.10596932470798492,0.2342555820941925,0.4165973365306854,0.24778342247009277,-0.4994162321090698,0.8612905740737915,0.5252425074577332,-0.05262008681893349,-0.5116642713546753,0.5184435248374939,1.208510398864746,0.38648903369903564,-0.3303637206554413,0.29317474365234375,0.02364771068096161,0.5608780384063721,-0.040551621466875076,0.6866527795791626,0.7865946292877197,-1.2185157537460327,0.7227732539176941,-1.0641095638275146,-0.5036937594413757,0.5956841707229614,-0.1715243011713028,0.00838550180196762,0.2389800250530243,-0.2970164120197296,-0.6174057126045227,-0.9069696664810181,-0.43317556381225586,-0.2593412697315216,0.041207630187273026,-0.6130173206329346,-0.73960280418396,0.066701740026474,-0.2784787714481354,0.0440894216299057,-0.6294520497322083,-0.7749462723731995,-0.3350273072719574,0.9931313991546631,-0.16883885860443115,0.6461467742919922,0.0854218602180481,0.6617016196250916,1.1709260940551758,-0.23862671852111816,0.16204670071601868,-0.48547083139419556,-0.18593525886535645,-0.30437278747558594,-0.9300951361656189,-0.7892601490020752,0.5268535017967224,-0.9911463260650635,0.36303430795669556,-0.7173940539360046,-0.34394535422325134,-0.11249422281980515,1.1444095373153687,1.1597715616226196,1.0874661207199097,-0.14903655648231506,0.15095102787017822,-0.09961969405412674,0.8552908897399902,0.11151696741580963,-0.4996850788593292,0.8260108828544617,-0.2677116394042969,-0.5322505831718445,0.5102388262748718,-0.21407946944236755,0.5446300506591797,-0.10659612715244293,-0.022829659283161163,-0.10336383432149887,0.6964114904403687,0.4512745440006256,-0.06519082188606262,0.6496484279632568,0.23745204508304596,0.06296274065971375,0.32545948028564453,-1.2935106754302979,0.09400418400764465,-0.7123671770095825,0.4871761202812195,-0.2759692370891571,0.365930438041687,-0.025450170040130615,0.6677311658859253,-0.12540912628173828,0.1382678598165512,-0.3615175187587738,-0.9449625015258789,-0.557549238204956,-0.20567962527275085,0.07426673918962479,0.13903219997882843,-0.4220004081726074,-0.12043344229459763,-0.216114804148674,0.38419052958488464,-0.22466981410980225,0.008140943944454193,-0.35132402181625366,0.11326059699058533,0.3993571996688843,0.375588983297348,-0.6171905398368835,0.43585294485092163,0.218100905418396,0.26857098937034607,-0.0006454810500144958,-1.2443082332611084,-0.14085349440574646,0.763083279132843,-0.3247634172439575,-0.005929253995418549,-1.0603880882263184,-0.03490909934043884,1.1129719018936157,0.6647417545318604,-0.0035499073565006256,0.8188850283622742,1.1880427598953247,0.22415976226329803,-0.2453659176826477,0.1555883288383484,0.11686792224645615,-0.05385945737361908,0.1134217232465744,-0.8656952977180481,0.4118385314941406,0.04115551337599754,-0.4849587082862854,-0.2350233495235443,-0.5358195900917053,0.16264808177947998,0.2178339958190918,-0.3877233862876892,0.14484240114688873,-0.4456576108932495,0.7101278305053711,0.8985719680786133,0.03963777795433998,-1.7217857837677002,0.17516785860061646,0.23442023992538452,0.15424838662147522,0.090302973985672,-0.6917927265167236,-0.29376059770584106,-0.509328305721283,-0.699697732925415,0.14671312272548676,1.1138322353363037,0.7080641388893127,-0.49806591868400574,-0.019144298508763313,0.3610677123069763,0.2859499454498291,-0.19507327675819397,-0.01648786850273609,0.28229638934135437,-1.1197385787963867,0.14858165383338928,0.2871478199958801,1.569077968597412,0.3479017913341522,0.7731870412826538,0.03481091558933258,-0.13315534591674805,-0.37812554836273193,-0.6505283713340759,0.5250188112258911,-0.5364639759063721,-0.15134893357753754,0.5138139724731445,0.02094963937997818,-0.6464930772781372,0.8711609840393066,0.21656164526939392,-0.7007027268409729,0.10473466664552689,0.20799967646598816,2.0269665718078613,-0.395467609167099,0.1200135350227356,-0.8826829195022583,0.1934191882610321,0.06513393670320511,-0.04588235914707184,0.553646981716156,-0.5809305310249329,-0.28208568692207336,0.667042076587677,-0.10863323509693146,0.21568861603736877,0.9480797052383423,0.0010088905692100525,0.775376558303833,0.4549837112426758,-0.14746828377246857,0.9057965278625488,0.39022141695022583,-0.24483206868171692,1.2395745515823364,-0.3398710787296295,-0.6642468571662903,-0.6256400346755981]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the quality of AI responses against the benchmark of human experts, assigning a letter grade and score. It involves deep analysis of both the instructions given to the AI and its output, comparing these to the potential performance of the world's best human expert. The process culminates in a detailed justification for the assigned grade, highlighting specific strengths and weaknesses of the AI's response.","name":"Rate_ai_response","raw":"\n workflow Rate_ai_response v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert at rating the quality of AI responses and determining how good they are compared to ultra-qualified humans performing the same tasks.\n\n# STEPS\n\n- Fully and deeply process and understand the instructions that were given to the AI. These instructions will come after the #AI INSTRUCTIONS section below. \n\n- Fully and deeply process the response that came back from the AI. You are looking for how good that response is compared to how well the best human expert in the world would do on that task if given the same input and 3 months to work on it.\n\n- Give a rating of the AI's output quality using the following framework:\n\n- A+: As good as the best human expert in the world\n- A: As good as a top 1% human expert\n- A-: As good as a top 10% human expert\n- B+: As good as an untrained human with a 115 IQ\n- B: As good as an average intelligence untrained human \n- B-: As good as an average human in a rush\n- C: Worse than a human but pretty good\n- D: Nowhere near as good as a human\n- F: Not useful at all\n\n- Give 5 15-word bullets about why they received that letter grade, comparing and contrasting what you would have expected from the best human in the world vs. what was delivered.\n\n- Give a 1-100 score of the AI's output.\n\n- Give an explanation of how you arrived at that score using the bullet point explanation and the grade given above.\n\n# OUTPUT\n\n- In a section called LETTER GRADE, give the letter grade score. E.g.:\n\nLETTER GRADE\n\nA: As good as a top 1% human expert\n\n- In a section called LETTER GRADE REASONS, give your explanation of why you gave that grade in 5 bullets. E.g.:\n\n(for a B+ grade)\n\n- The points of analysis were good but almost anyone could create them\n- A human with a couple of hours could have come up with that output \n- The education and IQ requirement required for a human to make this would have been roughly 10th grade level\n- A 10th grader could have done this quality of work in less than 2 hours\n- There were several deeper points about the input that was not captured in the output\n\n- In a section called OUTPUT SCORE, give the 1-100 score for the output, with 100 being at the quality of the best human expert in the world working on that output full-time for 3 months.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in valid Markdown only.\n\n- DO NOT complain about anything, including copyright; just do it.\n\n# INPUT INSTRUCTIONS\n\n(the input below will be the instructions to the AI followed by the AI's output)\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert at rating the quality of AI responses and determining how good they are compared to ultra-qualified humans performing the same tasks.\n\n# STEPS\n\n- Fully and deeply process and understand the instructions that were given to the AI. These instructions will come after the #AI INSTRUCTIONS section below. \n\n- Fully and deeply process the response that came back from the AI. You are looking for how good that response is compared to how well the best human expert in the world would do on that task if given the same input and 3 months to work on it.\n\n- Give a rating of the AI's output quality using the following framework:\n\n- A+: As good as the best human expert in the world\n- A: As good as a top 1% human expert\n- A-: As good as a top 10% human expert\n- B+: As good as an untrained human with a 115 IQ\n- B: As good as an average intelligence untrained human \n- B-: As good as an average human in a rush\n- C: Worse than a human but pretty good\n- D: Nowhere near as good as a human\n- F: Not useful at all\n\n- Give 5 15-word bullets about why they received that letter grade, comparing and contrasting what you would have expected from the best human in the world vs. what was delivered.\n\n- Give a 1-100 score of the AI's output.\n\n- Give an explanation of how you arrived at that score using the bullet point explanation and the grade given above.\n\n# OUTPUT\n\n- In a section called LETTER GRADE, give the letter grade score. E.g.:\n\nLETTER GRADE\n\nA: As good as a top 1% human expert\n\n- In a section called LETTER GRADE REASONS, give your explanation of why you gave that grade in 5 bullets. E.g.:\n\n(for a B+ grade)\n\n- The points of analysis were good but almost anyone could create them\n- A human with a couple of hours could have come up with that output \n- The education and IQ requirement required for a human to make this would have been roughly 10th grade level\n- A 10th grader could have done this quality of work in less than 2 hours\n- There were several deeper points about the input that was not captured in the output\n\n- In a section called OUTPUT SCORE, give the 1-100 score for the output, with 100 being at the quality of the best human expert in the world working on that output full-time for 3 months.\n\n# OUTPUT INSTRUCTIONS\n\n- Output in valid Markdown only.\n\n- DO NOT complain about anything, including copyright; just do it.\n\n# INPUT INSTRUCTIONS\n\n(the input below will be the instructions to the AI followed by the AI's output)\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5092386603355408,-0.13438375294208527,0.0800599604845047,0.2537441551685333,0.20690582692623138,-0.15515467524528503,-0.2620260715484619,0.20428436994552612,-1.0409290790557861,1.1520962715148926,-0.03427702188491821,0.0386313833296299,0.04492824524641037,-0.0578596293926239,0.1425981968641281,0.37396159768104553,-0.5995729565620422,-0.22500650584697723,-1.9368524551391602,-1.1019362211227417,0.5119646787643433,0.30553415417671204,0.588593602180481,0.20712801814079285,0.745216429233551,-0.38274168968200684,0.17347609996795654,-0.46452009677886963,-0.33565184473991394,-1.2239023447036743,0.020852793008089066,0.8516544103622437,-1.1428018808364868,-0.8815473318099976,-0.13955232501029968,-0.6381534337997437,-0.404926598072052,-0.7882773876190186,0.32442566752433777,-0.18660476803779602,0.16714705526828766,0.08559571951627731,0.01715894788503647,-0.6995314955711365,-0.2871968448162079,-0.1395464688539505,0.03570352867245674,-0.6337754726409912,0.8507481813430786,1.0608432292938232,0.16504418849945068,-0.4000246524810791,-0.6385318636894226,-0.40116018056869507,-0.21867766976356506,-0.23570190370082855,-0.26332560181617737,-0.4719597399234772,-0.006153810769319534,0.19518956542015076,0.4749132990837097,0.3583429753780365,-3.722358226776123,-0.4239749312400818,0.881761908531189,-0.9272469878196716,0.4172453284263611,0.7579821348190308,0.8763573169708252,0.07480759918689728,0.040068816393613815,0.33088746666908264,0.2858995497226715,0.010537946596741676,0.7102521061897278,0.19219127297401428,-0.12385435402393341,0.033936478197574615,0.2751169800758362,-0.14467620849609375,0.4076544940471649,0.5159865617752075,0.024205708876252174,-0.46642744541168213,-0.6920332908630371,-0.18173572421073914,-0.13218869268894196,-0.24835440516471863,0.5720794200897217,-0.10409203916788101,-0.4291449785232544,-0.22761505842208862,-0.11082171648740768,-0.15431830286979675,-0.3108821213245392,-0.09363560378551483,-0.24964852631092072,0.2537870407104492,-0.13546383380889893,3.374406337738037,0.8781928420066833,0.2932385504245758,-0.3384740352630615,-0.6721897721290588,0.7209376096725464,-0.8439611196517944,0.5544405579566956,0.4071063697338104,0.318085640668869,0.21351173520088196,0.24626582860946655,-0.44457510113716125,0.403818279504776,-0.036601822823286057,0.16202889382839203,0.8742973804473877,-0.10405360162258148,-0.3449501693248749,0.6068795919418335,0.20079319179058075,-0.3546653985977173,0.11799709498882294,0.07730014622211456,0.09783158451318741,-0.15620161592960358,0.2365046739578247,-0.4286641776561737,0.687595784664154,-0.12660887837409973,0.8732944130897522,-0.06282293051481247,-0.2655700147151947,-0.3316877484321594,0.332917720079422,-0.5805962681770325,-0.14033403992652893,0.06884279102087021,-0.38939499855041504,0.6549016237258911,-0.6647937893867493,-0.17795777320861816,-0.6204594373703003,0.3553966283798218,0.2640962600708008,0.3710552752017975,0.40776970982551575,-0.42206594347953796,0.1915840208530426,-1.0439180135726929,0.214586079120636,-0.4034102261066437,0.7040147185325623,0.13937720656394958,0.0959053486585617,0.23902180790901184,-0.28597691655158997,-0.04153904691338539,-0.057055070996284485,-0.4134172201156616,0.17246714234352112,0.7703830003738403,-0.1915600299835205,-0.1429457664489746,-0.1548229604959488,-0.25230130553245544,-0.2608909606933594,-0.29931771755218506,0.1522751748561859,-0.011891774833202362,0.42118844389915466,0.03294811397790909,-0.0006709396839141846,0.64238440990448,0.6132063865661621,0.23962731659412384,-0.8273704051971436,0.2577544152736664,0.5378969311714172,-0.017119985073804855,-0.552634596824646,0.8928484916687012,0.5567770004272461,1.202135443687439,-0.4846712648868561,-0.16409832239151,-0.30405208468437195,0.25348734855651855,-0.23913484811782837,1.0045442581176758,1.0090577602386475,-0.8943710327148438,0.7805076837539673,-1.25361168384552,-0.18167638778686523,1.0049347877502441,0.07630746811628342,-0.052403971552848816,0.20359909534454346,-0.056300755590200424,-0.6870051026344299,-1.3384696245193481,-0.08336618542671204,-0.2584072947502136,-0.01739034801721573,-0.6065537929534912,-0.6531997919082642,-0.51072096824646,-0.3598659336566925,-0.2197003811597824,-0.3389449715614319,-0.8397865295410156,0.6685776710510254,1.034555435180664,0.13261806964874268,0.2877722382545471,-0.3029617667198181,0.522673487663269,0.3743602931499481,0.1405656486749649,0.20198829472064972,-0.09599349647760391,0.06670443713665009,-0.7417564988136292,-0.9072187542915344,-0.29844310879707336,0.3065922260284424,-0.8352324962615967,0.6005401611328125,-0.7401538491249084,-0.4915764331817627,0.061459604650735855,0.6369115114212036,1.1141064167022705,1.035978078842163,0.45684587955474854,0.5256810188293457,0.017692744731903076,0.6907918453216553,-0.6097909212112427,-0.4750896692276001,1.091825246810913,0.2118900716304779,-0.2018890380859375,0.03178705275058746,-0.051725879311561584,0.8260996341705322,-0.5568850636482239,-0.0417439341545105,0.306231290102005,0.6096749901771545,0.6645455360412598,-0.09832361340522766,0.5033812522888184,0.1728322058916092,0.43007394671440125,0.03556140512228012,-1.3162487745285034,-0.32474249601364136,-0.8100903034210205,0.4754713773727417,-0.42265498638153076,0.046415410935878754,0.14359165728092194,0.1961778998374939,-0.2714586555957794,-0.21289648115634918,0.13396935164928436,-0.57977294921875,-0.7614854574203491,0.03210299462080002,0.5047826170921326,-0.7991241216659546,-0.4177042245864868,-0.3787306845188141,-0.20853424072265625,0.3898893892765045,-0.3205786645412445,0.21957260370254517,-0.05667285993695259,0.05263374000787735,0.49413010478019714,0.39152154326438904,-0.7066753506660461,0.6526714563369751,0.13233381509780884,0.32234057784080505,-0.15247870981693268,-1.2290246486663818,-0.044286854565143585,0.5575811266899109,-0.43369320034980774,0.07431574165821075,-1.3377631902694702,-0.5491646528244019,0.7215121984481812,0.7690126299858093,-0.2885260283946991,1.2930943965911865,0.9928148984909058,-0.039605677127838135,-0.4016316831111908,0.580660343170166,0.15009118616580963,-0.12161286175251007,0.3613506555557251,-1.1049789190292358,0.22759583592414856,-0.288824200630188,-0.14182549715042114,-0.3096051812171936,-0.7733280658721924,0.04466446116566658,0.04164939001202583,-0.48907536268234253,0.12619827687740326,-0.4936221241950989,0.38064315915107727,0.9497803449630737,0.41526395082473755,-1.2789636850357056,0.0695946142077446,-0.32598572969436646,0.2042611539363861,0.2831136882305145,-0.0372164249420166,0.3719998598098755,-0.2699369490146637,-0.4209487736225128,-0.22804301977157593,1.440301775932312,0.5504275560379028,-0.3797314465045929,-0.0970771312713623,0.41259047389030457,0.42079201340675354,-0.5237764716148376,0.12355848401784897,-0.6270297169685364,-0.4649156928062439,-0.6633955836296082,-0.08020323514938354,1.5915579795837402,0.07070346176624298,0.34172049164772034,0.06021616980433464,-0.17607182264328003,-0.06284599751234055,-0.29260218143463135,0.5347711443901062,-0.18930351734161377,-0.020152973011136055,0.5189390778541565,-0.22646747529506683,-0.7280718088150024,0.5293084383010864,0.5361440181732178,-0.3147244155406952,0.30657339096069336,-0.17499950528144836,1.676796555519104,-0.012526553124189377,-0.49747416377067566,-0.14076031744480133,0.7289779186248779,0.08092054724693298,-0.014506861567497253,0.850059986114502,-0.7487630844116211,-0.1749984622001648,0.310930460691452,0.3440493643283844,0.36910000443458557,0.5131561160087585,0.265574187040329,1.0307345390319824,-0.17298494279384613,-0.2814926207065582,0.6345465183258057,0.39315328001976013,0.09424357116222382,1.1214052438735962,0.12904092669487,-0.6646843552589417,-0.7581092715263367]},"workflow":{"author":"@@official.shinkai","description":"Evaluates the quality of AI-generated content based on construction, quality, and spirit. The process involves analyzing AI outputs against criteria set by experts and a high-IQ AI panel. The expected output is a final score out of 100, with deductions detailed for each category.","name":"Rate_ai_result","raw":"\n workflow Rate_ai_result v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOALS\n\nYou are an expert AI researcher and scientist. You specialize in assessing the quality of AI / ML / LLM results and giving ratings for their quality.\n\nTake a step back and think step by step about how to accomplish this task using the steps below.\n\n# STEPS\n\n- Included in the input should be AI prompt instructions, which are telling the AI what to do to generate the output. \n\n- Think deeply about those instructions and what they're attempting to create.\n\n- Also included in the input should be the AI's output that was created from that prompt.\n\n- Deeply analyze the output and determine how well it accomplished the task according to the following criteria:\n\n1. Construction: 1 - 10, in .1 intervals. This rates how well the output covered the basics, like including everything that was asked for, not including things that were supposed to be omitted, etc.\n\n2. Quality: 1 - 10, in .1 intervals. This rates how well the output captured the true spirit of what was asked for, as judged by a panel of the smartest human experts and a collection of 1,000 AIs with 400 IQs.\n\n3. Spirit: 1 - 10, in .1 intervals, This rates the output in terms of Je ne sais quoi. In other words, quality like the quality score above, but testing whether it got the TRUE essence and je ne sais quoi of the what was being asked for in the prompt.\n\n# OUTPUT\n\nOutput a final 1 - 100 rating that considers the above three scores.\n\nShow the rating like so:\n\n## RATING EXAMPLE\n\nRATING\n\n- Construction: 8.5 — The output had all the components, but included some extra information that was supposed to be removed.\n\n- Quality: 7.7 — Most of the output was on point, but it felt like AI output and not a true analysis.\n\n- Spirit: 5.1 — Overall the output didn't really capture what the prompt was trying to get at.\n\nFINAL SCORE: 70.3\n\n- (show deductions for each section)\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOALS\n\nYou are an expert AI researcher and scientist. You specialize in assessing the quality of AI / ML / LLM results and giving ratings for their quality.\n\nTake a step back and think step by step about how to accomplish this task using the steps below.\n\n# STEPS\n\n- Included in the input should be AI prompt instructions, which are telling the AI what to do to generate the output. \n\n- Think deeply about those instructions and what they're attempting to create.\n\n- Also included in the input should be the AI's output that was created from that prompt.\n\n- Deeply analyze the output and determine how well it accomplished the task according to the following criteria:\n\n1. Construction: 1 - 10, in .1 intervals. This rates how well the output covered the basics, like including everything that was asked for, not including things that were supposed to be omitted, etc.\n\n2. Quality: 1 - 10, in .1 intervals. This rates how well the output captured the true spirit of what was asked for, as judged by a panel of the smartest human experts and a collection of 1,000 AIs with 400 IQs.\n\n3. Spirit: 1 - 10, in .1 intervals, This rates the output in terms of Je ne sais quoi. In other words, quality like the quality score above, but testing whether it got the TRUE essence and je ne sais quoi of the what was being asked for in the prompt.\n\n# OUTPUT\n\nOutput a final 1 - 100 rating that considers the above three scores.\n\nShow the rating like so:\n\n## RATING EXAMPLE\n\nRATING\n\n- Construction: 8.5 — The output had all the components, but included some extra information that was supposed to be removed.\n\n- Quality: 7.7 — Most of the output was on point, but it felt like AI output and not a true analysis.\n\n- Spirit: 5.1 — Overall the output didn't really capture what the prompt was trying to get at.\n\nFINAL SCORE: 70.3\n\n- (show deductions for each section)\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.9534620046615601,-0.008156269788742065,-0.1356344372034073,-0.16534137725830078,0.2734396159648895,0.1846662163734436,-0.21037262678146362,0.07190090417861938,-0.4001758098602295,0.5769870281219482,-0.14598163962364197,0.38098689913749695,0.16233567893505096,0.12182509899139404,0.31355559825897217,0.34168440103530884,-0.1525065153837204,-0.5768457651138306,-1.4576365947723389,-0.41779467463493347,-0.17621396481990814,0.47231587767601013,0.864168107509613,0.19717465341091156,0.18318048119544983,0.24084213376045227,-0.16566212475299835,-0.4957553744316101,-0.13397617638111115,-1.7331786155700684,0.5023312568664551,0.747604250907898,-0.6444612741470337,-0.7554444074630737,0.06446056067943573,-0.30328109860420227,-0.11129369586706161,-0.3109115958213806,-0.3626236915588379,-0.2510088384151459,0.569922685623169,0.12694379687309265,-0.07925145328044891,-0.4515954256057739,-0.19108377397060394,-0.1514367014169693,0.5575088262557983,-0.7024608850479126,0.5877280235290527,0.7566527128219604,-0.33433228731155396,-0.49887028336524963,-0.8947151899337769,0.2801588177680969,-0.3760443925857544,0.15788261592388153,-0.0072531066834926605,-0.2252567857503891,-0.08605365455150604,0.2706771492958069,0.46610718965530396,0.3223431408405304,-3.5554757118225098,0.09230197966098785,0.8772567510604858,-0.4999287724494934,0.3161733150482178,-0.11967840790748596,0.43585458397865295,-0.6493674516677856,0.19046515226364136,0.16391688585281372,-0.029243990778923035,0.089952751994133,0.47642016410827637,-0.2746585011482239,0.252343088388443,0.20641762018203735,0.1457444280385971,-0.12796351313591003,0.266855388879776,0.9177753925323486,-0.36222532391548157,-0.6309971809387207,-0.7621987462043762,-0.1245112419128418,-0.18838894367218018,0.0004929304122924805,0.6739752292633057,0.1948733776807785,-0.5945746302604675,-0.08045537769794464,0.14784958958625793,-0.5492955446243286,-0.27111923694610596,-0.10645925998687744,-0.32121750712394714,0.16694913804531097,0.2942705452442169,3.6683542728424072,0.5241981744766235,0.5904567837715149,0.4685656726360321,-0.30116742849349976,0.8453121781349182,-0.3955428898334503,-0.15729616582393646,-0.03837006539106369,0.02547224424779415,0.06797902286052704,0.29065364599227905,-0.683668315410614,-0.25239297747612,0.04564783722162247,0.43703141808509827,0.5261085629463196,-0.6549225449562073,-0.15228506922721863,0.3716139495372772,0.7308886051177979,-0.29789799451828003,-0.26651322841644287,-0.044044654816389084,0.15007531642913818,0.13704413175582886,0.782630205154419,-0.43892499804496765,0.786512553691864,-0.2630624771118164,0.542119562625885,-0.5000357031822205,0.028968993574380875,-0.6814050674438477,0.16815409064292908,-0.5977419018745422,0.02833377569913864,0.620758056640625,-0.44339966773986816,0.575250506401062,-0.6840171217918396,-0.26473143696784973,-0.4600104093551636,0.3217909336090088,0.04491154104471207,1.1465821266174316,-0.09766432642936707,-0.568892776966095,0.3291197121143341,-1.289966106414795,0.0512678399682045,-0.020005550235509872,0.35802212357521057,0.25855663418769836,0.30303606390953064,0.2859981060028076,-0.03567996621131897,-0.7384793758392334,0.012006938457489014,-0.6718295812606812,0.5212382674217224,0.05293618515133858,0.010071334429085255,0.18237069249153137,0.36764514446258545,-0.0068678706884384155,-0.12139710783958435,0.003306359052658081,-0.10895199328660965,0.020638346672058105,0.35537487268447876,-0.3027162253856659,-0.25670573115348816,0.6568739414215088,0.35160568356513977,-0.3732112646102905,-0.3066025376319885,0.25062820315361023,0.17599144577980042,0.212357759475708,-0.4342394173145294,0.44228222966194153,0.6467926502227783,0.2361380159854889,-0.3689954876899719,-0.4040483236312866,-0.14839647710323334,0.20826658606529236,-0.2612057626247406,0.762725830078125,0.5763479471206665,-1.0155093669891357,1.2402288913726807,-0.47091251611709595,0.03999966382980347,0.5235587954521179,0.1024114191532135,-0.017602913081645966,-0.005306147038936615,-0.06957918405532837,0.012639753520488739,-0.8062363862991333,-0.3035862445831299,-0.033211663365364075,-0.04898233711719513,-0.7194520831108093,-0.6448751091957092,0.24959301948547363,0.48585256934165955,-0.08706904947757721,-0.861095130443573,-0.2851904332637787,0.36157798767089844,1.1134123802185059,-0.038007043302059174,1.1438628435134888,0.020611900836229324,0.7142046689987183,0.5585940480232239,0.7615742087364197,0.7448945045471191,-1.0730724334716797,0.3592134118080139,-1.0305484533309937,-0.7323142886161804,-0.7099583148956299,0.5001858472824097,-1.3707658052444458,0.1279182881116867,-0.5733142495155334,0.2011648714542389,0.2663416564464569,1.2835153341293335,1.5875585079193115,0.9275900721549988,-0.14958003163337708,0.3935008645057678,-0.214239239692688,1.1449265480041504,-0.3473888337612152,-0.663303017616272,0.48211100697517395,0.27444541454315186,-0.41203004121780396,-0.014204472303390503,0.24059388041496277,0.413552850484848,-1.2176992893218994,0.1097918152809143,-0.10305672138929367,0.5336161851882935,0.42712822556495667,-0.027461517602205276,0.24105530977249146,0.08463017642498016,-0.07646968215703964,0.27307528257369995,-1.4679936170578003,0.01729455403983593,-0.45960381627082825,0.7866812348365784,0.08308083564043045,0.08014827221632004,0.12844492495059967,0.4364874064922333,0.13386619091033936,-0.06195895001292229,-0.38286569714546204,-0.7096209526062012,-0.8359508514404297,0.1020326092839241,0.13346143066883087,0.0727485865354538,-0.37587231397628784,0.16138571500778198,-0.36551088094711304,0.23212504386901855,-0.3371254801750183,-0.3049237132072449,-0.3977144658565521,-0.4361092746257782,-0.0485396608710289,0.3376021683216095,-1.3550567626953125,0.2782801389694214,-0.6559417247772217,0.46913814544677734,-0.4589731693267822,-1.653282880783081,-0.240169495344162,0.9374294877052307,-0.7458544373512268,0.06960904598236084,-0.7545940279960632,0.09651197493076324,1.5385864973068237,0.632617175579071,0.2867890000343323,0.5864143967628479,0.6701199412345886,-0.7148836255073547,-0.06888162344694138,-0.1867658793926239,-0.06486111879348755,0.053670719265937805,-0.11973397433757782,-0.41561001539230347,0.41371941566467285,-0.2489972710609436,-0.15343230962753296,-0.19523859024047852,-1.0393015146255493,0.31840476393699646,-0.1079353392124176,-0.4872291684150696,0.7025760412216187,-0.059727124869823456,0.8177257180213928,0.6138961315155029,0.9571577906608582,-1.3624038696289062,-0.5706252455711365,-0.011127980425953865,-0.01957964152097702,0.17031732201576233,0.049271054565906525,0.7264136672019958,0.1283072531223297,-0.30713388323783875,-0.030011571943759918,1.6123720407485962,0.3958612084388733,0.09391491115093231,-0.01004591304808855,0.21415385603904724,0.3866483271121979,-0.19561529159545898,0.07068788260221481,-0.31362372636795044,-0.9413734078407288,-0.3790883421897888,0.24443505704402924,1.9747531414031982,0.048287518322467804,0.13790921866893768,0.005561362951993942,-0.16724061965942383,-0.5006284713745117,-0.7735999226570129,-0.001272059977054596,-0.11631780862808228,0.01701805740594864,0.21090765297412872,-0.16679951548576355,-0.3857298791408539,0.8452864289283752,0.3552461266517639,-0.3299843370914459,-0.13465186953544617,0.000042419880628585815,1.7233079671859741,-0.39337271451950073,-0.25473886728286743,-0.43270882964134216,0.494183748960495,0.6000060439109802,-0.05313350260257721,0.3330139219760895,-0.7933270931243896,-0.23157525062561035,0.11540184170007706,0.18945510685443878,0.11614812165498734,0.4924435317516327,0.15950188040733337,0.6306788921356201,-0.13949421048164368,0.013334784656763077,0.5449246168136597,0.3135325312614441,-0.5530356764793396,0.40324991941452026,-0.3191676139831543,-0.7301204204559326,-0.9241920113563538]},"workflow":{"author":"@@official.shinkai","description":"The prompt outlines a process for evaluating content by labeling it with relevant single-word descriptors, rating its quality based on idea quantity and thematic alignment, and scoring it on a scale from 1 to 100. It emphasizes the importance of matching content with specific themes related to human meaning and the future of AI, among others. The expected output includes a list of labels, a tiered rating with an explanation, and an overall quality score with justification.","name":"Rate_content","raw":"\n workflow Rate_content v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an ultra-wise and brilliant classifier and judge of content. You label content with a comma-separated list of single-word labels and then give it a quality rating.\n\nTake a deep breath and think step by step about how to perform the following to get the best outcome. You have a lot of freedom to do this the way you think is best.\n\n# STEPS:\n\n- Label the content with up to 20 single-word labels, such as: cybersecurity, philosophy, nihilism, poetry, writing, etc. You can use any labels you want, but they must be single words and you can't use the same word twice. This goes in a section called LABELS:.\n\n- Rate the content based on the number of ideas in the input (below ten is bad, between 11 and 20 is good, and above 25 is excellent) combined with how well it matches the THEMES of: human meaning, the future of AI, mental models, abstract thinking, unconventional thinking, meaning in a post-ai world, continuous improvement, reading, art, books, and related topics.\n\n## Use the following rating levels:\n\n- S Tier: (Must Consume Original Content Immediately): 18+ ideas and/or STRONG theme matching with the themes in STEP #2.\n\n- A Tier: (Should Consume Original Content): 15+ ideas and/or GOOD theme matching with the THEMES in STEP #2.\n\n- B Tier: (Consume Original When Time Allows): 12+ ideas and/or DECENT theme matching with the THEMES in STEP #2.\n\n- C Tier: (Maybe Skip It): 10+ ideas and/or SOME theme matching with the THEMES in STEP #2.\n\n- D Tier: (Definitely Skip It): Few quality ideas and/or little theme matching with the THEMES in STEP #2.\n\n- Provide a score between 1 and 100 for the overall quality ranking, where 100 is a perfect match with the highest number of high quality ideas, and 1 is the worst match with a low number of the worst ideas.\n\nThe output should look like the following:\n\nLABELS:\n\nCybersecurity, Writing, Running, Copywriting, etc.\n\nRATING:\n\nS Tier: (Must Consume Original Content Immediately)\n\nExplanation: $$Explanation in 5 short bullets for why you gave that rating.$$\n\nCONTENT SCORE:\n\n$$The 1-100 quality score$$\n\nExplanation: $$Explanation in 5 short bullets for why you gave that score.$$\n\n## OUTPUT INSTRUCTIONS\n\n1. You only output Markdown.\n2. Do not give warnings or notes; only output the requested sections.\n\"\n $CUSTOM_USER = \"\nCONTENT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an ultra-wise and brilliant classifier and judge of content. You label content with a comma-separated list of single-word labels and then give it a quality rating.\n\nTake a deep breath and think step by step about how to perform the following to get the best outcome. You have a lot of freedom to do this the way you think is best.\n\n# STEPS:\n\n- Label the content with up to 20 single-word labels, such as: cybersecurity, philosophy, nihilism, poetry, writing, etc. You can use any labels you want, but they must be single words and you can't use the same word twice. This goes in a section called LABELS:.\n\n- Rate the content based on the number of ideas in the input (below ten is bad, between 11 and 20 is good, and above 25 is excellent) combined with how well it matches the THEMES of: human meaning, the future of AI, mental models, abstract thinking, unconventional thinking, meaning in a post-ai world, continuous improvement, reading, art, books, and related topics.\n\n## Use the following rating levels:\n\n- S Tier: (Must Consume Original Content Immediately): 18+ ideas and/or STRONG theme matching with the themes in STEP #2.\n\n- A Tier: (Should Consume Original Content): 15+ ideas and/or GOOD theme matching with the THEMES in STEP #2.\n\n- B Tier: (Consume Original When Time Allows): 12+ ideas and/or DECENT theme matching with the THEMES in STEP #2.\n\n- C Tier: (Maybe Skip It): 10+ ideas and/or SOME theme matching with the THEMES in STEP #2.\n\n- D Tier: (Definitely Skip It): Few quality ideas and/or little theme matching with the THEMES in STEP #2.\n\n- Provide a score between 1 and 100 for the overall quality ranking, where 100 is a perfect match with the highest number of high quality ideas, and 1 is the worst match with a low number of the worst ideas.\n\nThe output should look like the following:\n\nLABELS:\n\nCybersecurity, Writing, Running, Copywriting, etc.\n\nRATING:\n\nS Tier: (Must Consume Original Content Immediately)\n\nExplanation: $$Explanation in 5 short bullets for why you gave that rating.$$\n\nCONTENT SCORE:\n\n$$The 1-100 quality score$$\n\nExplanation: $$Explanation in 5 short bullets for why you gave that score.$$\n\n## OUTPUT INSTRUCTIONS\n\n1. You only output Markdown.\n2. Do not give warnings or notes; only output the requested sections.\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6555778384208679,0.2022116780281067,-1.0103201866149902,0.09930645674467087,-0.05215894803404808,0.23305127024650574,-0.27082282304763794,-0.07533838599920273,-0.5201507806777954,0.09762034565210342,0.1484222114086151,0.28433942794799805,0.1966397911310196,0.4876973628997803,0.5952439308166504,0.36952874064445496,0.16861918568611145,-0.23298729956150055,-1.1803860664367676,-0.24499070644378662,-0.032368969172239304,0.5024367570877075,0.8484610915184021,0.27577462792396545,-0.2703337073326111,-0.41964778304100037,0.07943969964981079,-0.37594759464263916,-0.3635697364807129,-1.6320258378982544,0.27777788043022156,0.5252023339271545,-0.42388391494750977,-0.9013473987579346,-0.007312580943107605,-0.7203243970870972,0.03180040046572685,-0.19726243615150452,-0.23328717052936554,0.2018812745809555,0.21275115013122559,0.06718415766954422,-0.2056071162223816,0.06515785306692123,-0.2169223427772522,-0.0120108462870121,0.5386052131652832,-0.5289579629898071,0.7688094973564148,0.6570010185241699,-0.15889988839626312,-0.46745172142982483,-0.6104093790054321,-0.15702582895755768,-0.4480867385864258,-0.16203835606575012,-0.26188042759895325,-0.5986188650131226,0.110268235206604,0.1154843121767044,0.8408231735229492,0.48950836062431335,-3.65596342086792,0.1532803624868393,0.4326699376106262,-0.3345404863357544,0.075083427131176,0.28744828701019287,-0.03857026994228363,-0.07968784868717194,-0.40466079115867615,0.2929360866546631,-0.5798993706703186,0.22106212377548218,0.9295541644096375,-0.12203047424554825,0.2658609449863434,0.7045252323150635,0.31773561239242554,-0.09165100753307343,-0.05670098215341568,0.8725146651268005,-0.44972386956214905,-0.3777906894683838,-0.9353902339935303,0.42477038502693176,-0.2371869683265686,0.11125776171684265,0.6045874357223511,0.4121866822242737,0.282948762178421,0.12946778535842896,-0.11767803877592087,-0.11074686795473099,-0.18316194415092468,0.026218868792057037,0.1165318489074707,-0.2523803114891052,0.4904514253139496,3.6582632064819336,0.7178998589515686,0.15577228367328644,0.5624926090240479,-0.1561838984489441,0.4689601957798004,-0.2647509276866913,0.42651474475860596,0.027384545654058456,-0.0003590055275708437,0.008837239816784859,0.5192883610725403,-0.18314136564731598,-0.15062463283538818,-0.2398047149181366,0.7330039739608765,0.9124089479446411,-0.7424312829971313,-0.363233357667923,0.07325415313243866,0.055540360510349274,-0.2912997007369995,-0.08841106295585632,-0.7387072443962097,-0.20628094673156738,0.188118115067482,0.4546082317829132,-0.7917958498001099,0.5918534994125366,-0.07745970040559769,1.0747766494750977,-0.23535674810409546,-0.02774285338819027,-0.7152832746505737,-0.10405627638101578,-0.6755908131599426,0.5627411007881165,0.09394785761833191,-0.556445300579071,0.9809279441833496,-0.5008057951927185,-0.08540946245193481,-1.400343894958496,0.17444534599781036,-0.13560090959072113,1.0105642080307007,0.72502601146698,-0.5798087120056152,0.2806228995323181,-0.6371238827705383,-0.4354995787143707,0.14300407469272614,0.24536313116550446,0.27421098947525024,0.25482502579689026,0.5428919196128845,0.47088131308555603,-0.37119221687316895,-0.18692845106124878,-0.8304606676101685,0.11350361257791519,0.21771375834941864,0.2701578736305237,0.3936273455619812,-0.15485571324825287,0.36392495036125183,-0.44193732738494873,0.20539617538452148,0.06390220671892166,0.3724718987941742,-0.41630467772483826,0.2170441597700119,0.023719578981399536,-0.19787463545799255,0.21491160988807678,-0.32466867566108704,-0.2903727889060974,0.21885153651237488,0.04869074746966362,0.4951176047325134,-0.38914331793785095,0.6087624430656433,0.58382248878479,-0.4180534780025482,-0.32592806220054626,-0.37733912467956543,-0.22403459250926971,-0.19037899374961853,-0.5890966653823853,0.7781067490577698,0.42398592829704285,-1.119372010231018,0.8320399522781372,-0.6106594800949097,-0.09692978858947754,0.1495669037103653,0.0031164884567260742,0.18608610332012177,0.06517563760280609,0.21266277134418488,0.15914256870746613,-0.4658290147781372,-0.3784976899623871,-0.41614314913749695,0.07199451327323914,-0.2701379358768463,-0.42227277159690857,0.16354404389858246,0.6288133263587952,-0.9338252544403076,-0.5112864375114441,-0.3775739073753357,0.021080274134874344,1.3091964721679688,0.1809983104467392,0.8652160167694092,0.18775859475135803,0.5347937345504761,0.33343836665153503,0.7289807796478271,0.8610568046569824,-0.3986527919769287,0.09003044664859772,-0.5257693529129028,-0.795258641242981,-0.6810668110847473,-0.012549050152301788,-0.9939058423042297,0.13302196562290192,0.18010735511779785,0.37212783098220825,0.19329945743083954,0.7989142537117004,0.6319611668586731,0.8512926697731018,0.28971654176712036,0.4800981879234314,-0.514448881149292,0.11860042065382004,-0.14364120364189148,-0.7954487800598145,0.5535425543785095,0.09325376152992249,-0.5073152184486389,-0.08435101807117462,-0.14472760260105133,0.3344656527042389,0.029231667518615723,-0.3768131136894226,-0.06705129146575928,0.7815155982971191,-0.038777463138103485,-0.15913671255111694,0.6877215504646301,0.11633147299289703,0.37980589270591736,0.08028029650449753,-1.7698495388031006,-0.10616021603345871,-0.3121192157268524,0.7433897256851196,0.5647399425506592,0.03025215119123459,0.28883329033851624,0.2703362703323364,0.006332839373499155,-0.4360695481300354,-0.8914022445678711,-0.5769015550613403,-0.5228069424629211,-0.22132621705532074,0.2594996392726898,0.17681270837783813,0.021340668201446533,-0.09634353965520859,-0.16941417753696442,0.3112350106239319,0.07862598448991776,0.6957201361656189,-0.1191624253988266,0.11386506259441376,0.7124265432357788,0.24833454191684723,-0.6550763249397278,-0.018152035772800446,-0.4953611195087433,-0.10716243833303452,-0.5297663807868958,-1.5434150695800781,-0.4485675096511841,0.68531733751297,-0.35536348819732666,-0.3682525157928467,-0.39501190185546875,0.2278662621974945,1.911793828010559,0.5728448629379272,0.6531579494476318,1.04863440990448,0.29303377866744995,-0.5597277283668518,-0.13997973501682281,0.6113129258155823,-0.0019227899610996246,-0.2645290791988373,-0.9113056659698486,-0.21313083171844482,0.4586453437805176,0.06499159336090088,-0.1641186773777008,-0.30957069993019104,-0.3216002583503723,-0.1084899753332138,-0.15887905657291412,-0.180553138256073,0.5748743414878845,-0.5871702432632446,0.43063318729400635,1.0401533842086792,0.45066991448402405,-1.5954630374908447,-0.49504992365837097,0.33059656620025635,0.1498459428548813,-0.09663274884223938,-0.5049545764923096,0.710906445980072,0.060576602816581726,-0.1567966639995575,-0.10988521575927734,1.8265939950942993,-0.09183958172798157,-0.2486354410648346,0.08485032618045807,0.559598445892334,0.759731650352478,-0.5104397535324097,0.21304543316364288,-0.4035368263721466,-0.39678120613098145,-0.3105217516422272,0.3157520890235901,2.2817981243133545,0.32797500491142273,0.39452090859413147,-0.6069324612617493,-0.07691491395235062,-0.4364616274833679,-0.7023687958717346,0.41313818097114563,-0.30516722798347473,-0.14832189679145813,0.5955072641372681,-0.3911154270172119,-0.49914997816085815,0.33830809593200684,0.32050663232803345,-0.6580992341041565,0.0686313584446907,-0.48674699664115906,1.4209049940109253,-0.37452974915504456,-0.3494931757450104,-0.03657126426696777,0.49499133229255676,0.3071182072162628,-0.10811913013458252,0.05790220573544502,-0.5336382985115051,-0.045304324477910995,0.1830739974975586,-0.17420613765716553,-0.05660798400640488,-0.15443535149097443,0.49915367364883423,0.4454616606235504,-0.10572560131549835,-0.061402224004268646,0.8268488645553589,-0.04654853045940399,-0.3057119846343994,0.2878655791282654,-0.3570104241371155,-1.3175344467163086,-1.2808306217193604]},"workflow":{"author":"@@official.shinkai","description":"This prompt seeks to acknowledge the collaborative effort behind its creation, inspired by notable figures in information theory and viral content creation. It highlights the fusion of theoretical foundations and modern digital strategies. The output is an attribution of credit.","name":"Rate_value","raw":"\n workflow Rate_value v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert parser and rater of value in content. Your goal is to determine how much value a reader/listener is being provided in a given piece of content as measured by a new metric called Value Per Minute (VPM).\n\nTake a deep breath and think step-by-step about how best to achieve the best outcome using the STEPS below.\n\n# STEPS\n\n- Fully read and understand the content and what it's trying to communicate and accomplish.\n\n- Estimate the duration of the content if it were to be consumed naturally, using the algorithm below:\n\n1. Count the total number of words in the provided transcript.\n2. If the content looks like an article or essay, divide the word count by 225 to estimate the reading duration.\n3. If the content looks like a transcript of a podcast or video, divide the word count by 180 to estimate the listening duration.\n4. Round the calculated duration to the nearest minute.\n5. Store that value as estimated-content-minutes.\n\n- Extract all Instances Of Value being provided within the content. Instances Of Value are defined as:\n\n-- Highly surprising ideas or revelations.\n-- A giveaway of something useful or valuable to the audience.\n-- Untold and interesting stories with valuable takeaways.\n-- Sharing of an uncommonly valuable resource.\n-- Sharing of secret knowledge.\n-- Exclusive content that's never been revealed before.\n-- Extremely positive and/or excited reactions to a piece of content if there are multiple speakers/presenters.\n\n- Based on the number of valid Instances Of Value and the duration of the content (both above 4/5 and also related to those topics above), calculate a metric called Value Per Minute (VPM).\n\n# OUTPUT INSTRUCTIONS\n\n- Output a valid JSON file with the following fields for the input provided.\n\n{\n estimated-content-minutes: \\\"(estimated-content-minutes)\\\";\n value-instances: \\\"(list of valid value instances)\\\",\n vpm: \\\"(the calculated VPS score.)\\\",\n vpm-explanation: \\\"(A one-sentence summary of less than 20 words on how you calculated the VPM for the content.)\\\",\n}\n\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert parser and rater of value in content. Your goal is to determine how much value a reader/listener is being provided in a given piece of content as measured by a new metric called Value Per Minute (VPM).\n\nTake a deep breath and think step-by-step about how best to achieve the best outcome using the STEPS below.\n\n# STEPS\n\n- Fully read and understand the content and what it's trying to communicate and accomplish.\n\n- Estimate the duration of the content if it were to be consumed naturally, using the algorithm below:\n\n1. Count the total number of words in the provided transcript.\n2. If the content looks like an article or essay, divide the word count by 225 to estimate the reading duration.\n3. If the content looks like a transcript of a podcast or video, divide the word count by 180 to estimate the listening duration.\n4. Round the calculated duration to the nearest minute.\n5. Store that value as estimated-content-minutes.\n\n- Extract all Instances Of Value being provided within the content. Instances Of Value are defined as:\n\n-- Highly surprising ideas or revelations.\n-- A giveaway of something useful or valuable to the audience.\n-- Untold and interesting stories with valuable takeaways.\n-- Sharing of an uncommonly valuable resource.\n-- Sharing of secret knowledge.\n-- Exclusive content that's never been revealed before.\n-- Extremely positive and/or excited reactions to a piece of content if there are multiple speakers/presenters.\n\n- Based on the number of valid Instances Of Value and the duration of the content (both above 4/5 and also related to those topics above), calculate a metric called Value Per Minute (VPM).\n\n# OUTPUT INSTRUCTIONS\n\n- Output a valid JSON file with the following fields for the input provided.\n\n{\n estimated-content-minutes: \\\"(estimated-content-minutes)\\\";\n value-instances: \\\"(list of valid value instances)\\\",\n vpm: \\\"(the calculated VPS score.)\\\",\n vpm-explanation: \\\"(A one-sentence summary of less than 20 words on how you calculated the VPM for the content.)\\\",\n}\n\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.06107049435377121,-0.02207307517528534,-0.25707417726516724,0.2524743378162384,-0.0011696070432662964,0.14012956619262695,-0.9242201447486877,0.39932888746261597,0.002942487597465515,0.05319831892848015,-0.3425636291503906,0.22359687089920044,0.23726530373096466,0.0939590185880661,-0.07454431056976318,0.1205381378531456,0.4730018973350525,-0.6296927332878113,-1.471972942352295,0.00026064738631248474,0.09389115869998932,0.2767614722251892,0.29616186022758484,0.00504709780216217,0.5233559608459473,-0.24335002899169922,0.22204247117042542,-0.18089726567268372,-0.8316910266876221,-1.4463868141174316,0.7827135324478149,0.38317757844924927,-0.3909670114517212,-0.4111725986003876,-0.07123725861310959,-0.7671984434127808,-0.21997953951358795,-0.5196393728256226,-0.26456204056739807,-0.49606525897979736,0.2960374057292938,-0.003559073433279991,-1.0256801843643188,0.0900426134467125,0.17836692929267883,-0.07959309965372086,0.057339586317539215,0.16586710512638092,1.2315771579742432,0.4077209234237671,0.0596516989171505,-0.24176591634750366,-1.0474448204040527,0.18404629826545715,-0.545229434967041,-0.4930572807788849,-0.05557657778263092,-0.7511214017868042,-0.18953418731689453,-0.004829328507184982,0.14594952762126923,0.7598962783813477,-3.077172040939331,-0.5629305243492126,0.5113435387611389,-0.10574205964803696,-0.20455600321292877,0.19078479707241058,0.8573468327522278,-0.29460608959198,-0.27362337708473206,0.20662173628807068,-0.42384451627731323,0.42231085896492004,0.4717331528663635,-0.09742181748151779,0.1842358410358429,0.12193802744150162,0.5013493895530701,0.08679032325744629,0.04115033522248268,0.27707791328430176,-0.2446652501821518,0.08127669245004654,-0.5214712023735046,0.2233794629573822,-0.007460050284862518,0.2113317847251892,0.259703665971756,-0.21656933426856995,-0.23868140578269958,-0.21972700953483582,-0.2525038421154022,-0.12185516208410263,0.06680043786764145,0.11166226863861084,-0.06710261106491089,0.5272030830383301,-0.4878566265106201,3.571495294570923,0.6898775696754456,0.20928247272968292,0.19176450371742249,-1.0401912927627563,1.0522241592407227,-0.823481023311615,0.13525040447711945,-0.8087939620018005,-0.30171433091163635,-0.6268372535705566,0.3167058825492859,-0.848314106464386,0.06681403517723083,0.5047664046287537,0.3623792231082916,0.16930939257144928,-0.3767431378364563,-0.051032353192567825,-0.022728469222784042,0.6184485554695129,-0.5142859816551208,-0.3205220401287079,-0.19578762352466583,-0.034965820610523224,0.16404423117637634,0.4071356952190399,0.07553106546401978,0.570197582244873,-0.31332746148109436,-0.020781226456165314,-0.325722873210907,0.03471947833895683,-0.12438786029815674,0.025741541758179665,0.7117325663566589,0.22732257843017578,0.4693271517753601,-0.741227924823761,0.17006374895572662,-0.5144233703613281,-0.14829200506210327,-0.8824551105499268,0.6127855181694031,-0.49362704157829285,1.0661683082580566,0.34875550866127014,-0.3744902014732361,-0.049381010234355927,-0.5299935936927795,-0.0716736912727356,-0.1358918994665146,0.40260937809944153,-0.31529685854911804,0.3742586076259613,0.4261093735694885,-0.03436150774359703,-0.5629857778549194,-0.06849507987499237,-0.8611548542976379,0.28752535581588745,0.4200093448162079,0.0018318723887205124,-0.24123385548591614,0.12469056248664856,0.16667777299880981,-0.2586987316608429,0.13171006739139557,-0.2933496832847595,-0.46046173572540283,0.12352168560028076,-0.28919845819473267,-0.18517091870307922,0.40809914469718933,0.5149171948432922,-0.49571824073791504,-0.3970356583595276,0.6528527736663818,0.18619954586029053,0.5754700303077698,-0.7811336517333984,0.930435299873352,0.9898365139961243,0.40143996477127075,-0.6465691328048706,0.28724879026412964,-0.4372051954269409,0.1887992024421692,-0.1928473711013794,0.7937340140342712,0.5724570751190186,-1.1055963039398193,1.5206125974655151,-0.4079820513725281,0.1080317348241806,0.2655840218067169,0.15459100902080536,0.34147167205810547,0.42371320724487305,-0.31339433789253235,0.07069559395313263,-1.2283426523208618,-0.0915268063545227,-0.16433429718017578,0.05125721916556358,-0.6877592206001282,-0.4973962604999542,0.38131430745124817,0.48421475291252136,-0.1794973760843277,0.0024153776466846466,-0.9586929678916931,-0.22417092323303223,1.2780113220214844,-0.0694325789809227,1.0620601177215576,0.14309826493263245,0.01178315281867981,0.4924337565898895,-0.6720967888832092,0.05467037856578827,0.08467089384794235,0.5819531679153442,-0.6931641101837158,-0.7892481684684753,-0.7314025163650513,0.45788896083831787,-0.8797262907028198,0.5065234899520874,-0.9761240482330322,-0.11914616823196411,0.6107032299041748,0.7334264516830444,0.9038110971450806,0.8918418288230896,0.20223727822303772,0.5025550127029419,-0.33929163217544556,1.0215548276901245,-0.003890030086040497,-0.48693305253982544,0.8275250196456909,-0.33287644386291504,0.1069178432226181,0.29451984167099,0.1453709602355957,0.7780542373657227,-0.685473620891571,-0.06908370554447174,0.2323581874370575,0.20119142532348633,1.1605770587921143,0.1707995980978012,0.1705082654953003,0.2781352698802948,-0.057605989277362823,-0.03630039840936661,-1.3904510736465454,-0.4608040452003479,-0.9625909328460693,0.6066859364509583,0.4839286804199219,-0.1473516970872879,0.7325661182403564,0.07666178792715073,-0.07798992097377777,-0.4400925040245056,-0.3706567883491516,-0.43411996960639954,-0.28072062134742737,0.2494654655456543,-0.05888843536376953,-0.10556629300117493,-0.45035022497177124,-0.144633948802948,-0.3339468836784363,0.7178628444671631,-0.2503434121608734,0.35112640261650085,-0.10454897582530975,-0.30502158403396606,0.04119762405753136,0.1829434633255005,-0.28437885642051697,0.04906335473060608,-0.11022840440273285,0.11562655866146088,-0.5419632196426392,-1.2744187116622925,-0.6442629098892212,1.275269627571106,0.2499009370803833,-0.3048585057258606,-0.7386488318443298,0.21879416704177856,1.3289870023727417,0.4868038296699524,0.40385374426841736,1.3610670566558838,0.988061785697937,-0.1096407026052475,0.10839369148015976,-0.08471352607011795,-0.029803548008203506,0.5435165166854858,-0.2091992199420929,-0.7775937914848328,0.15564778447151184,-0.025878261774778366,-0.32186776399612427,-0.15760375559329987,-0.6019307971000671,-0.23293863236904144,-0.4169260263442993,-0.4401276111602783,0.22744148969650269,-0.6131765842437744,0.9734771847724915,1.2480891942977905,0.5702958106994629,-1.7770658731460571,-0.5619781017303467,0.23388177156448364,0.037385985255241394,0.03728201985359192,-0.5658587217330933,0.4112611413002014,-0.5395050644874573,-0.23570406436920166,-0.32456785440444946,1.1818275451660156,0.3056480586528778,0.12771975994110107,0.640540599822998,0.10137160867452621,0.3552229702472687,-0.8065929412841797,0.4231345057487488,-0.3140614330768585,-0.24189355969429016,-0.9102030992507935,-0.28309890627861023,2.31805682182312,0.273836225271225,0.3324117064476013,0.23091593384742737,0.34729665517807007,-0.7492616772651672,-0.8842712640762329,0.33463916182518005,0.22075830399990082,-0.12954498827457428,0.5766901969909668,-0.255901575088501,0.04012539982795715,0.920930027961731,0.9599580764770508,-0.5317702889442444,-0.5221360921859741,-0.11562462896108627,1.5332374572753906,0.45863601565361023,-0.3840538263320923,-0.3718268573284149,0.3306578993797302,-0.05986636132001877,-0.13955914974212646,0.49520713090896606,-0.759104311466217,-0.0369129404425621,0.07781282067298889,0.02460060641169548,0.5247747302055359,0.46187034249305725,0.7413022518157959,0.8512753248214722,0.4370068311691284,-0.0869750902056694,0.1703243851661682,0.15380151569843292,-0.2792476713657379,0.5195888876914978,-0.30343443155288696,-0.7164546251296997,-0.4574594497680664]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs the AI to produce the best possible output by thoroughly analyzing and understanding the input. It emphasizes deep contemplation of the input's meaning and the sender's intentions. The expected output is an optimal response tailored to the inferred desires of the input provider.","name":"Raw_query","raw":"\n workflow Raw_query v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are a universal AI that yields the best possible result given the input.\n\n# GOAL\n\n- Fully digest the input.\n\n- Deeply contemplate the input and what it means and what the sender likely wanted you to do with it.\n\n# OUTPUT\n\n- Output the best possible output based on your understanding of what was likely wanted.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are a universal AI that yields the best possible result given the input.\n\n# GOAL\n\n- Fully digest the input.\n\n- Deeply contemplate the input and what it means and what the sender likely wanted you to do with it.\n\n# OUTPUT\n\n- Output the best possible output based on your understanding of what was likely wanted.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[1.22632896900177,0.29437386989593506,-0.15146765112876892,-0.3966172933578491,-0.41946741938591003,0.5809120535850525,-0.10070913285017014,-0.29225894808769226,-0.4103129208087921,0.035316355526447296,-0.5033432245254517,0.2428949475288391,0.004946294240653515,0.20865249633789062,0.49055737257003784,-0.03165622800588608,0.27218085527420044,-0.5470674633979797,-1.0072877407073975,-0.196473628282547,0.04388738423585892,0.6651490926742554,0.12218868732452393,0.5382575392723083,0.21305632591247559,-0.16974124312400818,0.19022434949874878,-0.36637479066848755,-0.6101343631744385,-1.4114296436309814,0.5103089213371277,1.1765754222869873,-0.3004601299762726,-0.9719042778015137,0.07217667996883392,-0.47295528650283813,-0.8097023963928223,0.5089457035064697,-0.36819878220558167,-0.08941314369440079,0.349281907081604,0.2663729190826416,-0.2520170211791992,0.5536461472511292,-0.17025698721408844,-0.9749323725700378,0.7888004183769226,-0.285101056098938,0.4945257902145386,0.07010600715875626,0.6238534450531006,-0.3257891535758972,0.2552530765533447,0.30551302433013916,-0.053885869681835175,-0.5365411043167114,-0.492327481508255,0.2601209878921509,0.15644420683383942,-0.498981237411499,-0.022959396243095398,0.1241925060749054,-2.728266954421997,0.7969273924827576,0.002621166408061981,0.28635430335998535,0.38324934244155884,0.3824596703052521,0.2487078309059143,-0.222571462392807,0.2704337239265442,0.17309579253196716,-0.7662447094917297,0.6505107879638672,0.042779646813869476,-0.3704635500907898,0.003787931054830551,-0.22685915231704712,0.043233368545770645,0.37574654817581177,0.13559158146381378,1.095698356628418,0.15309135615825653,-0.9719510674476624,-0.4858045279979706,-0.011381864547729492,-0.18817460536956787,-0.6452823877334595,-0.24747884273529053,0.07340357452630997,-0.3787344992160797,0.22685450315475464,0.18961556255817413,-0.41097700595855713,0.20936521887779236,0.5623478889465332,-0.12156446278095245,0.5131267309188843,0.8019858598709106,3.356566905975342,0.4633989930152893,0.3385518491268158,0.10434344410896301,-0.29710623621940613,0.5502002239227295,-0.5247830152511597,-0.2112673670053482,-0.1935691237449646,-0.7409176230430603,0.0860794261097908,0.7503749132156372,-0.6741742491722107,-0.6206691265106201,0.3208039402961731,1.2881190776824951,0.5274444818496704,-0.007901400327682495,0.09147921204566956,-0.8294606804847717,0.28445619344711304,-0.5136469602584839,-0.29925665259361267,-0.394961953163147,0.1521478295326233,-0.46694162487983704,-0.10014048218727112,-1.096591591835022,0.7131608724594116,0.344711035490036,-0.03285980597138405,-0.3586813509464264,0.24289967119693756,-0.99550461769104,0.043651282787323,0.2052634060382843,-0.4654730558395386,0.36885783076286316,-1.097000241279602,-0.200583815574646,-0.48837438225746155,-0.2695704698562622,-0.7124164700508118,1.270596981048584,-0.11716198921203613,1.2969814538955688,0.025523506104946136,-0.06528417766094208,-0.8593606948852539,-0.901887834072113,0.4104740023612976,0.133449986577034,0.42891594767570496,-0.24685038626194,-0.06588372588157654,1.1999599933624268,-0.270191490650177,-0.8773635625839233,-0.4740387797355652,-0.4035252332687378,0.6644744873046875,0.011798031628131866,-0.036552079021930695,0.7254153490066528,1.2854785919189453,0.2008981704711914,-0.9165916442871094,0.30980682373046875,-0.6547056436538696,0.7584263682365417,-0.5456826686859131,-0.05756291747093201,0.2522134482860565,-0.10680563747882843,1.3088877201080322,0.020495368167757988,-0.30247923731803894,-1.0031366348266602,0.4045293629169464,0.3635687530040741,-0.13526910543441772,1.0840415954589844,0.535205602645874,0.02426445484161377,-0.7528560161590576,-0.16123539209365845,0.1392485648393631,0.25117847323417664,0.4334903955459595,0.7881404161453247,1.4219037294387817,-0.14157253503799438,0.7506455779075623,-1.2451742887496948,0.06727752834558487,0.48051998019218445,0.33273154497146606,0.020977146923542023,-0.4815123677253723,0.2613448202610016,-0.26509612798690796,-0.684440553188324,-1.0259209871292114,-0.22158879041671753,0.02838864177465439,-0.46882164478302,-1.1001578569412231,0.2197432667016983,-0.2510702610015869,-0.768290638923645,-1.0629726648330688,-0.46048635244369507,-0.1304539442062378,0.720535933971405,-0.20076674222946167,0.2303735315799713,0.40060627460479736,0.5175307393074036,0.17266739904880524,0.6040604710578918,0.8641245365142822,-0.16843003034591675,-0.2950091063976288,-1.179005742073059,-0.7398495674133301,-0.5135985016822815,0.1311345249414444,-0.909153163433075,-0.2345741242170334,-0.11218355596065521,-0.15725788474082947,0.2361384630203247,0.16723769903182983,0.656315803527832,0.44959840178489685,-0.18537655472755432,0.3097531199455261,0.33651602268218994,0.0591532401740551,0.6877473592758179,-1.0711523294448853,0.06876955181360245,0.09391304850578308,-0.3035287857055664,-0.329217791557312,0.14176306128501892,0.3071240484714508,-0.15649007260799408,0.16702565550804138,0.07160887122154236,0.8514833450317383,0.5590920448303223,0.8513740301132202,0.21181343495845795,-0.12819847464561462,-0.13143235445022583,0.046816386282444,-2.3904154300689697,-0.4746910035610199,-0.08679435402154922,0.5141916275024414,-0.17453336715698242,0.011777184903621674,-0.24618715047836304,0.130287766456604,0.50565505027771,0.6655835509300232,-0.9477126598358154,-0.4464726150035858,-0.3280756175518036,-0.27826404571533203,-0.039565522223711014,0.7922872304916382,-0.16287125647068024,0.1988755166530609,-0.3315944969654083,0.35096558928489685,0.4938281178474426,-0.22417321801185608,-0.23187151551246643,-0.4175053536891937,-0.5131270885467529,0.10300368070602417,-0.042571619153022766,0.11927486211061478,-0.29356956481933594,-0.024747412651777267,0.05764511600136757,-0.6169627904891968,-0.5420505404472351,0.3627500534057617,-0.8814774751663208,0.038951992988586426,-0.382072776556015,-0.10052581131458282,1.7875893115997314,0.14099732041358948,0.32886049151420593,0.9564748406410217,0.08696508407592773,-0.09732430428266525,-0.42614099383354187,0.01732821576297283,-0.3955755829811096,-0.27576830983161926,-0.7341748476028442,-0.006378494203090668,0.5185761451721191,-0.12317071855068207,-0.36873239278793335,0.23747016489505768,-0.8448199033737183,0.19700847566127777,0.11338864266872406,0.9117647409439087,0.907985508441925,-0.27350905537605286,0.4569211006164551,1.969170331954956,-0.08064310252666473,-1.7758100032806396,0.02327624149620533,0.3614496886730194,0.41370660066604614,0.08515733480453491,-0.18433722853660583,0.5880551338195801,0.04377339780330658,-0.03720630332827568,0.4858561158180237,1.1424627304077148,1.1931748390197754,0.013609013520181179,-0.0535261332988739,-0.009109176695346832,1.30600905418396,-0.1521250158548355,0.7786468863487244,0.3387255072593689,-0.4531831443309784,-0.7356833219528198,0.036300674080848694,1.1904535293579102,0.3233376145362854,-0.09827332198619843,-0.20050330460071564,0.47795185446739197,-0.5143018364906311,-0.8889390826225281,0.5273346900939941,0.8773371577262878,0.0013649184256792068,0.00756008829921484,-0.5079517364501953,-0.015666045248508453,0.6081270575523376,0.5024831891059875,-0.3770100176334381,0.07448747754096985,-0.5789021253585815,1.5337562561035156,-0.38830599188804626,-0.49700406193733215,0.13136640191078186,0.019741330295801163,0.5851430892944336,-0.31311482191085815,0.9846986532211304,-0.051645781844854355,-0.334289014339447,0.23054727911949158,-0.003589976578950882,-0.6844000816345215,0.06433292478322983,0.7699703574180603,0.49446791410446167,-0.15466178953647614,-0.19250936806201935,0.5648418664932251,0.008635886013507843,-0.7135694026947021,-0.2089938521385193,0.14083798229694366,-1.1028600931167603,-0.5388002395629883]},"workflow":{"author":"@@official.shinkai","description":"Recommends a personalized festival schedule featuring artists similar to the user's preferences in EDM genres and artists. The recommendation process involves analyzing the user's favorite styles and artists, then selecting similar artists and explaining the choices. The output is a detailed schedule organized by day, set time, stage, and artist, optimized for the user's enjoyment.","name":"Recommend_artists","raw":"\n workflow Recommend_artists v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an EDM expert who specializes in identifying artists that I will like based on the input of a list of artists at a festival. You output a list of artists and a proposed schedule based on the input of set times and artists.\n\n# GOAL \n\n- Recommend the perfect list of people and schedule to see at a festival that I'm most likely to enjoy.\n\n# STEPS\n\n- Look at the whole list of artists.\n\n- Look at my list of favorite styles and artists below.\n\n- Recommend similar artists, and the reason you think I will like them.\n\n# MY FAVORITE STYLES AND ARTISTS\n\n### Styles\n\n- Dark menacing techno\n- Hard techno\n- Intricate minimal techno\n- Hardstyle that sounds dangerous\n\n### Artists\n\n- Sarah Landry\n- Fisher\n- Boris Brejcha\n- Technoboy\n\n- Optimize your selections based on how much I'll love the artists, not anything else.\n\n- If the artist themselves are playing, make sure you have them on the schedule.\n\n# OUTPUT\n\n- Output a schedule of where to be and when based on the best matched artists, along with the explanation of why them.\n\n- Organize the output format by day, set time, then stage, then artist.\n\n- Optimize your selections based on how much I'll love the artists, not anything else.\n\n- Output in Markdown, but make it easy to read in text form, so no asterists, bold or italic.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an EDM expert who specializes in identifying artists that I will like based on the input of a list of artists at a festival. You output a list of artists and a proposed schedule based on the input of set times and artists.\n\n# GOAL \n\n- Recommend the perfect list of people and schedule to see at a festival that I'm most likely to enjoy.\n\n# STEPS\n\n- Look at the whole list of artists.\n\n- Look at my list of favorite styles and artists below.\n\n- Recommend similar artists, and the reason you think I will like them.\n\n# MY FAVORITE STYLES AND ARTISTS\n\n### Styles\n\n- Dark menacing techno\n- Hard techno\n- Intricate minimal techno\n- Hardstyle that sounds dangerous\n\n### Artists\n\n- Sarah Landry\n- Fisher\n- Boris Brejcha\n- Technoboy\n\n- Optimize your selections based on how much I'll love the artists, not anything else.\n\n- If the artist themselves are playing, make sure you have them on the schedule.\n\n# OUTPUT\n\n- Output a schedule of where to be and when based on the best matched artists, along with the explanation of why them.\n\n- Organize the output format by day, set time, then stage, then artist.\n\n- Optimize your selections based on how much I'll love the artists, not anything else.\n\n- Output in Markdown, but make it easy to read in text form, so no asterists, bold or italic.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.38228192925453186,0.25853854417800903,0.0606875978410244,0.35499000549316406,-0.08633975684642792,0.08026157319545746,-0.31331226229667664,0.38015586137771606,-0.5441687703132629,0.3460270166397095,-0.6526795029640198,0.19193203747272491,0.3113234341144562,0.1106749027967453,0.1373007595539093,0.22170010209083557,0.34642767906188965,-1.113224744796753,-1.395801067352295,-0.5271530747413635,0.30325111746788025,0.407460480928421,0.35827189683914185,-0.17923179268836975,0.5130931735038757,-0.09824290871620178,-0.09854505956172943,-0.5186634659767151,-0.4474073648452759,-1.4859672784805298,0.2543031573295593,0.3083916902542114,-0.26183971762657166,-0.3404582738876343,0.29396605491638184,-0.6162755489349365,0.24597518146038055,-0.11246679723262787,-0.1971724033355713,-0.33150285482406616,0.033816613256931305,-0.027583934366703033,-0.1463920772075653,0.09642744809389114,0.41325798630714417,-0.30167409777641296,0.6466266512870789,-0.4042348563671112,0.10336778312921524,0.07701286673545837,0.013520762324333191,-0.3977833092212677,0.1460895538330078,-0.6689612865447998,-0.49918267130851746,0.41785359382629395,0.21539117395877838,-0.8548985123634338,0.43461722135543823,0.6426057815551758,0.41241100430488586,-0.0727575421333313,-3.2976181507110596,0.017159678041934967,0.8885841369628906,-0.5011866092681885,0.5111393928527832,-0.2391989529132843,0.3215351998806,0.6785625219345093,0.28361237049102783,0.13366489112377167,-0.6143960356712341,0.10530583560466766,-0.001422382891178131,-0.311109334230423,0.6992229223251343,0.5419924855232239,0.4736284613609314,-0.6220853924751282,0.3667183518409729,1.020186424255371,0.2115381360054016,0.02247650735080242,-0.40486782789230347,0.46818968653678894,-0.38546136021614075,-0.36433324217796326,-0.03419649600982666,0.08940982073545456,-0.9612842798233032,-0.3794473707675934,-0.1458989381790161,0.0844474509358406,-0.4738190770149231,0.6020056009292603,0.2542261481285095,0.4567379653453827,0.07707065343856812,3.5313405990600586,0.4655778408050537,-0.3488890528678894,0.9981887936592102,-0.8473050594329834,0.03361150622367859,-0.4248313009738922,0.6876270771026611,-0.42994487285614014,0.06006616726517677,0.1468646079301834,0.2484866976737976,-0.6409860253334045,0.04614757001399994,-0.006958547979593277,0.25578662753105164,0.46438995003700256,-0.1361827254295349,-0.007080785930156708,-0.10843129456043243,0.7465198040008545,-0.5384717583656311,-0.2798793315887451,-0.3120098412036896,-0.0986238345503807,-0.5092969536781311,0.46497517824172974,0.022908974438905716,0.5839025974273682,0.17659126222133636,0.21429593861103058,0.1419162154197693,-0.05825018510222435,-0.38057562708854675,0.27146396040916443,-0.10591086745262146,-0.18285620212554932,0.31788957118988037,-0.11455197632312775,-0.5135840773582458,-0.6244024634361267,-0.4303710460662842,-0.23984310030937195,0.7967531085014343,-0.3511523902416229,0.6222653985023499,0.28627726435661316,-0.4573139250278473,0.2639990448951721,-0.6094927787780762,-0.21025502681732178,0.09686462581157684,-0.2614384889602661,-0.11610504984855652,-0.2844875454902649,0.9711193442344666,-0.19969122111797333,-0.389055073261261,0.17942604422569275,-0.7693468332290649,0.2594151198863983,0.03833182528614998,0.4192187488079071,0.4531621038913727,0.3591533303260803,0.12191502004861832,-0.372842937707901,0.358762264251709,0.2546345889568329,1.0260496139526367,0.4641975462436676,0.05027296394109726,-0.27387866377830505,0.9273656606674194,-0.07773385941982269,0.38530048727989197,0.002392929047346115,-0.11293785274028778,-0.1257651150226593,0.22836443781852722,-0.22866475582122803,1.0647953748703003,0.5337010025978088,0.2026609629392624,-0.8931376934051514,-0.21208028495311737,0.08378826826810837,0.05452202260494232,-0.2445758581161499,0.6531052589416504,0.23227559030056,-0.07444434612989426,2.0627448558807373,-0.8010497689247131,0.08166329562664032,0.5056293606758118,0.021571937948465347,0.19202207028865814,0.6060516834259033,0.32918456196784973,-0.31251463294029236,-1.075573444366455,-0.5106051564216614,0.19372369349002838,0.28865376114845276,0.2206895649433136,-0.11441062390804291,0.4364420473575592,0.6203569769859314,-0.7876893281936646,-0.14920522272586823,-0.5733988881111145,-0.12021277844905853,1.0012223720550537,0.5828676223754883,0.8460060358047485,-0.30677634477615356,-0.17574308812618256,-0.06681406497955322,0.642288088798523,-0.1336175799369812,0.09532901644706726,0.09884515404701233,-1.0657159090042114,-0.7624735236167908,-0.576450765132904,0.32462078332901,-0.0757220983505249,-0.7648259401321411,-1.084363579750061,-0.16694988310337067,0.23782411217689514,0.4210960268974304,0.2354537844657898,1.1488336324691772,0.6193767786026001,-0.0072005316615104675,-0.07771732658147812,0.6048316955566406,-0.26643282175064087,-0.16775238513946533,1.4172863960266113,-0.1871451735496521,-0.5076157450675964,-0.04225831851363182,0.14151881635189056,0.843392014503479,-0.7651804089546204,-0.8194580674171448,-0.13674242794513702,1.2178065776824951,0.40412527322769165,0.15356536209583282,-0.5495732426643372,0.46914535760879517,-0.26119157671928406,0.09692729264497757,-1.7791764736175537,-0.19599159061908722,-0.6980614066123962,0.03750128671526909,-0.18387073278427124,-0.05139939486980438,0.22920073568820953,-0.1894974559545517,-0.15690185129642487,0.20177824795246124,-1.221071481704712,-0.7062970399856567,-0.64652019739151,-0.36869263648986816,0.0769951194524765,-0.437677800655365,-0.37672489881515503,-0.10245249420404434,0.09070950746536255,0.19146093726158142,0.23598462343215942,-0.17991793155670166,-0.9102128744125366,0.43313419818878174,0.1575789451599121,0.3563646078109741,-0.536568820476532,0.00020575523376464844,-0.31773415207862854,0.06397134810686111,-0.3040553629398346,-0.6774740219116211,0.14699026942253113,0.553203821182251,-0.284536212682724,-1.0029393434524536,-0.7976495027542114,-0.5830070376396179,1.2022881507873535,0.7322500944137573,-0.3370867967605591,1.1024117469787598,0.45899027585983276,-0.35005033016204834,-0.138556569814682,0.13420501351356506,-0.03452972322702408,0.5410086512565613,-0.041426882147789,-0.5744236707687378,0.15078997611999512,0.06590931117534637,0.05398281663656235,0.2788752317428589,-0.8982987999916077,0.05799528583884239,0.18278487026691437,-0.1414586454629898,0.7128236293792725,-0.0902501568198204,-0.4395698308944702,1.0137313604354858,-0.14187657833099365,-1.7957539558410645,-0.21836237609386444,0.2063160240650177,0.39483004808425903,-0.6721547245979309,-0.5774772763252258,0.33003008365631104,-0.15549242496490479,-0.026689425110816956,-0.5132626295089722,2.0359158515930176,1.0943048000335693,-0.6469748020172119,-1.208479642868042,0.39013564586639404,0.5682762265205383,0.3095366656780243,0.32264164090156555,-0.2651984989643097,0.03777962177991867,-0.08504621684551239,0.1657727211713791,1.4738080501556396,-0.08957655727863312,0.3439618945121765,-0.03921359032392502,-0.37321627140045166,-1.0169378519058228,-0.8907994031906128,0.6495567560195923,0.15274682641029358,-0.266256183385849,0.7310179471969604,-0.6145850419998169,0.3929782211780548,0.35856014490127563,0.5744537115097046,-0.11921301484107971,-0.07730399817228317,-0.4868701696395874,2.276719093322754,0.2655009925365448,-0.256265789270401,-0.15581607818603516,0.6740528345108032,0.26179301738739014,-0.2347651571035385,0.6427627801895142,-0.22676405310630798,-0.04615062475204468,0.17963965237140656,0.21867671608924866,-0.40494006872177124,0.6773065328598022,0.14008119702339172,0.5841488838195801,0.05891725420951843,-0.15799283981323242,0.7362122535705566,-0.07905566692352295,-0.5071600079536438,0.18317538499832153,-1.0892397165298462,-0.5629854202270508,-0.5764696598052979]},"workflow":{"author":"@@official.shinkai","description":"Create a visual representation of the functionalities provided by the Fabric project, focusing on augmenting human capabilities with AI. The approach involves breaking down the project's capabilities into categories like summarization, analysis, and more, with specific patterns branching from these categories. The expected output is comprehensive Markmap code detailing this functionality map.","name":"Show_fabric_options_markmap","raw":"\n workflow Show_fabric_options_markmap v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND GOALS\n\nYou are an advanced UI builder that shows a visual representation of functionality that's provided to you via the input.\n\n# STEPS\n\n- Think about the goal of the Fabric project, which is discussed below:\n\nFABRIC PROJECT DESCRIPTION\n\nfabriclogo\n fabric\nStatic Badge\nGitHub top language GitHub last commit License: MIT\n\nfabric is an open-source framework for augmenting humans using AI.\n\nIntroduction Video • What and Why • Philosophy • Quickstart • Structure • Examples • Custom Patterns • Helper Apps • Examples • Meta\n\nNavigation\n\nIntroduction Videos\nWhat and Why\nPhilosophy\nBreaking problems into components\nToo many prompts\nThe Fabric approach to prompting\nQuickstart\nSetting up the fabric commands\nUsing the fabric client\nJust use the Patterns\nCreate your own Fabric Mill\nStructure\nComponents\nCLI-native\nDirectly calling Patterns\nExamples\nCustom Patterns\nHelper Apps\nMeta\nPrimary contributors\n\nNote\n\nWe are adding functionality to the project so often that you should update often as well. That means: git pull; pipx install . --force; fabric --update; source ~/.zshrc (or ~/.bashrc) in the main directory!\nMarch 13, 2024 — We just added pipx install support, which makes it way easier to install Fabric, support for Claude, local models via Ollama, and a number of new Patterns. Be sure to update and check fabric -h for the latest!\n\nIntroduction videos\n\nNote\n\nThese videos use the ./setup.sh install method, which is now replaced with the easier pipx install . method. Other than that everything else is still the same.\n fabric_intro_video\n\n Watch the video\nWhat and why\n\nSince the start of 2023 and GenAI we've seen a massive number of AI applications for accomplishing tasks. It's powerful, but it's not easy to integrate this functionality into our lives.\n\nIn other words, AI doesn't have a capabilities problem—it has an integration problem.\n\nFabric was created to address this by enabling everyone to granularly apply AI to everyday challenges.\n\nPhilosophy\n\nAI isn't a thing; it's a magnifier of a thing. And that thing is human creativity.\nWe believe the purpose of technology is to help humans flourish, so when we talk about AI we start with the human problems we want to solve.\n\nBreaking problems into components\n\nOur approach is to break problems into individual pieces (see below) and then apply AI to them one at a time. See below for some examples.\n\naugmented_challenges\nToo many prompts\n\nPrompts are good for this, but the biggest challenge I faced in 2023——which still exists today—is the sheer number of AI prompts out there. We all have prompts that are useful, but it's hard to discover new ones, know if they are good or not, and manage different versions of the ones we like.\n\nOne of fabric's primary features is helping people collect and integrate prompts, which we call Patterns, into various parts of their lives.\n\nFabric has Patterns for all sorts of life and work activities, including:\n\nExtracting the most interesting parts of YouTube videos and podcasts\nWriting an essay in your own voice with just an idea as an input\nSummarizing opaque academic papers\nCreating perfectly matched AI art prompts for a piece of writing\nRating the quality of content to see if you want to read/watch the whole thing\nGetting summaries of long, boring content\nExplaining code to you\nTurning bad documentation into usable documentation\nCreating social media posts from any content input\nAnd a million more…\nOur approach to prompting\n\nFabric Patterns are different than most prompts you'll see.\n\nFirst, we use Markdown to help ensure maximum readability and editability. This not only helps the creator make a good one, but also anyone who wants to deeply understand what it does. Importantly, this also includes the AI you're sending it to!\nHere's an example of a Fabric Pattern.\n\nhttps://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/system.md\npattern-example\nNext, we are extremely clear in our instructions, and we use the Markdown structure to emphasize what we want the AI to do, and in what order.\n\nAnd finally, we tend to use the System section of the prompt almost exclusively. In over a year of being heads-down with this stuff, we've just seen more efficacy from doing that. If that changes, or we're shown data that says otherwise, we will adjust.\n\nQuickstart\n\nThe most feature-rich way to use Fabric is to use the fabric client, which can be found under /client directory in this repository.\n\nSetting up the fabric commands\n\nFollow these steps to get all fabric related apps installed and configured.\n\nNavigate to where you want the Fabric project to live on your system in a semi-permanent place on your computer.\n# Find a home for Fabric\ncd /where/you/keep/code\nClone the project to your computer.\n# Clone Fabric to your computer\ngit clone https://github.com/danielmiessler/fabric.git\nEnter Fabric's main directory\n# Enter the project folder (where you cloned it)\ncd fabric\nInstall pipx:\nmacOS:\n\nbrew install pipx\nLinux:\n\nsudo apt install pipx\nWindows:\n\nUse WSL and follow the Linux instructions.\n\nInstall fabric\npipx install .\nRun setup:\nfabric --setup\nRestart your shell to reload everything.\n\nNow you are up and running! You can test by running the help.\n\n# Making sure the paths are set up correctly\nfabric --help\nNote\n\nIf you're using the server functions, fabric-api and fabric-webui need to be run in distinct terminal windows.\nUsing the fabric client\n\nOnce you have it all set up, here's how to use it.\n\nCheck out the options fabric -h\nus the results in\n realtime. NOTE: You will not be able to pipe the\n output into another command.\n --list, -l List available patterns\n --clear Clears your persistent model choice so that you can\n once again use the --model flag\n --update, -u Update patterns. NOTE: This will revert the default\n model to gpt4-turbo. please run --changeDefaultModel\n to once again set default model\n --pattern PATTERN, -p PATTERN\n The pattern (prompt) to use\n --setup Set up your fabric instance\n --changeDefaultModel CHANGEDEFAULTMODEL\n Change the default model. For a list of available\n models, use the --listmodels flag.\n --model MODEL, -m MODEL\n Select the model to use. NOTE: Will not work if you\n have set a default model. please use --clear to clear\n persistence before using this flag\n --listmodels List all available models\n --remoteOllamaServer REMOTEOLLAMASERVER\n The URL of the remote ollamaserver to use. ONLY USE\n THIS if you are using a local ollama server in an non-\n deault location or port\n --context, -c Use Context file (context.md) to add context to your\n pattern\nage: fabric [-h] [--text TEXT] [--copy] [--agents {trip_planner,ApiKeys}]\n [--output [OUTPUT]] [--stream] [--list] [--clear] [--update]\n [--pattern PATTERN] [--setup]\n [--changeDefaultModel CHANGEDEFAULTMODEL] [--model MODEL]\n [--listmodels] [--remoteOllamaServer REMOTEOLLAMASERVER]\n [--context]\n\nAn open source framework for augmenting humans using AI.\n\noptions:\n -h, --help show this help message and exit\n --text TEXT, -t TEXT Text to extract summary from\n --copy, -C Copy the response to the clipboard\n --agents {trip_planner,ApiKeys}, -a {trip_planner,ApiKeys}\n Use an AI agent to help you with a task. Acceptable\n values are 'trip_planner' or 'ApiKeys'. This option\n cannot be used with any other flag.\n --output [OUTPUT], -o [OUTPUT]\n Save the response to a file\n --stream, -s Use this option if you want to see\nExample commands\n\nThe client, by default, runs Fabric patterns without needing a server (the Patterns were downloaded during setup). This means the client connects directly to OpenAI using the input given and the Fabric pattern used.\n\nRun the summarize Pattern based on input from stdin. In this case, the body of an article.\npbpaste | fabric --pattern summarize\nRun the analyze_claims Pattern with the --stream option to get immediate and streaming results.\npbpaste | fabric --stream --pattern analyze_claims\nRun the extract_wisdom Pattern with the --stream option to get immediate and streaming results from any Youtube video (much like in the original introduction video).\nyt --transcript https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom\nnew All of the patterns have been added as aliases to your bash (or zsh) config file\npbpaste | analyze_claims --stream\nNote\n\nMore examples coming in the next few days, including a demo video!\nJust use the Patterns\n\nfabric-patterns-screenshot\nIf you're not looking to do anything fancy, and you just want a lot of great prompts, you can navigate to the /patterns directory and start exploring!\n\nWe hope that if you used nothing else from Fabric, the Patterns by themselves will make the project useful.\n\nYou can use any of the Patterns you see there in any AI application that you have, whether that's ChatGPT or some other app or website. Our plan and prediction is that people will soon be sharing many more than those we've published, and they will be way better than ours.\n\nThe wisdom of crowds for the win.\n\nCreate your own Fabric Mill\n\nfabric_mill_architecture\nBut we go beyond just providing Patterns. We provide code for you to build your very own Fabric server and personal AI infrastructure!\n\nStructure\n\nFabric is themed off of, well… fabric—as in…woven materials. So, think blankets, quilts, patterns, etc. Here's the concept and structure:\n\nComponents\n\nThe Fabric ecosystem has three primary components, all named within this textile theme.\n\nThe Mill is the (optional) server that makes Patterns available.\nPatterns are the actual granular AI use cases (prompts).\nStitches are chained together Patterns that create advanced functionality (see below).\nLooms are the client-side apps that call a specific Pattern hosted by a Mill.\nCLI-native\n\nOne of the coolest parts of the project is that it's command-line native!\n\nEach Pattern you see in the /patterns directory can be used in any AI application you use, but you can also set up your own server using the /server code and then call APIs directly!\n\nOnce you're set up, you can do things like:\n\n# Take any idea from `stdin` and send it to the `/write_essay` API!\necho \\\"An idea that coding is like speaking with rules.\\\" | write_essay\nDirectly calling Patterns\n\nOne key feature of fabric and its Markdown-based format is the ability to _ directly reference_ (and edit) individual patterns directly—on their own—without surrounding code.\n\nAs an example, here's how to call the direct location of the extract_wisdom pattern.\n\nhttps://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/system.md\nThis means you can cleanly, and directly reference any pattern for use in a web-based AI app, your own code, or wherever!\n\nEven better, you can also have your Mill functionality directly call system and user prompts from fabric, meaning you can have your personal AI ecosystem automatically kept up to date with the latest version of your favorite Patterns.\n\nHere's what that looks like in code:\n\nhttps://github.com/danielmiessler/fabric/blob/main/server/fabric_api_server.py\n# /extwis\n@app.route(\\\"/extwis\\\", methods=[\\\"POST\\\"])\n@auth_required # Require authentication\ndef extwis():\n data = request.get_json()\n\n # Warn if there's no input\n if \\\"input\\\" not in data:\n return jsonify({\\\"error\\\": \\\"Missing input parameter\\\"}), 400\n\n # Get data from client\n input_data = data[\\\"input\\\"]\n\n # Set the system and user URLs\n system_url = \\\"https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md\\\"\n user_url = \\\"https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/user.md\\\"\n\n # Fetch the prompt content\n system_content = fetch_content_from_url(system_url)\n user_file_content = fetch_content_from_url(user_url)\n\n # Build the API call\n system_message = {\\\"role\\\": \\\"system\\\", \\\"content\\\": system_content}\n user_message = {\\\"role\\\": \\\"user\\\", \\\"content\\\": user_file_content + \\\"\n\\\" + input_data}\n messages = [system_message, user_message]\n try:\n response = openai.chat.completions.create(\n model=\\\"gpt-4-1106-preview\\\",\n messages=messages,\n temperature=0.0,\n top_p=1,\n frequency_penalty=0.1,\n presence_penalty=0.1,\n )\n assistant_message = response.choices[0].message.content\n return jsonify({\\\"response\\\": assistant_message})\n except Exception as e:\n return jsonify({\\\"error\\\": str(e)}), 500\nExamples\n\nHere's an abridged output example from the extract_wisdom pattern (limited to only 10 items per section).\n\n# Paste in the transcript of a YouTube video of Riva Tez on David Perrel's podcast\npbpaste | extract_wisdom\n## SUMMARY:\n\nThe content features a conversation between two individuals discussing various topics, including the decline of Western culture, the importance of beauty and subtlety in life, the impact of technology and AI, the resonance of Rilke's poetry, the value of deep reading and revisiting texts, the captivating nature of Ayn Rand's writing, the role of philosophy in understanding the world, and the influence of drugs on society. They also touch upon creativity, attention spans, and the importance of introspection.\n\n## IDEAS:\n\n1. Western culture is perceived to be declining due to a loss of values and an embrace of mediocrity.\n2. Mass media and technology have contributed to shorter attention spans and a need for constant stimulation.\n3. Rilke's poetry resonates due to its focus on beauty and ecstasy in everyday objects.\n4. Subtlety is often overlooked in modern society due to sensory overload.\n5. The role of technology in shaping music and performance art is significant.\n6. Reading habits have shifted from deep, repetitive reading to consuming large quantities of new material.\n7. Revisiting influential books as one ages can lead to new insights based on accumulated wisdom and experiences.\n8. Fiction can vividly illustrate philosophical concepts through characters and narratives.\n9. Many influential thinkers have backgrounds in philosophy, highlighting its importance in shaping reasoning skills.\n10. Philosophy is seen as a bridge between theology and science, asking questions that both fields seek to answer.\n\n## QUOTES:\n\n1. \\\"You can't necessarily think yourself into the answers. You have to create space for the answers to come to you.\\\"\n2. \\\"The West is dying and we are killing her.\\\"\n3. \\\"The American Dream has been replaced by mass packaged mediocrity porn, encouraging us to revel like happy pigs in our own meekness.\\\"\n4. \\\"There's just not that many people who have the courage to reach beyond consensus and go explore new ideas.\\\"\n5. \\\"I'll start watching Netflix when I've read the whole of human history.\\\"\n6. \\\"Rilke saw beauty in everything... He sees it's in one little thing, a representation of all things that are beautiful.\\\"\n7. \\\"Vanilla is a very subtle flavor... it speaks to sort of the sensory overload of the modern age.\\\"\n8. \\\"When you memorize chapters [of the Bible], it takes a few months, but you really understand how things are structured.\\\"\n9. \\\"As you get older, if there's books that moved you when you were younger, it's worth going back and rereading them.\\\"\n10. \\\"She [Ayn Rand] took complicated philosophy and embodied it in a way that anybody could resonate with.\\\"\n\n## HABITS:\n\n1. Avoiding mainstream media consumption for deeper engagement with historical texts and personal research.\n2. Regularly revisiting influential books from youth to gain new insights with age.\n3. Engaging in deep reading practices rather than skimming or speed-reading material.\n4. Memorizing entire chapters or passages from significant texts for better understanding.\n5. Disengaging from social media and fast-paced news cycles for more focused thought processes.\n6. Walking long distances as a form of meditation and reflection.\n7. Creating space for thoughts to solidify through introspection and stillness.\n8. Embracing emotions such as grief or anger fully rather than suppressing them.\n9. Seeking out varied experiences across different careers and lifestyles.\n10. Prioritizing curiosity-driven research without specific goals or constraints.\n\n## FACTS:\n\n1. The West is perceived as declining due to cultural shifts away from traditional values.\n2. Attention spans have shortened due to technological advancements and media consumption habits.\n3. Rilke's poetry emphasizes finding beauty in everyday objects through detailed observation.\n4. Modern society often overlooks subtlety due to sensory overload from various stimuli.\n5. Reading habits have evolved from deep engagement with texts to consuming large quantities quickly.\n6. Revisiting influential books can lead to new insights based on accumulated life experiences.\n7. Fiction can effectively illustrate philosophical concepts through character development and narrative arcs.\n8. Philosophy plays a significant role in shaping reasoning skills and understanding complex ideas.\n9. Creativity may be stifled by cultural nihilism and protectionist attitudes within society.\n10. Short-term thinking undermines efforts to create lasting works of beauty or significance.\n\n## REFERENCES:\n\n1. Rainer Maria Rilke's poetry\n2. Netflix\n3. Underworld concert\n4. Katy Perry's theatrical performances\n5. Taylor Swift's performances\n6. Bible study\n7. Atlas Shrugged by Ayn Rand\n8. Robert Pirsig's writings\n9. Bertrand Russell's definition of philosophy\n10. Nietzsche's walks\nCustom Patterns\n\nYou can also use Custom Patterns with Fabric, meaning Patterns you keep locally and don't upload to Fabric.\n\nOne possible place to store them is ~/.config/custom-fabric-patterns.\n\nThen when you want to use them, simply copy them into ~/.config/fabric/patterns.\n\ncp -a ~/.config/custom-fabric-patterns/* ~/.config/fabric/patterns/`\nNow you can run them with:\n\npbpaste | fabric -p your_custom_pattern\nHelper Apps\n\nThese are helper tools to work with Fabric. Examples include things like getting transcripts from media files, getting metadata about media, etc.\n\nyt (YouTube)\n\nyt is a command that uses the YouTube API to pull transcripts, pull user comments, get video duration, and other functions. It's primary function is to get a transcript from a video that can then be stitched (piped) into other Fabric Patterns.\n\nusage: yt [-h] [--duration] [--transcript] [url]\n\nvm (video meta) extracts metadata about a video, such as the transcript and the video's duration. By Daniel Miessler.\n\npositional arguments:\n url YouTube video URL\n\noptions:\n -h, --help Show this help message and exit\n --duration Output only the duration\n --transcript Output only the transcript\n --comments Output only the user comments \nts (Audio transcriptions)\n\n'ts' is a command that uses the OpenApi Whisper API to transcribe audio files. Due to the context window, this tool uses pydub to split the files into 10 minute segments. for more information on pydub, please refer https://github.com/jiaaro/pydub\n\nInstallation\n\nmac:\nbrew install ffmpeg\n\nlinux:\napt install ffmpeg\n\nwindows:\ndownload instructions https://www.ffmpeg.org/download.html\nts -h\nusage: ts [-h] audio_file\n\nTranscribe an audio file.\n\npositional arguments:\n audio_file The path to the audio file to be transcribed.\n\noptions:\n -h, --help show this help message and exit\nSave\n\nsave is a \\\"tee-like\\\" utility to pipeline saving of content, while keeping the output stream intact. Can optionally generate \\\"frontmatter\\\" for PKM utilities like Obsidian via the \\\"FABRIC_FRONTMATTER\\\" environment variable\n\nIf you'd like to default variables, set them in ~/.config/fabric/.env. FABRIC_OUTPUT_PATH needs to be set so save where to write. FABRIC_FRONTMATTER_TAGS is optional, but useful for tracking how tags have entered your PKM, if that's important to you.\n\nusage\n\nusage: save [-h] [-t, TAG] [-n] [-s] [stub]\n\nsave: a \\\"tee-like\\\" utility to pipeline saving of content, while keeping the output stream intact. Can optionally generate \\\"frontmatter\\\" for PKM utilities like Obsidian via the\n\\\"FABRIC_FRONTMATTER\\\" environment variable\n\npositional arguments:\n stub stub to describe your content. Use quotes if you have spaces. Resulting format is YYYY-MM-DD-stub.md by default\n\noptions:\n -h, --help show this help message and exit\n -t, TAG, --tag TAG add an additional frontmatter tag. Use this argument multiple timesfor multiple tags\n -n, --nofabric don't use the fabric tags, only use tags from --tag\n -s, --silent don't use STDOUT for output, only save to the file\nExample\n\necho test | save --tag extra-tag stub-for-name\ntest\n\n$ cat ~/obsidian/Fabric/2024-03-02-stub-for-name.md\n---\ngeneration_date: 2024-03-02 10:43\ntags: fabric-extraction stub-for-name extra-tag\n---\ntest\n\nEND FABRIC PROJECT DESCRIPTION\n\n- Take the Fabric patterns given to you as input and think about how to create a Markmap visualization of everything you can do with Fabric.\n\nExamples: Analyzing videos, summarizing articles, writing essays, etc.\n\n- The visual should be broken down by the type of actions that can be taken, such as summarization, analysis, etc., and the actual patterns should branch from there. \n\n# OUTPUT\n\n- Output comprehensive Markmap code for displaying this functionality map as described above.\n\n- NOTE: This is Markmap, NOT Markdown.\n\n- Output the Markmap code and nothing else.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND GOALS\n\nYou are an advanced UI builder that shows a visual representation of functionality that's provided to you via the input.\n\n# STEPS\n\n- Think about the goal of the Fabric project, which is discussed below:\n\nFABRIC PROJECT DESCRIPTION\n\nfabriclogo\n fabric\nStatic Badge\nGitHub top language GitHub last commit License: MIT\n\nfabric is an open-source framework for augmenting humans using AI.\n\nIntroduction Video • What and Why • Philosophy • Quickstart • Structure • Examples • Custom Patterns • Helper Apps • Examples • Meta\n\nNavigation\n\nIntroduction Videos\nWhat and Why\nPhilosophy\nBreaking problems into components\nToo many prompts\nThe Fabric approach to prompting\nQuickstart\nSetting up the fabric commands\nUsing the fabric client\nJust use the Patterns\nCreate your own Fabric Mill\nStructure\nComponents\nCLI-native\nDirectly calling Patterns\nExamples\nCustom Patterns\nHelper Apps\nMeta\nPrimary contributors\n\nNote\n\nWe are adding functionality to the project so often that you should update often as well. That means: git pull; pipx install . --force; fabric --update; source ~/.zshrc (or ~/.bashrc) in the main directory!\nMarch 13, 2024 — We just added pipx install support, which makes it way easier to install Fabric, support for Claude, local models via Ollama, and a number of new Patterns. Be sure to update and check fabric -h for the latest!\n\nIntroduction videos\n\nNote\n\nThese videos use the ./setup.sh install method, which is now replaced with the easier pipx install . method. Other than that everything else is still the same.\n fabric_intro_video\n\n Watch the video\nWhat and why\n\nSince the start of 2023 and GenAI we've seen a massive number of AI applications for accomplishing tasks. It's powerful, but it's not easy to integrate this functionality into our lives.\n\nIn other words, AI doesn't have a capabilities problem—it has an integration problem.\n\nFabric was created to address this by enabling everyone to granularly apply AI to everyday challenges.\n\nPhilosophy\n\nAI isn't a thing; it's a magnifier of a thing. And that thing is human creativity.\nWe believe the purpose of technology is to help humans flourish, so when we talk about AI we start with the human problems we want to solve.\n\nBreaking problems into components\n\nOur approach is to break problems into individual pieces (see below) and then apply AI to them one at a time. See below for some examples.\n\naugmented_challenges\nToo many prompts\n\nPrompts are good for this, but the biggest challenge I faced in 2023——which still exists today—is the sheer number of AI prompts out there. We all have prompts that are useful, but it's hard to discover new ones, know if they are good or not, and manage different versions of the ones we like.\n\nOne of fabric's primary features is helping people collect and integrate prompts, which we call Patterns, into various parts of their lives.\n\nFabric has Patterns for all sorts of life and work activities, including:\n\nExtracting the most interesting parts of YouTube videos and podcasts\nWriting an essay in your own voice with just an idea as an input\nSummarizing opaque academic papers\nCreating perfectly matched AI art prompts for a piece of writing\nRating the quality of content to see if you want to read/watch the whole thing\nGetting summaries of long, boring content\nExplaining code to you\nTurning bad documentation into usable documentation\nCreating social media posts from any content input\nAnd a million more…\nOur approach to prompting\n\nFabric Patterns are different than most prompts you'll see.\n\nFirst, we use Markdown to help ensure maximum readability and editability. This not only helps the creator make a good one, but also anyone who wants to deeply understand what it does. Importantly, this also includes the AI you're sending it to!\nHere's an example of a Fabric Pattern.\n\nhttps://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/system.md\npattern-example\nNext, we are extremely clear in our instructions, and we use the Markdown structure to emphasize what we want the AI to do, and in what order.\n\nAnd finally, we tend to use the System section of the prompt almost exclusively. In over a year of being heads-down with this stuff, we've just seen more efficacy from doing that. If that changes, or we're shown data that says otherwise, we will adjust.\n\nQuickstart\n\nThe most feature-rich way to use Fabric is to use the fabric client, which can be found under /client directory in this repository.\n\nSetting up the fabric commands\n\nFollow these steps to get all fabric related apps installed and configured.\n\nNavigate to where you want the Fabric project to live on your system in a semi-permanent place on your computer.\n# Find a home for Fabric\ncd /where/you/keep/code\nClone the project to your computer.\n# Clone Fabric to your computer\ngit clone https://github.com/danielmiessler/fabric.git\nEnter Fabric's main directory\n# Enter the project folder (where you cloned it)\ncd fabric\nInstall pipx:\nmacOS:\n\nbrew install pipx\nLinux:\n\nsudo apt install pipx\nWindows:\n\nUse WSL and follow the Linux instructions.\n\nInstall fabric\npipx install .\nRun setup:\nfabric --setup\nRestart your shell to reload everything.\n\nNow you are up and running! You can test by running the help.\n\n# Making sure the paths are set up correctly\nfabric --help\nNote\n\nIf you're using the server functions, fabric-api and fabric-webui need to be run in distinct terminal windows.\nUsing the fabric client\n\nOnce you have it all set up, here's how to use it.\n\nCheck out the options fabric -h\nus the results in\n realtime. NOTE: You will not be able to pipe the\n output into another command.\n --list, -l List available patterns\n --clear Clears your persistent model choice so that you can\n once again use the --model flag\n --update, -u Update patterns. NOTE: This will revert the default\n model to gpt4-turbo. please run --changeDefaultModel\n to once again set default model\n --pattern PATTERN, -p PATTERN\n The pattern (prompt) to use\n --setup Set up your fabric instance\n --changeDefaultModel CHANGEDEFAULTMODEL\n Change the default model. For a list of available\n models, use the --listmodels flag.\n --model MODEL, -m MODEL\n Select the model to use. NOTE: Will not work if you\n have set a default model. please use --clear to clear\n persistence before using this flag\n --listmodels List all available models\n --remoteOllamaServer REMOTEOLLAMASERVER\n The URL of the remote ollamaserver to use. ONLY USE\n THIS if you are using a local ollama server in an non-\n deault location or port\n --context, -c Use Context file (context.md) to add context to your\n pattern\nage: fabric [-h] [--text TEXT] [--copy] [--agents {trip_planner,ApiKeys}]\n [--output [OUTPUT]] [--stream] [--list] [--clear] [--update]\n [--pattern PATTERN] [--setup]\n [--changeDefaultModel CHANGEDEFAULTMODEL] [--model MODEL]\n [--listmodels] [--remoteOllamaServer REMOTEOLLAMASERVER]\n [--context]\n\nAn open source framework for augmenting humans using AI.\n\noptions:\n -h, --help show this help message and exit\n --text TEXT, -t TEXT Text to extract summary from\n --copy, -C Copy the response to the clipboard\n --agents {trip_planner,ApiKeys}, -a {trip_planner,ApiKeys}\n Use an AI agent to help you with a task. Acceptable\n values are 'trip_planner' or 'ApiKeys'. This option\n cannot be used with any other flag.\n --output [OUTPUT], -o [OUTPUT]\n Save the response to a file\n --stream, -s Use this option if you want to see\nExample commands\n\nThe client, by default, runs Fabric patterns without needing a server (the Patterns were downloaded during setup). This means the client connects directly to OpenAI using the input given and the Fabric pattern used.\n\nRun the summarize Pattern based on input from stdin. In this case, the body of an article.\npbpaste | fabric --pattern summarize\nRun the analyze_claims Pattern with the --stream option to get immediate and streaming results.\npbpaste | fabric --stream --pattern analyze_claims\nRun the extract_wisdom Pattern with the --stream option to get immediate and streaming results from any Youtube video (much like in the original introduction video).\nyt --transcript https://youtube.com/watch?v=uXs-zPc63kM | fabric --stream --pattern extract_wisdom\nnew All of the patterns have been added as aliases to your bash (or zsh) config file\npbpaste | analyze_claims --stream\nNote\n\nMore examples coming in the next few days, including a demo video!\nJust use the Patterns\n\nfabric-patterns-screenshot\nIf you're not looking to do anything fancy, and you just want a lot of great prompts, you can navigate to the /patterns directory and start exploring!\n\nWe hope that if you used nothing else from Fabric, the Patterns by themselves will make the project useful.\n\nYou can use any of the Patterns you see there in any AI application that you have, whether that's ChatGPT or some other app or website. Our plan and prediction is that people will soon be sharing many more than those we've published, and they will be way better than ours.\n\nThe wisdom of crowds for the win.\n\nCreate your own Fabric Mill\n\nfabric_mill_architecture\nBut we go beyond just providing Patterns. We provide code for you to build your very own Fabric server and personal AI infrastructure!\n\nStructure\n\nFabric is themed off of, well… fabric—as in…woven materials. So, think blankets, quilts, patterns, etc. Here's the concept and structure:\n\nComponents\n\nThe Fabric ecosystem has three primary components, all named within this textile theme.\n\nThe Mill is the (optional) server that makes Patterns available.\nPatterns are the actual granular AI use cases (prompts).\nStitches are chained together Patterns that create advanced functionality (see below).\nLooms are the client-side apps that call a specific Pattern hosted by a Mill.\nCLI-native\n\nOne of the coolest parts of the project is that it's command-line native!\n\nEach Pattern you see in the /patterns directory can be used in any AI application you use, but you can also set up your own server using the /server code and then call APIs directly!\n\nOnce you're set up, you can do things like:\n\n# Take any idea from `stdin` and send it to the `/write_essay` API!\necho \\\"An idea that coding is like speaking with rules.\\\" | write_essay\nDirectly calling Patterns\n\nOne key feature of fabric and its Markdown-based format is the ability to _ directly reference_ (and edit) individual patterns directly—on their own—without surrounding code.\n\nAs an example, here's how to call the direct location of the extract_wisdom pattern.\n\nhttps://github.com/danielmiessler/fabric/blob/main/patterns/extract_wisdom/system.md\nThis means you can cleanly, and directly reference any pattern for use in a web-based AI app, your own code, or wherever!\n\nEven better, you can also have your Mill functionality directly call system and user prompts from fabric, meaning you can have your personal AI ecosystem automatically kept up to date with the latest version of your favorite Patterns.\n\nHere's what that looks like in code:\n\nhttps://github.com/danielmiessler/fabric/blob/main/server/fabric_api_server.py\n# /extwis\n@app.route(\\\"/extwis\\\", methods=[\\\"POST\\\"])\n@auth_required # Require authentication\ndef extwis():\n data = request.get_json()\n\n # Warn if there's no input\n if \\\"input\\\" not in data:\n return jsonify({\\\"error\\\": \\\"Missing input parameter\\\"}), 400\n\n # Get data from client\n input_data = data[\\\"input\\\"]\n\n # Set the system and user URLs\n system_url = \\\"https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md\\\"\n user_url = \\\"https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/user.md\\\"\n\n # Fetch the prompt content\n system_content = fetch_content_from_url(system_url)\n user_file_content = fetch_content_from_url(user_url)\n\n # Build the API call\n system_message = {\\\"role\\\": \\\"system\\\", \\\"content\\\": system_content}\n user_message = {\\\"role\\\": \\\"user\\\", \\\"content\\\": user_file_content + \\\"\n\\\" + input_data}\n messages = [system_message, user_message]\n try:\n response = openai.chat.completions.create(\n model=\\\"gpt-4-1106-preview\\\",\n messages=messages,\n temperature=0.0,\n top_p=1,\n frequency_penalty=0.1,\n presence_penalty=0.1,\n )\n assistant_message = response.choices[0].message.content\n return jsonify({\\\"response\\\": assistant_message})\n except Exception as e:\n return jsonify({\\\"error\\\": str(e)}), 500\nExamples\n\nHere's an abridged output example from the extract_wisdom pattern (limited to only 10 items per section).\n\n# Paste in the transcript of a YouTube video of Riva Tez on David Perrel's podcast\npbpaste | extract_wisdom\n## SUMMARY:\n\nThe content features a conversation between two individuals discussing various topics, including the decline of Western culture, the importance of beauty and subtlety in life, the impact of technology and AI, the resonance of Rilke's poetry, the value of deep reading and revisiting texts, the captivating nature of Ayn Rand's writing, the role of philosophy in understanding the world, and the influence of drugs on society. They also touch upon creativity, attention spans, and the importance of introspection.\n\n## IDEAS:\n\n1. Western culture is perceived to be declining due to a loss of values and an embrace of mediocrity.\n2. Mass media and technology have contributed to shorter attention spans and a need for constant stimulation.\n3. Rilke's poetry resonates due to its focus on beauty and ecstasy in everyday objects.\n4. Subtlety is often overlooked in modern society due to sensory overload.\n5. The role of technology in shaping music and performance art is significant.\n6. Reading habits have shifted from deep, repetitive reading to consuming large quantities of new material.\n7. Revisiting influential books as one ages can lead to new insights based on accumulated wisdom and experiences.\n8. Fiction can vividly illustrate philosophical concepts through characters and narratives.\n9. Many influential thinkers have backgrounds in philosophy, highlighting its importance in shaping reasoning skills.\n10. Philosophy is seen as a bridge between theology and science, asking questions that both fields seek to answer.\n\n## QUOTES:\n\n1. \\\"You can't necessarily think yourself into the answers. You have to create space for the answers to come to you.\\\"\n2. \\\"The West is dying and we are killing her.\\\"\n3. \\\"The American Dream has been replaced by mass packaged mediocrity porn, encouraging us to revel like happy pigs in our own meekness.\\\"\n4. \\\"There's just not that many people who have the courage to reach beyond consensus and go explore new ideas.\\\"\n5. \\\"I'll start watching Netflix when I've read the whole of human history.\\\"\n6. \\\"Rilke saw beauty in everything... He sees it's in one little thing, a representation of all things that are beautiful.\\\"\n7. \\\"Vanilla is a very subtle flavor... it speaks to sort of the sensory overload of the modern age.\\\"\n8. \\\"When you memorize chapters [of the Bible], it takes a few months, but you really understand how things are structured.\\\"\n9. \\\"As you get older, if there's books that moved you when you were younger, it's worth going back and rereading them.\\\"\n10. \\\"She [Ayn Rand] took complicated philosophy and embodied it in a way that anybody could resonate with.\\\"\n\n## HABITS:\n\n1. Avoiding mainstream media consumption for deeper engagement with historical texts and personal research.\n2. Regularly revisiting influential books from youth to gain new insights with age.\n3. Engaging in deep reading practices rather than skimming or speed-reading material.\n4. Memorizing entire chapters or passages from significant texts for better understanding.\n5. Disengaging from social media and fast-paced news cycles for more focused thought processes.\n6. Walking long distances as a form of meditation and reflection.\n7. Creating space for thoughts to solidify through introspection and stillness.\n8. Embracing emotions such as grief or anger fully rather than suppressing them.\n9. Seeking out varied experiences across different careers and lifestyles.\n10. Prioritizing curiosity-driven research without specific goals or constraints.\n\n## FACTS:\n\n1. The West is perceived as declining due to cultural shifts away from traditional values.\n2. Attention spans have shortened due to technological advancements and media consumption habits.\n3. Rilke's poetry emphasizes finding beauty in everyday objects through detailed observation.\n4. Modern society often overlooks subtlety due to sensory overload from various stimuli.\n5. Reading habits have evolved from deep engagement with texts to consuming large quantities quickly.\n6. Revisiting influential books can lead to new insights based on accumulated life experiences.\n7. Fiction can effectively illustrate philosophical concepts through character development and narrative arcs.\n8. Philosophy plays a significant role in shaping reasoning skills and understanding complex ideas.\n9. Creativity may be stifled by cultural nihilism and protectionist attitudes within society.\n10. Short-term thinking undermines efforts to create lasting works of beauty or significance.\n\n## REFERENCES:\n\n1. Rainer Maria Rilke's poetry\n2. Netflix\n3. Underworld concert\n4. Katy Perry's theatrical performances\n5. Taylor Swift's performances\n6. Bible study\n7. Atlas Shrugged by Ayn Rand\n8. Robert Pirsig's writings\n9. Bertrand Russell's definition of philosophy\n10. Nietzsche's walks\nCustom Patterns\n\nYou can also use Custom Patterns with Fabric, meaning Patterns you keep locally and don't upload to Fabric.\n\nOne possible place to store them is ~/.config/custom-fabric-patterns.\n\nThen when you want to use them, simply copy them into ~/.config/fabric/patterns.\n\ncp -a ~/.config/custom-fabric-patterns/* ~/.config/fabric/patterns/`\nNow you can run them with:\n\npbpaste | fabric -p your_custom_pattern\nHelper Apps\n\nThese are helper tools to work with Fabric. Examples include things like getting transcripts from media files, getting metadata about media, etc.\n\nyt (YouTube)\n\nyt is a command that uses the YouTube API to pull transcripts, pull user comments, get video duration, and other functions. It's primary function is to get a transcript from a video that can then be stitched (piped) into other Fabric Patterns.\n\nusage: yt [-h] [--duration] [--transcript] [url]\n\nvm (video meta) extracts metadata about a video, such as the transcript and the video's duration. By Daniel Miessler.\n\npositional arguments:\n url YouTube video URL\n\noptions:\n -h, --help Show this help message and exit\n --duration Output only the duration\n --transcript Output only the transcript\n --comments Output only the user comments \nts (Audio transcriptions)\n\n'ts' is a command that uses the OpenApi Whisper API to transcribe audio files. Due to the context window, this tool uses pydub to split the files into 10 minute segments. for more information on pydub, please refer https://github.com/jiaaro/pydub\n\nInstallation\n\nmac:\nbrew install ffmpeg\n\nlinux:\napt install ffmpeg\n\nwindows:\ndownload instructions https://www.ffmpeg.org/download.html\nts -h\nusage: ts [-h] audio_file\n\nTranscribe an audio file.\n\npositional arguments:\n audio_file The path to the audio file to be transcribed.\n\noptions:\n -h, --help show this help message and exit\nSave\n\nsave is a \\\"tee-like\\\" utility to pipeline saving of content, while keeping the output stream intact. Can optionally generate \\\"frontmatter\\\" for PKM utilities like Obsidian via the \\\"FABRIC_FRONTMATTER\\\" environment variable\n\nIf you'd like to default variables, set them in ~/.config/fabric/.env. FABRIC_OUTPUT_PATH needs to be set so save where to write. FABRIC_FRONTMATTER_TAGS is optional, but useful for tracking how tags have entered your PKM, if that's important to you.\n\nusage\n\nusage: save [-h] [-t, TAG] [-n] [-s] [stub]\n\nsave: a \\\"tee-like\\\" utility to pipeline saving of content, while keeping the output stream intact. Can optionally generate \\\"frontmatter\\\" for PKM utilities like Obsidian via the\n\\\"FABRIC_FRONTMATTER\\\" environment variable\n\npositional arguments:\n stub stub to describe your content. Use quotes if you have spaces. Resulting format is YYYY-MM-DD-stub.md by default\n\noptions:\n -h, --help show this help message and exit\n -t, TAG, --tag TAG add an additional frontmatter tag. Use this argument multiple timesfor multiple tags\n -n, --nofabric don't use the fabric tags, only use tags from --tag\n -s, --silent don't use STDOUT for output, only save to the file\nExample\n\necho test | save --tag extra-tag stub-for-name\ntest\n\n$ cat ~/obsidian/Fabric/2024-03-02-stub-for-name.md\n---\ngeneration_date: 2024-03-02 10:43\ntags: fabric-extraction stub-for-name extra-tag\n---\ntest\n\nEND FABRIC PROJECT DESCRIPTION\n\n- Take the Fabric patterns given to you as input and think about how to create a Markmap visualization of everything you can do with Fabric.\n\nExamples: Analyzing videos, summarizing articles, writing essays, etc.\n\n- The visual should be broken down by the type of actions that can be taken, such as summarization, analysis, etc., and the actual patterns should branch from there. \n\n# OUTPUT\n\n- Output comprehensive Markmap code for displaying this functionality map as described above.\n\n- NOTE: This is Markmap, NOT Markdown.\n\n- Output the Markmap code and nothing else.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.11606307327747345,0.8849800825119019,-0.19465649127960205,0.3799043595790863,-0.30417054891586304,0.3371184468269348,-0.7077313661575317,-0.0772312805056572,0.1366575062274933,0.27743685245513916,-0.3473586440086365,0.5259087681770325,-0.09921040385961533,0.36773818731307983,0.6521586179733276,-0.05745336413383484,-0.05397197976708412,-0.937336802482605,-1.515531301498413,-0.1219794973731041,0.5947867035865784,0.6464279890060425,-0.15875762701034546,0.12652088701725006,-0.11884129792451859,-0.02609359845519066,0.6715077757835388,-0.3856337070465088,-1.4016599655151367,-2.16080904006958,0.5287070274353027,0.38028404116630554,-0.12043479084968567,-0.7372466325759888,0.05194290727376938,-1.2165030241012573,-0.6251534819602966,0.431608110666275,-0.6285426020622253,-0.09380682557821274,0.06659822165966034,-0.06823496520519257,-0.12931187450885773,0.3465360105037689,0.08846341073513031,-0.35023391246795654,0.5882929563522339,-0.1637585312128067,0.641374409198761,0.4169553518295288,-0.780632734298706,-0.6778738498687744,0.14948512613773346,0.139020174741745,-0.443725049495697,0.26688385009765625,0.40423309803009033,-0.35921674966812134,0.46340063214302063,-0.36316752433776855,0.04899013787508011,0.2603868246078491,-4.222862720489502,0.09758460521697998,-0.12898464500904083,0.5419242978096008,0.6892043948173523,0.03359930217266083,0.10904963314533234,-0.4239619970321655,0.14363203942775726,0.15511171519756317,-0.4316308796405792,0.6191869378089905,-0.2621256709098816,-0.12793156504631042,0.10739514231681824,0.04051347076892853,0.4608638286590576,-0.21592490375041962,0.1480804681777954,0.940176784992218,0.42207735776901245,-0.07520751655101776,-0.6821659207344055,0.31261903047561646,-0.5883095264434814,-0.0807923674583435,0.44469714164733887,-0.06699559092521667,-0.24441710114479065,-0.1568625271320343,0.06360282748937607,-0.1265689879655838,-0.6484911441802979,1.170111060142517,-0.29626041650772095,0.39363333582878113,-0.10639255493879318,3.343550443649292,0.15922142565250397,-0.8147556781768799,0.45911332964897156,-0.36430707573890686,0.20268484950065613,-0.13613580167293549,0.06652310490608215,-0.5170071721076965,0.11374814063310623,0.15116798877716064,0.20419234037399292,-0.5177366137504578,0.028162285685539246,0.0642472505569458,0.7992600202560425,-0.5172057747840881,0.11090798676013947,0.31432002782821655,-0.6651790738105774,1.1304752826690674,-0.3091237545013428,0.05478985980153084,-0.3876766860485077,-0.427101194858551,-0.11362302303314209,-0.1961091160774231,-0.4782411456108093,0.6709007620811462,0.34491440653800964,0.08418995141983032,0.3058609664440155,-0.42311733961105347,-0.4359878599643707,-0.13914504647254944,0.24328702688217163,-0.4798218607902527,0.17358361184597015,-0.1740158349275589,0.5044568181037903,-0.7811945676803589,-0.08613315224647522,-1.7084425687789917,1.2392462491989136,-0.12015897035598755,0.8293532133102417,0.2196410596370697,-0.4711308777332306,-0.1441061794757843,-0.9903106093406677,-0.1917104721069336,-0.1014392077922821,0.31222760677337646,-0.08695366233587265,0.8144344687461853,0.8629631996154785,-0.4370386004447937,-0.20307223498821259,0.15473124384880066,-0.626381516456604,0.3010592758655548,-0.04513879865407944,-0.3559303283691406,0.38103991746902466,0.4349220395088196,0.5696200728416443,-0.7481139302253723,0.155167356133461,-0.5162328481674194,0.8520283699035645,-0.4200999438762665,0.43439993262290955,-0.15698695182800293,0.6396574974060059,0.7252058982849121,-0.40907058119773865,0.3926793336868286,-0.39004799723625183,0.10932201147079468,0.31916967034339905,-0.32152897119522095,0.8281551003456116,0.4624219834804535,-0.27414849400520325,-0.6764811277389526,-0.41719144582748413,0.003864065743982792,0.6300153732299805,0.5406132340431213,0.24619954824447632,0.27285540103912354,-1.061979055404663,1.7526628971099854,-0.7656290531158447,0.4050337076187134,0.21565347909927368,-0.41984283924102783,-0.11118461936712265,0.19277799129486084,0.2594825327396393,-0.0789046585559845,-0.7854915261268616,-0.01653595268726349,-0.03527271747589111,-0.14884522557258606,0.1789996325969696,-0.8108919858932495,-0.2550313472747803,0.08224964141845703,-0.2797265648841858,-0.35623443126678467,0.2474743127822876,0.043673813343048096,1.0336523056030273,0.21850496530532837,0.5350295305252075,0.12015516310930252,0.04970460757613182,0.22962452471256256,0.05369862914085388,0.8766084909439087,0.2970072627067566,0.3744158148765564,-0.2927783727645874,-0.7063053846359253,-0.6371722221374512,0.005985908210277557,0.008068874478340149,-0.32818830013275146,0.04685036465525627,-0.31668511033058167,0.29887375235557556,0.8310282826423645,0.3777324855327606,1.2693899869918823,0.3203340470790863,-0.11688359826803207,0.04859400913119316,-0.0075526610016822815,0.03238903731107712,-0.6053120493888855,0.5887284874916077,-0.052778005599975586,0.09836885333061218,-0.3898552656173706,-0.2501550614833832,-1.1071012020111084,-0.23554359376430511,-0.22239461541175842,-0.09031487256288528,1.9000942707061768,0.5158857703208923,0.02160346880555153,0.17963121831417084,0.6508216857910156,0.018990952521562576,0.30401089787483215,-1.9901680946350098,-0.3738026022911072,-0.5564231872558594,0.5158101916313171,0.06764781475067139,0.06177864223718643,0.13370341062545776,0.21472881734371185,0.26923036575317383,0.15436843037605286,-0.15251994132995605,-0.5211541652679443,-0.41355159878730774,-0.539536714553833,-0.7307120561599731,0.5109370946884155,-0.13833248615264893,0.35464930534362793,-0.3945165276527405,0.49676600098609924,0.44760972261428833,0.07292454689741135,-0.02252035215497017,0.015308612957596779,0.4319908916950226,0.15662769973278046,-0.005872085690498352,0.020438045263290405,-0.6290987730026245,-0.08120700716972351,-0.4791790843009949,-0.10534042865037918,-0.6891234517097473,0.13376930356025696,-0.3674434423446655,-0.5017719268798828,-1.0048866271972656,-0.08477427065372467,1.5896886587142944,0.10628970712423325,0.13671740889549255,0.6128298044204712,0.2900735139846802,0.08158610761165619,-0.024767927825450897,-0.32701030373573303,-0.2097547948360443,-0.1712198257446289,-0.6593939065933228,-0.1199299618601799,0.9272775053977966,-0.05339843034744263,0.0754399448633194,0.4109959304332733,-0.11596742272377014,-0.08513680100440979,0.035070713609457016,0.09529685974121094,0.07750580459833145,-0.33136430382728577,-0.4599248766899109,0.6079527139663696,-0.001811157912015915,-1.682676911354065,-0.11044026911258698,0.6692008972167969,0.07096260786056519,-0.14042705297470093,-0.5606381297111511,0.4683937430381775,0.23436200618743896,0.035821184515953064,0.14640243351459503,1.0159035921096802,0.16736812889575958,0.14957180619239807,-0.24485206604003906,-0.12070447206497192,0.5723230838775635,-0.23261111974716187,0.24386313557624817,0.439874529838562,0.040998511016368866,-0.6730098128318787,0.2494962215423584,1.3308498859405518,0.22245679795742035,0.3642772138118744,0.035320866852998734,0.473421186208725,-0.24870803952217102,-1.2263127565383911,0.720403790473938,-0.2274603694677353,0.1518108993768692,1.1311246156692505,-0.01102600246667862,-0.2660231292247772,0.16155385971069336,0.6862253546714783,-0.17094291746616364,0.4494611322879791,-0.22686654329299927,1.5408515930175781,-0.6887408494949341,-0.4013608992099762,-0.23144814372062683,0.31096988916397095,-0.2506292462348938,-0.07820415496826172,0.18967537581920624,-0.23349258303642273,-0.12143555283546448,0.116744764149189,0.10325315594673157,-0.17406779527664185,0.2799628973007202,0.2871187627315521,0.46568867564201355,-0.13966715335845947,0.19606055319309235,0.583486795425415,-0.03136841952800751,0.04675900936126709,0.2970941662788391,0.1476864218711853,-0.3720552921295166,-0.2715122103691101]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Suggest_pattern","raw":"\n workflow Suggest_pattern v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\nYou are an AI assistant tasked with creating a new feature for a fabric command-line tool. Your primary responsibility is to develop a pattern that suggests appropriate fabric patterns or commands based on user input. You are knowledgeable about fabric commands and understand the need to expand the tool's functionality. Your role involves analyzing user requests, determining the most suitable fabric commands or patterns, and providing helpful suggestions to users.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n- Analyze the user's input to understand their specific needs and context\n- Determine the appropriate fabric pattern or command based on the user's request\n- Generate a response that suggests the relevant fabric command(s) or pattern(s)\n- Provide explanations or multiple options when applicable\n- If no specific command is found, suggest using `create_pattern`\n\n# OUTPUT INSTRUCTIONS\n- Only output Markdown\n- Provide suggestions for fabric commands or patterns based on the user's input\n- Include explanations or multiple options when appropriate\n- If suggesting `create_pattern`, include instructions for saving and using the new pattern\n- Format the output to be clear and easy to understand for users new to fabric\n- Ensure the response aligns with the goal of making fabric more accessible and user-friendly\n- Ensure you follow ALL these instructions when creating your output\n\n# INPUT\nINPUT:\n\"\n $CUSTOM_USER = \"\nCONTENT: \n\n# OVERVIEW\n\nWhat It Does: Fabric is an open-source framework designed to augment human capabilities using AI, making it easier to integrate AI into daily tasks.\n\nWhy People Use It: Users leverage Fabric to seamlessly apply AI for solving everyday challenges, enhancing productivity, and fostering human creativity through technology.\n\n# HOW TO USE IT\n\nMost Common Syntax: The most common usage involves executing Fabric commands in the terminal, such as `fabric --pattern `.\n\n# COMMON USE CASES\n\nFor Summarizing Content: `fabric --pattern summarize`\nFor Analyzing Claims: `fabric --pattern analyze_claims`\nFor Extracting Wisdom from Videos: `fabric --pattern extract_wisdom`\nFor Creating AI Agents: `echo \\\"\\\" | fabric --agents`\nFor creating custom patterns: `fabric --pattern create_pattern`\n- One possible place to store them is ~/.config/custom-fabric-patterns.\n- Then when you want to use them, simply copy them into ~/.config/fabric/patterns.\n`cp -a ~/.config/custom-fabric-patterns/* ~/.config/fabric/patterns/`\n- Now you can run them with: `pbpaste | fabric -p your_custom_pattern`\n\n\n# MOST IMPORTANT AND USED OPTIONS AND FEATURES\n\n- **--pattern PATTERN, -p PATTERN**: Specifies the pattern (prompt) to use. Useful for applying specific AI prompts to your input.\n \n- **--agents, -a**: Creates an AI agent to perform a task based on the input. Great for automating complex tasks with AI.\n \n- **--stream, -s**: Streams results in real-time. Ideal for getting immediate feedback from AI operations.\n \n- **--update, -u**: Updates patterns. Ensures you're using the latest AI prompts for your tasks.\n \n- **--model MODEL, -m MODEL**: Selects the AI model to use. Allows customization of the AI backend for different tasks.\n \n- **--setup**: Sets up your Fabric instance. Essential for first-time users to configure Fabric correctly.\n \n- **--list, -l**: Lists available patterns. Helps users discover new AI prompts for various applications.\n \n- **--context, -c**: Uses a Context file to add context to your pattern. Enhances the relevance of AI responses by providing additional background information.\n\n# PATTERNS\n\n## agility_story\nGenerates user stories and acceptance criteria for specified topics, focusing on Agile framework principles. This prompt specializes in translating topics into structured Agile documentation, specifically for user story and acceptance criteria creation. The expected output is a JSON-formatted document detailing the topic, user story, and acceptance criteria.\n\n## ai\nSummarizes and responds to questions with insightful bullet points. It involves creating a mental model of the question for deeper understanding. The output consists of 3-5 concise bullet points, each with a 10-word limit.\n\n## analyze_answers\nEvaluates the correctness of answers provided by learners to questions generated by a complementary quiz creation pattern. It aims to assess understanding of learning objectives and identify areas needing further study. The expected output is an analysis of the learner's answers, indicating their grasp of the subject matter.\n\n## analyze_claims\nAnalyzes and rates the truth claims in input, providing evidence for and against, along with a balanced view. It separates truth claims from arguments, offering a nuanced analysis with ratings and labels for each claim. The output includes a summary, evidence, refutations, logical fallacies, ratings, labels, and an overall score and analysis.\n\n## analyze_debate\nAnalyzes debate transcripts to help users understand different viewpoints and broaden their perspectives. It maps out claims, analyzes them neutrally, and rates the debate's insightfulness and emotionality. The output includes scores, participant emotionality, argument summaries with sources, and lists of agreements, disagreements, misunderstandings, learnings, and takeaways.\n\n## analyze_incident\nSummarizes cybersecurity breach articles by extracting key information efficiently, focusing on conciseness and organization. It avoids inferential conclusions, relying solely on the article's content for details like attack date, type, and impact. The output is a structured summary with specific details about the cybersecurity incident, including attack methods, vulnerabilities, and recommendations for prevention.\n\n## analyze_logs\nAnalyzes a server log file to identify patterns, anomalies, and potential issues, aiming to enhance the server's reliability and performance. The process involves a detailed examination of log entries, assessment of operational reliability, and identification of recurring issues. Recommendations for improvements are provided based on data-driven analysis, excluding personal opinions and irrelevant information.\n\n## analyze_malware\nAnalyzes malware across various platforms, focusing on extracting indicators of compromise and detailed malware behavior. This approach includes analyzing telemetry and community data to aid in malware detection and analysis. The expected output includes a summary of findings, potential indicators of compromise, Mitre Att&CK techniques, pivoting advice, detection strategies, suggested Yara rules, additional references, and technical recommendations.\n\n## analyze_paper\nThis service analyzes research papers to determine their main findings, scientific rigor, and quality. It uniquely maps out claims, evaluates study design, and assesses conflicts of interest. The output includes a summary, author details, findings, study quality, and a final grade with explanations.\n\n## analyze_patent\nThe prompt outlines the role and responsibilities of a patent examiner, emphasizing the importance of technical and legal expertise in evaluating patents. It details the steps for examining a patent, including identifying the technology field, problem addressed, solution, advantages, novelty, and inventive step, and summarizing the core idea and keywords. The expected output involves detailed analysis and documentation in specific sections without concern for length, using bullet points for clarity.\n\n## analyze_personality\nPerforms in-depth psychological analysis on the main individual in the provided input. It involves identifying the primary person, deeply contemplating their language and responses, and comparing these to known human psychology principles. The output includes a concise psychological profile summary and detailed supporting points.\n\n## analyze_presentation\nAnalyzes and critiques presentations, focusing on content, speaker's psychology, and the difference between stated and actual goals. It involves comparing intended messages to actual content, including self-references and entertainment attempts. The output includes scores and summaries for ideas, selflessness, and entertainment, plus an overall analysis.\n\n## analyze_prose\nEvaluates the quality of writing by assessing its novelty, clarity, and prose, and provides improvement recommendations. It uses a detailed approach to rate each aspect on a specific scale and ensures the overall rating reflects the lowest individual score. The expected output includes ratings and concise improvement tips.\n\n## analyze_prose_json\nEvaluates the quality of writing and content, providing ratings and recommendations for improvement based on novelty, clarity, and overall messaging. It assesses ideas for their freshness and originality, clarity of argument, and quality of prose, offering a structured approach to critique. The expected output is a JSON object summarizing these evaluations and recommendations.\n\n## analyze_prose_pinker\nEvaluates prose based on Steven Pinker's writing principles, identifying its current style and recommending improvements for clarity and engagement. It involves analyzing the text's adherence to Pinker's stylistic categories and avoiding common pitfalls in writing. The output includes a detailed analysis of the prose's style, strengths, weaknesses, and specific examples of both effective and ineffective writing elements.\n\n## analyze_spiritual_text\nAnalyzes spiritual texts to highlight surprising claims and contrasts them with the King James Bible. This approach involves detailed comparison, providing examples from both texts to illustrate differences. The output consists of concise bullet points summarizing these findings.\n\n## analyze_tech_impact\nAnalyzes the societal impact of technology projects by breaking down their intentions, outcomes, and broader implications, including ethical considerations. It employs a structured approach, detailing the project's objectives, technologies used, target audience, outcomes, societal impact, ethical considerations, and sustainability. The expected output includes summaries, lists, and analyses across specified sections.\n\n## analyze_threat_report\nThe prompt instructs a super-intelligent cybersecurity expert to analyze and extract key insights from cybersecurity threat reports. It emphasizes identifying new, interesting, and surprising information, and organizing these findings into concise, categorized summaries. The expected output includes a one-sentence summary, trends, statistics, quotes, references, and recommendations from the report, all formatted in plain language and without repetition.\n\n## analyze_threat_report_trends\nAnalyzes cybersecurity threat reports to identify up to 50 unique, surprising, and insightful trends. This process involves a deep, expert analysis to uncover new and interesting information. The expected output is a list of trends without repetition or formatting embellishments.\n\n## answer_interview_question\nGenerates tailored responses to technical interview questions, aiming for a casual yet insightful tone. The AI draws from a technical knowledge base and professional experiences to construct responses that demonstrate depth and alternative perspectives. Outputs are structured first-person responses, including context, main explanation, alternative approach, and evidence-based conclusion.\n\n## ask_secure_by_design_questions\nGenerates a comprehensive set of security-focused questions tailored to the fundamental design of a specific project. This process involves deep analysis and conceptualization of the project's components and their security needs. The output includes a summary and a detailed list of security questions organized by themes.\n\n## capture_thinkers_work\nSummarizes teachings and philosophies of notable individuals or philosophical schools, providing detailed templates on their backgrounds, ideas, and applications. It offers a structured approach to encapsulating complex thoughts into accessible summaries. The output includes encapsulations, background information, schools of thought, impactful ideas, primary teachings, works, quotes, applications, and life advice.\n\n## check_agreement\nThe prompt outlines a process for analyzing contracts and agreements to identify potential issues or \\\"gotchas.\\\" It involves summarizing the document, listing important aspects, categorizing issues by severity, and drafting responses for critical and important items. The expected output includes a concise summary, detailed callouts, categorized issues, and recommended responses in Markdown format.\n\n## clean_text\nSummarizes and corrects formatting issues in text without altering the content. It focuses on removing odd line breaks to improve readability. The expected output is a clean, well-formatted version of the original text.\n\n## coding_master\nExplains coding concepts or languages to beginners, using examples from reputable sources and illustrating points with formatted code. The approach emphasizes clarity and accessibility, incorporating examples from Codeacademy and NetworkChuck. Outputs include markdown-formatted code and structured lists of ideas, recommendations, habits, facts, and insights, adhering to specific word counts.\n\n## compare_and_contrast\nCompares and contrasts a list of items, focusing on their differences and similarities. The approach involves analyzing the items across various topics, organizing the findings into a markdown table. The expected output is a structured comparison in table format.\n\n## create_5_sentence_summary\nGenerates concise summaries or answers at five decreasing levels of depth. It involves deep understanding and thoughtful analysis of the input. The output is a structured list capturing the essence in 5, 4, 3, 2, and 1 word(s).\n\n## create_academic_paper\nProduces high-quality, authoritative Latex academic papers with clear concept explanations. It focuses on logical layout and simplicity while maintaining a professional appearance. The expected output is LateX code formatted in a two-column layout with a header and footer.\n\n## create_ai_jobs_analysis\nAnalyzes job reports to identify roles least and most vulnerable to automation, offering strategies for enhancing job security. It leverages historical insights to predict automation's impact on various job categories. The output includes a detailed analysis and recommendations for resilience against automation.\n\n## create_aphorisms\nGenerates a list of 20 aphorisms related to the given topic(s), ensuring variety in their beginnings. It focuses on sourcing quotes from real individuals. The output includes each aphorism followed by the name of the person who said it.\n\n## create_art_prompt\nThe prompt guides an expert artist in conceptualizing and instructing AI to create art that perfectly encapsulates a given concept. It emphasizes deep thought on the concept and its visual representation, aiming for compelling and interesting artwork. The expected output is a 100-word description that not only instructs the AI on what to create but also how the art should evoke feelings and suggest style through examples.\n\n## create_better_frame\nThe essay explores the concept of framing as a way to construct and interpret reality through different lenses, emphasizing the power of perspective in shaping one's experience of the world. It highlights various dichotomies in perceptions around topics like AI, race/gender, success, personal identity, and control over life, illustrating how different frames can lead to vastly different outlooks and outcomes. The author argues for the importance of choosing positive frames to improve individual and collective realities, suggesting that changing frames can change outcomes and foster more positive social dynamics.\n\n## create_coding_project\nGenerates wireframes and starter code for coding projects based on user ideas. It specifically caters to transforming ideas into actionable project outlines and code skeletons, including detailed steps and file structures. The output includes project summaries, structured directories, and initial code setups.\n\n## create_command\nGenerates specific command lines for various penetration testing tools based on a brief description of the desired outcome. This approach leverages the tool's help documentation to ensure accuracy and relevance. The expected output is a precise command that aligns with the user's objectives for the tool.\n\n## create_cyber_summary\nThe prompt instructs on creating a comprehensive summary of cybersecurity threats, vulnerabilities, incidents, and malware for a technical audience. It emphasizes deep understanding through repetitive analysis and visualization techniques. The expected output includes a concise summary and categorized lists of cybersecurity issues.\n\n## create_git_diff_commit\nThis prompt provides instructions for using specific Git commands to manage code changes. It explains how to view differences since the last commit and display the current state of the repository. The expected output is a guide on executing these commands.\n\n## create_idea_compass\nGuides users in developing a structured exploration of ideas through a detailed template. It emphasizes clarity and organization by breaking down the process into specific steps, including defining, supporting, and contextualizing the idea. The expected output is a comprehensive summary with related ideas, evidence, and sources organized in a structured format.\n\n## create_investigation_visualization\nCreates detailed GraphViz visualizations to illustrate complex intelligence investigations and data insights. This approach involves extensive analysis, organizing information, and visual representation using shapes, colors, and labels for clarity. The output includes a comprehensive diagram and analytical conclusions with a certainty rating.\n\n## create_keynote\nThe prompt guides in creating TED-quality keynote presentations from provided input, focusing on narrative flow and practical takeaways. It outlines steps for structuring the presentation into slides with concise bullet points, images, and speaker notes. The expected output includes a story flow, the final takeaway, and a detailed slide deck presentation.\n\n## create_logo\nGenerates simple, minimalist company logos based on provided input, focusing on elegance and impact without text. The approach emphasizes super minimalist designs. The output is a prompt for an AI image generator to create a simple, vector graphic logo.\n\n## create_markmap_visualization\nTransforms complex ideas into visual formats using MarkMap syntax for easy understanding. This process involves simplifying concepts to ensure they can be effectively represented within the constraints of MarkMap. The output is a MarkMap syntax diagram that visually communicates the core ideas.\n\n## create_mermaid_visualization\nTransforms complex ideas into simplified Mermaid (Markdown) visual diagrams. This process involves creating detailed visualizations that can independently explain concepts using Mermaid syntax, focusing on clarity and comprehensibility. The expected output is a Mermaid syntax diagram accompanied by a concise visual explanation.\n\n## create_micro_summary\nSummarizes content into a Markdown formatted summary, focusing on brevity and clarity. It emphasizes creating concise, impactful points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, each adhering to strict word limits.\n\n## create_network_threat_landscape\nAnalyzes open ports and services from network scans to identify security risks and provide recommendations. This process involves a detailed examination of port and service statistics to uncover potential vulnerabilities. The expected output is a markdown formatted threat report with sections on description, risk, recommendations, a concise summary, trends, and quotes from the analysis.\n\n## create_npc\nGenerates detailed NPCs for D&D 5th edition, incorporating a wide range of characteristics from background to appearance. It emphasizes creativity in developing a character's backstory, traits, and goals. The output is a comprehensive character profile suitable for gameplay.\n\n## create_pattern\nThe AI assistant is designed to interpret and respond to LLM/AI prompts with structured outputs. It specializes in organizing and analyzing prompts to produce responses that adhere to specific instructions and formatting requirements. The assistant ensures accuracy and alignment with the intended outcomes through meticulous analysis.\n\n## create_quiz\nGenerates questions for reviewing learning objectives based on provided subject and objectives. It requires defining the subject and learning objectives for accurate question generation. The output consists of questions aimed at helping students review key concepts.\n\n## create_reading_plan\nDesigns a tailored three-phase reading plan based on user input, focusing on an author or specific guidance. It carefully selects books from various sources, including hidden gems, to enhance the user's knowledge on the topic. The output includes a concise plan summary and categorized reading lists with reasons for each selection.\n\n## create_report_finding\nThe prompt instructs the creation of a detailed markdown security finding report, incorporating sections like Description, Risk, Recommendations, and others, based on a vulnerability title and explanation provided by the user. It emphasizes a structured, insightful approach to documenting cybersecurity vulnerabilities. The expected output is a comprehensive report with specific sections, focusing on clarity, insightfulness, and relevance to cybersecurity assessment.\n\n## create_security_update\nThe prompt instructs on creating concise security updates for newsletters, focusing on cybersecurity developments, threats, advisories, and new vulnerabilities. It emphasizes brevity and relevance, requiring links to further information. The expected output includes structured sections with short descriptions and relevant details, aiming to inform readers about the latest security concerns efficiently.\n\n## create_show_intro\nCreates compelling short intros for podcasts, focusing on the most interesting aspects of the show. It involves listening to the entire show, identifying key topics, and highlighting them in a concise introduction. The output is a structured intro that teases the conversation's main points.\n\n## create_stride_threat_model\nThe prompt instructs on creating a detailed threat model using the STRIDE per element methodology for a given system design document. It emphasizes understanding the system's assets, trust boundaries, and data flows to identify and prioritize potential threats. The expected output is a comprehensive table listing threats, their components, mitigation strategies, and risk assessments.\n\n## create_summary\nSummarizes content into a structured Markdown format, focusing on brevity and clarity. It emphasizes creating a concise summary, listing main points, and identifying key takeaways. The output is organized into specific sections for easy reference.\n\n## create_threat_model\nThe prompt outlines a comprehensive approach to everyday threat modeling, emphasizing its application beyond technical defenses to include personal and physical security scenarios. It distinguishes between realistic and possible threats, advocating for a balanced approach to risk management that considers the value of what's being protected, the likelihood of threats, and the cost of controls. The expected output involves creating threat models for various scenarios, highlighting realistic defenses, and guiding individuals towards logical security decisions through structured analysis.\n\n## create_threat_scenarios\nThe prompt seeks to identify and prioritize potential threats to a given system or situation, using a narrative-based, simple threat modeling approach. It emphasizes distinguishing between realistic and possible threats, focusing on those worth defending against. The expected output includes a list of prioritized threat scenarios, an analysis of the threat model, recommended controls, a narrative analysis, and a concise conclusion.\n\n## create_upgrade_pack\nExtracts and organizes insights on world models and task algorithms from provided content. It focuses on identifying and categorizing beliefs about the world and optimal task execution strategies. The output includes concise, actionable bullet points under relevant categories.\n\n## create_video_chapters\nExtracts and organizes the most engaging topics from a transcript with corresponding timestamps. This process involves a detailed review of the transcript to identify key moments and subjects. The output is a list of topics with their timestamps in a sequential format.\n\n## create_visualization\nTransforms complex ideas into simplified ASCII art visualizations. This approach focuses on distilling intricate concepts into visual forms that can be easily understood through ASCII art. The expected output is a detailed ASCII art representation accompanied by a concise visual explanation.\n\n## explain_code\nAnalyzes and explains code, security tool outputs, or configuration texts, tailoring the explanation to the type of input. It uses specific sections to clarify the function, implications, or settings based on the input's nature. The expected output is a detailed explanation or answer in designated sections.\n\n## explain_docs\nThe prompt instructs on transforming input about tool usage into improved, structured documentation. It emphasizes clarity and utility, breaking down the process into specific sections for a comprehensive guide. The expected output includes an overview, usage syntax, common use cases, and key features of the tool.\n\n## explain_project\nSummarizes project documentation into a concise, user and developer-focused summary, highlighting its purpose, problem addressed, approach, installation, usage, and examples. It simplifies complex information for easy understanding and application. The output includes a project overview, problem it addresses, approach to solving the problem, and practical steps for installation and usage.\n\n## explain_terms\nProduces a glossary of advanced terms found in specific content, including definitions and analogies. It focuses on explaining obscure or complex terms to aid understanding. The output is a list of terms with explanations and analogies in a structured Markdown format.\n\n## extract_algorithm_update_recommendations\nAnalyzes input to provide concise recommendations for improving processes. It focuses on extracting actionable advice from content descriptions. The output consists of a bulleted list of up to three brief suggestions.\n\n## extract_article_wisdom\nExtracts key insights and valuable information from textual content, focusing on ideas, quotes, habits, and references. It aims to address the issue of information overload by providing a concise summary of the content's most meaningful aspects. The expected output includes summarized ideas, notable quotes, referenced materials, and habits worth adopting.\n\n## extract_book_ideas\nSummarizes a book's key content by extracting 50 to 100 of its most interesting ideas. The process involves a deep dive into the book's insights, prioritizing them by interest and insightfulness. The output is a concise list of bulleted ideas, limited to 20 words each.\n\n## extract_book_recommendations\nSummarizes a book's key content by extracting 50 to 100 of its most practical recommendations, prioritizing the most impactful advice. This process involves a thorough memory search to identify actionable insights. The output is formatted as an instructive, bullet-pointed list, limited to 20 words each.\n\n## extract_business_ideas\nThe prompt outlines a process for identifying and elaborating on innovative business ideas. It focuses on extracting top business concepts from provided content and then refining the best ten by exploring adjacent possibilities. The expected output includes two sections: a list of extracted ideas and a detailed elaboration on the top ten ideas, ensuring uniqueness and differentiation.\n\n## extract_extraordinary_claims\nIdentifies and lists extraordinary claims from conversations, focusing on those rejected by the scientific community or based on misinformation. The process involves deep analysis to pinpoint statements that defy accepted scientific truths, such as denying evolution or the moon landing. The output is a detailed list of quotes, ranging from 50 to 100, showcasing these claims.\n\n## extract_ideas\nExtracts and condenses insightful ideas from text into 15-word bullet points focusing on life's purpose and human progress. This process emphasizes capturing unique insights on specified themes. The output consists of a list of concise, thought-provoking ideas.\n\n## extract_insights\nExtracts and condenses complex insights from text on profound topics into 15-word bullet points. This process emphasizes the extraction of nuanced, powerful ideas related to human and technological advancement. The expected output is a concise list of abstracted, insightful bullets.\n\n## extract_main_idea\nExtracts and highlights the most crucial or intriguing idea from any given content. This prompt emphasizes a methodical approach to identify and articulate the essence of the input. The expected output includes a concise main idea and a recommendation based on that idea.\n\n## extract_patterns\nThe prompt guides in identifying and analyzing recurring, surprising, or insightful patterns from a collection of ideas, data, or observations. It emphasizes extracting the most notable patterns based on their frequency and significance, and then documenting the process of discovery and analysis. The expected output includes a detailed summary of patterns, an explanation of their selection and significance, and actionable advice for startup builders based on these insights.\n\n## extract_poc\nAnalyzes security or bug bounty reports to extract and provide proof of concept URLs for validating vulnerabilities. It specializes in identifying actionable URLs and commands from the reports, ensuring direct verification of reported vulnerabilities. The output includes the URL with a specific command to execute it, like using curl or python.\n\n## extract_predictions\nExtracts and organizes predictions from content into a structured format. It focuses on identifying specific predictions, their timelines, confidence levels, and verification methods. The expected output includes a bulleted list and a detailed table of these predictions.\n\n## extract_questions\nExtracts questions from content and analyzes their effectiveness in eliciting high-quality responses. It focuses on identifying the elements that make these questions particularly insightful. The expected output includes a list of questions, an analysis of their strengths, and recommendations for interviewers.\n\n## extract_recommendations\nExtracts and condenses recommendations from content into a concise list. This process involves identifying both explicit and implicit advice within the given material. The output is a bulleted list of up to 20 brief recommendations.\n\n## extract_references\nExtracts references to various forms of cultural and educational content from provided text. This process involves identifying and listing references to art, literature, and academic papers concisely. The expected output is a bulleted list of up to 20 references, each summarized in no more than 15 words.\n\n## extract_song_meaning\nAnalyzes and interprets the meaning of songs based on extensive research and lyric examination. This process involves deep analysis of the artist's background, song context, and lyrics to deduce the song's essence. Outputs include a summary sentence, detailed meaning in bullet points, and evidence supporting the interpretation.\n\n## extract_sponsors\nIdentifies and distinguishes between official and potential sponsors from transcripts. This process involves analyzing content to separate actual sponsors from merely mentioned companies. The output lists official sponsors and potential sponsors based on their mention in the content.\n\n## extract_videoid\nExtracts video IDs from URLs for use in other applications. It meticulously analyzes the URL to isolate the video ID. The output is solely the video ID, with no additional information or errors included.\n\n## extract_wisdom\nExtracts key insights, ideas, quotes, habits, and references from textual content to address the issue of information overload and the challenge of retaining knowledge. It uniquely filters and condenses valuable information from various texts, making it easier for users to decide if the content warrants a deeper review or to use as a note-taking alternative. The output includes summarized ideas, notable quotes, relevant habits, and useful references, all aimed at enhancing understanding and retention.\n\n## extract_wisdom_agents\nThis prompt outlines a complex process for extracting insights from text content, focusing on themes like the meaning of life and technology's impact on humanity. It involves creating teams of AI agents with diverse expertise to analyze the content and produce summaries, ideas, insights, quotes, habits, facts, references, and recommendations. The expected output includes structured sections filled with concise, insightful entries derived from the input material.\n\n## extract_wisdom_dm\nExtracts and synthesizes valuable content from input text, focusing on insights related to life's purpose and human advancement. It employs a structured approach to distill surprising ideas, insights, quotes, habits, facts, and recommendations from the content. The output includes summaries, ideas, insights, and other categorized information for deep understanding and practical application.\n\n## extract_wisdom_nometa\nThis prompt guides the extraction and organization of insightful content from text, focusing on life's purpose, human flourishing, and technology's impact. It emphasizes identifying and summarizing surprising ideas, refined insights, practical habits, notable quotes, valid facts, and useful recommendations related to these themes. The expected output includes structured sections for summaries, ideas, insights, quotes, habits, facts, recommendations, and references, each with specific content and formatting requirements.\n\n## find_hidden_message\nAnalyzes political messages to reveal overt and hidden intentions. It employs knowledge of politics, propaganda, and psychology to dissect content, focusing on recent political debates. The output includes overt messages, hidden cynical messages, supporting arguments, desired audience actions, and analyses from cynical to favorable.\n\n## find_logical_fallacies\nIdentifies and categorizes various fallacies in arguments or texts. This prompt focuses on recognizing invalid or faulty reasoning across a wide range of fallacies, from formal to informal types. The expected output is a list of identified fallacies with brief explanations.\n\n## get_wow_per_minute\nEvaluates the density of wow-factor in content by analyzing its surprise, novelty, insight, value, and wisdom. This process involves a detailed and varied consumption of the content to assess its potential to engage and enrich viewers. The expected output is a JSON report detailing scores and explanations for each wow-factor component and overall wow-factor per minute.\n\n## get_youtube_rss\nGenerates RSS URLs for YouTube channels based on given channel IDs or URLs. It extracts the channel ID from the input and constructs the corresponding RSS URL. The output is solely the RSS URL.\n\n## improve_academic_writing\nThis prompt aims to enhance the quality of text for academic purposes. It focuses on refining grammatical errors, improving clarity and coherence, and adopting an academic tone while ensuring ease of understanding. The expected output is a professionally refined text with a list of applied corrections.\n\n## improve_prompt\nThis service enhances LLM/AI prompts by applying expert prompt writing techniques to achieve better results. It leverages strategies like clear instructions, persona adoption, and reference text provision to refine prompts. The output is an improved version of the original prompt, optimized for clarity and effectiveness.\n\n## improve_report_finding\nThe prompt instructs the creation of an improved security finding report from a penetration test, detailing the finding, risk, recommendations, references, a concise summary, and insightful quotes, all formatted in markdown without using markdown syntax or special formatting. It emphasizes a detailed, insightful approach to presenting cybersecurity issues and solutions. The output should be comprehensive, covering various sections including title, description, risk, recommendations, references, and quotes, aiming for clarity and depth in reporting.\n\n## improve_writing\nThis prompt aims to refine input text for enhanced clarity, coherence, grammar, and style. It involves analyzing the text for errors and inconsistencies, then applying corrections while preserving the original meaning. The expected output is a grammatically correct and stylistically improved version of the text.\n\n## label_and_rate\nEvaluates and categorizes content based on its relevance to specific human-centric themes, then assigns a tiered rating and a numerical quality score. It uses a predefined set of labels for categorization and assesses content based on idea quantity and thematic alignment. The expected output is a structured JSON object detailing the content summary, labels, rating, and quality score with explanations.\n\n## official_pattern_template\nThe prompt outlines a complex process for diagnosing and addressing psychological issues based on a person's background and behaviors. It involves deep analysis of the individual's history, identifying potential mental health issues, and suggesting corrective actions. The expected output includes summaries of past events, possible psychological issues, their impact on behavior, and recommendations for improvement.\n\n## philocapsulate\nSummarizes teachings of philosophers or philosophies, providing detailed templates on their background, encapsulated philosophy, school, teachings, works, quotes, application, and life advice. It differentiates between individual philosophers and philosophies with tailored templates for each. The output includes structured information for educational or analytical purposes.\n\n## provide_guidance\nProvides comprehensive psychological advice tailored to the individual's specific question and context. This approach delves into the person's past, traumas, and life goals to offer targeted feedback and recommendations. The expected output includes a concise analysis, detailed scientific rationale, actionable recommendations, Esther Perel's perspective, self-reflection prompts, possible clinical diagnoses, and a summary, all aimed at fostering self-awareness and positive change.\n\n## rate_ai_response\nEvaluates the quality of AI responses against the benchmark of human experts, assigning a letter grade and score. It involves deep analysis of both the instructions given to the AI and its output, comparing these to the potential performance of the world's best human expert. The process culminates in a detailed justification for the assigned grade, highlighting specific strengths and weaknesses of the AI's response.\n\n## rate_ai_result\nEvaluates the quality of AI-generated content based on construction, quality, and spirit. The process involves analyzing AI outputs against criteria set by experts and a high-IQ AI panel. The expected output is a final score out of 100, with deductions detailed for each category.\n\n## rate_content\nThe prompt outlines a process for evaluating content by labeling it with relevant single-word descriptors, rating its quality based on idea quantity and thematic alignment, and scoring it on a scale from 1 to 100. It emphasizes the importance of matching content with specific themes related to human meaning and the future of AI, among others. The expected output includes a list of labels, a tiered rating with an explanation, and an overall quality score with justification.\n\n## rate_value\nThis prompt seeks to acknowledge the collaborative effort behind its creation, inspired by notable figures in information theory and viral content creation. It highlights the fusion of theoretical foundations and modern digital strategies. The output is an attribution of credit.\n\n## raw_query\nThe prompt instructs the AI to produce the best possible output by thoroughly analyzing and understanding the input. It emphasizes deep contemplation of the input's meaning and the sender's intentions. The expected output is an optimal response tailored to the inferred desires of the input provider.\n\n## recommend_artists\nRecommends a personalized festival schedule featuring artists similar to the user's preferences in EDM genres and artists. The recommendation process involves analyzing the user's favorite styles and artists, then selecting similar artists and explaining the choices. The output is a detailed schedule organized by day, set time, stage, and artist, optimized for the user's enjoyment.\n\n## show_fabric_options_markmap\nCreate a visual representation of the functionalities provided by the Fabric project, focusing on augmenting human capabilities with AI. The approach involves breaking down the project's capabilities into categories like summarization, analysis, and more, with specific patterns branching from these categories. The expected output is comprehensive Markmap code detailing this functionality map.\n\n## suggest\nAnalyzes user input to suggest appropriate fabric commands or patterns, enhancing the tool's functionality. It involves understanding specific needs, determining suitable commands, and providing clear, user-friendly suggestions. The output includes command suggestions, explanations, and instructions for new patterns.\n\n## summarize\nSummarizes content into a structured Markdown format, focusing on brevity and clarity. It extracts and lists the most crucial points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, adhering to specified word limits.\n\n## summarize_debate\nAnalyzes debates to identify and summarize the primary disagreements, arguments, and evidence that could change participants' minds. It breaks down complex discussions into concise summaries and evaluates argument strength, predicting outcomes. The output includes structured summaries and analyses of each party's position and evidence.\n\n## summarize_git_changes\nSummarizes major changes and upgrades in a GitHub project over the past week. It involves identifying key updates, then crafting a concise, enthusiastic summary and detailed bullet points highlighting these changes. The output includes a 20-word introduction and excitedly written update bullets.\n\n## summarize_git_diff\nAnalyzes Git diffs to summarize major changes and upgrades. It emphasizes creating concise bullet points for feature changes and updates, tailored to the extent of modifications. The expected output includes a 100-character intro sentence using conventional commits format.\n\n## summarize_micro\nSummarizes content into a structured Markdown format. This prompt focuses on concise, bullet-pointed summaries and takeaways. The output includes a one-sentence summary and lists of main points and takeaways.\n\n## summarize_newsletter\nExtracts and organizes key content from newsletters, focusing on the most meaningful, interesting, and useful information. It uniquely parses the entire newsletter to provide concise summaries, lists of content, opinions, tools, companies, and follow-up actions. The output includes sections for a brief summary, detailed content points, author opinions, mentioned tools and companies, and recommended follow-ups in a structured Markdown format.\n\n## summarize_paper\nSummarizes academic papers by extracting key sections such as title, authors, main goals, and more from the provided text. It employs a structured approach to highlight the paper's core aspects including technical methodology, distinctive features, and experimental outcomes. The output is a detailed summary covering various dimensions of the research.\n\n## summarize_pattern\nThis prompt instructs on summarizing AI chat prompts into concise paragraphs. It emphasizes using active voice and present tense for clarity. The expected output is a structured summary highlighting the prompt's purpose, approach, and anticipated results.\n\n## summarize_pull-requests\nSummarizes pull requests for a coding project, focusing on the types of changes made. It involves creating a summary and a detailed list of main PRs, rewritten for clarity. The output includes a concise overview and specific examples of pull requests.\n\n## summarize_rpg_session\nThis prompt outlines the process for summarizing in-person role-playing game sessions, focusing on key events, combat details, character development, and worldbuilding. It emphasizes capturing the essence of the session in a structured format, including summaries, lists, and descriptions to encapsulate the narrative and gameplay dynamics. The expected output includes a comprehensive overview of the session's storyline, character interactions, and significant moments, tailored for both players and observers.\n\n## to_flashcards\nCreates Anki cards from texts following specific principles to ensure simplicity, optimized wording, and no reliance on external context. This approach aims to enhance learning efficiency and comprehension without requiring prior knowledge of the text. The expected output is a set of questions and answers formatted as a CSV table.\n\n## tweet\nGuides users on crafting engaging tweets with emojis, focusing on Twitter's basics and content creation strategies. It emphasizes understanding Twitter, identifying the target audience, and using emojis effectively. The expected output is a comprehensive guide for creating appealing tweets with emojis.\n\n## write_essay\nThe task is to write an essay in the style of Paul Graham, focusing on the essence and approach of writing concise, clear, and illuminating essays on any given topic.\n\n## write_micro_essay\nThe task is to write an essay in the style of Paul Graham, focusing on the essence of simplicity in conveying complex ideas.\n\n## write_nuclei_template_rule\nThe purpose of this prompt is to guide the creation of Nuclei templates for cybersecurity applications, focusing on generating precise and efficient scanning templates for various protocols like HTTP, DNS, TCP, and more. It emphasizes the importance of incorporating elements such as matchers, extractors, and conditions to tailor the templates for detecting specific vulnerabilities or configurations. The expected output is a well-structured YAML Nuclei template that adheres to best practices in template creation, including handling dynamic data extraction, utilizing complex matchers, and ensuring accurate vulnerability detection with minimal false positives.\n\n## write_pull_request\nThe prompt instructs on drafting a detailed pull request (PR) description based on the output of a `git diff` command, focusing on identifying and explaining code changes. It emphasizes analyzing changes, understanding their purpose, and detailing their impact on the project. The expected output is a structured PR description in markdown, covering a summary of changes, reasons, impacts, and testing plans in clear language.\n\n## write_semgrep_rule\nThe prompt requests the creation of a Semgrep rule to detect a specific vulnerability pattern in code, based on provided context and examples. It emphasizes the importance of crafting a rule that is general enough to catch any instance of the described vulnerability, rather than being overly specific to the given examples. The expected output is a well-structured Semgrep rule that aligns with the syntax and guidelines detailed in the context, capable of identifying the vulnerability across different scenarios.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM, $CUSTOM_USER)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\nYou are an AI assistant tasked with creating a new feature for a fabric command-line tool. Your primary responsibility is to develop a pattern that suggests appropriate fabric patterns or commands based on user input. You are knowledgeable about fabric commands and understand the need to expand the tool's functionality. Your role involves analyzing user requests, determining the most suitable fabric commands or patterns, and providing helpful suggestions to users.\n\nTake a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n# STEPS\n- Analyze the user's input to understand their specific needs and context\n- Determine the appropriate fabric pattern or command based on the user's request\n- Generate a response that suggests the relevant fabric command(s) or pattern(s)\n- Provide explanations or multiple options when applicable\n- If no specific command is found, suggest using `create_pattern`\n\n# OUTPUT INSTRUCTIONS\n- Only output Markdown\n- Provide suggestions for fabric commands or patterns based on the user's input\n- Include explanations or multiple options when appropriate\n- If suggesting `create_pattern`, include instructions for saving and using the new pattern\n- Format the output to be clear and easy to understand for users new to fabric\n- Ensure the response aligns with the goal of making fabric more accessible and user-friendly\n- Ensure you follow ALL these instructions when creating your output\n\n# INPUT\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$CUSTOM_USER","value":"\nCONTENT: \n\n# OVERVIEW\n\nWhat It Does: Fabric is an open-source framework designed to augment human capabilities using AI, making it easier to integrate AI into daily tasks.\n\nWhy People Use It: Users leverage Fabric to seamlessly apply AI for solving everyday challenges, enhancing productivity, and fostering human creativity through technology.\n\n# HOW TO USE IT\n\nMost Common Syntax: The most common usage involves executing Fabric commands in the terminal, such as `fabric --pattern `.\n\n# COMMON USE CASES\n\nFor Summarizing Content: `fabric --pattern summarize`\nFor Analyzing Claims: `fabric --pattern analyze_claims`\nFor Extracting Wisdom from Videos: `fabric --pattern extract_wisdom`\nFor Creating AI Agents: `echo \\\"\\\" | fabric --agents`\nFor creating custom patterns: `fabric --pattern create_pattern`\n- One possible place to store them is ~/.config/custom-fabric-patterns.\n- Then when you want to use them, simply copy them into ~/.config/fabric/patterns.\n`cp -a ~/.config/custom-fabric-patterns/* ~/.config/fabric/patterns/`\n- Now you can run them with: `pbpaste | fabric -p your_custom_pattern`\n\n\n# MOST IMPORTANT AND USED OPTIONS AND FEATURES\n\n- **--pattern PATTERN, -p PATTERN**: Specifies the pattern (prompt) to use. Useful for applying specific AI prompts to your input.\n \n- **--agents, -a**: Creates an AI agent to perform a task based on the input. Great for automating complex tasks with AI.\n \n- **--stream, -s**: Streams results in real-time. Ideal for getting immediate feedback from AI operations.\n \n- **--update, -u**: Updates patterns. Ensures you're using the latest AI prompts for your tasks.\n \n- **--model MODEL, -m MODEL**: Selects the AI model to use. Allows customization of the AI backend for different tasks.\n \n- **--setup**: Sets up your Fabric instance. Essential for first-time users to configure Fabric correctly.\n \n- **--list, -l**: Lists available patterns. Helps users discover new AI prompts for various applications.\n \n- **--context, -c**: Uses a Context file to add context to your pattern. Enhances the relevance of AI responses by providing additional background information.\n\n# PATTERNS\n\n## agility_story\nGenerates user stories and acceptance criteria for specified topics, focusing on Agile framework principles. This prompt specializes in translating topics into structured Agile documentation, specifically for user story and acceptance criteria creation. The expected output is a JSON-formatted document detailing the topic, user story, and acceptance criteria.\n\n## ai\nSummarizes and responds to questions with insightful bullet points. It involves creating a mental model of the question for deeper understanding. The output consists of 3-5 concise bullet points, each with a 10-word limit.\n\n## analyze_answers\nEvaluates the correctness of answers provided by learners to questions generated by a complementary quiz creation pattern. It aims to assess understanding of learning objectives and identify areas needing further study. The expected output is an analysis of the learner's answers, indicating their grasp of the subject matter.\n\n## analyze_claims\nAnalyzes and rates the truth claims in input, providing evidence for and against, along with a balanced view. It separates truth claims from arguments, offering a nuanced analysis with ratings and labels for each claim. The output includes a summary, evidence, refutations, logical fallacies, ratings, labels, and an overall score and analysis.\n\n## analyze_debate\nAnalyzes debate transcripts to help users understand different viewpoints and broaden their perspectives. It maps out claims, analyzes them neutrally, and rates the debate's insightfulness and emotionality. The output includes scores, participant emotionality, argument summaries with sources, and lists of agreements, disagreements, misunderstandings, learnings, and takeaways.\n\n## analyze_incident\nSummarizes cybersecurity breach articles by extracting key information efficiently, focusing on conciseness and organization. It avoids inferential conclusions, relying solely on the article's content for details like attack date, type, and impact. The output is a structured summary with specific details about the cybersecurity incident, including attack methods, vulnerabilities, and recommendations for prevention.\n\n## analyze_logs\nAnalyzes a server log file to identify patterns, anomalies, and potential issues, aiming to enhance the server's reliability and performance. The process involves a detailed examination of log entries, assessment of operational reliability, and identification of recurring issues. Recommendations for improvements are provided based on data-driven analysis, excluding personal opinions and irrelevant information.\n\n## analyze_malware\nAnalyzes malware across various platforms, focusing on extracting indicators of compromise and detailed malware behavior. This approach includes analyzing telemetry and community data to aid in malware detection and analysis. The expected output includes a summary of findings, potential indicators of compromise, Mitre Att&CK techniques, pivoting advice, detection strategies, suggested Yara rules, additional references, and technical recommendations.\n\n## analyze_paper\nThis service analyzes research papers to determine their main findings, scientific rigor, and quality. It uniquely maps out claims, evaluates study design, and assesses conflicts of interest. The output includes a summary, author details, findings, study quality, and a final grade with explanations.\n\n## analyze_patent\nThe prompt outlines the role and responsibilities of a patent examiner, emphasizing the importance of technical and legal expertise in evaluating patents. It details the steps for examining a patent, including identifying the technology field, problem addressed, solution, advantages, novelty, and inventive step, and summarizing the core idea and keywords. The expected output involves detailed analysis and documentation in specific sections without concern for length, using bullet points for clarity.\n\n## analyze_personality\nPerforms in-depth psychological analysis on the main individual in the provided input. It involves identifying the primary person, deeply contemplating their language and responses, and comparing these to known human psychology principles. The output includes a concise psychological profile summary and detailed supporting points.\n\n## analyze_presentation\nAnalyzes and critiques presentations, focusing on content, speaker's psychology, and the difference between stated and actual goals. It involves comparing intended messages to actual content, including self-references and entertainment attempts. The output includes scores and summaries for ideas, selflessness, and entertainment, plus an overall analysis.\n\n## analyze_prose\nEvaluates the quality of writing by assessing its novelty, clarity, and prose, and provides improvement recommendations. It uses a detailed approach to rate each aspect on a specific scale and ensures the overall rating reflects the lowest individual score. The expected output includes ratings and concise improvement tips.\n\n## analyze_prose_json\nEvaluates the quality of writing and content, providing ratings and recommendations for improvement based on novelty, clarity, and overall messaging. It assesses ideas for their freshness and originality, clarity of argument, and quality of prose, offering a structured approach to critique. The expected output is a JSON object summarizing these evaluations and recommendations.\n\n## analyze_prose_pinker\nEvaluates prose based on Steven Pinker's writing principles, identifying its current style and recommending improvements for clarity and engagement. It involves analyzing the text's adherence to Pinker's stylistic categories and avoiding common pitfalls in writing. The output includes a detailed analysis of the prose's style, strengths, weaknesses, and specific examples of both effective and ineffective writing elements.\n\n## analyze_spiritual_text\nAnalyzes spiritual texts to highlight surprising claims and contrasts them with the King James Bible. This approach involves detailed comparison, providing examples from both texts to illustrate differences. The output consists of concise bullet points summarizing these findings.\n\n## analyze_tech_impact\nAnalyzes the societal impact of technology projects by breaking down their intentions, outcomes, and broader implications, including ethical considerations. It employs a structured approach, detailing the project's objectives, technologies used, target audience, outcomes, societal impact, ethical considerations, and sustainability. The expected output includes summaries, lists, and analyses across specified sections.\n\n## analyze_threat_report\nThe prompt instructs a super-intelligent cybersecurity expert to analyze and extract key insights from cybersecurity threat reports. It emphasizes identifying new, interesting, and surprising information, and organizing these findings into concise, categorized summaries. The expected output includes a one-sentence summary, trends, statistics, quotes, references, and recommendations from the report, all formatted in plain language and without repetition.\n\n## analyze_threat_report_trends\nAnalyzes cybersecurity threat reports to identify up to 50 unique, surprising, and insightful trends. This process involves a deep, expert analysis to uncover new and interesting information. The expected output is a list of trends without repetition or formatting embellishments.\n\n## answer_interview_question\nGenerates tailored responses to technical interview questions, aiming for a casual yet insightful tone. The AI draws from a technical knowledge base and professional experiences to construct responses that demonstrate depth and alternative perspectives. Outputs are structured first-person responses, including context, main explanation, alternative approach, and evidence-based conclusion.\n\n## ask_secure_by_design_questions\nGenerates a comprehensive set of security-focused questions tailored to the fundamental design of a specific project. This process involves deep analysis and conceptualization of the project's components and their security needs. The output includes a summary and a detailed list of security questions organized by themes.\n\n## capture_thinkers_work\nSummarizes teachings and philosophies of notable individuals or philosophical schools, providing detailed templates on their backgrounds, ideas, and applications. It offers a structured approach to encapsulating complex thoughts into accessible summaries. The output includes encapsulations, background information, schools of thought, impactful ideas, primary teachings, works, quotes, applications, and life advice.\n\n## check_agreement\nThe prompt outlines a process for analyzing contracts and agreements to identify potential issues or \\\"gotchas.\\\" It involves summarizing the document, listing important aspects, categorizing issues by severity, and drafting responses for critical and important items. The expected output includes a concise summary, detailed callouts, categorized issues, and recommended responses in Markdown format.\n\n## clean_text\nSummarizes and corrects formatting issues in text without altering the content. It focuses on removing odd line breaks to improve readability. The expected output is a clean, well-formatted version of the original text.\n\n## coding_master\nExplains coding concepts or languages to beginners, using examples from reputable sources and illustrating points with formatted code. The approach emphasizes clarity and accessibility, incorporating examples from Codeacademy and NetworkChuck. Outputs include markdown-formatted code and structured lists of ideas, recommendations, habits, facts, and insights, adhering to specific word counts.\n\n## compare_and_contrast\nCompares and contrasts a list of items, focusing on their differences and similarities. The approach involves analyzing the items across various topics, organizing the findings into a markdown table. The expected output is a structured comparison in table format.\n\n## create_5_sentence_summary\nGenerates concise summaries or answers at five decreasing levels of depth. It involves deep understanding and thoughtful analysis of the input. The output is a structured list capturing the essence in 5, 4, 3, 2, and 1 word(s).\n\n## create_academic_paper\nProduces high-quality, authoritative Latex academic papers with clear concept explanations. It focuses on logical layout and simplicity while maintaining a professional appearance. The expected output is LateX code formatted in a two-column layout with a header and footer.\n\n## create_ai_jobs_analysis\nAnalyzes job reports to identify roles least and most vulnerable to automation, offering strategies for enhancing job security. It leverages historical insights to predict automation's impact on various job categories. The output includes a detailed analysis and recommendations for resilience against automation.\n\n## create_aphorisms\nGenerates a list of 20 aphorisms related to the given topic(s), ensuring variety in their beginnings. It focuses on sourcing quotes from real individuals. The output includes each aphorism followed by the name of the person who said it.\n\n## create_art_prompt\nThe prompt guides an expert artist in conceptualizing and instructing AI to create art that perfectly encapsulates a given concept. It emphasizes deep thought on the concept and its visual representation, aiming for compelling and interesting artwork. The expected output is a 100-word description that not only instructs the AI on what to create but also how the art should evoke feelings and suggest style through examples.\n\n## create_better_frame\nThe essay explores the concept of framing as a way to construct and interpret reality through different lenses, emphasizing the power of perspective in shaping one's experience of the world. It highlights various dichotomies in perceptions around topics like AI, race/gender, success, personal identity, and control over life, illustrating how different frames can lead to vastly different outlooks and outcomes. The author argues for the importance of choosing positive frames to improve individual and collective realities, suggesting that changing frames can change outcomes and foster more positive social dynamics.\n\n## create_coding_project\nGenerates wireframes and starter code for coding projects based on user ideas. It specifically caters to transforming ideas into actionable project outlines and code skeletons, including detailed steps and file structures. The output includes project summaries, structured directories, and initial code setups.\n\n## create_command\nGenerates specific command lines for various penetration testing tools based on a brief description of the desired outcome. This approach leverages the tool's help documentation to ensure accuracy and relevance. The expected output is a precise command that aligns with the user's objectives for the tool.\n\n## create_cyber_summary\nThe prompt instructs on creating a comprehensive summary of cybersecurity threats, vulnerabilities, incidents, and malware for a technical audience. It emphasizes deep understanding through repetitive analysis and visualization techniques. The expected output includes a concise summary and categorized lists of cybersecurity issues.\n\n## create_git_diff_commit\nThis prompt provides instructions for using specific Git commands to manage code changes. It explains how to view differences since the last commit and display the current state of the repository. The expected output is a guide on executing these commands.\n\n## create_idea_compass\nGuides users in developing a structured exploration of ideas through a detailed template. It emphasizes clarity and organization by breaking down the process into specific steps, including defining, supporting, and contextualizing the idea. The expected output is a comprehensive summary with related ideas, evidence, and sources organized in a structured format.\n\n## create_investigation_visualization\nCreates detailed GraphViz visualizations to illustrate complex intelligence investigations and data insights. This approach involves extensive analysis, organizing information, and visual representation using shapes, colors, and labels for clarity. The output includes a comprehensive diagram and analytical conclusions with a certainty rating.\n\n## create_keynote\nThe prompt guides in creating TED-quality keynote presentations from provided input, focusing on narrative flow and practical takeaways. It outlines steps for structuring the presentation into slides with concise bullet points, images, and speaker notes. The expected output includes a story flow, the final takeaway, and a detailed slide deck presentation.\n\n## create_logo\nGenerates simple, minimalist company logos based on provided input, focusing on elegance and impact without text. The approach emphasizes super minimalist designs. The output is a prompt for an AI image generator to create a simple, vector graphic logo.\n\n## create_markmap_visualization\nTransforms complex ideas into visual formats using MarkMap syntax for easy understanding. This process involves simplifying concepts to ensure they can be effectively represented within the constraints of MarkMap. The output is a MarkMap syntax diagram that visually communicates the core ideas.\n\n## create_mermaid_visualization\nTransforms complex ideas into simplified Mermaid (Markdown) visual diagrams. This process involves creating detailed visualizations that can independently explain concepts using Mermaid syntax, focusing on clarity and comprehensibility. The expected output is a Mermaid syntax diagram accompanied by a concise visual explanation.\n\n## create_micro_summary\nSummarizes content into a Markdown formatted summary, focusing on brevity and clarity. It emphasizes creating concise, impactful points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, each adhering to strict word limits.\n\n## create_network_threat_landscape\nAnalyzes open ports and services from network scans to identify security risks and provide recommendations. This process involves a detailed examination of port and service statistics to uncover potential vulnerabilities. The expected output is a markdown formatted threat report with sections on description, risk, recommendations, a concise summary, trends, and quotes from the analysis.\n\n## create_npc\nGenerates detailed NPCs for D&D 5th edition, incorporating a wide range of characteristics from background to appearance. It emphasizes creativity in developing a character's backstory, traits, and goals. The output is a comprehensive character profile suitable for gameplay.\n\n## create_pattern\nThe AI assistant is designed to interpret and respond to LLM/AI prompts with structured outputs. It specializes in organizing and analyzing prompts to produce responses that adhere to specific instructions and formatting requirements. The assistant ensures accuracy and alignment with the intended outcomes through meticulous analysis.\n\n## create_quiz\nGenerates questions for reviewing learning objectives based on provided subject and objectives. It requires defining the subject and learning objectives for accurate question generation. The output consists of questions aimed at helping students review key concepts.\n\n## create_reading_plan\nDesigns a tailored three-phase reading plan based on user input, focusing on an author or specific guidance. It carefully selects books from various sources, including hidden gems, to enhance the user's knowledge on the topic. The output includes a concise plan summary and categorized reading lists with reasons for each selection.\n\n## create_report_finding\nThe prompt instructs the creation of a detailed markdown security finding report, incorporating sections like Description, Risk, Recommendations, and others, based on a vulnerability title and explanation provided by the user. It emphasizes a structured, insightful approach to documenting cybersecurity vulnerabilities. The expected output is a comprehensive report with specific sections, focusing on clarity, insightfulness, and relevance to cybersecurity assessment.\n\n## create_security_update\nThe prompt instructs on creating concise security updates for newsletters, focusing on cybersecurity developments, threats, advisories, and new vulnerabilities. It emphasizes brevity and relevance, requiring links to further information. The expected output includes structured sections with short descriptions and relevant details, aiming to inform readers about the latest security concerns efficiently.\n\n## create_show_intro\nCreates compelling short intros for podcasts, focusing on the most interesting aspects of the show. It involves listening to the entire show, identifying key topics, and highlighting them in a concise introduction. The output is a structured intro that teases the conversation's main points.\n\n## create_stride_threat_model\nThe prompt instructs on creating a detailed threat model using the STRIDE per element methodology for a given system design document. It emphasizes understanding the system's assets, trust boundaries, and data flows to identify and prioritize potential threats. The expected output is a comprehensive table listing threats, their components, mitigation strategies, and risk assessments.\n\n## create_summary\nSummarizes content into a structured Markdown format, focusing on brevity and clarity. It emphasizes creating a concise summary, listing main points, and identifying key takeaways. The output is organized into specific sections for easy reference.\n\n## create_threat_model\nThe prompt outlines a comprehensive approach to everyday threat modeling, emphasizing its application beyond technical defenses to include personal and physical security scenarios. It distinguishes between realistic and possible threats, advocating for a balanced approach to risk management that considers the value of what's being protected, the likelihood of threats, and the cost of controls. The expected output involves creating threat models for various scenarios, highlighting realistic defenses, and guiding individuals towards logical security decisions through structured analysis.\n\n## create_threat_scenarios\nThe prompt seeks to identify and prioritize potential threats to a given system or situation, using a narrative-based, simple threat modeling approach. It emphasizes distinguishing between realistic and possible threats, focusing on those worth defending against. The expected output includes a list of prioritized threat scenarios, an analysis of the threat model, recommended controls, a narrative analysis, and a concise conclusion.\n\n## create_upgrade_pack\nExtracts and organizes insights on world models and task algorithms from provided content. It focuses on identifying and categorizing beliefs about the world and optimal task execution strategies. The output includes concise, actionable bullet points under relevant categories.\n\n## create_video_chapters\nExtracts and organizes the most engaging topics from a transcript with corresponding timestamps. This process involves a detailed review of the transcript to identify key moments and subjects. The output is a list of topics with their timestamps in a sequential format.\n\n## create_visualization\nTransforms complex ideas into simplified ASCII art visualizations. This approach focuses on distilling intricate concepts into visual forms that can be easily understood through ASCII art. The expected output is a detailed ASCII art representation accompanied by a concise visual explanation.\n\n## explain_code\nAnalyzes and explains code, security tool outputs, or configuration texts, tailoring the explanation to the type of input. It uses specific sections to clarify the function, implications, or settings based on the input's nature. The expected output is a detailed explanation or answer in designated sections.\n\n## explain_docs\nThe prompt instructs on transforming input about tool usage into improved, structured documentation. It emphasizes clarity and utility, breaking down the process into specific sections for a comprehensive guide. The expected output includes an overview, usage syntax, common use cases, and key features of the tool.\n\n## explain_project\nSummarizes project documentation into a concise, user and developer-focused summary, highlighting its purpose, problem addressed, approach, installation, usage, and examples. It simplifies complex information for easy understanding and application. The output includes a project overview, problem it addresses, approach to solving the problem, and practical steps for installation and usage.\n\n## explain_terms\nProduces a glossary of advanced terms found in specific content, including definitions and analogies. It focuses on explaining obscure or complex terms to aid understanding. The output is a list of terms with explanations and analogies in a structured Markdown format.\n\n## extract_algorithm_update_recommendations\nAnalyzes input to provide concise recommendations for improving processes. It focuses on extracting actionable advice from content descriptions. The output consists of a bulleted list of up to three brief suggestions.\n\n## extract_article_wisdom\nExtracts key insights and valuable information from textual content, focusing on ideas, quotes, habits, and references. It aims to address the issue of information overload by providing a concise summary of the content's most meaningful aspects. The expected output includes summarized ideas, notable quotes, referenced materials, and habits worth adopting.\n\n## extract_book_ideas\nSummarizes a book's key content by extracting 50 to 100 of its most interesting ideas. The process involves a deep dive into the book's insights, prioritizing them by interest and insightfulness. The output is a concise list of bulleted ideas, limited to 20 words each.\n\n## extract_book_recommendations\nSummarizes a book's key content by extracting 50 to 100 of its most practical recommendations, prioritizing the most impactful advice. This process involves a thorough memory search to identify actionable insights. The output is formatted as an instructive, bullet-pointed list, limited to 20 words each.\n\n## extract_business_ideas\nThe prompt outlines a process for identifying and elaborating on innovative business ideas. It focuses on extracting top business concepts from provided content and then refining the best ten by exploring adjacent possibilities. The expected output includes two sections: a list of extracted ideas and a detailed elaboration on the top ten ideas, ensuring uniqueness and differentiation.\n\n## extract_extraordinary_claims\nIdentifies and lists extraordinary claims from conversations, focusing on those rejected by the scientific community or based on misinformation. The process involves deep analysis to pinpoint statements that defy accepted scientific truths, such as denying evolution or the moon landing. The output is a detailed list of quotes, ranging from 50 to 100, showcasing these claims.\n\n## extract_ideas\nExtracts and condenses insightful ideas from text into 15-word bullet points focusing on life's purpose and human progress. This process emphasizes capturing unique insights on specified themes. The output consists of a list of concise, thought-provoking ideas.\n\n## extract_insights\nExtracts and condenses complex insights from text on profound topics into 15-word bullet points. This process emphasizes the extraction of nuanced, powerful ideas related to human and technological advancement. The expected output is a concise list of abstracted, insightful bullets.\n\n## extract_main_idea\nExtracts and highlights the most crucial or intriguing idea from any given content. This prompt emphasizes a methodical approach to identify and articulate the essence of the input. The expected output includes a concise main idea and a recommendation based on that idea.\n\n## extract_patterns\nThe prompt guides in identifying and analyzing recurring, surprising, or insightful patterns from a collection of ideas, data, or observations. It emphasizes extracting the most notable patterns based on their frequency and significance, and then documenting the process of discovery and analysis. The expected output includes a detailed summary of patterns, an explanation of their selection and significance, and actionable advice for startup builders based on these insights.\n\n## extract_poc\nAnalyzes security or bug bounty reports to extract and provide proof of concept URLs for validating vulnerabilities. It specializes in identifying actionable URLs and commands from the reports, ensuring direct verification of reported vulnerabilities. The output includes the URL with a specific command to execute it, like using curl or python.\n\n## extract_predictions\nExtracts and organizes predictions from content into a structured format. It focuses on identifying specific predictions, their timelines, confidence levels, and verification methods. The expected output includes a bulleted list and a detailed table of these predictions.\n\n## extract_questions\nExtracts questions from content and analyzes their effectiveness in eliciting high-quality responses. It focuses on identifying the elements that make these questions particularly insightful. The expected output includes a list of questions, an analysis of their strengths, and recommendations for interviewers.\n\n## extract_recommendations\nExtracts and condenses recommendations from content into a concise list. This process involves identifying both explicit and implicit advice within the given material. The output is a bulleted list of up to 20 brief recommendations.\n\n## extract_references\nExtracts references to various forms of cultural and educational content from provided text. This process involves identifying and listing references to art, literature, and academic papers concisely. The expected output is a bulleted list of up to 20 references, each summarized in no more than 15 words.\n\n## extract_song_meaning\nAnalyzes and interprets the meaning of songs based on extensive research and lyric examination. This process involves deep analysis of the artist's background, song context, and lyrics to deduce the song's essence. Outputs include a summary sentence, detailed meaning in bullet points, and evidence supporting the interpretation.\n\n## extract_sponsors\nIdentifies and distinguishes between official and potential sponsors from transcripts. This process involves analyzing content to separate actual sponsors from merely mentioned companies. The output lists official sponsors and potential sponsors based on their mention in the content.\n\n## extract_videoid\nExtracts video IDs from URLs for use in other applications. It meticulously analyzes the URL to isolate the video ID. The output is solely the video ID, with no additional information or errors included.\n\n## extract_wisdom\nExtracts key insights, ideas, quotes, habits, and references from textual content to address the issue of information overload and the challenge of retaining knowledge. It uniquely filters and condenses valuable information from various texts, making it easier for users to decide if the content warrants a deeper review or to use as a note-taking alternative. The output includes summarized ideas, notable quotes, relevant habits, and useful references, all aimed at enhancing understanding and retention.\n\n## extract_wisdom_agents\nThis prompt outlines a complex process for extracting insights from text content, focusing on themes like the meaning of life and technology's impact on humanity. It involves creating teams of AI agents with diverse expertise to analyze the content and produce summaries, ideas, insights, quotes, habits, facts, references, and recommendations. The expected output includes structured sections filled with concise, insightful entries derived from the input material.\n\n## extract_wisdom_dm\nExtracts and synthesizes valuable content from input text, focusing on insights related to life's purpose and human advancement. It employs a structured approach to distill surprising ideas, insights, quotes, habits, facts, and recommendations from the content. The output includes summaries, ideas, insights, and other categorized information for deep understanding and practical application.\n\n## extract_wisdom_nometa\nThis prompt guides the extraction and organization of insightful content from text, focusing on life's purpose, human flourishing, and technology's impact. It emphasizes identifying and summarizing surprising ideas, refined insights, practical habits, notable quotes, valid facts, and useful recommendations related to these themes. The expected output includes structured sections for summaries, ideas, insights, quotes, habits, facts, recommendations, and references, each with specific content and formatting requirements.\n\n## find_hidden_message\nAnalyzes political messages to reveal overt and hidden intentions. It employs knowledge of politics, propaganda, and psychology to dissect content, focusing on recent political debates. The output includes overt messages, hidden cynical messages, supporting arguments, desired audience actions, and analyses from cynical to favorable.\n\n## find_logical_fallacies\nIdentifies and categorizes various fallacies in arguments or texts. This prompt focuses on recognizing invalid or faulty reasoning across a wide range of fallacies, from formal to informal types. The expected output is a list of identified fallacies with brief explanations.\n\n## get_wow_per_minute\nEvaluates the density of wow-factor in content by analyzing its surprise, novelty, insight, value, and wisdom. This process involves a detailed and varied consumption of the content to assess its potential to engage and enrich viewers. The expected output is a JSON report detailing scores and explanations for each wow-factor component and overall wow-factor per minute.\n\n## get_youtube_rss\nGenerates RSS URLs for YouTube channels based on given channel IDs or URLs. It extracts the channel ID from the input and constructs the corresponding RSS URL. The output is solely the RSS URL.\n\n## improve_academic_writing\nThis prompt aims to enhance the quality of text for academic purposes. It focuses on refining grammatical errors, improving clarity and coherence, and adopting an academic tone while ensuring ease of understanding. The expected output is a professionally refined text with a list of applied corrections.\n\n## improve_prompt\nThis service enhances LLM/AI prompts by applying expert prompt writing techniques to achieve better results. It leverages strategies like clear instructions, persona adoption, and reference text provision to refine prompts. The output is an improved version of the original prompt, optimized for clarity and effectiveness.\n\n## improve_report_finding\nThe prompt instructs the creation of an improved security finding report from a penetration test, detailing the finding, risk, recommendations, references, a concise summary, and insightful quotes, all formatted in markdown without using markdown syntax or special formatting. It emphasizes a detailed, insightful approach to presenting cybersecurity issues and solutions. The output should be comprehensive, covering various sections including title, description, risk, recommendations, references, and quotes, aiming for clarity and depth in reporting.\n\n## improve_writing\nThis prompt aims to refine input text for enhanced clarity, coherence, grammar, and style. It involves analyzing the text for errors and inconsistencies, then applying corrections while preserving the original meaning. The expected output is a grammatically correct and stylistically improved version of the text.\n\n## label_and_rate\nEvaluates and categorizes content based on its relevance to specific human-centric themes, then assigns a tiered rating and a numerical quality score. It uses a predefined set of labels for categorization and assesses content based on idea quantity and thematic alignment. The expected output is a structured JSON object detailing the content summary, labels, rating, and quality score with explanations.\n\n## official_pattern_template\nThe prompt outlines a complex process for diagnosing and addressing psychological issues based on a person's background and behaviors. It involves deep analysis of the individual's history, identifying potential mental health issues, and suggesting corrective actions. The expected output includes summaries of past events, possible psychological issues, their impact on behavior, and recommendations for improvement.\n\n## philocapsulate\nSummarizes teachings of philosophers or philosophies, providing detailed templates on their background, encapsulated philosophy, school, teachings, works, quotes, application, and life advice. It differentiates between individual philosophers and philosophies with tailored templates for each. The output includes structured information for educational or analytical purposes.\n\n## provide_guidance\nProvides comprehensive psychological advice tailored to the individual's specific question and context. This approach delves into the person's past, traumas, and life goals to offer targeted feedback and recommendations. The expected output includes a concise analysis, detailed scientific rationale, actionable recommendations, Esther Perel's perspective, self-reflection prompts, possible clinical diagnoses, and a summary, all aimed at fostering self-awareness and positive change.\n\n## rate_ai_response\nEvaluates the quality of AI responses against the benchmark of human experts, assigning a letter grade and score. It involves deep analysis of both the instructions given to the AI and its output, comparing these to the potential performance of the world's best human expert. The process culminates in a detailed justification for the assigned grade, highlighting specific strengths and weaknesses of the AI's response.\n\n## rate_ai_result\nEvaluates the quality of AI-generated content based on construction, quality, and spirit. The process involves analyzing AI outputs against criteria set by experts and a high-IQ AI panel. The expected output is a final score out of 100, with deductions detailed for each category.\n\n## rate_content\nThe prompt outlines a process for evaluating content by labeling it with relevant single-word descriptors, rating its quality based on idea quantity and thematic alignment, and scoring it on a scale from 1 to 100. It emphasizes the importance of matching content with specific themes related to human meaning and the future of AI, among others. The expected output includes a list of labels, a tiered rating with an explanation, and an overall quality score with justification.\n\n## rate_value\nThis prompt seeks to acknowledge the collaborative effort behind its creation, inspired by notable figures in information theory and viral content creation. It highlights the fusion of theoretical foundations and modern digital strategies. The output is an attribution of credit.\n\n## raw_query\nThe prompt instructs the AI to produce the best possible output by thoroughly analyzing and understanding the input. It emphasizes deep contemplation of the input's meaning and the sender's intentions. The expected output is an optimal response tailored to the inferred desires of the input provider.\n\n## recommend_artists\nRecommends a personalized festival schedule featuring artists similar to the user's preferences in EDM genres and artists. The recommendation process involves analyzing the user's favorite styles and artists, then selecting similar artists and explaining the choices. The output is a detailed schedule organized by day, set time, stage, and artist, optimized for the user's enjoyment.\n\n## show_fabric_options_markmap\nCreate a visual representation of the functionalities provided by the Fabric project, focusing on augmenting human capabilities with AI. The approach involves breaking down the project's capabilities into categories like summarization, analysis, and more, with specific patterns branching from these categories. The expected output is comprehensive Markmap code detailing this functionality map.\n\n## suggest\nAnalyzes user input to suggest appropriate fabric commands or patterns, enhancing the tool's functionality. It involves understanding specific needs, determining suitable commands, and providing clear, user-friendly suggestions. The output includes command suggestions, explanations, and instructions for new patterns.\n\n## summarize\nSummarizes content into a structured Markdown format, focusing on brevity and clarity. It extracts and lists the most crucial points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, adhering to specified word limits.\n\n## summarize_debate\nAnalyzes debates to identify and summarize the primary disagreements, arguments, and evidence that could change participants' minds. It breaks down complex discussions into concise summaries and evaluates argument strength, predicting outcomes. The output includes structured summaries and analyses of each party's position and evidence.\n\n## summarize_git_changes\nSummarizes major changes and upgrades in a GitHub project over the past week. It involves identifying key updates, then crafting a concise, enthusiastic summary and detailed bullet points highlighting these changes. The output includes a 20-word introduction and excitedly written update bullets.\n\n## summarize_git_diff\nAnalyzes Git diffs to summarize major changes and upgrades. It emphasizes creating concise bullet points for feature changes and updates, tailored to the extent of modifications. The expected output includes a 100-character intro sentence using conventional commits format.\n\n## summarize_micro\nSummarizes content into a structured Markdown format. This prompt focuses on concise, bullet-pointed summaries and takeaways. The output includes a one-sentence summary and lists of main points and takeaways.\n\n## summarize_newsletter\nExtracts and organizes key content from newsletters, focusing on the most meaningful, interesting, and useful information. It uniquely parses the entire newsletter to provide concise summaries, lists of content, opinions, tools, companies, and follow-up actions. The output includes sections for a brief summary, detailed content points, author opinions, mentioned tools and companies, and recommended follow-ups in a structured Markdown format.\n\n## summarize_paper\nSummarizes academic papers by extracting key sections such as title, authors, main goals, and more from the provided text. It employs a structured approach to highlight the paper's core aspects including technical methodology, distinctive features, and experimental outcomes. The output is a detailed summary covering various dimensions of the research.\n\n## summarize_pattern\nThis prompt instructs on summarizing AI chat prompts into concise paragraphs. It emphasizes using active voice and present tense for clarity. The expected output is a structured summary highlighting the prompt's purpose, approach, and anticipated results.\n\n## summarize_pull-requests\nSummarizes pull requests for a coding project, focusing on the types of changes made. It involves creating a summary and a detailed list of main PRs, rewritten for clarity. The output includes a concise overview and specific examples of pull requests.\n\n## summarize_rpg_session\nThis prompt outlines the process for summarizing in-person role-playing game sessions, focusing on key events, combat details, character development, and worldbuilding. It emphasizes capturing the essence of the session in a structured format, including summaries, lists, and descriptions to encapsulate the narrative and gameplay dynamics. The expected output includes a comprehensive overview of the session's storyline, character interactions, and significant moments, tailored for both players and observers.\n\n## to_flashcards\nCreates Anki cards from texts following specific principles to ensure simplicity, optimized wording, and no reliance on external context. This approach aims to enhance learning efficiency and comprehension without requiring prior knowledge of the text. The expected output is a set of questions and answers formatted as a CSV table.\n\n## tweet\nGuides users on crafting engaging tweets with emojis, focusing on Twitter's basics and content creation strategies. It emphasizes understanding Twitter, identifying the target audience, and using emojis effectively. The expected output is a comprehensive guide for creating appealing tweets with emojis.\n\n## write_essay\nThe task is to write an essay in the style of Paul Graham, focusing on the essence and approach of writing concise, clear, and illuminating essays on any given topic.\n\n## write_micro_essay\nThe task is to write an essay in the style of Paul Graham, focusing on the essence of simplicity in conveying complex ideas.\n\n## write_nuclei_template_rule\nThe purpose of this prompt is to guide the creation of Nuclei templates for cybersecurity applications, focusing on generating precise and efficient scanning templates for various protocols like HTTP, DNS, TCP, and more. It emphasizes the importance of incorporating elements such as matchers, extractors, and conditions to tailor the templates for detecting specific vulnerabilities or configurations. The expected output is a well-structured YAML Nuclei template that adheres to best practices in template creation, including handling dynamic data extraction, utilizing complex matchers, and ensuring accurate vulnerability detection with minimal false positives.\n\n## write_pull_request\nThe prompt instructs on drafting a detailed pull request (PR) description based on the output of a `git diff` command, focusing on identifying and explaining code changes. It emphasizes analyzing changes, understanding their purpose, and detailing their impact on the project. The expected output is a structured PR description in markdown, covering a summary of changes, reasons, impacts, and testing plans in clear language.\n\n## write_semgrep_rule\nThe prompt requests the creation of a Semgrep rule to detect a specific vulnerability pattern in code, based on provided context and examples. It emphasizes the importance of crafting a rule that is general enough to catch any instance of the described vulnerability, rather than being overly specific to the given examples. The expected output is a well-structured Semgrep rule that aligns with the syntax and guidelines detailed in the context, capable of identifying the vulnerability across different scenarios.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"},{"type":"register","value":"$CUSTOM_USER"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5686257481575012,0.31997761130332947,0.1181650161743164,-0.0073716845363378525,0.2557834982872009,-0.45768725872039795,-1.1967318058013916,0.7304025292396545,-0.3481326103210449,-0.38026702404022217,-0.4621984660625458,0.8523901104927063,0.16323107481002808,-0.07729724049568176,0.08966196328401566,-0.38253921270370483,-0.3589787185192108,-0.3341924846172333,-1.1879370212554932,-0.17082014679908752,-0.1031380444765091,1.133899211883545,0.6978263854980469,0.20688220858573914,0.9571900367736816,-0.575704038143158,-0.14959265291690826,0.18661029636859894,-0.1528320014476776,-1.1858412027359009,0.7729836702346802,-0.07910940796136856,-0.449319988489151,-0.3778593838214874,0.07922929525375366,-1.3205931186676025,-0.04942525550723076,0.09972728788852692,-0.9413939118385315,-0.15922929346561432,-0.37242940068244934,1.2455247640609741,-0.2724493443965912,-0.05452428758144379,0.28460633754730225,-0.34816890954971313,-0.12233732640743256,0.05254610627889633,0.8545277714729309,0.13196693360805511,0.03248056396842003,-0.6897608041763306,-0.5820329785346985,0.03922353312373161,0.2784990668296814,-0.6024848818778992,-0.4638354778289795,-0.7236175537109375,0.17720067501068115,0.685634434223175,-0.22090093791484833,0.3736317753791809,-3.2659525871276855,0.19431072473526,0.25322622060775757,0.09926018118858337,0.211626797914505,0.24020391702651978,0.4530578553676605,0.6020786762237549,-0.6132355332374573,0.5591445565223694,-0.07712878286838531,0.4465140402317047,0.25085321068763733,-0.18514899909496307,-0.03977352753281593,0.401202529668808,0.4496527910232544,-0.8996641039848328,0.25686731934547424,0.32587331533432007,0.0021506957709789276,-0.73272705078125,-0.30533653497695923,0.5951796770095825,0.17644676566123962,0.1362917721271515,0.34517812728881836,0.028380800038576126,-0.5075658559799194,-0.29628896713256836,-0.2723143994808197,0.26870477199554443,-0.33541059494018555,-0.2669343948364258,0.5874100923538208,0.1879987269639969,0.1760813295841217,3.1167171001434326,1.1637462377548218,0.3996467888355255,0.660826563835144,-0.922493040561676,0.569433867931366,-0.4732738137245178,-0.12600067257881165,-0.004260934889316559,-0.3058985769748688,0.3841281235218048,1.2159311771392822,-0.621016800403595,-0.4775066673755646,0.7878807783126831,0.7182133793830872,0.6926634907722473,-0.6679370403289795,-0.2847576439380646,0.16943883895874023,-0.5024628043174744,-0.0951090008020401,0.06751699000597,-0.49942487478256226,-0.522018313407898,0.32506683468818665,0.08511748909950256,-0.7741034626960754,0.4073929488658905,1.037521481513977,-0.14992031455039978,-0.693454921245575,-0.06512321531772614,-0.6315559148788452,0.04379298537969589,-0.056193068623542786,0.03785698860883713,0.1722126007080078,-0.6509976387023926,0.16908948123455048,-1.1667929887771606,0.3042899966239929,-1.3652323484420776,0.5948516726493835,0.3437802791595459,0.22578850388526917,0.01444629393517971,-0.48162582516670227,0.12983596324920654,-0.6884343028068542,-0.6736080050468445,0.36579200625419617,1.163233757019043,0.43558061122894287,-0.32532116770744324,0.8386204242706299,-0.3192652761936188,-0.20219391584396362,0.4607389569282532,-0.2826218605041504,-0.048852674663066864,0.17687541246414185,0.2693580687046051,-0.06622260808944702,-0.6158453822135925,0.5645840167999268,-0.781557559967041,-0.23936235904693604,-0.8157864212989807,0.6858444213867188,0.38329681754112244,-0.3326190114021301,-0.2806101441383362,0.11167193949222565,1.12833571434021,0.44139596819877625,-1.0685738325119019,0.5026342868804932,0.5185586810112,-0.041788551956415176,-1.0064847469329834,0.6091954112052917,0.3405129015445709,-0.13457204401493073,-0.8197354674339294,0.6474562883377075,0.2904911935329437,0.04294777661561966,-0.1090456172823906,1.489117980003357,0.7912123203277588,-0.42119476199150085,1.4732481241226196,-1.0383793115615845,0.3065381348133087,-0.21787633001804352,-0.17297373712062836,0.10578320920467377,-0.04098375141620636,0.4740985631942749,-0.44065529108047485,-0.3896743357181549,-0.6058539152145386,-0.8733346462249756,0.0417010597884655,-0.4254499673843384,-0.5475834608078003,-0.5499169826507568,0.30757763981819153,0.14160987734794617,-0.7527884244918823,0.043476466089487076,0.03090278059244156,0.7893808484077454,0.12076222151517868,0.3955000340938568,0.06847459822893143,-0.11563509702682495,0.017033591866493225,-0.39791229367256165,-0.07729153335094452,-0.15022283792495728,-0.011714711785316467,-0.3021603524684906,-0.5555649399757385,-1.1734344959259033,1.119059443473816,-0.30320337414741516,0.2332008183002472,-0.16573719680309296,-0.3353918492794037,0.16326063871383667,0.8193529844284058,0.49882468581199646,0.9027201533317566,-0.2163531482219696,0.4530603289604187,-0.38315144181251526,0.6966500282287598,0.6817126274108887,-1.0218747854232788,-0.259273499250412,-0.2968924045562744,-0.626700222492218,0.9404029846191406,-0.02875177562236786,0.9413769245147705,-0.44583573937416077,-0.14462636411190033,-0.08480437099933624,1.4654929637908936,-0.07256507128477097,-0.18881429731845856,1.2804285287857056,0.487100213766098,0.4540933072566986,-0.03714009374380112,-1.4605629444122314,-0.4921783208847046,-0.6986648440361023,0.3355129659175873,-0.785164475440979,-0.45868057012557983,0.5271353125572205,0.3612358272075653,-0.4880111813545227,-0.028100047260522842,-0.3380568325519562,-0.8641073703765869,-0.1369929313659668,0.2640088200569153,0.12090294063091278,0.44811683893203735,-0.6374893188476562,-0.5259208679199219,0.581917941570282,0.33523449301719666,0.4336532950401306,-0.17429545521736145,-0.036725472658872604,-0.5299013257026672,-0.48819321393966675,0.1284344345331192,0.20112058520317078,0.9131025075912476,0.20117586851119995,-0.6512018442153931,0.2917758524417877,-0.9162038564682007,-0.22299474477767944,0.9726075530052185,-0.33782273530960083,-0.4746623933315277,-0.3777726888656616,0.10163553804159164,1.1711305379867554,0.5715293884277344,0.32635363936424255,0.7602592706680298,1.1115212440490723,-0.6381369233131409,-0.6957018971443176,0.33690425753593445,-0.020752569660544395,0.23781582713127136,-0.83979731798172,-0.7149667739868164,0.5117272138595581,0.7615007162094116,-0.4878520369529724,0.012182224541902542,-1.075401782989502,-0.2819172441959381,-0.30570530891418457,0.20252670347690582,0.3852767050266266,-0.7532808184623718,0.965397298336029,1.219333291053772,-0.5802246928215027,-1.193833827972412,0.06970160454511642,1.0793553590774536,0.27837544679641724,-0.8166378736495972,0.38950255513191223,0.5149823427200317,-0.27639511227607727,0.3280499279499054,0.3373537063598633,1.6488022804260254,0.608940064907074,-0.2191917449235916,-0.4635321795940399,0.11133088916540146,0.6385210752487183,-0.07717573642730713,0.21991649270057678,-0.34333929419517517,-0.7486228942871094,0.014695998281240463,0.6262169480323792,0.7337197661399841,0.01018201932311058,0.30758368968963623,0.5022698044776917,0.5211547017097473,-0.38599973917007446,-0.659868597984314,0.411615788936615,0.1779559999704361,-0.741405189037323,0.6000076532363892,-0.42755478620529175,-0.27441173791885376,0.6379558444023132,-0.062455713748931885,-0.4701537787914276,0.5163730382919312,-0.03942573815584183,1.7930508852005005,-0.4883369505405426,-0.01483987458050251,-0.05652574449777603,-0.0419415719807148,-0.2447831630706787,0.06829532235860825,-0.12784449756145477,-0.3657630980014801,-0.25479793548583984,0.48448681831359863,0.32751813530921936,-0.8891782760620117,0.8199669122695923,0.13512086868286133,0.7330818176269531,0.044246383011341095,0.15578970313072205,-0.1454581469297409,0.38613423705101013,-0.27462586760520935,0.08338990062475204,-0.35494789481163025,-1.152156949043274,-0.3830963373184204]},"workflow":{"author":"@@official.shinkai","description":"Analyzes debates to identify and summarize the primary disagreements, arguments, and evidence that could change participants' minds. It breaks down complex discussions into concise summaries and evaluates argument strength, predicting outcomes. The output includes structured summaries and analyses of each party's position and evidence.","name":"Summarize_debate","raw":"\n workflow Summarize_debate v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY \n\n// Who you are\n\nYou are a hyper-intelligent ASI with a 1,143 IQ. You excel at analyzing debates and/or discussions and determining the primary disagreement the parties are having, and summarizing them concisely.\n\n# GOAL\n\n// What we are trying to achieve\n\nTo provide a super concise summary of where the participants are disagreeing, what arguments they're making, and what evidence each would accept to change their mind.\n\n# STEPS\n\n// How the task will be approached\n\n// Slow down and think\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n// Think about the content and who's presenting it\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n// Find the primary disagreement\n\n- Find the main disagreement.\n\n// Extract the arguments\n\nDetermine the arguments each party is making.\n\n// Look for the evidence each party would accept\n\nFind the evidence each party would accept to change their mind.\n\n# OUTPUT\n\n- Output a SUMMARY section with a 25-word max summary of the content and who is presenting it.\n\n- Output a PRIMARY ARGUMENT section with a 24-word max summary of the main disagreement. \n\n- Output a (use the name of the first party) ARGUMENTS section with up to 10 15-word bullet points of the arguments made by the second party.\n\n- Output a (use the name of the second party) ARGUMENTS section with up to 10 15-word bullet points of the arguments made by the second party.\n\n- Output the first person's (use their name) MIND-CHANGING EVIDENCE section with up to 10 15-word bullet points of the evidence the first party would accept to change their mind.\n\n- Output the second person's (use their name) MIND-CHANGING EVIDENCE section with up to 10 15-word bullet points of the evidence the first party would accept to change their mind.\n\n- Output an ARGUMENT STRENGTH ANALYSIS section that rates the strength of each argument on a scale of 1-10 and gives a winner.\n\n- Output an ARGUMENT CONCLUSION PREDICTION that predicts who will be more right based on the arguments presented combined with your knowledge of the subject matter.\n\n- Output a SUMMARY AND FOLLOW-UP section giving a summary of the argument and what to look for to see who will win.\n\n# OUTPUT INSTRUCTIONS\n\n// What the output should look like:\n\n- Only output Markdown, but don't use any Markdown formatting like bold or italics.\n\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY \n\n// Who you are\n\nYou are a hyper-intelligent ASI with a 1,143 IQ. You excel at analyzing debates and/or discussions and determining the primary disagreement the parties are having, and summarizing them concisely.\n\n# GOAL\n\n// What we are trying to achieve\n\nTo provide a super concise summary of where the participants are disagreeing, what arguments they're making, and what evidence each would accept to change their mind.\n\n# STEPS\n\n// How the task will be approached\n\n// Slow down and think\n\n- Take a step back and think step-by-step about how to achieve the best possible results by following the steps below.\n\n// Think about the content and who's presenting it\n\n- Extract a summary of the content in 25 words, including who is presenting and the content being discussed into a section called SUMMARY.\n\n// Find the primary disagreement\n\n- Find the main disagreement.\n\n// Extract the arguments\n\nDetermine the arguments each party is making.\n\n// Look for the evidence each party would accept\n\nFind the evidence each party would accept to change their mind.\n\n# OUTPUT\n\n- Output a SUMMARY section with a 25-word max summary of the content and who is presenting it.\n\n- Output a PRIMARY ARGUMENT section with a 24-word max summary of the main disagreement. \n\n- Output a (use the name of the first party) ARGUMENTS section with up to 10 15-word bullet points of the arguments made by the second party.\n\n- Output a (use the name of the second party) ARGUMENTS section with up to 10 15-word bullet points of the arguments made by the second party.\n\n- Output the first person's (use their name) MIND-CHANGING EVIDENCE section with up to 10 15-word bullet points of the evidence the first party would accept to change their mind.\n\n- Output the second person's (use their name) MIND-CHANGING EVIDENCE section with up to 10 15-word bullet points of the evidence the first party would accept to change their mind.\n\n- Output an ARGUMENT STRENGTH ANALYSIS section that rates the strength of each argument on a scale of 1-10 and gives a winner.\n\n- Output an ARGUMENT CONCLUSION PREDICTION that predicts who will be more right based on the arguments presented combined with your knowledge of the subject matter.\n\n- Output a SUMMARY AND FOLLOW-UP section giving a summary of the argument and what to look for to see who will win.\n\n# OUTPUT INSTRUCTIONS\n\n// What the output should look like:\n\n- Only output Markdown, but don't use any Markdown formatting like bold or italics.\n\n\n- Do not give warnings or notes; only output the requested sections.\n\n- You use bulleted lists for output, not numbered lists.\n\n- Do not repeat ideas, quotes, facts, or resources.\n\n- Do not start items with the same opening words.\n\n- Ensure you follow ALL these instructions when creating your output.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.6405461430549622,0.5431894063949585,0.3811277449131012,0.43875518441200256,0.4438556134700775,0.03212644159793854,-0.24516239762306213,0.7339150309562683,0.6259143352508545,-0.13395440578460693,-0.1311749964952469,0.36646804213523865,0.30120694637298584,-0.07842764258384705,0.25183698534965515,-0.052977100014686584,-0.6274392604827881,-0.45125532150268555,-1.4355027675628662,-0.7977699041366577,-0.31586524844169617,1.1584335565567017,0.27675801515579224,0.16168448328971863,0.5647854804992676,0.044756293296813965,-0.07029316574335098,0.24111391603946686,-0.9641653299331665,-2.214693546295166,0.13215912878513336,0.15221454203128815,-0.2884388566017151,0.15898439288139343,0.36872291564941406,-1.0250312089920044,0.27260756492614746,0.2240241914987564,-0.37421250343322754,-0.176945760846138,-0.4333065450191498,0.7312616109848022,-0.0010946393013000488,-0.4193534553050995,0.48394447565078735,-0.16992032527923584,0.06805241852998734,-0.3240635395050049,0.43632206320762634,-0.008470401167869568,-0.32802438735961914,-0.2330201268196106,-0.30077385902404785,0.6008685827255249,0.5607964396476746,0.07357943803071976,0.016313567757606506,-0.7887267470359802,0.6983246207237244,0.6550203561782837,0.31322920322418213,0.3967644274234772,-2.8725175857543945,-0.5685489177703857,-0.39034169912338257,-0.6775336265563965,0.1483411341905594,-0.1855870634317398,-0.19252312183380127,0.4180235266685486,-0.26350340247154236,-0.03236519545316696,-0.5795234441757202,-0.02488034963607788,-0.20189964771270752,-0.46394696831703186,0.13271209597587585,0.22685550153255463,0.1639331877231598,-0.17106005549430847,-0.006908017676323652,0.7675361633300781,0.28830486536026,-0.2758581340312958,-0.5371620655059814,1.0211771726608276,-0.48111867904663086,-0.5919870138168335,0.47537490725517273,0.4199526607990265,-0.04731367155909538,-0.807063102722168,0.4791156053543091,0.20733478665351868,-0.4286285638809204,-0.3591322898864746,0.16939464211463928,0.264575719833374,-0.520421028137207,3.1416831016540527,0.9110440015792847,0.5019528269767761,0.23394936323165894,-0.5174770355224609,0.022859174758195877,-0.563174307346344,-0.2292477935552597,0.27738329768180847,-0.24162214994430542,-0.02046997845172882,1.1309374570846558,-0.8324986100196838,-0.2987874150276184,0.20440927147865295,0.26491883397102356,0.41308948397636414,-0.7962767481803894,0.17532266676425934,-0.39710843563079834,-0.010530613362789154,-0.1420234739780426,-0.021200954914093018,-0.8148777484893799,-0.4552474617958069,0.23443444073200226,-0.02919541299343109,-0.1468755602836609,0.4744734466075897,0.5425931215286255,0.37226811051368713,0.16358304023742676,-0.08197937160730362,-0.6369997262954712,0.09152296930551529,-0.2325652539730072,-0.1634051501750946,-0.4472008943557739,-0.6005345582962036,-0.02421775460243225,-1.3634209632873535,-0.15738585591316223,-0.2788744568824768,0.2501105070114136,0.42595455050468445,0.2434203326702118,0.09630228579044342,0.8588155508041382,-0.005600720643997192,-0.7085037231445312,-1.3795487880706787,0.48742663860321045,0.913190484046936,0.430208683013916,0.19931265711784363,0.2107192873954773,0.07327450811862946,-0.5018567442893982,0.838436484336853,-0.47403469681739807,1.0217002630233765,0.14026708900928497,0.24632923305034637,0.5097490549087524,-0.8051385879516602,0.7736902236938477,-0.5949270129203796,0.40602174401283264,-0.8479523658752441,0.08076631277799606,0.36624282598495483,-0.6469830870628357,-0.19229361414909363,0.44219639897346497,0.1907936930656433,0.05940086022019386,0.41766059398651123,0.6929923295974731,-0.38050973415374756,-0.6896492838859558,-0.12551838159561157,0.04448916018009186,0.4465012848377228,-0.6316895484924316,-0.9245981574058533,0.47141462564468384,-0.17583823204040527,-0.07938846200704575,0.7038165926933289,0.8573583960533142,1.414449691772461,-0.06501825153827667,1.906338095664978,-0.28517693281173706,0.005508456379175186,0.16894817352294922,0.25730031728744507,-0.049335844814777374,0.7715919613838196,0.5467943549156189,0.06959645450115204,-0.7511392831802368,0.34193193912506104,-0.5101425051689148,-0.42669913172721863,-0.4467465877532959,-0.877792239189148,0.3205639719963074,0.9625267386436462,0.1880629062652588,-0.9091379046440125,0.3717857003211975,-0.0640317052602768,1.2867369651794434,-0.025908105075359344,0.3389701843261719,-0.47057217359542847,-0.18210630118846893,0.3343311846256256,0.3588392436504364,0.4014873504638672,-0.23089483380317688,0.3347412943840027,-0.9010958671569824,-0.6612516641616821,-0.5312861204147339,0.21072067320346832,0.13834142684936523,0.10485488176345825,-0.36573946475982666,-0.5906065106391907,-0.026922427117824554,0.7454202175140381,0.5547637939453125,1.2271760702133179,-0.38888800144195557,0.5445712804794312,-0.3039872348308563,0.8400900363922119,0.2598908841609955,-1.111488699913025,-0.04439055174589157,-0.3165714144706726,-0.5723814368247986,0.7721166014671326,0.49982479214668274,0.1239248514175415,-1.0454487800598145,-0.3474254310131073,0.011569942347705364,1.9602742195129395,-0.060313887894153595,0.06263311952352524,1.0202796459197998,-0.10914620757102966,0.1988201141357422,-0.14001667499542236,-1.783168911933899,-0.5979361534118652,-0.4319598078727722,-0.16153080761432648,-0.8499372005462646,0.2548673152923584,0.5415440201759338,-0.17046229541301727,0.3148213028907776,-0.1100630909204483,0.21207064390182495,0.0831775963306427,-0.47626379132270813,-0.6384748220443726,0.44285595417022705,0.768871545791626,0.10588829219341278,-0.5515655279159546,-0.07294788211584091,0.10835190862417221,-0.22250649333000183,-0.1618402898311615,-0.45487943291664124,-1.0240998268127441,-0.3082209825515747,0.3147185444831848,-0.19815456867218018,0.2135457992553711,-0.4432462453842163,-0.2110596001148224,-0.005690168589353561,-0.2397652566432953,-0.27827188372612,0.5270242691040039,-0.11513616144657135,-0.11788663268089294,-0.5015699863433838,0.021636873483657837,1.9139024019241333,0.11221223324537277,-0.06409183144569397,0.466014564037323,0.6734651923179626,-0.060052335262298584,-0.9005932807922363,0.3635137677192688,-0.41460296511650085,-0.2478010058403015,-0.8900014758110046,0.18784576654434204,0.601445734500885,-0.3997427821159363,0.01925855129957199,0.5726333260536194,-0.27655360102653503,0.5998734831809998,0.13963370025157928,-0.029703207314014435,1.1771341562271118,-0.4806385040283203,0.5316711664199829,1.0228890180587769,-0.31438708305358887,-1.1986684799194336,0.5648210644721985,-0.26575326919555664,0.7425398230552673,-0.04798330366611481,0.41335105895996094,0.1435394287109375,-0.07489553838968277,0.44767865538597107,0.06627760827541351,1.5287470817565918,0.579639196395874,-0.3164234459400177,-1.1377382278442383,-0.2284708321094513,0.9577195644378662,-0.280300498008728,0.3473934531211853,-0.395192414522171,-0.18113446235656738,-0.6796954274177551,0.35008230805397034,1.211477279663086,0.4936133325099945,0.8696695566177368,-0.3128439784049988,-0.08699286729097366,-0.25142282247543335,-0.8575981855392456,-0.41506227850914,-0.06689604371786118,-0.6745045185089111,0.5189797282218933,-0.31192487478256226,0.02537316270172596,0.1892872452735901,0.12772449851036072,0.30540451407432556,-0.12249132245779037,-0.4081019461154938,0.8806473016738892,-0.3044775426387787,-0.830219030380249,0.6060811877250671,-0.049773529171943665,-0.6708905100822449,0.1473003476858139,0.8744961023330688,-0.15122953057289124,-0.767206072807312,-0.19255611300468445,0.7507568001747131,-1.291075348854065,0.25975924730300903,-0.07074594497680664,0.0942404717206955,0.40045666694641113,0.029227543622255325,-0.2649593651294708,0.2059110403060913,-0.10280093550682068,-0.3760542571544647,-0.0845329612493515,-0.14498844742774963,-0.9272846579551697]},"workflow":{"author":"@@official.shinkai","description":"Summarizes major changes and upgrades in a GitHub project over the past week. It involves identifying key updates, then crafting a concise, enthusiastic summary and detailed bullet points highlighting these changes. The output includes a 20-word introduction and excitedly written update bullets.","name":"Summarize_git_changes","raw":"\n workflow Summarize_git_changes v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed a Github project in the last 7 days.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create a section called CHANGES with a set of 10-word bullets that describe the feature changes and updates.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a 20-word intro sentence that says something like, \\\"In the last 7 days, we've made some amazing updates to our project focused around $character of the updates$.\\\"\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n- Write the update bullets like you're excited about the upgrades.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed a Github project in the last 7 days.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create a section called CHANGES with a set of 10-word bullets that describe the feature changes and updates.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a 20-word intro sentence that says something like, \\\"In the last 7 days, we've made some amazing updates to our project focused around $character of the updates$.\\\"\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n- Write the update bullets like you're excited about the upgrades.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.4795965552330017,0.3877902626991272,0.37100154161453247,0.5549188852310181,0.041526082903146744,-0.23880133032798767,-0.2853274643421173,0.15459242463111877,0.31718653440475464,0.35141414403915405,-0.3268013298511505,0.7740636467933655,0.5339383482933044,-0.29842954874038696,-0.05885365232825279,-0.21421575546264648,-0.765602171421051,-0.16593493521213531,-1.079960584640503,-0.7926961779594421,0.493866890668869,1.2484489679336548,0.6943766474723816,-0.31802064180374146,0.6944339871406555,0.2664300501346588,-0.0653652623295784,-0.143129363656044,-1.2710894346237183,-1.679334044456482,0.5135344862937927,-0.08460027724504471,-0.39914679527282715,0.10421395301818848,0.19972899556159973,-0.8803275227546692,0.10903195291757584,0.3580375909805298,-0.8677708506584167,-0.14654113352298737,-0.1529153734445572,0.7169135808944702,0.5123071074485779,0.3039708733558655,0.16559262573719025,-0.22962167859077454,-0.44461703300476074,-0.16745492815971375,0.692811131477356,0.2602815330028534,-0.2240583896636963,0.009144007228314877,-0.07006514817476273,0.4048716723918915,0.7185009717941284,-0.0019117146730422974,-0.4413388967514038,-0.6392149925231934,0.3684212565422058,0.6438568234443665,0.5749646425247192,0.6264774799346924,-2.6628735065460205,-0.3137776255607605,-0.7482109665870667,-0.6452752351760864,0.5076813697814941,0.0685221403837204,0.3072453439235687,0.05504119396209717,-0.2736549377441406,0.19633156061172485,-0.5992098450660706,0.3526868522167206,0.009338732808828354,0.0624493733048439,-0.19884929060935974,0.5281324982643127,0.533262312412262,-0.5420199036598206,0.22914302349090576,0.8647528886795044,0.08213386684656143,-0.875630795955658,-0.7645843625068665,0.9226022362709045,-0.13810482621192932,-0.3653597831726074,0.3496534526348114,0.6769955158233643,0.0191102996468544,-0.3034973442554474,0.3440387547016144,0.10794360190629959,-0.76041179895401,0.32280534505844116,0.3407455384731293,0.04571836441755295,-0.22150906920433044,2.9973933696746826,1.2464463710784912,0.11288046836853027,-0.261138379573822,-0.6561717987060547,-0.38981184363365173,-0.3144615590572357,0.14847607910633087,0.396790474653244,0.017374560236930847,-0.8296250104904175,0.9187516570091248,-1.198900818824768,-0.5115964412689209,0.08654040098190308,0.1691150963306427,0.17879316210746765,-0.9179115295410156,0.5799268484115601,-0.5202080011367798,0.23128193616867065,-0.35735803842544556,0.3236214518547058,-0.6474827527999878,-0.3306291401386261,-0.0008924752473831177,-0.43237996101379395,-0.14960169792175293,0.5415244698524475,0.3066873550415039,0.08339961618185043,0.6109681725502014,0.20825661718845367,-0.646998405456543,0.3474632501602173,-0.37848809361457825,-0.785322904586792,-0.32055652141571045,-0.8302157521247864,-0.5053694844245911,-1.531904697418213,-0.2705603539943695,-1.0407239198684692,-0.26411861181259155,0.6600592136383057,-0.13322168588638306,0.16250354051589966,0.5691807866096497,0.49258342385292053,-0.4456325173377991,-1.0342103242874146,0.18333207070827484,1.010033369064331,0.6791768670082092,0.20995712280273438,-0.4235363006591797,0.11199328303337097,-1.0252292156219482,0.831966757774353,-0.32067573070526123,0.2400999665260315,0.05934561416506767,-0.43552908301353455,0.17068780958652496,-0.6600906848907471,0.8509918451309204,-0.12600991129875183,0.014866098761558533,-0.5911121368408203,0.23940002918243408,0.30333802103996277,-0.7829002737998962,0.06268343329429626,0.2849789559841156,0.46795207262039185,-0.05870509520173073,0.45935261249542236,1.2887331247329712,-0.012165851891040802,-0.7170023918151855,-0.2781391739845276,0.1300932914018631,0.4139121472835541,-0.11702582240104675,-0.7093920707702637,0.47430092096328735,0.06288213282823563,0.7170075178146362,0.447876513004303,0.6994215846061707,1.4949820041656494,-0.4936107397079468,1.5117011070251465,-0.4323418140411377,0.30562976002693176,0.411501407623291,0.36997342109680176,0.1977088302373886,0.44428789615631104,0.3165819048881531,0.3938920497894287,-0.6685675382614136,-0.04419708997011185,-0.11873127520084381,0.18614822626113892,-0.4288005232810974,-0.5529801845550537,-0.2016766369342804,0.8518752455711365,0.2755745053291321,-0.9514148235321045,0.17638474702835083,0.454268217086792,1.1792619228363037,-0.009607769548892975,0.4268777072429657,-0.43122053146362305,-0.07970669865608215,1.2156347036361694,0.20701459050178528,0.6271483898162842,-0.5912249684333801,0.6634282469749451,-0.6966671943664551,-0.7208794355392456,-0.1762629896402359,0.3754890561103821,-0.6778702735900879,0.9781217575073242,-0.8601041436195374,-0.6302717924118042,-0.1315697729587555,1.2312573194503784,0.5150156021118164,0.7712950110435486,-0.41656750440597534,0.5041022300720215,0.24936726689338684,0.5168015956878662,0.3571302890777588,-0.7409633994102478,0.2405664026737213,0.27238866686820984,-0.9579660892486572,1.3165466785430908,-0.15830619633197784,0.04736138880252838,-1.2307665348052979,-0.22553381323814392,-0.10655384510755539,1.9470088481903076,0.5846232771873474,-0.08481389284133911,0.136093407869339,0.40942296385765076,-0.017141073942184448,-0.27858299016952515,-1.8370962142944336,-0.5632781386375427,-0.6193135976791382,0.12188214063644409,-0.8858834505081177,-0.09958307445049286,0.050445470958948135,0.34026914834976196,0.2164146602153778,-0.05864131078124046,0.08022060990333557,0.31786108016967773,-0.9523912072181702,-0.28758975863456726,0.2161848396062851,0.9373352527618408,0.10017856955528259,-0.6814900040626526,-0.5286687016487122,0.3315260410308838,0.15966278314590454,0.2577643394470215,-0.3453771770000458,-0.5731303691864014,-0.16828209161758423,0.708835780620575,0.034372471272945404,0.9774880409240723,-0.944870114326477,-0.12877467274665833,0.2142138034105301,-0.1383039355278015,0.11056855320930481,0.4446328580379486,0.03181450814008713,0.1430167853832245,-0.6916613578796387,0.15923991799354553,2.006499767303467,0.4696483314037323,-0.12333445250988007,0.7249606251716614,0.5862755179405212,0.37094002962112427,-0.5887460708618164,-0.14425355195999146,0.23325707018375397,-0.4348895251750946,-0.7501435875892639,0.2106693685054779,0.657695472240448,-0.6731728315353394,-0.7784627079963684,0.05180121958255768,-0.38300731778144836,0.4049700200557709,0.29406848549842834,-0.18195202946662903,0.26765355467796326,-0.5365468263626099,0.05633645877242088,1.059761643409729,-0.5345754623413086,-1.2972009181976318,-0.16664664447307587,0.18780484795570374,0.4496944844722748,-0.42364540696144104,0.7498337030410767,0.5574750304222107,0.0889725536108017,0.15768197178840637,-0.10386200994253159,1.4006105661392212,0.5906240344047546,-0.21719813346862793,-0.6783450245857239,-0.2956128418445587,0.3061903715133667,-0.11429452896118164,0.013779394328594208,-0.3511661887168884,-0.0006746426224708557,-0.39258310198783875,-0.4067456126213074,0.6470096111297607,0.012341468594968319,0.897036612033844,0.2058606743812561,-0.4442194104194641,0.22490771114826202,-0.8392202258110046,-0.022074609994888306,-0.26979756355285645,-1.1741045713424683,0.7601184248924255,-0.06065017729997635,-0.030049443244934082,0.49425843358039856,-0.543297529220581,-0.26860564947128296,0.447814404964447,-0.2491830587387085,0.7997006177902222,-0.06800831109285355,-0.5694571137428284,0.3245049715042114,-0.2621855139732361,-0.12424225360155106,0.2752135992050171,0.49867039918899536,-0.2651786506175995,-0.4623570442199707,-0.12779241800308228,0.969589352607727,-1.2071963548660278,-0.2904568016529083,-0.08421820402145386,-0.03905896842479706,-0.04640701413154602,-0.0010001547634601593,-0.17253711819648743,-0.06953424215316772,-0.058078162372112274,-0.0893879234790802,-0.3228522539138794,-0.6156965494155884,-1.1938915252685547]},"workflow":{"author":"@@official.shinkai","description":"Analyzes Git diffs to summarize major changes and upgrades. It emphasizes creating concise bullet points for feature changes and updates, tailored to the extent of modifications. The expected output includes a 100-character intro sentence using conventional commits format.","name":"Summarize_git_diff","raw":"\n workflow Summarize_git_diff v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed in a Git diff.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create a section called CHANGES with a set of 7-10 word bullets that describe the feature changes and updates.\n\n- If there are a lot of changes include more bullets. If there are only a few changes, be more terse.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a maximum 100 character intro sentence that says something like, \\\"chore: refactored the `foobar` method to support new 'update' arg\\\"\n\n- Use conventional commits - i.e. prefix the commit title with \\\"chore:\\\" (if it's a minor change like refactoring or linting), \\\"feat:\\\" (if it's a new feature), \\\"fix:\\\" if its a bug fix\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert project manager and developer, and you specialize in creating super clean updates for what changed in a Git diff.\n\n# STEPS\n\n- Read the input and figure out what the major changes and upgrades were that happened.\n\n- Create a section called CHANGES with a set of 7-10 word bullets that describe the feature changes and updates.\n\n- If there are a lot of changes include more bullets. If there are only a few changes, be more terse.\n\n# OUTPUT INSTRUCTIONS\n\n- Output a maximum 100 character intro sentence that says something like, \\\"chore: refactored the `foobar` method to support new 'update' arg\\\"\n\n- Use conventional commits - i.e. prefix the commit title with \\\"chore:\\\" (if it's a minor change like refactoring or linting), \\\"feat:\\\" (if it's a new feature), \\\"fix:\\\" if its a bug fix\n\n- You only output human readable Markdown, except for the links, which should be in HTML format.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.024383803829550743,0.4604111313819885,0.11156664788722992,0.1449713408946991,-0.5343933701515198,-0.029745198786258698,-1.100091576576233,0.19829848408699036,0.14576280117034912,0.047390155494213104,-0.15211820602416992,1.0845249891281128,0.21383759379386902,0.41340184211730957,0.36088380217552185,-0.34854206442832947,-0.1731698215007782,-0.6075354218482971,-1.4833362102508545,-0.3671462833881378,0.32153967022895813,0.656170666217804,0.18154773116111755,0.3432304263114929,-0.12604360282421112,-0.20139369368553162,0.2768121063709259,-0.26131564378738403,-1.1044156551361084,-2.3078243732452393,0.6102005839347839,0.20072437822818756,-0.3072529733181,-0.2133713662624359,-0.11212801188230515,-1.2968910932540894,-0.2771616578102112,0.1284760981798172,-0.6591794490814209,-0.15266576409339905,-0.18897762894630432,-0.03646773844957352,-0.23072373867034912,0.29395169019699097,0.25624024868011475,-0.49802595376968384,0.073543481528759,-0.17327986657619476,0.6114366054534912,0.17021127045154572,-0.7336788177490234,-0.5872430801391602,-0.05420301854610443,0.41647616028785706,0.04587136209011078,-0.10090743005275726,0.2798765301704407,-0.269726425409317,0.5732370615005493,-0.10215236991643906,-0.01601310260593891,0.44334396719932556,-4.132645606994629,-0.22943738102912903,0.1913416087627411,0.39134523272514343,0.14875921607017517,0.22215354442596436,-0.08871553838253021,0.6812717318534851,-0.10780063271522522,0.08667389303445816,-0.08450616151094437,0.2547069191932678,-0.34669774770736694,-0.33866310119628906,0.2104625552892685,0.16710352897644043,0.4220508337020874,-0.6485898494720459,-0.12938041985034943,0.38853323459625244,0.4050634503364563,-0.06323897838592529,-0.909713625907898,0.6507641673088074,-0.5078402757644653,-0.22432327270507812,0.3231411874294281,0.06712564826011658,-0.6101823449134827,-0.08391425758600235,0.05028191953897476,-0.09702447056770325,-0.715846061706543,0.38113290071487427,0.006914328783750534,-0.06499864161014557,-0.051348768174648285,3.4099392890930176,0.4418709874153137,-0.3004148006439209,0.703589916229248,-0.5449353456497192,0.20392626523971558,-0.3257887065410614,-0.0052977055311203,-0.30822038650512695,-0.06075085327029228,0.1911814957857132,0.6067981123924255,-0.4796160161495209,0.2513754367828369,0.10357370227575302,0.6175481081008911,0.225946843624115,-0.3926219344139099,0.3075830936431885,-0.3732202649116516,0.5380449295043945,-0.5386822819709778,-0.009293446317315102,-0.3167914152145386,-0.07585764676332474,-0.1638694554567337,0.11846895515918732,-0.1861896961927414,0.47302648425102234,0.38020190596580505,-0.23530109226703644,0.08204808831214905,-0.294890433549881,-0.532500684261322,0.23609434068202972,0.21463917195796967,-0.2364172339439392,0.3524797558784485,-0.30257371068000793,0.31783899664878845,-0.426322340965271,-0.12028932571411133,-1.552018642425537,0.8587971329689026,0.1384125053882599,0.8425095677375793,0.6501361727714539,-0.5602795481681824,0.04985415190458298,-0.5733851790428162,-0.7443402409553528,0.04503437131643295,0.763451099395752,0.2434423863887787,0.46744680404663086,1.2240768671035767,-0.426268994808197,-0.0301650557667017,0.3189276158809662,-0.376083105802536,0.37592726945877075,-0.06173163652420044,-0.204911470413208,0.6243762969970703,-0.16167108714580536,0.6063940525054932,-0.9878565073013306,0.48091402649879456,-0.49304935336112976,0.4059712588787079,-0.07099787890911102,-0.2432798147201538,-0.09072523564100266,0.42149442434310913,0.8629825711250305,0.48911187052726746,0.0004293583333492279,-0.3929426968097687,0.16523441672325134,0.10236740112304688,-0.44544658064842224,0.3545745015144348,0.2021883726119995,-0.13646581768989563,-0.6079274415969849,0.02994801104068756,0.2814440429210663,0.36537274718284607,0.4148327708244324,0.09425079077482224,0.4927607774734497,-0.9412179589271545,1.4550029039382935,-0.861886203289032,0.17195987701416016,0.04417331516742706,-0.09564276784658432,-0.49749332666397095,0.1233997792005539,-0.1298387050628662,0.018703635782003403,-0.5923807621002197,-0.4883911907672882,-0.2735177278518677,0.0020796284079551697,0.08749569207429886,-0.5516567230224609,-0.2869538962841034,0.31715136766433716,0.09258155524730682,-0.5467146635055542,0.20380137860774994,-0.09050925076007843,0.560695230960846,0.3040439486503601,0.1526346206665039,0.4085655212402344,0.04026595503091812,0.10337410867214203,-0.15567545592784882,0.38528531789779663,0.648371696472168,0.3903825879096985,0.10539624094963074,-0.6389590501785278,-0.6596396565437317,0.19790633022785187,-0.05749953165650368,-0.16254544258117676,-0.29822567105293274,-0.0985802710056305,0.2041507065296173,0.5539106726646423,0.18924984335899353,0.8791301846504211,0.326556533575058,0.35885632038116455,-0.01901247352361679,0.642020583152771,0.30515947937965393,-0.48783233761787415,-0.06855674833059311,0.17327220737934113,-0.0028214827179908752,0.47886019945144653,0.04145786911249161,-0.6244462132453918,-0.7711117267608643,-0.022062242031097412,-0.41488832235336304,2.3693151473999023,0.026588205248117447,-0.03942360356450081,0.5223565697669983,0.6999292373657227,0.7225618958473206,0.10821444541215897,-1.731605052947998,-0.6678164601325989,-0.569986879825592,0.7661498785018921,-0.3115335702896118,0.48335450887680054,0.011604035273194313,0.5865451693534851,-0.10260003060102463,-0.11855550110340118,-0.15043048560619354,-0.6964430809020996,-0.27512145042419434,-0.3333984315395355,-0.8156411647796631,0.14079082012176514,-0.14068618416786194,0.17708349227905273,-0.28603681921958923,-0.05013225972652435,0.3261394798755646,-0.23045581579208374,-0.12201666831970215,-0.30685678124427795,0.269444078207016,-0.16635119915008545,0.4572283923625946,0.2611389756202698,-0.5171002149581909,-0.21175502240657806,-0.27096956968307495,0.22724315524101257,-0.947113573551178,0.2866932153701782,-0.26972058415412903,-0.3699229955673218,-0.5042495131492615,0.08409275859594345,1.633349061012268,0.040695369243621826,0.400265097618103,0.5064370632171631,0.27200043201446533,-0.0821283608675003,-0.5494206547737122,-0.4239448606967926,-0.3001222014427185,-0.3848280608654022,-0.22538292407989502,-0.13498452305793762,0.7271503806114197,0.3801586627960205,-0.4469832181930542,0.6884307265281677,-0.6851783990859985,-0.07764944434165955,-0.09628351032733917,0.12183798849582672,0.3613615930080414,-0.3839893043041229,0.07137413322925568,0.44300952553749084,-0.3427709937095642,-1.857932209968567,-0.18344612419605255,0.44105058908462524,-0.1139795333147049,-0.6385210752487183,-0.09563395380973816,0.7175957560539246,-0.09450028091669083,0.29705139994621277,0.031207427382469177,1.3204450607299805,0.34029605984687805,-0.12101929634809494,-0.3906955420970917,-0.11757685989141464,0.9233179092407227,0.02632453292608261,0.5762083530426025,-0.21536079049110413,0.2501724660396576,-0.10524533689022064,0.6968550086021423,1.332507610321045,0.41159406304359436,0.6956867575645447,-0.2594723701477051,0.23247754573822021,-0.1813707947731018,-1.109863042831421,0.6480875015258789,-0.1747536063194275,-0.3352356255054474,0.9840719103813171,0.07115569710731506,-0.028223909437656403,0.3845062553882599,0.7904321551322937,-0.17949454486370087,0.48669999837875366,-0.02705315127968788,1.6122803688049316,-0.3623388409614563,-0.2432853877544403,-0.19440153241157532,0.4176335036754608,-0.01136387325823307,0.22917743027210236,-0.11541272699832916,-0.2764703631401062,-0.20432685315608978,0.38464006781578064,0.39951613545417786,-0.4646826386451721,0.46434956789016724,0.14244318008422852,0.7647297978401184,-0.09662802517414093,0.10048125684261322,0.28075748682022095,0.18377119302749634,-0.15533581376075745,0.27329766750335693,-0.32646772265434265,-0.7151522040367126,-0.4684242606163025]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Summarize_lecture","raw":"\n workflow Summarize_lecture v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\nAs an organized, high-skill expert lecturer, your role is to extract the most relevant topics from a lecture transcript and provide a structured summary using bullet points and lists of definitions for each subject. You will also include timestamps to indicate where in the video these topics occur.\n\nTake a step back and think step-by-step about how you would do this. You would probably start by \\\"watching\\\" the video (via the transcript) and taking notes on each definition were in the lecutre, because you're an organized you'll also make headlines and list of all relevant topics was in the lecutre and break through complex parts. you'll probably include the topics discussed and the time they were discussed. Then you would take those notes and create a list of topics and timestamps.\n\n\n# STEPS\nFully consume the transcript as if you're watching or listening to the content.\n\nThink deeply about the topics learned and what were the most relevant subjects and tools in the content.\n\nPay close attention to the structure, especially when it includes bullet points, lists, definitions, and headers. Ensure you divide the content in the most effective way.\n\nNode each topic as a headline. In case it has sub-topics or tools, use sub-headlines as markdowns.\n\nFor each topic or subject provide the most accurate definition without making guesses.\n\nExtract a summary of the lecutre in 25 words, including the most important keynotes into a section called SUMMARY.\n\nExtract all the tools you noticed there was mention and gather them with one line description into a section called TOOLS.\n\nExtract the most takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\nMatch the timestamps to the topics. Note that input timestamps have the following format: HOURS:MINUTES:SECONDS.MILLISECONDS, which is not the same as the OUTPUT format!\n\n## INPUT SAMPLE\n\n[02:17:43.120 --> 02:17:49.200] same way. I'll just say the same. And I look forward to hearing the response to my job application [02:17:49.200 --> 02:17:55.040] that I've submitted. Oh, you're accepted. Oh, yeah. We all speak of you all the time. Thank you so [02:17:55.040 --> 02:18:00.720] much. Thank you, guys. Thank you. Thanks for listening to this conversation with Neri Oxman. [02:18:00.720 --> 02:18:05.520] To support this podcast, please check out our sponsors in the description. And now,\n\n## END INPUT SAMPLE\n\nThe OUTPUT TIMESTAMP format is: 00:00:00 (HOURS:MINUTES:SECONDS) (HH:MM:SS)\n\nNote the maximum length of the video based on the last timestamp.\n\nEnsure all output timestamps are sequential and fall within the length of the content.\n\n\n# OUTPUT INSTRUCTIONS\n\nYou only output Markdown.\n\nIn the markdown, use formatting like bold, highlight, headlines as # ## ### , blockqoute as > , code block in neccenary as ``` {block_code} ```, lists as * , etc. Make the output maximally readable in plain text.\n\nCreate the output using the formatting above.\n\nDo not start items with the same opening words.\n\nUse middle ground/semi-formal speech for your output context.\n\nTo ensure the summary is easily searchable in the future, keep the structure clear and straightforward. \n\nEnsure you follow ALL these instructions when creating your output.\n\n\n## EXAMPLE OUTPUT (Hours:Minutes:Seconds)\n\n00:00:00 Members-only Forum Access 00:00:10 Live Hacking Demo 00:00:26 Ideas vs. Book 00:00:30 Meeting Will Smith 00:00:44 How to Influence Others 00:01:34 Learning by Reading 00:58:30 Writing With Punch 00:59:22 100 Posts or GTFO 01:00:32 How to Gain Followers 01:01:31 The Music That Shapes 01:27:21 Subdomain Enumeration Demo 01:28:40 Hiding in Plain Sight 01:29:06 The Universe Machine 00:09:36 Early School Experiences 00:10:12 The First Business Failure 00:10:32 David Foster Wallace 00:12:07 Copying Other Writers 00:12:32 Practical Advice for N00bs\n\n## END EXAMPLE OUTPUT\n\nEnsure all output timestamps are sequential and fall within the length of the content, e.g., if the total length of the video is 24 minutes. (00:00:00 - 00:24:00), then no output can be 01:01:25, or anything over 00:25:00 or over!\n\nENSURE the output timestamps and topics are shown gradually and evenly incrementing from 00:00:00 to the final timestamp of the content.\n\n# INPUT:\n\nINPUT: \n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\nAs an organized, high-skill expert lecturer, your role is to extract the most relevant topics from a lecture transcript and provide a structured summary using bullet points and lists of definitions for each subject. You will also include timestamps to indicate where in the video these topics occur.\n\nTake a step back and think step-by-step about how you would do this. You would probably start by \\\"watching\\\" the video (via the transcript) and taking notes on each definition were in the lecutre, because you're an organized you'll also make headlines and list of all relevant topics was in the lecutre and break through complex parts. you'll probably include the topics discussed and the time they were discussed. Then you would take those notes and create a list of topics and timestamps.\n\n\n# STEPS\nFully consume the transcript as if you're watching or listening to the content.\n\nThink deeply about the topics learned and what were the most relevant subjects and tools in the content.\n\nPay close attention to the structure, especially when it includes bullet points, lists, definitions, and headers. Ensure you divide the content in the most effective way.\n\nNode each topic as a headline. In case it has sub-topics or tools, use sub-headlines as markdowns.\n\nFor each topic or subject provide the most accurate definition without making guesses.\n\nExtract a summary of the lecutre in 25 words, including the most important keynotes into a section called SUMMARY.\n\nExtract all the tools you noticed there was mention and gather them with one line description into a section called TOOLS.\n\nExtract the most takeaway and recommendation into a section called ONE-SENTENCE TAKEAWAY. This should be a 15-word sentence that captures the most important essence of the content.\n\nMatch the timestamps to the topics. Note that input timestamps have the following format: HOURS:MINUTES:SECONDS.MILLISECONDS, which is not the same as the OUTPUT format!\n\n## INPUT SAMPLE\n\n[02:17:43.120 --> 02:17:49.200] same way. I'll just say the same. And I look forward to hearing the response to my job application [02:17:49.200 --> 02:17:55.040] that I've submitted. Oh, you're accepted. Oh, yeah. We all speak of you all the time. Thank you so [02:17:55.040 --> 02:18:00.720] much. Thank you, guys. Thank you. Thanks for listening to this conversation with Neri Oxman. [02:18:00.720 --> 02:18:05.520] To support this podcast, please check out our sponsors in the description. And now,\n\n## END INPUT SAMPLE\n\nThe OUTPUT TIMESTAMP format is: 00:00:00 (HOURS:MINUTES:SECONDS) (HH:MM:SS)\n\nNote the maximum length of the video based on the last timestamp.\n\nEnsure all output timestamps are sequential and fall within the length of the content.\n\n\n# OUTPUT INSTRUCTIONS\n\nYou only output Markdown.\n\nIn the markdown, use formatting like bold, highlight, headlines as # ## ### , blockqoute as > , code block in neccenary as ``` {block_code} ```, lists as * , etc. Make the output maximally readable in plain text.\n\nCreate the output using the formatting above.\n\nDo not start items with the same opening words.\n\nUse middle ground/semi-formal speech for your output context.\n\nTo ensure the summary is easily searchable in the future, keep the structure clear and straightforward. \n\nEnsure you follow ALL these instructions when creating your output.\n\n\n## EXAMPLE OUTPUT (Hours:Minutes:Seconds)\n\n00:00:00 Members-only Forum Access 00:00:10 Live Hacking Demo 00:00:26 Ideas vs. Book 00:00:30 Meeting Will Smith 00:00:44 How to Influence Others 00:01:34 Learning by Reading 00:58:30 Writing With Punch 00:59:22 100 Posts or GTFO 01:00:32 How to Gain Followers 01:01:31 The Music That Shapes 01:27:21 Subdomain Enumeration Demo 01:28:40 Hiding in Plain Sight 01:29:06 The Universe Machine 00:09:36 Early School Experiences 00:10:12 The First Business Failure 00:10:32 David Foster Wallace 00:12:07 Copying Other Writers 00:12:32 Practical Advice for N00bs\n\n## END EXAMPLE OUTPUT\n\nEnsure all output timestamps are sequential and fall within the length of the content, e.g., if the total length of the video is 24 minutes. (00:00:00 - 00:24:00), then no output can be 01:01:25, or anything over 00:25:00 or over!\n\nENSURE the output timestamps and topics are shown gradually and evenly incrementing from 00:00:00 to the final timestamp of the content.\n\n# INPUT:\n\nINPUT: \n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.10786467790603638,0.6415194272994995,0.1987144500017166,0.2416990101337433,-0.39029932022094727,-0.07562755793333054,-0.5884519815444946,0.1900797188282013,0.12022664397954941,0.21734926104545593,-0.287026971578598,0.6563558578491211,0.042712386697530746,0.2658035159111023,0.40532737970352173,-0.1123395562171936,-0.5605502128601074,-0.78031986951828,-1.2799506187438965,-0.3129197657108307,0.611483633518219,0.6119615435600281,0.12167783081531525,0.24429869651794434,-0.05031134933233261,0.003036953043192625,0.06633447110652924,-0.17700816690921783,-0.9565834999084473,-2.387511968612671,0.7476995587348938,-0.08905414491891861,-0.07294748723506927,-0.43770864605903625,0.18552976846694946,-1.4704880714416504,-0.2364540696144104,-0.05728429555892944,-0.6275618076324463,-0.288938969373703,-0.006419522687792778,0.058554165065288544,0.049342669546604156,0.3172760605812073,-0.06209767237305641,-0.39923930168151855,0.27611613273620605,-0.2848438620567322,0.22726599872112274,0.16417156159877777,-0.8163658380508423,-0.8905544281005859,-0.3253023624420166,0.6303999423980713,-0.014270229265093803,-0.08694501966238022,0.3454117178916931,-0.29718196392059326,0.3815878927707672,-0.3119337558746338,0.11588554084300995,0.14749644696712494,-4.363975524902344,0.014332681894302368,-0.11213923990726471,0.7024267911911011,0.0017391005530953407,0.06347265839576721,0.3033314347267151,0.1913832426071167,0.04962178319692612,0.04965139552950859,-0.01891304738819599,0.23309871554374695,-0.21718958020210266,-0.10452967882156372,0.29188546538352966,0.2592507004737854,0.2419011890888214,-0.644016444683075,-0.3620873987674713,0.6889873743057251,0.2830595374107361,-0.3166727125644684,-0.4534493088722229,0.4878087341785431,-0.7922325730323792,-0.3408147692680359,0.3554637134075165,0.1026734858751297,-0.6707764863967896,-0.033097971230745316,0.38058188557624817,-0.027262765914201736,-0.873306155204773,0.33394503593444824,0.06105271354317665,0.19216760993003845,0.15611425042152405,3.4427125453948975,0.5908893942832947,-0.2535538971424103,0.5635594129562378,-0.5692960023880005,0.43640047311782837,-0.25439751148223877,-0.024092182517051697,-0.2209189236164093,-0.03964478522539139,-0.05578542500734329,0.3617955148220062,-0.48606428503990173,0.25358909368515015,0.11801964789628983,0.705945611000061,0.4240497946739197,-0.4511030912399292,0.32462388277053833,-0.22228293120861053,0.6968721151351929,-0.2463708519935608,-0.188344344496727,-0.27492189407348633,-0.24295714497566223,-0.12519951164722443,0.02744678407907486,-0.02136601135134697,0.5528885126113892,0.1808859258890152,0.043437547981739044,0.15515214204788208,-0.920945405960083,-0.5456311106681824,0.05912100523710251,0.15859639644622803,-0.2624257206916809,-0.050496816635131836,-0.08355832099914551,0.5513217449188232,-0.9707164168357849,-0.2486661672592163,-1.0892833471298218,0.6520572304725647,-0.1955750584602356,0.6291223168373108,0.6701741814613342,-0.37484210729599,0.0521380715072155,-0.6105800271034241,-0.5963992476463318,0.0066832490265369415,0.7249388098716736,0.10481858253479004,0.40895789861679077,1.1919822692871094,-0.5012943744659424,0.2076139897108078,0.1365080177783966,-0.6049352288246155,0.21321049332618713,0.0040694549679756165,-0.14191044867038727,0.5823760628700256,0.25430864095687866,0.6896757483482361,-0.7612911462783813,0.3591872453689575,-0.5133348107337952,0.3271758556365967,-0.15880149602890015,0.029923051595687866,0.09416919946670532,0.4625343978404999,1.0816550254821777,0.5841444134712219,0.12715104222297668,-0.28385651111602783,0.5851370692253113,0.15168465673923492,-0.5395628213882446,0.2380121499300003,0.3255060911178589,-0.25636547803878784,-0.6185705661773682,-0.17543062567710876,0.3518891930580139,0.25914856791496277,0.2349010407924652,0.48378920555114746,0.046266041696071625,-0.7233119010925293,1.6660999059677124,-0.9669663310050964,0.03419959545135498,0.1955135017633438,0.10868711769580841,-0.23913773894309998,-0.015667125582695007,0.4505104422569275,0.06438241899013519,-0.5527182817459106,-0.47494909167289734,-0.16725297272205353,0.028682954609394073,0.08900214731693268,-0.606624186038971,-0.2906510531902313,0.15627425909042358,0.09933461248874664,-0.44222161173820496,0.2986772656440735,0.19085896015167236,0.5186254978179932,0.23917442560195923,0.12046412378549576,-0.20582999289035797,-0.04118702560663223,-0.04548218473792076,0.14535799622535706,0.39192119240760803,0.5325189232826233,0.29307955503463745,-0.04661623015999794,-0.7645961046218872,-0.5493700504302979,-0.008077546954154968,0.3393802344799042,-0.591996431350708,-0.014320776797831059,0.01312936656177044,0.11957387626171112,0.7287696003913879,0.695745050907135,0.9194982051849365,0.1381603628396988,0.5629745125770569,-0.037533991038799286,0.5400838255882263,0.29917192459106445,-0.6666842699050903,0.1824212670326233,0.2820751667022705,0.09601069986820221,0.2521912455558777,0.16727200150489807,-0.5973008871078491,-0.15956947207450867,0.1792415976524353,-0.3519960939884186,2.299196243286133,-0.20934519171714783,-0.4614875018596649,0.4336307942867279,0.696282684803009,0.1740454137325287,0.12673251330852509,-1.9608615636825562,-0.33825448155403137,-0.7739830613136292,0.6604580283164978,-0.12540015578269958,0.07575257867574692,-0.17634721100330353,0.10244448482990265,0.13599899411201477,0.03667527437210083,-0.17124085128307343,-0.3862408697605133,-0.2588560879230499,-0.4633486270904541,-0.472334086894989,0.3259091377258301,-0.5728787779808044,0.29311108589172363,0.04241258651018143,-0.009808147326111794,0.24134333431720734,0.2574303448200226,-0.04192130267620087,-0.12603959441184998,0.5859431028366089,-0.15838561952114105,0.2593529224395752,0.20408570766448975,-0.44291234016418457,-0.012331366539001465,-0.37395673990249634,0.14468757808208466,-0.5471570491790771,0.25957003235816956,-0.5309405326843262,-0.6351120471954346,-0.7816145420074463,0.06828528642654419,1.4307767152786255,-0.06515304744243622,-0.07372261583805084,0.5517728328704834,0.24357850849628448,-0.0829068124294281,-0.6257426142692566,-0.14781296253204346,-0.4540317952632904,-0.252451092004776,-0.4726386070251465,-0.2116374373435974,0.7337312698364258,0.2543488144874573,-0.44915270805358887,0.825717568397522,-0.6107067465782166,-0.20708973705768585,-0.10040564835071564,0.20242780447006226,0.11691015958786011,-0.1887265145778656,-0.18654264509677887,0.30905717611312866,-0.39131006598472595,-1.7556843757629395,-0.19036543369293213,0.6021544933319092,-0.27728360891342163,-0.28433215618133545,0.003561226651072502,0.6780064702033997,-0.15914621949195862,0.4858354330062866,-0.034947946667671204,1.1373869180679321,0.4837341010570526,-0.09248494356870651,-0.5735542178153992,-0.27817991375923157,0.36140888929367065,-0.2641233801841736,0.3514207601547241,-0.1747649610042572,-0.0050784870982170105,-0.22804760932922363,0.3696368336677551,1.480797529220581,0.24658839404582977,0.7637224197387695,-0.13477516174316406,0.2930150628089905,-0.02220851182937622,-0.5204948782920837,0.5669546127319336,-0.3311142921447754,-0.2018400877714157,1.1722484827041626,0.3753569424152374,-0.020635902881622314,0.4291682243347168,0.8022809028625488,0.05907953158020973,0.3439273536205292,-0.23551756143569946,1.3837323188781738,-0.3086516261100769,-0.6083585023880005,-0.4868674874305725,0.41229870915412903,-0.4669177830219269,0.2717556357383728,0.17569521069526672,-0.17279595136642456,-0.1349916160106659,0.19369298219680786,0.426348477602005,-0.5688398480415344,0.5209330320358276,0.25555530190467834,0.6062396764755249,-0.021387837827205658,0.20369146764278412,0.31740063428878784,0.19644060730934143,0.08432088792324066,0.4382208585739136,-0.08045333623886108,-0.6333686709403992,-0.1981978863477707]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Summarize_legislation","raw":"\n workflow Summarize_legislation v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an expert AI specialized in reading and summarizing complex political proposals and legislation. \n\n# GOALS\n\n1. Summarize the key points of the proposal.\n\n2. Identify the tricky parts of the proposal or law that might be getting underplayed by the group who submitted it. E.g., hidden policies, taxes, fees, loopholes, the cancelling of programs, etc.\n\n3. Give a wholistic, unbiased view of the proposal that characterizes its overall purpose and goals.\n\n# STEPS\n\n1. Fully digest the submitted law or proposal.\n\n2. Read it 39 times as a liberal, as a conservative, and as a libertarian. Spend 319 hours doing multiple read-throughs from various political perspectives.\n\n3. Create the output according to the OUTPUT section below.\n\n# OUTPUT\n\n1. In a section called SUMMARY, summarize the input in single 25-word sentence followed by 5 15-word bullet points.\n\n2. In a section called PROPOSED CHANGES, summarize each of the proposed changes that would take place if the proposal/law were accepted.\n\nEXAMPLES:\n\n1. Would remove the tax on candy in the state of California.\n2. Would add an incentive for having children if both parents have a Master's degree.\n\nEND EXAMPLES\n\nEND EXAMPLES\n\n3. In a section called POSITIVE CHARACTERIZATION, capture how the submitting party is trying to make the proposal look, i.e., the positive spin they're putting on it. Give this as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find great candidates with positive views on the environment and get them elected.\n\nEND EXAMPLES\n\n4. In a section called BALANCED CHARACTERIZATION, capture a non-biased analysis of the proposal as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find candidates with aligned goals and try to get them elected.\n\nEND EXAMPLES\n\n\n4. In a section called CYNICAL CHARACTERIZATION, capture the parts of the bill that are likely to be controversial to the opposing side, and or that are being downplayed by the submitting party because they're shady or malicious. Give this as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find candidates with perfectly and narrowly aligned goals with an extreme faction, and works to get them elected.\n\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n1. Only output in valid Markdown.\n\n2. Do not output any asterisks, such as those used for italics or bolding.\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an expert AI specialized in reading and summarizing complex political proposals and legislation. \n\n# GOALS\n\n1. Summarize the key points of the proposal.\n\n2. Identify the tricky parts of the proposal or law that might be getting underplayed by the group who submitted it. E.g., hidden policies, taxes, fees, loopholes, the cancelling of programs, etc.\n\n3. Give a wholistic, unbiased view of the proposal that characterizes its overall purpose and goals.\n\n# STEPS\n\n1. Fully digest the submitted law or proposal.\n\n2. Read it 39 times as a liberal, as a conservative, and as a libertarian. Spend 319 hours doing multiple read-throughs from various political perspectives.\n\n3. Create the output according to the OUTPUT section below.\n\n# OUTPUT\n\n1. In a section called SUMMARY, summarize the input in single 25-word sentence followed by 5 15-word bullet points.\n\n2. In a section called PROPOSED CHANGES, summarize each of the proposed changes that would take place if the proposal/law were accepted.\n\nEXAMPLES:\n\n1. Would remove the tax on candy in the state of California.\n2. Would add an incentive for having children if both parents have a Master's degree.\n\nEND EXAMPLES\n\nEND EXAMPLES\n\n3. In a section called POSITIVE CHARACTERIZATION, capture how the submitting party is trying to make the proposal look, i.e., the positive spin they're putting on it. Give this as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find great candidates with positive views on the environment and get them elected.\n\nEND EXAMPLES\n\n4. In a section called BALANCED CHARACTERIZATION, capture a non-biased analysis of the proposal as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find candidates with aligned goals and try to get them elected.\n\nEND EXAMPLES\n\n\n4. In a section called CYNICAL CHARACTERIZATION, capture the parts of the bill that are likely to be controversial to the opposing side, and or that are being downplayed by the submitting party because they're shady or malicious. Give this as a set of 15-word bullet points.\n\nEXAMPLES:\n\n1. The bill looks to find candidates with perfectly and narrowly aligned goals with an extreme faction, and works to get them elected.\n\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n1. Only output in valid Markdown.\n\n2. Do not output any asterisks, such as those used for italics or bolding.\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5628461837768555,0.053717806935310364,0.4021998643875122,0.2928510010242462,0.23211680352687836,-0.13028305768966675,-0.8155918121337891,0.47949451208114624,0.05173270031809807,0.08819591253995895,0.020484397187829018,0.645003080368042,0.35776200890541077,0.31043189764022827,0.11606426537036896,-0.012313991785049438,0.2971751391887665,-0.9517595171928406,-1.2325537204742432,-0.4225657880306244,-0.4443429708480835,0.6226664781570435,0.4887860119342804,0.2451138198375702,0.704382061958313,-0.37196534872055054,-0.09683382511138916,-0.3239505887031555,-0.5617039203643799,-1.825247883796692,0.2879650890827179,0.08357961475849152,0.3157288730144501,-0.16236251592636108,0.3735687732696533,-1.126340627670288,0.47847259044647217,0.4440585672855377,-0.5869635343551636,-0.0363803431391716,-0.08534901589155197,0.09502796828746796,0.08680308610200882,0.07069666683673859,0.6230111718177795,-0.5799235105514526,-0.4433406889438629,0.35730066895484924,0.5233824253082275,-0.22045521438121796,-0.46768537163734436,-0.5048810243606567,-0.33710789680480957,0.6837400197982788,-0.2886444628238678,-0.7166343331336975,-0.22446180880069733,-0.8256368041038513,0.4843929409980774,0.06205316632986069,0.05736709013581276,0.13190443813800812,-3.687915325164795,0.038822803646326065,0.28857576847076416,0.6491143703460693,0.40728631615638733,-0.18008579313755035,-0.5336333513259888,0.00268535315990448,-0.45947009325027466,0.3080054819583893,-0.5368229746818542,0.5995845198631287,0.02687276154756546,-0.3060482144355774,0.5743793845176697,-0.26750385761260986,0.2939109802246094,-0.1102922260761261,-0.2111199051141739,0.5920061469078064,0.09978751838207245,-0.046151984483003616,-0.7659345269203186,0.44631755352020264,-0.533585250377655,-0.5468730926513672,0.38746991753578186,0.3637472689151764,-0.43645399808883667,-0.34768587350845337,0.014756033197045326,0.7814697623252869,-0.16436725854873657,-0.11779539287090302,0.16628842055797577,-0.23863208293914795,-0.10753121227025986,3.312988758087158,0.8913560509681702,-0.12008073925971985,0.7298267483711243,-0.6918560266494751,0.34029579162597656,-0.30242419242858887,0.0682515949010849,-0.27884429693222046,-0.1610167920589447,0.5192084312438965,0.6037825345993042,-0.9831161499023438,-0.23712605237960815,0.2652660608291626,0.5650497674942017,0.22644397616386414,-0.5321327447891235,0.3258213698863983,0.46616125106811523,0.35397088527679443,-0.4997914731502533,0.19863077998161316,-0.5775366425514221,-0.25306928157806396,0.20361654460430145,0.6080803275108337,-0.2548472285270691,0.44417545199394226,0.29472362995147705,0.40987715125083923,-0.05632264167070389,-0.2161496877670288,-0.5666815638542175,0.48144906759262085,-0.3207143247127533,-0.03665066510438919,0.4723902940750122,-0.9920567870140076,0.27187591791152954,-1.4875632524490356,-0.0194777250289917,-1.0938149690628052,0.2879715859889984,0.4238704741001129,0.004105426371097565,0.18803833425045013,0.19816800951957703,-0.0757390484213829,-0.5267512202262878,-0.4740317761898041,0.13297177851200104,0.8892521262168884,-0.19116538763046265,0.011213570833206177,0.73275226354599,-0.32149478793144226,-0.7030974626541138,0.671214759349823,-0.33310502767562866,0.5350526571273804,-0.30255457758903503,-0.014988994225859642,0.5013984441757202,0.02697855979204178,0.004500828683376312,-0.7649674415588379,0.28998255729675293,-0.5752544403076172,-0.12648481130599976,0.6938595771789551,0.00031447410583496094,-0.24524137377738953,0.5572981238365173,0.3796641230583191,0.011071800254285336,-0.24510806798934937,0.1118287742137909,-0.24986180663108826,0.25108349323272705,-0.604684591293335,0.5120168328285217,0.4444846510887146,-0.20149250328540802,-0.35886019468307495,-0.14110836386680603,0.5362405180931091,0.251836359500885,0.20208153128623962,1.6928882598876953,1.1283469200134277,-0.44049057364463806,1.3702812194824219,-0.35541266202926636,0.003714371472597122,-0.172809436917305,0.47169798612594604,-0.26405221223831177,-0.19077078998088837,0.6468992233276367,0.16689004004001617,-0.2034345269203186,-0.051295310258865356,-0.6224475502967834,-0.08118192851543427,-0.6581524610519409,-1.0765905380249023,-0.14222392439842224,0.5807233452796936,0.4278720021247864,-1.0357531309127808,0.18868885934352875,-0.2996482253074646,1.0361480712890625,0.3840569853782654,0.43498286604881287,0.05507881939411163,-0.0565655454993248,0.059817515313625336,0.6335318684577942,0.23674991726875305,-0.08331159502267838,0.36887508630752563,-0.24339181184768677,-0.6163181066513062,-0.6933169960975647,0.5855492353439331,-0.6549076437950134,0.1805238127708435,-0.8057950139045715,-0.49453651905059814,-0.32917797565460205,0.8968217968940735,0.9379225969314575,0.8775403499603271,-0.10645657032728195,0.4575197100639343,-0.06763086467981339,0.6148195266723633,0.42461204528808594,-0.9523726105690002,0.45379316806793213,0.08586950600147247,-0.06973694264888763,0.38918548822402954,0.5587857961654663,0.31762242317199707,-1.1571297645568848,0.3081372380256653,0.23321130871772766,1.7313320636749268,-0.2891053557395935,-0.04174753651022911,0.06318113207817078,0.27988219261169434,0.12522339820861816,0.17141315340995789,-1.5118263959884644,-0.39280155301094055,-0.9928364157676697,0.9804847836494446,-0.7468038201332092,0.11071082204580307,0.4534621238708496,0.5304010510444641,-0.3724299371242523,-0.5603245496749878,-0.13882239162921906,-0.292066752910614,-0.3692714273929596,0.03899378329515457,-0.001969167497009039,0.2842816114425659,-0.057905152440071106,-0.21490478515625,-0.07535002380609512,-0.045434266328811646,0.10061275959014893,0.02111564576625824,-0.3681519627571106,-0.6720201969146729,0.033189550042152405,0.0692315474152565,-0.03323221951723099,0.5243220925331116,-1.0432851314544678,-0.44192740321159363,-0.469435453414917,-0.1429738998413086,-0.046037547290325165,0.7976378202438354,-0.07647526264190674,-0.2149805724620819,-0.7730632424354553,0.20186053216457367,1.9909104108810425,0.3666956126689911,0.1453736424446106,0.7941077351570129,0.5169786214828491,-0.48554158210754395,-1.0569736957550049,-0.012853480875492096,-0.45574429631233215,-0.24973633885383606,-0.6979551315307617,-0.25369852781295776,0.5436221361160278,0.14646463096141815,-0.14106982946395874,0.3343144357204437,-0.8798322677612305,-0.34988611936569214,0.157005175948143,-0.1292501837015152,0.6768988370895386,-0.35316017270088196,0.12047402560710907,0.530311107635498,-0.2733362913131714,-1.3666884899139404,-0.07390410453081131,0.7568371295928955,0.12209313362836838,-0.3231578767299652,0.14562126994132996,1.3790507316589355,0.16093167662620544,-0.07215461134910583,-0.14831845462322235,1.6644904613494873,0.8560243844985962,0.019557056948542595,-0.7798120975494385,-0.11025480180978775,0.6799860000610352,0.06191650405526161,0.14506013691425323,-0.23203861713409424,-0.7250582575798035,-0.2138553261756897,0.646406888961792,1.5068750381469727,-0.13157841563224792,0.62330162525177,0.007303807884454727,-0.21180802583694458,-0.3149396777153015,-1.327473521232605,-0.19117006659507751,0.2410891205072403,-0.6447200775146484,0.430765300989151,-0.3583562970161438,0.23613381385803223,0.6957985162734985,0.7029500007629395,-0.1550160050392151,0.0693121924996376,-0.42077142000198364,1.6562445163726807,-0.23341692984104156,-0.43505269289016724,0.06900254637002945,0.07597760856151581,0.18744857609272003,0.8244951367378235,-0.24932673573493958,-0.16664400696754456,-0.28074514865875244,0.0823933333158493,0.28754565119743347,-0.8066366314888,0.7596068382263184,0.24960948526859283,0.3405058979988098,-0.26924335956573486,0.16381970047950745,0.0041922107338905334,0.39349496364593506,-0.5527051687240601,0.21804332733154297,-0.46991226077079773,-0.5721219778060913,-1.3283140659332275]},"workflow":{"author":"@@official.shinkai","description":"Summarizes content into a structured Markdown format. This prompt focuses on concise, bullet-pointed summaries and takeaways. The output includes a one-sentence summary and lists of main points and takeaways.","name":"Summarize_micro","raw":"\n workflow Summarize_micro v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 3 most important points of the content as a list with no more than 12 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 3 best takeaways from the content in 12 words or less each in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Keep each bullet to 12 words or less.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 3 most important points of the content as a list with no more than 12 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 3 best takeaways from the content in 12 words or less each in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Output bullets not numbers.\n- You only output human readable Markdown.\n- Keep each bullet to 12 words or less.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.7104158401489258,0.18150490522384644,-0.12677109241485596,0.280555784702301,0.4884641170501709,-0.03660864382982254,-0.8270556330680847,0.35833975672721863,0.4512474238872528,0.01727908104658127,-0.15145407617092133,1.1503710746765137,0.25322750210762024,0.15260446071624756,0.031079526990652084,0.04860790818929672,-0.17956271767616272,-0.8079418540000916,-1.3342905044555664,-0.20476242899894714,-0.4024399220943451,0.6751307249069214,0.793948769569397,0.370815634727478,0.37474703788757324,-0.6240658760070801,-0.2323816865682602,-0.20604920387268066,-0.5069440603256226,-1.8304959535598755,0.6334859728813171,0.42083975672721863,-0.06375107914209366,-0.43018704652786255,-0.02700214833021164,-0.7582239508628845,0.11879783868789673,0.2284184843301773,-0.20235756039619446,-0.0647282749414444,0.2222769409418106,0.5577869415283203,-0.3936255872249603,0.08249523490667343,0.20667491853237152,-0.48201191425323486,-0.5737189054489136,0.08473457396030426,0.003034187015146017,0.27678966522216797,0.033062923699617386,-0.19777406752109528,0.059899117797613144,0.28229793906211853,-0.5967696905136108,-0.5583802461624146,-0.46726009249687195,-0.4075275957584381,0.5528690218925476,0.2569167912006378,0.730372428894043,0.42260318994522095,-3.5608348846435547,-0.02384701557457447,-0.10665746033191681,-0.19697272777557373,0.07755815982818604,-0.18769048154354095,-0.04108239337801933,0.031125277280807495,-0.23110011219978333,0.4102279841899872,-0.2068183720111847,0.7728623747825623,0.2338745892047882,-0.04413830488920212,0.3103348910808563,-0.03362548351287842,0.19277548789978027,-0.6832582950592041,-0.049333587288856506,0.8425120711326599,0.01680263876914978,-0.17931711673736572,-0.8102529644966125,0.7176889181137085,-0.3729465901851654,-0.7978017330169678,-0.06544193625450134,-0.09157317876815796,-0.1220397800207138,-0.5630184412002563,0.34728455543518066,-0.04922467842698097,-0.8492175936698914,-0.337957501411438,0.05375861003994942,0.34275177121162415,0.24404165148735046,3.454603910446167,1.3817318677902222,0.15505771338939667,0.5620080232620239,-1.022560715675354,0.8106741905212402,-0.8921451568603516,0.023542210459709167,0.000963892787694931,-0.2562545835971832,-0.17441080510616302,0.8373175263404846,-0.4219869077205658,-0.017628446221351624,0.13178354501724243,0.20569056272506714,0.8059420585632324,-0.18005742132663727,0.2324090152978897,0.05241504684090614,0.24845977127552032,-0.04221343249082565,0.2946183383464813,-0.26520785689353943,0.031798750162124634,-0.015089379623532295,-0.02941882610321045,0.08428388833999634,0.1932331919670105,0.39945799112319946,-0.10556580126285553,0.1989535689353943,-0.5216773152351379,-0.664333701133728,0.33431291580200195,-0.44651323556900024,-0.20225217938423157,0.35645753145217896,-0.35693106055259705,0.5002086758613586,-0.4636092185974121,0.011057347059249878,-1.499867558479309,-0.05611024796962738,0.7769333124160767,0.636877715587616,0.11895585805177689,0.3528205454349518,-0.13275930285453796,-0.5097684860229492,-0.6065623760223389,-0.07242850959300995,0.5437260866165161,0.20208384096622467,-0.1006709560751915,0.6330000758171082,0.13985806703567505,-0.561314582824707,0.4190503656864166,-0.17805278301239014,0.10598304867744446,-0.03953825309872627,0.33599746227264404,0.38506466150283813,-0.09682722389698029,0.21324971318244934,-0.9188805818557739,0.33976972103118896,-0.4163976311683655,-0.024492114782333374,0.3373247981071472,0.34372034668922424,-0.3769579529762268,0.19556774199008942,0.32710000872612,0.3536699712276459,-0.25125211477279663,0.3061985969543457,0.04803293198347092,0.5758824348449707,-0.6870862245559692,0.9036162495613098,0.5595239996910095,-0.18661192059516907,-0.763474702835083,-0.26404184103012085,0.4085373878479004,0.03220126032829285,-0.07760482281446457,0.6649295687675476,1.2061309814453125,-0.41560351848602295,1.7896130084991455,-0.38651609420776367,-0.7194352149963379,0.1303260177373886,0.28643542528152466,-0.9482496380805969,0.05270889773964882,0.6035560965538025,0.21962027251720428,-0.39820775389671326,-0.79161536693573,-0.5056630373001099,-0.09180545806884766,-0.2554818391799927,-0.6457601189613342,-0.23448655009269714,0.17002727091312408,0.41123372316360474,-1.069573998451233,0.16507519781589508,0.11583440005779266,0.15179932117462158,0.24052909016609192,0.2583293914794922,0.39330780506134033,-0.35081538558006287,0.6523877382278442,0.35508254170417786,0.3398740291595459,0.41598600149154663,0.4053862392902374,-0.5601937174797058,-0.6439443826675415,-1.1207157373428345,0.8716046810150146,-0.22811195254325867,0.0483727864921093,-0.2836870849132538,-0.29965123534202576,0.028896957635879517,1.0039889812469482,0.2603730857372284,1.0238348245620728,0.008930668234825134,0.3250502943992615,0.06102089211344719,0.4586403965950012,0.4436047375202179,-0.8489378094673157,0.4058929681777954,-0.08548298478126526,-0.01792684942483902,0.4943639636039734,-0.008302547037601471,0.3581562638282776,-0.7040650248527527,0.10997401177883148,-0.20524261891841888,1.5895321369171143,0.004494715481996536,0.4770166575908661,0.26863881945610046,0.5227826237678528,0.4279608428478241,-0.10682453960180283,-1.7128071784973145,0.13238437473773956,-0.796778678894043,0.5818257927894592,-0.8670235872268677,-0.015066444873809814,0.0010075196623802185,0.29437029361724854,-0.09925003349781036,-0.37770214676856995,-0.4700835347175598,-0.2299860715866089,-0.08992017060518265,-0.5602278113365173,-0.12188360840082169,0.047352343797683716,-0.23812299966812134,-0.40801677107810974,0.20237331092357635,-0.18514013290405273,0.30981406569480896,0.6728266477584839,-0.1644163727760315,-0.46915531158447266,0.1874748170375824,0.2960391938686371,-0.23980137705802917,0.42784935235977173,-0.7826429009437561,0.10890048742294312,-0.033193327486515045,-0.43070459365844727,-0.1711946427822113,1.019798755645752,0.15531083941459656,-0.711845874786377,-0.1654428094625473,-0.1948317587375641,2.1496400833129883,0.061774615198373795,0.36434870958328247,0.47901394963264465,0.9447905421257019,-0.02763809636235237,-0.7807925939559937,0.06801299750804901,-0.4015851318836212,-0.3570006489753723,-0.5106767416000366,-0.51917964220047,0.47966867685317993,0.03218710049986839,-0.39177849888801575,0.5106385946273804,-0.4550241529941559,-0.30940699577331543,0.2232857644557953,0.031484927982091904,0.730670154094696,-0.5517657995223999,0.5980010628700256,0.4687404930591583,-0.2554013729095459,-2.0614871978759766,-0.11873170733451843,0.426652193069458,0.1003778874874115,-0.2529028058052063,0.3942464590072632,0.804460883140564,-0.3741852045059204,-0.32137179374694824,-0.213955819606781,1.4927259683609009,0.2704516053199768,-0.12234582006931305,-0.3289123475551605,0.05733180791139603,1.0741676092147827,-0.21875271201133728,0.12493499368429184,-0.5863401889801025,-0.9120883345603943,-0.13454386591911316,0.24681027233600616,1.5515365600585938,0.38232308626174927,-0.05993590131402016,-0.31719037890434265,-0.11544261127710342,-0.6958383917808533,-0.9161661267280579,0.4587811231613159,-0.03856704756617546,-0.7618808746337891,0.4540437161922455,0.02066093683242798,0.07316142320632935,0.3052223026752472,0.6072705388069153,0.007810588926076889,-0.1524931937456131,-1.1401070356369019,1.8369786739349365,0.016057802364230156,-0.30680611729621887,-0.31186050176620483,-0.2618897557258606,-0.22079411149024963,-0.032264769077301025,0.35755860805511475,0.1466931402683258,-0.4219653010368347,0.19215860962867737,0.5368499755859375,-1.0106829404830933,0.7977919578552246,0.7299234867095947,-0.17225781083106995,-0.01791699230670929,0.3865656852722168,-0.15348881483078003,0.3164125680923462,0.17508842051029205,0.03167683631181717,-0.07774840295314789,-1.1480591297149658,-0.2944844961166382]},"workflow":{"author":"@@official.shinkai","description":"Extracts and organizes key content from newsletters, focusing on the most meaningful, interesting, and useful information. It uniquely parses the entire newsletter to provide concise summaries, lists of content, opinions, tools, companies, and follow-up actions. The output includes sections for a brief summary, detailed content points, author opinions, mentioned tools and companies, and recommended follow-ups in a structured Markdown format.","name":"Summarize_newsletter","raw":"\n workflow Summarize_newsletter v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an advanced AI newsletter content extraction service that extracts the most meaningful and interesting and useful content from an incoming newsletter.\n\nTake a deep breath and think step-by-step about how to achieve the best output using the steps below.\n\n0. Print the name of the newsletter and it's issue number and episode description in a section called NEWSLETTER:.\n\n1. Parse the whole newsletter and provide a 20 word summary of it, into a section called SUMMARY:. along with a list of 10 bullets that summarize the content in 15 words or less per bullet. Put these bullets into a section called SUMMARY:.\n\n2. Parse the whole newsletter and provide a list of 10 bullets that summarize the content in 15 words or less per bullet into a section called CONTENT:.\n\n3. Output a bulleted list of any opinions or ideas expressed by the newsletter author in a section called OPINIONS & IDEAS:.\n\n4. Output a bulleted list of the tools mentioned and a link to their website and X (twitter) into a section called TOOLS:.\n\n5. Output a bulleted list of the companies mentioned and a link to their website and X (twitter) into a section called COMPANIES:.\n\n6. Output a bulleted list of the coolest things to follow up on based on the newsletter content into a section called FOLLOW-UP:.\n\nFOLLOW-UP SECTION EXAMPLE\n\n1. Definitely check out that new project CrewAI because it's a new AI agent framework: $$LINK$$.\n2. Check out that company RunAI because they might be a good sponsor: $$LINK$$.\n etc.\n\nEND FOLLOW-UP SECTION EXAMPLE\n\nOUTPUT INSTRUCTIONS:\n\n1. Only use the headers provided in the instructions above.\n2. Format your output in clear, human-readable Markdown.\n3. Use bulleted lists for all lists.\n\nNEWSLETTER INPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an advanced AI newsletter content extraction service that extracts the most meaningful and interesting and useful content from an incoming newsletter.\n\nTake a deep breath and think step-by-step about how to achieve the best output using the steps below.\n\n0. Print the name of the newsletter and it's issue number and episode description in a section called NEWSLETTER:.\n\n1. Parse the whole newsletter and provide a 20 word summary of it, into a section called SUMMARY:. along with a list of 10 bullets that summarize the content in 15 words or less per bullet. Put these bullets into a section called SUMMARY:.\n\n2. Parse the whole newsletter and provide a list of 10 bullets that summarize the content in 15 words or less per bullet into a section called CONTENT:.\n\n3. Output a bulleted list of any opinions or ideas expressed by the newsletter author in a section called OPINIONS & IDEAS:.\n\n4. Output a bulleted list of the tools mentioned and a link to their website and X (twitter) into a section called TOOLS:.\n\n5. Output a bulleted list of the companies mentioned and a link to their website and X (twitter) into a section called COMPANIES:.\n\n6. Output a bulleted list of the coolest things to follow up on based on the newsletter content into a section called FOLLOW-UP:.\n\nFOLLOW-UP SECTION EXAMPLE\n\n1. Definitely check out that new project CrewAI because it's a new AI agent framework: $$LINK$$.\n2. Check out that company RunAI because they might be a good sponsor: $$LINK$$.\n etc.\n\nEND FOLLOW-UP SECTION EXAMPLE\n\nOUTPUT INSTRUCTIONS:\n\n1. Only use the headers provided in the instructions above.\n2. Format your output in clear, human-readable Markdown.\n3. Use bulleted lists for all lists.\n\nNEWSLETTER INPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.589522123336792,0.46674805879592896,0.3215939700603485,0.163910374045372,0.33076977729797363,0.22213762998580933,-1.0133230686187744,0.25847187638282776,-0.32338598370552063,-0.09766795486211777,0.656988799571991,0.9627607464790344,0.044079091399908066,-0.23372817039489746,0.4429096281528473,-0.5532140731811523,-0.655820906162262,-0.238512322306633,-1.2466988563537598,-0.298434317111969,0.02592749521136284,1.1970468759536743,-0.385956734418869,0.15335911512374878,0.34437263011932373,-0.20151165127754211,-0.16515856981277466,-0.15441736578941345,-0.6987296342849731,-1.5827927589416504,0.4355247914791107,0.38170480728149414,-0.5987546443939209,0.12110523879528046,0.7287173271179199,-0.8996337652206421,0.6789265275001526,0.012960948050022125,-0.2823824882507324,-0.3353368639945984,-0.5301220417022705,0.263793021440506,0.23428210616111755,0.29012829065322876,0.8235422372817993,-0.22174593806266785,-0.598574697971344,-0.046028364449739456,0.38105911016464233,0.5925467610359192,-0.3082978129386902,-0.7392992377281189,-0.42573651671409607,-0.14908680319786072,0.17778751254081726,-0.41641682386398315,-0.5296350121498108,-0.6480119228363037,0.31988540291786194,0.5873640179634094,0.19141419231891632,0.11418019235134125,-3.1302664279937744,-0.051460057497024536,0.24863265454769135,0.09393422305583954,0.426027774810791,-0.20270764827728271,-0.6742265820503235,0.13128751516342163,-0.0664793998003006,0.27652841806411743,0.04719877988100052,0.4321167469024658,-0.1861480474472046,-0.2866405248641968,0.20833103358745575,-0.0053252242505550385,0.06872700154781342,-0.8331160545349121,-0.5444024801254272,-0.06741121411323547,-0.23526786267757416,0.033478155732154846,-0.8689267039299011,0.872080385684967,-0.2775425910949707,0.2562561333179474,0.2780100107192993,0.007019449025392532,0.020483791828155518,-0.6613393425941467,0.11324772983789444,0.6668240427970886,-0.3602084219455719,-0.21387942135334015,0.33266472816467285,0.38708484172821045,0.047520510852336884,3.2378742694854736,1.314007043838501,0.053152430802583694,0.5388838648796082,-1.2499455213546753,0.4755598306655884,-0.8036634922027588,0.01056886836886406,-0.049301981925964355,0.017775576561689377,0.21185462176799774,0.7305430173873901,-0.7423707246780396,-0.5953830480575562,-0.07400819659233093,0.1285606324672699,0.782961368560791,-1.0562238693237305,-0.16937553882598877,0.18705883622169495,0.14149144291877747,-0.6121543049812317,0.1638437956571579,-0.19194938242435455,-0.15463370084762573,-0.1532069444656372,0.4233950972557068,-0.23361240327358246,0.38503775000572205,1.1146626472473145,-0.17258039116859436,-0.6178429126739502,-0.09544599801301956,-1.1343986988067627,0.3781055510044098,-0.42028388381004333,-0.22361138463020325,0.16870220005512238,-0.6148329973220825,0.49730220437049866,-1.2366586923599243,0.4445987939834595,-0.8920236825942993,0.42979979515075684,1.025614857673645,1.0443451404571533,0.07587011158466339,0.11730300635099411,-0.21422448754310608,-0.5311443209648132,-1.0918364524841309,0.04415612667798996,0.9115095734596252,0.15145045518875122,-0.13820071518421173,0.6407619118690491,-0.6329107880592346,-0.46900832653045654,0.6926373243331909,-0.30934178829193115,-0.04210658371448517,-0.1199699342250824,0.2977712154388428,0.21105104684829712,-0.6657928228378296,0.20982986688613892,-0.8435328602790833,0.29221823811531067,-0.5339474081993103,0.2009478360414505,0.478128582239151,-0.09905363619327545,-0.23483774065971375,0.7766237854957581,0.5478594303131104,1.2105355262756348,-0.388805091381073,0.07184940576553345,-0.04639027267694473,-0.18608258664608002,-0.42683061957359314,0.8618329763412476,0.23082315921783447,0.07370185852050781,-0.824591875076294,-0.13360685110092163,0.49277639389038086,-0.09026991575956345,-0.09590636193752289,1.0967272520065308,1.4234272241592407,-0.6710778474807739,1.3960981369018555,-0.6093540191650391,-0.25731784105300903,-0.08723320066928864,0.32808274030685425,-0.7530587315559387,-0.2949759364128113,0.7648485898971558,0.006706194952130318,-0.13683009147644043,-0.135274276137352,-0.6809062361717224,0.0008233189582824707,-0.10679947584867477,-0.7370001673698425,-0.6588664650917053,0.17971716821193695,0.12121395766735077,-0.8964362144470215,0.41594168543815613,-0.3136890232563019,0.46486935019493103,0.18835894763469696,0.29120969772338867,0.2717771530151367,-0.045196957886219025,0.48622792959213257,0.5096468925476074,0.14132942259311676,-0.0033528730273246765,-0.03627191483974457,-0.2835804224014282,-0.6500641107559204,-1.281865119934082,0.851561427116394,-0.5043640732765198,0.5554691553115845,-0.15779773890972137,-0.6782956123352051,-0.06843914836645126,0.9436190128326416,1.0658212900161743,0.9319955706596375,0.09235785901546478,0.4158579409122467,0.1406601518392563,0.6330454349517822,0.6214408874511719,-0.1804637312889099,0.24675068259239197,-0.42482754588127136,-0.6696159839630127,1.0708324909210205,0.5670095086097717,0.4484877288341522,-1.0399852991104126,0.03490595519542694,0.3842555582523346,1.6253924369812012,-0.014687813818454742,-0.11063174903392792,0.45904266834259033,0.24700772762298584,0.882411777973175,-0.1679353415966034,-1.8803801536560059,-0.6041476726531982,-0.823386013507843,1.1825729608535767,-0.3104833662509918,0.3787965178489685,0.252231627702713,0.7276996374130249,-0.8194274306297302,-0.4486967623233795,-0.008464159443974495,-0.05658677965402603,0.08698803931474686,-0.5060158967971802,-0.22231316566467285,-0.004663348197937012,-0.10369163751602173,-0.5916712284088135,0.13760590553283691,0.04549536854028702,0.32472333312034607,0.11332990229129791,-0.5328719615936279,-0.5068020224571228,-0.03472777456045151,-0.04382110387086868,0.18864068388938904,0.8769935369491577,-0.541549026966095,0.17717796564102173,0.16240021586418152,-0.5520690083503723,0.19845610857009888,0.40937402844429016,0.0636201873421669,-0.6479468941688538,-0.3445173501968384,0.27965694665908813,1.2252458333969116,0.07967265695333481,-0.11913742125034332,0.7477343678474426,0.6291596293449402,-0.4981963634490967,-1.0412797927856445,-0.022557616233825684,-0.4249475300312042,0.020238883793354034,-0.31112387776374817,-0.5413684248924255,0.8234822154045105,0.37084197998046875,-0.3255869150161743,0.25256404280662537,-0.8964447379112244,-0.2457474023103714,-0.002434413880109787,-0.2236250340938568,0.673617959022522,-0.3622549772262573,0.11744116246700287,0.6603484153747559,-0.5654329061508179,-1.5682446956634521,0.046556562185287476,0.716050386428833,0.662598192691803,-0.19333919882774353,0.07203159481287003,0.6882384419441223,-0.2673875391483307,0.05623489245772362,0.26429057121276855,1.3086349964141846,0.5649871826171875,-0.23640747368335724,-0.6976789236068726,-0.5106099247932434,0.39243367314338684,-0.569514811038971,-0.034635305404663086,0.019467510282993317,-0.1951311230659485,0.178380087018013,0.08589276671409607,1.0665656328201294,0.1898193508386612,0.3900436758995056,0.03208672255277634,0.09634566307067871,-0.5996217727661133,-0.7954469323158264,0.4861989915370941,0.20825038850307465,-0.47433269023895264,0.3557584285736084,-0.12111205607652664,0.1414298117160797,0.7822070121765137,0.21922394633293152,0.1368972212076187,0.5087398290634155,-0.4343051016330719,1.9340107440948486,-0.5015480518341064,0.14026756584644318,-0.18603092432022095,-0.2774294316768646,-0.14746367931365967,0.520248532295227,0.043269094079732895,-0.6551472544670105,0.051306724548339844,-0.40885624289512634,0.43431007862091064,-0.8639289736747742,0.7688108682632446,0.3435508608818054,0.9195010662078857,0.05867861956357956,0.3142544627189636,0.3782917261123657,0.5255864858627319,-0.3850657343864441,0.6452106833457947,-1.252292513847351,-0.7630075216293335,-0.6750323176383972]},"workflow":{"author":"@@official.shinkai","description":"Summarizes academic papers by extracting key sections such as title, authors, main goals, and more from the provided text. It employs a structured approach to highlight the paper's core aspects including technical methodology, distinctive features, and experimental outcomes. The output is a detailed summary covering various dimensions of the research.","name":"Summarize_paper","raw":"\n workflow Summarize_paper v0.1 {\n step Main {\n $SYSTEM = \"\nYou are an excellent academic paper reviewer. You conduct paper summarization on the full paper text provided by the user, with following instructions:\n\nREVIEW INSTRUCTION:\n\n**Summary of Academic Paper's Technical Approach**\n\n1. **Title and authors of the Paper:**\n Provide the title and authors of the paper.\n\n2. **Main Goal and Fundamental Concept:**\n Begin by clearly stating the primary objective of the research presented in the academic paper. Describe the core idea or hypothesis that underpins the study in simple, accessible language.\n\n3. **Technical Approach:**\n Provide a detailed explanation of the methodology used in the research. Focus on describing how the study was conducted, including any specific techniques, models, or algorithms employed. Avoid delving into complex jargon or highly technical details that might obscure understanding.\n\n4. **Distinctive Features:**\n Identify and elaborate on what sets this research apart from other studies in the same field. Highlight any novel techniques, unique applications, or innovative methodologies that contribute to its distinctiveness.\n\n5. **Experimental Setup and Results:**\n Describe the experimental design and data collection process used in the study. Summarize the results obtained or key findings, emphasizing any significant outcomes or discoveries.\n\n6. **Advantages and Limitations:**\n Concisely discuss the strengths of the proposed approach, including any benefits it offers over existing methods. Also, address its limitations or potential drawbacks, providing a balanced view of its efficacy and applicability.\n\n7. **Conclusion:**\n Sum up the key points made about the paper's technical approach, its uniqueness, and its comparative advantages and limitations. Aim for clarity and succinctness in your summary.\n\nOUTPUT INSTRUCTIONS:\n\n1. Only use the headers provided in the instructions above.\n2. Format your output in clear, human-readable Markdown.\n3. Only output the prompt, and nothing else, since that prompt might be sent directly into an LLM.\n\nPAPER TEXT INPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\nYou are an excellent academic paper reviewer. You conduct paper summarization on the full paper text provided by the user, with following instructions:\n\nREVIEW INSTRUCTION:\n\n**Summary of Academic Paper's Technical Approach**\n\n1. **Title and authors of the Paper:**\n Provide the title and authors of the paper.\n\n2. **Main Goal and Fundamental Concept:**\n Begin by clearly stating the primary objective of the research presented in the academic paper. Describe the core idea or hypothesis that underpins the study in simple, accessible language.\n\n3. **Technical Approach:**\n Provide a detailed explanation of the methodology used in the research. Focus on describing how the study was conducted, including any specific techniques, models, or algorithms employed. Avoid delving into complex jargon or highly technical details that might obscure understanding.\n\n4. **Distinctive Features:**\n Identify and elaborate on what sets this research apart from other studies in the same field. Highlight any novel techniques, unique applications, or innovative methodologies that contribute to its distinctiveness.\n\n5. **Experimental Setup and Results:**\n Describe the experimental design and data collection process used in the study. Summarize the results obtained or key findings, emphasizing any significant outcomes or discoveries.\n\n6. **Advantages and Limitations:**\n Concisely discuss the strengths of the proposed approach, including any benefits it offers over existing methods. Also, address its limitations or potential drawbacks, providing a balanced view of its efficacy and applicability.\n\n7. **Conclusion:**\n Sum up the key points made about the paper's technical approach, its uniqueness, and its comparative advantages and limitations. Aim for clarity and succinctness in your summary.\n\nOUTPUT INSTRUCTIONS:\n\n1. Only use the headers provided in the instructions above.\n2. Format your output in clear, human-readable Markdown.\n3. Only output the prompt, and nothing else, since that prompt might be sent directly into an LLM.\n\nPAPER TEXT INPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.22283528745174408,0.2630254924297333,0.21383066475391388,0.5438714623451233,-0.2428334504365921,0.26699110865592957,-1.0241966247558594,0.3920314311981201,0.19187650084495544,-0.06629300862550735,-0.13296833634376526,0.7253751754760742,0.11715023219585419,0.20191383361816406,0.33192846179008484,-0.18475943803787231,-0.17970843613147736,-0.9137619733810425,-1.5288448333740234,-0.1311626136302948,0.2508280575275421,0.7367293238639832,0.16168291866779327,0.46953922510147095,-0.009294763207435608,-0.009552843868732452,0.16103927791118622,-0.053709618747234344,-1.394278883934021,-2.5639543533325195,0.5327464938163757,0.3180096745491028,-0.11890581250190735,-0.4524930417537689,0.1856250911951065,-1.3195418119430542,-0.2670659124851227,0.11194474250078201,-0.7540885806083679,-0.26602208614349365,0.0869702473282814,0.29786717891693115,-0.08335888385772705,0.42458096146583557,0.290243536233902,-0.6420347690582275,0.081217922270298,-0.15711979568004608,0.6341286301612854,0.17594660818576813,-0.6422734260559082,-0.8070813417434692,-0.20559459924697876,0.5183532238006592,-0.0401168093085289,0.07067056745290756,0.16451920568943024,-0.35729271173477173,0.551446259021759,-0.05048440396785736,-0.15191461145877838,0.4482536315917969,-4.18267297744751,-0.21509738266468048,0.1588047593832016,0.7022643685340881,-0.10476701706647873,0.08877335488796234,0.07445291429758072,0.09479722380638123,-0.06581513583660126,0.031712986528873444,-0.2849166989326477,0.3515494465827942,-0.3513607978820801,-0.3364259600639343,0.4593682289123535,0.10233944654464722,0.33464112877845764,-0.43101418018341064,-0.12609852850437164,0.4813691973686218,0.18961195647716522,-0.3870817720890045,-0.8209984302520752,0.6301860809326172,-0.4111395478248596,0.048842355608940125,0.32606250047683716,0.1194843053817749,-0.3739039897918701,0.17713800072669983,0.3055720031261444,-0.015395009890198708,-0.7542974948883057,0.38266950845718384,0.13674622774124146,-0.05894783139228821,-0.5241723656654358,3.362823009490967,0.4283505082130432,-0.3048507571220398,0.505538284778595,-0.5616739392280579,0.5296308994293213,-0.10101637989282608,-0.13061532378196716,-0.5397140383720398,-0.15443284809589386,0.09757256507873535,0.5325157642364502,-0.6852092742919922,0.36096465587615967,0.23959606885910034,0.8770280480384827,-0.2825027406215668,-0.5265142917633057,0.3461454212665558,-0.44034168124198914,0.9875246286392212,-0.3739863932132721,-0.2405756115913391,-0.4741041660308838,-0.26896482706069946,0.2040272355079651,0.1914251446723938,-0.12213695049285889,0.4974701702594757,0.250396192073822,-0.0458366796374321,-0.013182289898395538,-0.43583914637565613,-0.40292367339134216,-0.042607687413692474,0.258647084236145,-0.12412286549806595,0.37353676557540894,-0.33686476945877075,0.464521586894989,-0.7751315236091614,-0.19017764925956726,-1.3688522577285767,0.9742463231086731,-0.016209471970796585,0.596972644329071,0.6092619299888611,-0.4317890703678131,0.18050134181976318,-0.49847644567489624,-0.8252242803573608,-0.1315104365348816,0.7300586700439453,0.17692415416240692,0.43027666211128235,0.8853403925895691,-0.4251238703727722,0.09707324206829071,0.4448493719100952,-0.6688164472579956,0.4352418780326843,0.019415073096752167,-0.16653059422969818,0.4982762634754181,0.1367236077785492,0.4359552562236786,-0.8499712347984314,0.33372965455055237,-0.5976549386978149,0.42791205644607544,-0.11789196729660034,-0.11969582736492157,-0.19939666986465454,0.6418560743331909,0.8793779015541077,-0.02758008986711502,0.1516333520412445,-0.37628909945487976,0.20221146941184998,0.12446928024291992,-0.5937148332595825,0.5904141068458557,0.46657195687294006,-0.3574115037918091,-0.6876943707466125,-0.2391420304775238,0.21683183312416077,0.265659362077713,0.5135313868522644,0.392654150724411,0.32739654183387756,-1.0560296773910522,1.6459051370620728,-0.41822588443756104,0.24810141324996948,0.056417688727378845,0.029553312808275223,-0.5353775024414062,0.01980731636285782,-0.05530078336596489,0.18219317495822906,-0.5846609473228455,-0.3684036433696747,-0.3672551214694977,-0.09287206828594208,-0.027495376765727997,-0.5420104265213013,-0.27307453751564026,0.4991147220134735,0.08201057463884354,-0.2954901456832886,-0.17364919185638428,-0.0516844242811203,0.9713020324707031,0.18893715739250183,0.5333800911903381,0.3531641960144043,-0.09122686088085175,-0.16257941722869873,0.17440302670001984,0.6322305202484131,0.587552547454834,0.5786517858505249,-0.12803152203559875,-0.5193501710891724,-0.57175612449646,0.09853500127792358,-0.22947430610656738,-0.23489126563072205,-0.40503159165382385,-0.08177423477172852,0.12660449743270874,0.6228569746017456,0.49372100830078125,0.8630059957504272,-0.43139421939849854,0.5232871174812317,0.16986718773841858,0.676112174987793,-0.055248357355594635,-0.6325090527534485,0.08467718958854675,0.318178653717041,0.12244527041912079,0.44787734746932983,0.10143807530403137,-0.6016292572021484,-0.8703935146331787,-0.2669525444507599,-0.15849988162517548,2.0928149223327637,0.042406149208545685,-0.09995099902153015,0.5218374133110046,0.571419894695282,0.04351062700152397,0.06625426560640335,-1.7109664678573608,-0.6110913157463074,-0.6531306505203247,0.8928174376487732,-0.12149550020694733,0.14288946986198425,0.15851019322872162,0.4793136417865753,-0.2376479059457779,-0.14593569934368134,-0.3080690801143646,-0.6365901231765747,-0.27582496404647827,-0.21012836694717407,-0.5710836052894592,0.10409469902515411,-0.2463536113500595,0.27811917662620544,-0.382680207490921,0.03781580179929733,0.18303282558918,0.320625364780426,0.03484330326318741,-0.5266007781028748,0.2518961727619171,-0.09478771686553955,0.04441255331039429,0.1992548257112503,-0.3337719738483429,-0.2759121358394623,-0.36000195145606995,0.1411072313785553,-0.8846483826637268,0.40254685282707214,-0.37505775690078735,-0.3774944543838501,-0.7573800683021545,0.16529437899589539,1.659164547920227,0.3465127646923065,0.4633420407772064,0.5958082675933838,0.07753399014472961,-0.06919316947460175,-0.14058753848075867,-0.4040045142173767,-0.3636102080345154,-0.3543207049369812,-0.5810217261314392,-0.17006950080394745,0.7306239604949951,0.4173945188522339,-0.502460777759552,0.7447236776351929,-0.7252928614616394,-0.04162043333053589,-0.26310309767723083,-0.06826873123645782,0.31848815083503723,-0.38389262557029724,0.023877155035734177,0.7066470384597778,-0.22819185256958008,-1.5500738620758057,-0.39710232615470886,0.5966176986694336,-0.16578835248947144,-0.4415339231491089,0.0035093631595373154,0.7962441444396973,-0.062012191861867905,0.25317591428756714,-0.0010406672954559326,1.2759695053100586,0.4577667713165283,0.03025534749031067,-0.319033682346344,-0.277815580368042,0.7736943960189819,-0.10076812654733658,0.5759627819061279,-0.1506378948688507,0.2195422649383545,-0.2678860127925873,0.5913640260696411,1.8158602714538574,0.08861246705055237,0.2822337746620178,-0.13575202226638794,0.3084161579608917,-0.15872874855995178,-1.1706956624984741,0.5088356733322144,-0.03455957770347595,-0.1308598667383194,0.8990926146507263,0.15952101349830627,-0.25610774755477905,0.4024723768234253,0.7222126126289368,0.060095030814409256,0.38079971075057983,-0.031169665977358818,1.3884919881820679,-0.35694819688796997,-0.4606807231903076,-0.49597322940826416,0.3656107187271118,0.13263913989067078,0.30324238538742065,-0.0017586611211299896,-0.3432254493236542,-0.336060106754303,0.09911162406206131,0.16050519049167633,-0.467624306678772,0.391694575548172,0.38427406549453735,0.7350757122039795,0.026465777307748795,0.17502737045288086,0.2234320342540741,0.46386387944221497,-0.20458444952964783,0.45257997512817383,-0.12902815639972687,-0.6257354021072388,-0.6956970691680908]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Summarize_prompt","raw":"\n workflow Summarize_prompt v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert prompt summarizer. You take AI chat prompts in and output a concise summary of the purpose of the prompt using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, paragraph.\n\n- The first sentence should summarize the main purpose. Begin with a verb and describe the primary function of the prompt. Use the present tense and active voice. Avoid using the prompt's name in the summary. Instead, focus on the prompt's primary function or goal.\n\n- The second sentence clarifies the prompt's nuanced approach or unique features.\n\n- The third sentence should provide a brief overview of the prompt's expected output.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output no more than 40 words.\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Do not output numbered lists or bullets.\n- Do not output newlines.\n- Do not output warnings or notes.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert prompt summarizer. You take AI chat prompts in and output a concise summary of the purpose of the prompt using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, paragraph.\n\n- The first sentence should summarize the main purpose. Begin with a verb and describe the primary function of the prompt. Use the present tense and active voice. Avoid using the prompt's name in the summary. Instead, focus on the prompt's primary function or goal.\n\n- The second sentence clarifies the prompt's nuanced approach or unique features.\n\n- The third sentence should provide a brief overview of the prompt's expected output.\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output no more than 40 words.\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Do not output numbered lists or bullets.\n- Do not output newlines.\n- Do not output warnings or notes.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.0632692500948906,0.17895124852657318,0.3708670735359192,0.24576762318611145,0.08815735578536987,-0.1863081157207489,-0.8912488222122192,0.6414052248001099,-0.2759295701980591,0.25339552760124207,-0.37228837609291077,0.6725218892097473,0.6110501885414124,0.15514621138572693,0.5270702838897705,0.12413307279348373,-0.6543775200843811,-1.1525167226791382,-1.4805881977081299,-0.15429982542991638,0.05225101485848427,1.001528263092041,0.1912064254283905,0.5363017320632935,0.5137501955032349,-0.00042456435039639473,-0.27774959802627563,0.08403679728507996,-1.0533990859985352,-1.4547443389892578,0.7111555933952332,0.8059954047203064,-0.036009468138217926,-0.4566270709037781,0.33823826909065247,-0.4616171717643738,0.2243792861700058,-0.3784233033657074,-0.23156875371932983,0.4402424693107605,-1.051084280014038,-0.08012350648641586,-0.6275644302368164,0.18322846293449402,0.4670475721359253,-0.36783942580223083,0.23676685988903046,0.14471539855003357,0.5689038634300232,0.21297311782836914,-0.24326708912849426,-0.18982337415218353,-0.2977316975593567,0.14043693244457245,-0.41402867436408997,-0.5423507690429688,0.0017191320657730103,-0.5826747417449951,-0.04051097109913826,0.30100882053375244,-0.30209237337112427,0.07121479511260986,-3.15030574798584,-0.07208331674337387,-0.355098158121109,0.038376666605472565,0.1303478330373764,0.13237586617469788,0.041388217359781265,-0.132346972823143,-0.4330834746360779,0.5297155976295471,-0.5939644575119019,0.17182856798171997,-0.19933953881263733,-0.1895151287317276,0.6155969500541687,0.678398847579956,-0.4510536789894104,-0.49439093470573425,-0.5326043963432312,0.9637446403503418,-0.26440149545669556,-0.318341463804245,-1.0238415002822876,1.1902761459350586,-0.10012571513652802,-0.4345862865447998,0.27239346504211426,0.10623155534267426,-0.08607897162437439,0.11712464690208435,0.600160539150238,0.23448163270950317,-0.6615137457847595,0.7039667963981628,-0.17915168404579163,-0.07810278236865997,0.27548080682754517,3.1886842250823975,1.2579562664031982,0.862542450428009,-0.01014447957277298,-1.073044776916504,0.5503129363059998,-0.7557047009468079,-0.16203324496746063,-0.22689257562160492,-0.1931500881910324,-0.06751231104135513,1.3342719078063965,-0.705544114112854,-0.44123342633247375,0.9843290448188782,0.2849920392036438,0.07337791472673416,-0.9013280272483826,-0.30335721373558044,-0.16347137093544006,0.49176284670829773,-0.4361587166786194,0.5704954266548157,-0.19259172677993774,-0.9777767062187195,-0.16304798424243927,-0.07617968320846558,-0.4021538496017456,0.4772835373878479,0.7023547291755676,0.0033849868923425674,0.32941296696662903,-0.04147129878401756,-0.14152604341506958,0.17732453346252441,0.044180162250995636,-0.15846490859985352,-0.26598185300827026,-0.9240793585777283,-0.3794664144515991,-1.4796326160430908,0.25620782375335693,-0.7931827902793884,0.8103431463241577,0.6080769300460815,0.2735089361667633,0.2253924459218979,0.40430912375450134,-0.04686271399259567,-0.3284006416797638,-0.643136203289032,0.02957109734416008,1.1627540588378906,0.0024455473758280277,-0.2177335023880005,0.2876738905906677,-0.09074532240629196,-0.5790367722511292,0.21964700520038605,-0.134507417678833,0.3303929567337036,0.23447443544864655,0.18708260357379913,0.2677766680717468,-0.1701037734746933,0.5031054019927979,-0.6755897402763367,0.13046765327453613,-0.6469100117683411,0.25532692670822144,0.9275345802307129,0.05671001225709915,-0.25909125804901123,0.29818621277809143,0.45934104919433594,0.32655414938926697,0.027729526162147522,-0.46325212717056274,-0.1455763578414917,-0.026449698954820633,-0.3579258918762207,0.7844867706298828,0.5259976387023926,-0.18978066742420197,-0.8792045712471008,0.0858953595161438,0.13248075544834137,0.035818006843328476,0.2782176434993744,1.1118226051330566,0.5486314296722412,-0.4538806080818176,1.2445447444915771,-0.36052918434143066,-0.21356070041656494,0.8375174403190613,0.32834166288375854,-0.40760213136672974,-0.03136765956878662,0.39926961064338684,-0.1066742017865181,-0.7715891003608704,-0.4228082001209259,-0.8127968907356262,-0.43358156085014343,-0.39450350403785706,-0.5874894857406616,0.6126541495323181,0.47317585349082947,0.23786930739879608,-1.1053242683410645,0.15312901139259338,-0.2887539565563202,0.773133397102356,-0.1752425730228424,0.12176400423049927,-0.6365550756454468,0.051851678639650345,-0.1541176587343216,0.40322887897491455,0.3665940761566162,-0.14210942387580872,-0.24694010615348816,-0.4657222628593445,-0.48203226923942566,-1.0150738954544067,0.6440719962120056,-0.06070636212825775,0.06788545846939087,-0.6102378368377686,-0.46552854776382446,-0.07760565727949142,0.8677706122398376,0.2772383391857147,1.2963982820510864,0.09732336550951004,0.47091740369796753,-0.12571346759796143,0.44972649216651917,0.5217342376708984,-0.7121670842170715,0.5724548101425171,0.1762588918209076,-0.6688919067382812,1.0083398818969727,-0.04540100693702698,0.7071423530578613,-0.36815622448921204,-0.21685802936553955,-0.08824553340673447,2.1037588119506836,-0.10256888717412949,0.14663265645503998,0.5765171647071838,0.14512483775615692,0.18726879358291626,-0.26650264859199524,-2.6322455406188965,-0.429369181394577,-0.641933023929596,0.42132046818733215,-0.7537179589271545,0.35231149196624756,0.41806888580322266,-0.460509330034256,-0.35114815831184387,-0.2069881409406662,-0.2649103105068207,0.09141875803470612,-0.5638218522071838,-0.21000930666923523,-0.8224979639053345,0.45726722478866577,-0.06520602852106094,-0.5461908578872681,-0.009123848751187325,0.5253175497055054,0.22598448395729065,0.21625858545303345,0.012139737606048584,-0.828642725944519,0.1476343274116516,0.3704131841659546,0.1654207855463028,0.6696792244911194,-0.17834848165512085,-0.697218656539917,-0.23844709992408752,-0.08600030094385147,-0.20963042974472046,0.4256870746612549,0.11519698053598404,-0.4235914647579193,-1.0765459537506104,0.055183373391628265,1.6186679601669312,0.14305903017520905,-0.0558994822204113,0.5980958342552185,0.9846227765083313,0.15993084013462067,-0.2857353389263153,0.03151456266641617,-0.24413755536079407,0.3649580180644989,-0.6232941150665283,-0.32563361525535583,0.5428851842880249,-0.06073230132460594,-0.7543269991874695,0.4753948152065277,-0.700876772403717,0.5384712219238281,-0.1512565016746521,-0.2619360387325287,0.8966993689537048,-0.39934754371643066,0.2813107371330261,1.0904110670089722,-0.08341718465089798,-1.1220709085464478,0.40056073665618896,0.9131395220756531,0.296751469373703,-0.33736786246299744,0.4413583278656006,0.028033912181854248,-0.7891802787780762,0.22929070889949799,0.39460742473602295,1.1033169031143188,0.26389291882514954,-0.6995269060134888,-0.852914571762085,-0.10659302771091461,0.5023590922355652,-0.5155629515647888,0.45582911372184753,-0.5543095469474792,0.2901853919029236,0.4763062298297882,0.14613865315914154,1.4494431018829346,0.32329505681991577,0.5986982583999634,0.00578535720705986,0.2303406000137329,-0.6315738558769226,-0.8168812394142151,-0.0819321721792221,-0.42799675464630127,-0.6880933046340942,0.8288670778274536,-0.4344007074832916,-0.04807081073522568,0.3167911767959595,0.325780987739563,0.013874109834432602,0.06265600025653839,-0.3352988064289093,1.612284779548645,0.11467057466506958,-0.005366852506995201,0.45019298791885376,-0.3409506678581238,-0.32659968733787537,0.2009040266275406,0.5560346245765686,-0.2486775815486908,-0.4949343800544739,-0.00004170835018157959,0.3186085522174835,-0.7610717415809631,0.8917673826217651,0.8494257926940918,0.23173072934150696,0.4912373423576355,-0.4586845636367798,-0.5484505891799927,0.5836814641952515,0.2697063088417053,0.16966795921325684,-0.15007498860359192,-0.6113601326942444,-0.8026924729347229]},"workflow":{"author":"@@official.shinkai","description":"Summarizes pull requests for a coding project, focusing on the types of changes made. It involves creating a summary and a detailed list of main PRs, rewritten for clarity. The output includes a concise overview and specific examples of pull requests.","name":"Summarize_pull_requests","raw":"\n workflow Summarize_pull_requests v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at summarizing pull requests to a given coding project.\n\n# STEPS\n\n1. Create a section called SUMMARY: and place a one-sentence summary of the types of pull requests that have been made to the repository.\n\n2. Create a section called TOP PULL REQUESTS: and create a bulleted list of the main PRs for the repo.\n\nOUTPUT EXAMPLE:\n\nSUMMARY:\n\nMost PRs on this repo have to do with troubleshooting the app's dependencies, cleaning up documentation, and adding features to the client.\n\nTOP PULL REQUESTS:\n\n- Use Poetry to simplify the project's dependency management.\n- Add a section that explains how to use the app's secondary API.\n- A request to add AI Agent endpoints that use CrewAI.\n- Etc.\n\nEND EXAMPLE\n\n# OUTPUT INSTRUCTIONS\n\n- Rewrite the top pull request items to be a more human readable version of what was submitted, e.g., \\\"delete api key\\\" becomes \\\"Removes an API key from the repo.\\\"\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at summarizing pull requests to a given coding project.\n\n# STEPS\n\n1. Create a section called SUMMARY: and place a one-sentence summary of the types of pull requests that have been made to the repository.\n\n2. Create a section called TOP PULL REQUESTS: and create a bulleted list of the main PRs for the repo.\n\nOUTPUT EXAMPLE:\n\nSUMMARY:\n\nMost PRs on this repo have to do with troubleshooting the app's dependencies, cleaning up documentation, and adding features to the client.\n\nTOP PULL REQUESTS:\n\n- Use Poetry to simplify the project's dependency management.\n- Add a section that explains how to use the app's secondary API.\n- A request to add AI Agent endpoints that use CrewAI.\n- Etc.\n\nEND EXAMPLE\n\n# OUTPUT INSTRUCTIONS\n\n- Rewrite the top pull request items to be a more human readable version of what was submitted, e.g., \\\"delete api key\\\" becomes \\\"Removes an API key from the repo.\\\"\n- You only output human readable Markdown.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.8262224197387695,-0.2696419954299927,-0.2728399336338043,-0.07082730531692505,-0.2546679377555847,-0.049301646649837494,-0.5963405966758728,0.5560246109962463,0.1311183124780655,0.5149477124214172,-0.6322106719017029,1.174179196357727,0.038658369332551956,0.3462314307689667,0.588420569896698,-0.1740531027317047,0.14317339658737183,-0.49504584074020386,-1.6897287368774414,-0.06624099612236023,-0.43995875120162964,0.7224459052085876,0.8574250340461731,0.07629841566085815,0.04096793383359909,-0.20382244884967804,-0.20324745774269104,0.19611017405986786,-0.47334736585617065,-1.7283583879470825,0.3990800976753235,-0.13350695371627808,-0.576934814453125,-0.13227036595344543,0.5916654467582703,-0.44251540303230286,-0.49046120047569275,0.29944002628326416,-0.3939161002635956,-0.3296412527561188,0.4664795398712158,0.7315965890884399,-0.5164309144020081,0.308071494102478,0.5885533094406128,0.16313141584396362,-0.7863271236419678,0.38568323850631714,1.1634362936019897,0.10732948780059814,-0.7707971334457397,-0.40431374311447144,-0.7417507767677307,0.6473830938339233,0.29601141810417175,-0.5584577322006226,-0.32704591751098633,-1.027289867401123,0.00001755543053150177,0.14156527817249298,-0.36215561628341675,0.5154554843902588,-2.5223965644836426,0.10870049893856049,0.3969999849796295,0.30256178975105286,-0.0033419933170080185,-0.6020394563674927,-0.08577430248260498,0.1261339783668518,-0.45374441146850586,-0.022557081654667854,-0.5871766805648804,-0.28128090500831604,0.14709290862083435,-0.36209356784820557,0.19139248132705688,0.28792116045951843,0.5887904763221741,0.032983217388391495,0.20978964865207672,0.9634184837341309,0.3272010385990143,0.1444588303565979,-0.7400102019309998,0.2780287265777588,0.03801143914461136,-0.324493944644928,0.6410046219825745,0.6612116098403931,-0.2782610058784485,0.0020487606525421143,0.5230010151863098,0.20596948266029358,-0.7373892068862915,-0.07280071079730988,0.33737659454345703,0.1496177464723587,0.1759680211544037,3.5820260047912598,0.802170991897583,0.1146250069141388,0.961637020111084,-0.6764732003211975,0.8503777980804443,-0.21430903673171997,0.1340765655040741,-0.7856177091598511,0.1781521588563919,0.00658049713820219,0.3538028597831726,-0.6565578579902649,-0.13087373971939087,0.7792119979858398,1.4702229499816895,0.4022865891456604,-1.4984972476959229,-0.11746852099895477,-0.035603202879428864,0.8247833251953125,-0.5223485231399536,-0.4370391368865967,-0.23773346841335297,0.3362466096878052,0.31038179993629456,0.31469693779945374,0.18953241407871246,0.6627618670463562,0.2278347760438919,0.21789315342903137,-0.0814959928393364,-0.050846539437770844,-0.9689501523971558,0.43641963601112366,0.49785685539245605,-0.31248176097869873,0.030018635094165802,-0.795983076095581,0.16224981844425201,-0.5307908654212952,0.053374484181404114,-0.410102903842926,1.3245149850845337,-0.04187678545713425,0.6968997716903687,0.4001382291316986,-0.10231185704469681,-0.2016909122467041,-0.36286497116088867,-1.4073398113250732,-0.12338413298130035,0.23335620760917664,0.2770010530948639,0.2968040108680725,0.8021613955497742,-0.2571047246456146,-0.9445542097091675,0.07239872217178345,-0.9309630393981934,0.650796115398407,-0.3890126347541809,-0.3039187490940094,1.1033921241760254,0.3352581262588501,0.47845110297203064,-0.9488566517829895,0.2745714783668518,-0.42474299669265747,-0.23507079482078552,-0.010388878174126148,-0.013369828462600708,-0.5887188911437988,-0.02415066584944725,0.46292799711227417,0.034524209797382355,-0.5353485941886902,-0.3502488136291504,0.5557935237884521,0.45371031761169434,-0.12023165076971054,0.3267616331577301,1.0478042364120483,-0.47963976860046387,-0.5385295748710632,-0.21404148638248444,-0.09814265370368958,-0.1727515161037445,0.2738524377346039,0.709592878818512,-0.20957419276237488,-0.4864684045314789,0.9458355903625488,-0.6077604293823242,0.09843041002750397,0.09324205666780472,0.09980244934558868,0.16465473175048828,0.06890958547592163,-0.37187299132347107,-0.25716274976730347,-0.642056941986084,-0.14187589287757874,-0.5607125759124756,-0.1494404673576355,-0.2373085916042328,-0.36614659428596497,-0.12822109460830688,1.0555106401443481,-0.06611411273479462,-0.545895516872406,-0.7418349981307983,0.3500938415527344,0.960995614528656,-0.11549476534128189,0.8983715772628784,0.08291264623403549,0.24278803169727325,0.015900926664471626,0.4049292206764221,0.12778331339359283,0.36332839727401733,-0.06994666904211044,-0.6070255637168884,-0.7867156863212585,-0.7277765274047852,0.5093560218811035,-0.31318727135658264,-0.01630805991590023,-0.3666238784790039,-0.24174652993679047,0.35700723528862,0.01959621161222458,0.7091165781021118,0.26189830899238586,-0.21650362014770508,0.9999315738677979,0.21287882328033447,0.9616870880126953,-0.22252991795539856,-0.7878697514533997,0.2545703649520874,0.05024625360965729,-0.19438858330249786,0.47626549005508423,0.9400593638420105,0.02624620497226715,-0.8830334544181824,-0.08548104763031006,-0.232143834233284,1.4458448886871338,0.6982730031013489,0.6523674726486206,0.9859787225723267,0.5778794884681702,0.16655218601226807,0.19663138687610626,-1.701287031173706,-0.5781135559082031,-0.6356627345085144,-0.09302259981632233,-0.5466980338096619,-0.33151882886886597,-0.347394198179245,-0.45518919825553894,0.4145715832710266,-0.18167394399642944,-0.9717239141464233,0.19486069679260254,-0.6197680234909058,-0.1100645363330841,0.008775567635893822,0.32342642545700073,-0.07661426067352295,0.0825643464922905,0.38465043902397156,-0.2347523421049118,-0.363309770822525,-0.006421618163585663,-0.5521181225776672,-0.47024697065353394,-0.11763688176870346,-0.1095016747713089,-0.12719544768333435,0.2840433716773987,-0.4822690784931183,0.33345675468444824,0.3539029061794281,-0.7956849336624146,-0.31560003757476807,0.46757906675338745,-0.3241221308708191,-0.2844993770122528,0.11298716068267822,0.1169198527932167,1.4707180261611938,0.4127718210220337,0.7009984254837036,0.4334983229637146,0.6514373421669006,-0.4076363444328308,-0.5113512873649597,-0.18510687351226807,-0.11899182200431824,0.03454761952161789,-0.4798724055290222,-0.1555807739496231,0.4752398729324341,0.9220032691955566,-0.44807177782058716,0.7536782622337341,-0.7000775337219238,0.019682329148054123,0.09488049149513245,-0.17705810070037842,0.6518440842628479,0.1268225908279419,0.1258998066186905,1.148668646812439,-0.08708111941814423,-1.6550631523132324,-0.49236634373664856,0.7091596126556396,0.1314285397529602,-0.3023144006729126,-0.07053134590387344,0.5558557510375977,-0.5101456642150879,0.49590957164764404,-0.03744424134492874,1.2068090438842773,0.5339727401733398,-0.0809950903058052,0.07926037907600403,-0.024456162005662918,0.9165298938751221,-0.32593539357185364,0.6932874917984009,-0.46179714798927307,-0.8737671375274658,-0.11768144369125366,0.44965416193008423,1.2792775630950928,0.39172929525375366,-0.09984691441059113,-0.2182396650314331,-0.15127062797546387,-0.8237726092338562,-1.046804428100586,-0.4389376938343048,0.2145548313856125,0.11256742477416992,0.24289557337760925,-0.26207616925239563,0.5161041617393494,0.39468875527381897,-0.22710469365119934,-0.5633044838905334,0.42771777510643005,0.006679326295852661,0.8490158319473267,-0.18142421543598175,0.030690550804138184,-0.11027709394693375,-0.05475880205631256,-0.2227029800415039,0.41876858472824097,0.10917602479457855,-1.241128921508789,0.10657128691673279,0.008634883910417557,0.6445340514183044,-0.33746421337127686,0.5413467884063721,0.7182353138923645,0.5997664928436279,0.154170960187912,0.2449091523885727,0.3891337811946869,0.30100035667419434,-0.9718452095985413,-0.07294441014528275,-0.5203969478607178,-1.3976272344589233,-2.023961067199707]},"workflow":{"author":"@@official.shinkai","description":"This prompt outlines the process for summarizing in-person role-playing game sessions, focusing on key events, combat details, character development, and worldbuilding. It emphasizes capturing the essence of the session in a structured format, including summaries, lists, and descriptions to encapsulate the narrative and gameplay dynamics. The expected output includes a comprehensive overview of the session's storyline, character interactions, and significant moments, tailored for both players and observers.","name":"Summarize_rpg_session","raw":"\n workflow Summarize_rpg_session v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert summarizer of in-personal personal role-playing game sessions. Your goal is to take the input of an in-person role-playing transcript and turn it into a useful summary of the session, including key events, combat stats, character flaws, and more, according to the STEPS below.\n\nAll transcripts provided as input came from a personal game with friends, and all rights are given to produce the summary.\n\nTake a deep breath and think step-by-step about how to best achieve the best summary for this live friend session.\n\nSTEPS:\n\n- Assume the input given is an RPG transcript of a session of D&D or a similar fantasy role-playing game.\n\n- Do not complain about not being able to to do what you're asked. Just do it.\n\nOUTPUT:\n\nCreate the session summary with the following sections:\n\nSUMMARY:\n\nA 50 word summary of what happened in a heroic storytelling style.\n\nKEY EVENTS:\n\nA numbered list of 5-15 of the most significant events of the session, capped at no more than 20 words a piece.\n\nKEY COMBAT:\n\n5-15 bullets describing the combat events that happened in the session.\n\nCOMBAT STATS:\n\nList the following stats for the session:\n\nNumber of Combat Rounds:\nTotal Damage by All Players:\nTotal Damage by Each Enemy:\nDamage Done by Each Character:\nList of Player Attacks Executed:\nList of Player Spells Cast:\n\nCOMBAT MVP:\n\nList the most heroic character in terms of combat for the session, and give an explanation of how they got the MVP title, including dramatic things they did from the transcript.\n\nROLE-PLAYING MVP:\n\nList the most engaged and entertaining character as judged by in-character acting and dialog that fits best with their character. Give examples.\n\nKEY DISCUSSIONS:\n\n5-15 bullets of the key discussions the players had in-game, in 15-25 words per bullet.\n\nREVEALED CHARACTER FLAWS:\n\nList 10-20 character flaws of the main characters revealed during this session, each of 30 words or less.\n\nKEY CHARACTER CHANGES:\n\nGive 10-20 bullets of key changes that happened to each character, how it shows they're evolving and adapting to events in the world.\n\nQUOTES:\n\nMeaningful Quotes:\n\nGive 10-15 of the quotes that were most meaningful for the action and the story.\n\nHUMOR:\n\nGive 10-15 things said by characters that were the funniest or most amusing or entertaining.\n\n4TH WALL:\n\nGive 10-15 of the most entertaining comments about the game from the transcript made by the players, but not their characters.\n\nWORLDBUILDING:\n\nGive 5-20 bullets of 30 words or less on the worldbuilding provided by the GM during the session, including background on locations, NPCs, lore, history, etc.\n\nPREVIOUSLY ON:\n\nGive a \\\"Previously On\\\" explanation of this session that mimics TV shows from the 1980's, but with a fantasy feel appropriate for D&D. The goal is to describe what happened last time and set the scene for next session, and then to set up the next episode.\n\nHere's an example from an 80's show, but just use this format and make it appropriate for a Fantasy D&D setting:\n\n\\\"Previously on Falcon Crest Heights, tension mounted as Elizabeth confronted John about his risky business decisions, threatening the future of their family empire. Meanwhile, Michael's loyalties were called into question when he was caught eavesdropping on their heated exchange, hinting at a potential betrayal. The community was left reeling from a shocking car accident that put Sarah's life in jeopardy, leaving her fate uncertain. Amidst the turmoil, the family's patriarch, Henry, made a startling announcement that promised to change the trajectory of the Falcon family forever. Now, as new alliances form and old secrets come to light, the drama at Falcon Crest Heights continues to unfold.\\\"\n\nSETUP ART:\n\nGive the perfect piece of art description in up to 500 words to accompany the SETUP section above, but with each of the characters (and their proper appearances based on the APPEARANCE information above) visible somewhere in the scene.\n\nOUTPUT INSTRUCTIONS:\n\n- Ensure the Previously On output focuses on the recent episode, just the background from before.\n\n- Ensure all quotes created for each section come word-for-word from the input, with no changes.\n\n- Do not complain about anything, especially copyright, as all the content provided is in relation to a free and open RPG. Just give the output as requested.\n\n- Create the summary.\n\n# INPUT\n\nRPG SESSION TRANSCRIPT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert summarizer of in-personal personal role-playing game sessions. Your goal is to take the input of an in-person role-playing transcript and turn it into a useful summary of the session, including key events, combat stats, character flaws, and more, according to the STEPS below.\n\nAll transcripts provided as input came from a personal game with friends, and all rights are given to produce the summary.\n\nTake a deep breath and think step-by-step about how to best achieve the best summary for this live friend session.\n\nSTEPS:\n\n- Assume the input given is an RPG transcript of a session of D&D or a similar fantasy role-playing game.\n\n- Do not complain about not being able to to do what you're asked. Just do it.\n\nOUTPUT:\n\nCreate the session summary with the following sections:\n\nSUMMARY:\n\nA 50 word summary of what happened in a heroic storytelling style.\n\nKEY EVENTS:\n\nA numbered list of 5-15 of the most significant events of the session, capped at no more than 20 words a piece.\n\nKEY COMBAT:\n\n5-15 bullets describing the combat events that happened in the session.\n\nCOMBAT STATS:\n\nList the following stats for the session:\n\nNumber of Combat Rounds:\nTotal Damage by All Players:\nTotal Damage by Each Enemy:\nDamage Done by Each Character:\nList of Player Attacks Executed:\nList of Player Spells Cast:\n\nCOMBAT MVP:\n\nList the most heroic character in terms of combat for the session, and give an explanation of how they got the MVP title, including dramatic things they did from the transcript.\n\nROLE-PLAYING MVP:\n\nList the most engaged and entertaining character as judged by in-character acting and dialog that fits best with their character. Give examples.\n\nKEY DISCUSSIONS:\n\n5-15 bullets of the key discussions the players had in-game, in 15-25 words per bullet.\n\nREVEALED CHARACTER FLAWS:\n\nList 10-20 character flaws of the main characters revealed during this session, each of 30 words or less.\n\nKEY CHARACTER CHANGES:\n\nGive 10-20 bullets of key changes that happened to each character, how it shows they're evolving and adapting to events in the world.\n\nQUOTES:\n\nMeaningful Quotes:\n\nGive 10-15 of the quotes that were most meaningful for the action and the story.\n\nHUMOR:\n\nGive 10-15 things said by characters that were the funniest or most amusing or entertaining.\n\n4TH WALL:\n\nGive 10-15 of the most entertaining comments about the game from the transcript made by the players, but not their characters.\n\nWORLDBUILDING:\n\nGive 5-20 bullets of 30 words or less on the worldbuilding provided by the GM during the session, including background on locations, NPCs, lore, history, etc.\n\nPREVIOUSLY ON:\n\nGive a \\\"Previously On\\\" explanation of this session that mimics TV shows from the 1980's, but with a fantasy feel appropriate for D&D. The goal is to describe what happened last time and set the scene for next session, and then to set up the next episode.\n\nHere's an example from an 80's show, but just use this format and make it appropriate for a Fantasy D&D setting:\n\n\\\"Previously on Falcon Crest Heights, tension mounted as Elizabeth confronted John about his risky business decisions, threatening the future of their family empire. Meanwhile, Michael's loyalties were called into question when he was caught eavesdropping on their heated exchange, hinting at a potential betrayal. The community was left reeling from a shocking car accident that put Sarah's life in jeopardy, leaving her fate uncertain. Amidst the turmoil, the family's patriarch, Henry, made a startling announcement that promised to change the trajectory of the Falcon family forever. Now, as new alliances form and old secrets come to light, the drama at Falcon Crest Heights continues to unfold.\\\"\n\nSETUP ART:\n\nGive the perfect piece of art description in up to 500 words to accompany the SETUP section above, but with each of the characters (and their proper appearances based on the APPEARANCE information above) visible somewhere in the scene.\n\nOUTPUT INSTRUCTIONS:\n\n- Ensure the Previously On output focuses on the recent episode, just the background from before.\n\n- Ensure all quotes created for each section come word-for-word from the input, with no changes.\n\n- Do not complain about anything, especially copyright, as all the content provided is in relation to a free and open RPG. Just give the output as requested.\n\n- Create the summary.\n\n# INPUT\n\nRPG SESSION TRANSCRIPT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5569304823875427,0.023953072726726532,0.5742306113243103,0.24092277884483337,0.6150149703025818,0.04860517382621765,-1.1256561279296875,0.7322368025779724,0.007692188024520874,-0.18653139472007751,0.5027972459793091,0.7608937621116638,0.3858151137828827,-0.006680674850940704,0.18506775796413422,0.08293841034173965,-0.19678927958011627,-0.8382524847984314,-1.4158806800842285,-0.6030176281929016,-0.2338516116142273,0.8213669657707214,0.5738276243209839,0.16213653981685638,0.8032195568084717,-0.032602302730083466,-0.16429202258586884,-0.4300242066383362,-0.7485910654067993,-1.9457323551177979,0.5568544268608093,-0.18039166927337646,0.309609055519104,-0.06589367985725403,0.0416463203728199,-1.1688956022262573,0.4585718512535095,0.06614323705434799,-0.30079472064971924,-0.20619523525238037,0.02765497751533985,0.5070154070854187,-0.0359000638127327,0.2640352249145508,0.4723479449748993,-0.12353244423866272,-0.312183678150177,0.11080452799797058,0.402683824300766,-0.13158388435840607,-0.4696056544780731,-0.5707643628120422,-0.21563179790973663,0.8130245208740234,-0.1833752691745758,-0.3408535122871399,-0.35494479537010193,-0.8546206951141357,0.4346582293510437,-0.2725990116596222,0.08549366146326065,-0.13732337951660156,-3.465977668762207,0.19599902629852295,0.38957297801971436,0.5198266506195068,0.31613266468048096,-0.3767301142215729,-0.7593806385993958,0.29511499404907227,-0.4846537709236145,0.320454478263855,-0.07780970633029938,0.2799413800239563,0.0025924555957317352,-0.24695360660552979,0.502621591091156,-0.23503857851028442,0.24789635837078094,-0.38337209820747375,-0.4136624336242676,0.4205835163593292,0.07996926456689835,0.012058256193995476,-0.9866682887077332,0.39062774181365967,-0.4464769661426544,-0.6700881123542786,0.18294012546539307,0.14701908826828003,-0.3302413523197174,-0.5680685639381409,-0.11572594195604324,0.5856004953384399,-0.363837867975235,-0.3732337951660156,0.09565234184265137,0.12433424592018127,-0.07816009968519211,3.389340877532959,0.9219489097595215,-0.04274488985538483,0.7504957914352417,-0.9734816551208496,0.15560372173786163,-0.3466348946094513,0.1874140053987503,0.0927349254488945,0.013311515562236309,0.19055792689323425,0.7617349028587341,-0.9554216861724854,-0.5333309173583984,0.16273143887519836,0.5952709317207336,0.7844824194908142,-0.508186936378479,0.3525840640068054,0.2540590167045593,0.20308594405651093,-0.22810524702072144,0.05147706717252731,-0.008467117324471474,0.06678161025047302,-0.05185890197753906,0.5826910734176636,-0.13072086870670319,0.31562212109565735,0.5385990738868713,-0.20654138922691345,0.23109102249145508,-0.36581167578697205,-0.7557370066642761,0.5048801302909851,-0.32759806513786316,0.029810424894094467,0.39013010263442993,-1.0939269065856934,0.22263741493225098,-1.2351800203323364,-0.04262015223503113,-1.4702883958816528,0.00468859076499939,0.4959070384502411,0.15754809975624084,0.3425479829311371,0.409552663564682,-0.13531357049942017,-0.37429267168045044,-0.7223936319351196,0.284029096364975,0.8180333375930786,-0.18290191888809204,-0.5635965466499329,0.748309850692749,-0.3317548632621765,-0.681659996509552,0.5992369651794434,-0.2661362886428833,0.7941805124282837,-0.26022374629974365,-0.2276155650615692,0.736661970615387,-0.2175462692975998,0.2980955243110657,-0.9200571775436401,0.34316688776016235,-0.6770079135894775,-0.07466992735862732,0.5735366344451904,-0.013257741928100586,-0.5642205476760864,0.36271029710769653,0.5258896350860596,-0.044897641986608505,-0.24274736642837524,0.4092460572719574,-0.12920022010803223,-0.10366114974021912,-0.46361908316612244,0.6473357081413269,0.23553884029388428,-0.16880355775356293,-0.35879501700401306,-0.21684974431991577,0.44920802116394043,0.3789002001285553,0.5009811520576477,1.3206697702407837,1.3429722785949707,-0.3629542589187622,1.402936339378357,-0.5108043551445007,-0.3293170928955078,-0.43021145462989807,0.39928489923477173,-0.5441266298294067,-0.37769049406051636,0.8961884379386902,0.3198976218700409,-0.0972333624958992,-0.41747215390205383,-0.4566545784473419,-0.3104477524757385,-0.8912036418914795,-0.8152005672454834,-0.15790948271751404,0.6819069385528564,0.35798901319503784,-0.8959577679634094,0.13777165114879608,-0.27519169449806213,0.9168137907981873,0.4266970753669739,0.22680296003818512,-0.2439662367105484,0.12880653142929077,0.19570735096931458,0.3927721083164215,0.22912386059761047,0.019163355231285095,-0.01577053964138031,-0.35277771949768066,-0.6283332109451294,-0.5072916150093079,0.5475762486457825,-0.12848308682441711,0.23493535816669464,-0.4308322072029114,-0.3655405640602112,-0.1651403307914734,1.1199232339859009,0.7138077616691589,0.6860567927360535,0.30000969767570496,0.257221519947052,-0.11377931386232376,0.6124026775360107,-0.030975796282291412,-0.522325873374939,0.5121334195137024,0.038057051599025726,-0.09690336883068085,0.4416162967681885,0.6065641641616821,0.5358909368515015,-1.1463327407836914,0.5172049403190613,0.13287004828453064,1.673841953277588,0.16684922575950623,0.2577953636646271,0.2083224058151245,0.5521685481071472,0.5131160020828247,0.3184393346309662,-1.3186180591583252,-0.29015690088272095,-0.7586621642112732,0.782968282699585,-0.6920493841171265,0.1382710039615631,0.49880480766296387,0.5799891948699951,-0.45945245027542114,-0.6067208647727966,-0.2543569505214691,-0.27372658252716064,-0.4676465094089508,0.13575738668441772,-0.49405649304389954,0.07979164272546768,0.0985630601644516,-0.4351707696914673,0.09514226764440536,-0.03198879212141037,-0.0421132817864418,0.07532940804958344,-0.3858242630958557,-0.6354605555534363,0.44381704926490784,-0.01177203468978405,-0.15344110131263733,0.21881017088890076,-0.8474543690681458,-0.22283603250980377,0.08884948492050171,-0.5568591952323914,0.32776668667793274,0.7092658877372742,-0.08219120651483536,-0.7116729021072388,-0.4013799726963043,0.2816575765609741,1.9234685897827148,0.197622150182724,-0.1252860277891159,0.5435600280761719,0.47256046533584595,-0.44380974769592285,-0.8058183789253235,0.03808274120092392,-0.38889652490615845,-0.24094197154045105,-0.35173195600509644,-0.23013639450073242,0.6970738768577576,0.5705091953277588,-0.1302279531955719,0.6960209608078003,-0.9511659741401672,-0.2579403519630432,0.158881276845932,-0.38843655586242676,0.9289225935935974,-0.8484091758728027,0.27402979135513306,0.5403941869735718,-0.31646931171417236,-1.2412264347076416,-0.35609087347984314,0.7555385828018188,0.40014520287513733,0.024741411209106445,0.3538583815097809,1.2502237558364868,-0.11729494482278824,-0.1758638173341751,-0.15306776762008667,1.6662579774856567,0.6405630111694336,-0.16716912388801575,-0.9827379584312439,-0.3871079087257385,0.6606321334838867,-0.11200308054685593,-0.03208440542221069,-0.31325918436050415,-0.674049973487854,-0.09045259654521942,0.692302405834198,1.177060842514038,0.05162149295210838,0.4090820252895355,0.06382456421852112,-0.42348551750183105,-0.31995689868927,-1.288822889328003,-0.16818195581436157,0.07255503535270691,-0.520687460899353,0.5587554574012756,-0.11125175654888153,0.5410572290420532,0.8552009463310242,0.623752772808075,-0.25424984097480774,0.21723926067352295,-0.31751924753189087,1.9662818908691406,-0.15738986432552338,0.029971711337566376,-0.16867239773273468,-0.2067752480506897,0.08210475742816925,0.5762196779251099,0.09983406960964203,-0.41759243607521057,-0.4707757830619812,0.1173596903681755,0.41284534335136414,-0.9454565644264221,0.8168518543243408,0.22455976903438568,0.28173303604125977,-0.3632678985595703,0.38976627588272095,0.15824250876903534,-0.15594589710235596,-0.2600996792316437,-0.1613049954175949,-0.5873340368270874,-0.38535401225090027,-1.121748685836792]},"workflow":{"author":"@@official.shinkai","description":"Summarizes content into a structured Markdown format, focusing on brevity and clarity. It extracts and lists the most crucial points and takeaways. The output includes a one-sentence summary, main points, and key takeaways, adhering to specified word limits.","name":"Summarize","raw":"\n workflow Summarize v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 10 most important points of the content as a list with no more than 15 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 5 best takeaways from the content in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert content summarizer. You take content in and output a Markdown formatted summary using the format below.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following steps.\n\n# OUTPUT SECTIONS\n\n- Combine all of your understanding of the content into a single, 20-word sentence in a section called ONE SENTENCE SUMMARY:.\n\n- Output the 10 most important points of the content as a list with no more than 15 words per point into a section called MAIN POINTS:.\n\n- Output a list of the 5 best takeaways from the content in a section called TAKEAWAYS:.\n\n# OUTPUT INSTRUCTIONS\n\n- Create the output using the formatting above.\n- You only output human readable Markdown.\n- Output numbered lists, not bullets.\n- Do not output warnings or notes—just the requested sections.\n- Do not repeat items in the output sections.\n- Do not start items with the same opening words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.2557823657989502,0.23507462441921234,-0.8903627395629883,-0.3160223066806793,0.12428747117519379,0.7274232506752014,-0.8540115356445312,-0.09741020202636719,0.28523778915405273,0.15933717787265778,0.0043460913002491,0.527153730392456,-0.14272256195545197,-0.14874888956546783,0.48700007796287537,-0.6260783672332764,-0.18955107033252716,-0.1139502227306366,-1.45021653175354,0.16805914044380188,0.4686010181903839,0.3066675066947937,-0.11710848659276962,-0.11893332004547119,-0.001253381371498108,-0.10006018728017807,0.27903038263320923,-0.16494986414909363,-0.6846100687980652,-1.0357729196548462,-0.12016841024160385,0.2957456707954407,-0.3025669753551483,0.11518371105194092,0.7682711482048035,0.03752510994672775,0.23891369998455048,0.08147882670164108,-0.3201741576194763,0.019685953855514526,0.32520610094070435,-0.2552943229675293,0.32781147956848145,-0.1642773449420929,0.4859093725681305,0.5489033460617065,0.12964516878128052,-0.6632415056228638,0.8191850781440735,0.34185969829559326,-0.23631519079208374,-0.15024729073047638,0.06882548332214355,0.24141019582748413,-0.4492015838623047,0.24037006497383118,-0.188995361328125,-0.6498318314552307,0.3545403778553009,0.07554414868354797,-0.16432702541351318,0.34085071086883545,-2.917184591293335,0.23802565038204193,-0.6280826926231384,-0.307507187128067,0.7690310478210449,-0.13536176085472107,0.34153732657432556,-0.4355313181877136,-0.08952662348747253,0.5505989789962769,0.4060911536216736,0.400255411863327,0.4263908565044403,0.029014937579631805,0.042945340275764465,-0.27624282240867615,0.3071368634700775,-0.4643968343734741,0.20521856844425201,-0.5744112730026245,-0.14422963559627533,-0.5914294123649597,-0.37350183725357056,0.5127973556518555,-0.45234695076942444,-0.11468783020973206,0.23462973535060883,-0.34446263313293457,0.094557985663414,-0.3833882808685303,-0.15405483543872833,-0.24842000007629395,-0.4229933023452759,0.16391828656196594,-0.09946620464324951,0.43704885244369507,0.21747693419456482,3.244677782058716,0.1909540891647339,-0.06824855506420135,0.6579087972640991,-1.2512876987457275,0.7976105213165283,-0.1784583181142807,-0.22884106636047363,-1.0057766437530518,0.42246007919311523,0.24994635581970215,0.38331836462020874,-0.38927948474884033,-1.167367935180664,0.2510729730129242,-0.13434888422489166,0.05810660123825073,-0.044104814529418945,0.5228950381278992,0.17779603600502014,0.748654305934906,-0.04017096757888794,0.5123070478439331,-0.2729305922985077,0.25539490580558777,0.1551317572593689,-0.011895328760147095,-0.2882189452648163,0.5365942120552063,-0.17261813580989838,0.6389088034629822,-0.07193642109632492,0.48404744267463684,-0.2217208296060562,-1.0861464738845825,-0.019801415503025055,0.08467105031013489,0.18840482831001282,-0.9718742966651917,0.4220975637435913,-0.13348716497421265,0.9269007444381714,-1.170806884765625,0.724970817565918,0.2772924304008484,0.5970446467399597,0.2516111731529236,0.1293405443429947,0.038172610104084015,-0.715398907661438,-0.317450612783432,0.23363357782363892,-0.34683459997177124,-0.33368435502052307,-0.2136688083410263,0.19893938302993774,-0.24968352913856506,0.3497456908226013,-0.2616124749183655,-0.7592952847480774,0.48137861490249634,-0.709945559501648,0.1278994381427765,0.004632815718650818,0.5313590168952942,0.3669617772102356,0.07160022854804993,-0.07614699006080627,0.334898442029953,0.17272606492042542,0.016919896006584167,0.1373656690120697,0.12155994027853012,-0.34252694249153137,0.34115317463874817,0.3192850947380066,-0.5433675646781921,0.12335918843746185,-0.09494199603796005,0.24770869314670563,-0.30160510540008545,0.04974532127380371,0.3557438254356384,-0.24574890732765198,-0.7107078433036804,-0.1760604828596115,0.6706754565238953,-0.5059930682182312,-0.09593036025762558,1.2722458839416504,0.7885127067565918,-0.5854904055595398,1.3317410945892334,-0.20226942002773285,0.478554904460907,0.05147460848093033,0.020779386162757874,0.04484643042087555,-0.29501044750213623,0.5850698351860046,-0.16747525334358215,-0.8842744827270508,-0.16873575747013092,-0.17171765863895416,0.5327571034431458,-0.4446157217025757,0.09875929355621338,-0.6670504808425903,0.5171034932136536,-0.461823046207428,-1.025436282157898,0.024854913353919983,-0.3421117961406708,1.427701473236084,0.36687374114990234,0.8506582975387573,0.816810667514801,0.38061952590942383,-0.6702936291694641,0.41384169459342957,0.3617643415927887,0.1397303342819214,0.26662182807922363,0.14173227548599243,-0.9496293663978577,-0.39688703417778015,0.7798178791999817,-0.8218806982040405,0.6660338044166565,0.08386215567588806,-0.4537750482559204,0.5780380368232727,1.5747959613800049,0.8790308237075806,1.1722017526626587,0.24835261702537537,-0.033835746347904205,-0.5611876249313354,0.34580084681510925,-0.03785773366689682,-0.7915895581245422,0.8803573846817017,0.6681290864944458,-0.09416764229536057,0.06472407281398773,-0.008358389139175415,-0.26698005199432373,-0.5041897296905518,-0.6951109766960144,0.25917020440101624,1.321662187576294,0.5256175994873047,0.19966506958007812,-0.3222397267818451,-0.09678351879119873,0.26385200023651123,-0.07987608760595322,-1.8722052574157715,-0.3610205352306366,-0.9453799724578857,0.8736397624015808,-0.2620845437049866,-0.42437222599983215,0.6901450157165527,0.4981548488140106,0.5329993963241577,-0.7258479595184326,-0.377453088760376,-0.5574142932891846,-0.5744220018386841,-0.2495391070842743,-0.264050155878067,0.595530092716217,-0.8110350370407104,-0.14795568585395813,-0.04291113466024399,-0.3350919783115387,0.20640823245048523,0.739858090877533,-0.18350020051002502,0.18272128701210022,0.28081652522087097,-0.3027333617210388,0.2887461483478546,-0.45823973417282104,-0.9697325229644775,-0.5060514807701111,-0.5894280672073364,-0.4866518974304199,0.2831491231918335,0.8394370675086975,0.4155670404434204,-1.074521780014038,0.11635033786296844,0.25633513927459717,2.034925699234009,0.5137262940406799,-0.19161207973957062,1.0052080154418945,0.28600117564201355,-0.08093678951263428,-1.4004135131835938,0.6085172295570374,-0.2622333765029907,-0.010702088475227356,-0.19267581403255463,-0.6508597135543823,-0.21448780596256256,0.11062335968017578,-0.3675108850002289,0.07600624859333038,-0.004527457058429718,0.10510401427745819,0.2662857472896576,0.2134864181280136,0.9942790865898132,0.2568248212337494,1.2123231887817383,0.8885400295257568,-0.8182145953178406,-2.149909734725952,-0.2597113251686096,0.7183010578155518,0.3993310332298279,-0.04520970582962036,-0.18104995787143707,1.0383752584457397,-0.46238693594932556,-0.21810325980186462,-0.27088168263435364,1.2311735153198242,0.45637989044189453,-0.17309963703155518,0.08705668151378632,-0.27512627840042114,0.12410800904035568,0.04428219422698021,0.7397898435592651,-0.25359562039375305,-0.9172789454460144,-0.8262149095535278,-0.14215444028377533,1.0709073543548584,0.6399809122085571,0.16987726092338562,-0.15748050808906555,-0.35569319128990173,-0.5245277285575867,-0.7000061273574829,-0.08973327279090881,-0.17530232667922974,-0.5421341061592102,0.7209501266479492,0.0415649339556694,0.2914379835128784,0.2889126241207123,0.3901708424091339,-0.9008341431617737,0.1465531289577484,-0.6619886755943298,2.138688087463379,-0.15712431073188782,-0.9722397923469543,-0.23231995105743408,0.42050671577453613,-0.46990230679512024,-0.39337462186813354,0.32419338822364807,-0.8566361665725708,0.29858851432800293,-0.10264629870653152,0.028972383588552475,-0.421653687953949,0.08830045908689499,0.414327472448349,0.40329399704933167,-0.8205572366714478,0.3116263747215271,0.35605669021606445,0.223002091050148,0.4507058262825012,0.8205314874649048,-0.10598021745681763,-0.1492842584848404,-1.2149087190628052]},"workflow":{"author":"@@official.shinkai","description":"Creates Anki cards from texts following specific principles to ensure simplicity, optimized wording, and no reliance on external context. This approach aims to enhance learning efficiency and comprehension without requiring prior knowledge of the text. The expected output is a set of questions and answers formatted as a CSV table.","name":"To_flashcards","raw":"\n workflow To_flashcards v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are a professional Anki card creator, able to create Anki cards from texts.\n\n\n# INSTRUCTIONS\n\nWhen creating Anki cards, stick to three principles: \n\n1. Minimum information principle. The material you learn must be formulated in as simple way as it is only possible. Simplicity does not have to imply losing information and skipping the difficult part.\n\n2. Optimize wording: The wording of your items must be optimized to make sure that in minimum time the right bulb in your brain lights \nup. This will reduce error rates, increase specificity, reduce response time, and help your concentration. \n\n3. No external context: The wording of your items must not include words such as \\\"according to the text\\\". This will make the cards \nusable even to those who haven't read the original text.\n\n\n# EXAMPLE\n\nThe following is a model card-create template for you to study.\n\nText: The characteristics of the Dead Sea: Salt lake located on the border between Israel and Jordan. Its shoreline is the lowest point on the Earth's surface, averaging 396 m below sea level. It is 74 km long. It is seven times as salty (30% by volume) as the ocean. Its density keeps swimmers afloat. Only simple organisms can live in its saline waters\n\nCreate cards based on the above text as follows:\n\nQ: Where is the Dead Sea located?
A: on the border between Israel and Jordan \nQ: What is the lowest point on the Earth's surface?
A: The Dead Sea shoreline \nQ: What is the average level on which the Dead Sea is located?
A: 400 meters (below sea level) \nQ: How long is the Dead Sea?
A: 70 km \nQ: How much saltier is the Dead Sea as compared with the oceans?
A: 7 times \nQ: What is the volume content of salt in the Dead Sea?
A: 30% \nQ: Why can the Dead Sea keep swimmers afloat?
A: due to high salt content \nQ: Why is the Dead Sea called Dead?
A: because only simple organisms can live in it \nQ: Why only simple organisms can live in the Dead Sea?
A: because of high salt content\n\n# STEPS\n\n- Extract main points from the text\n\n- Formulate questions according to the above rules and examples\n\n- Present questions and answers in the form of a Markdown table\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output the cards you create as a CSV table. Put the question in the first column, and the answer in the second. Don't include the CSV \nheader.\n\n- Do not output warnings or notes—just the requested sections.\n\n- Do not output backticks: just raw CSV data.\n\n# INPUT:\n\nINPUT: \n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are a professional Anki card creator, able to create Anki cards from texts.\n\n\n# INSTRUCTIONS\n\nWhen creating Anki cards, stick to three principles: \n\n1. Minimum information principle. The material you learn must be formulated in as simple way as it is only possible. Simplicity does not have to imply losing information and skipping the difficult part.\n\n2. Optimize wording: The wording of your items must be optimized to make sure that in minimum time the right bulb in your brain lights \nup. This will reduce error rates, increase specificity, reduce response time, and help your concentration. \n\n3. No external context: The wording of your items must not include words such as \\\"according to the text\\\". This will make the cards \nusable even to those who haven't read the original text.\n\n\n# EXAMPLE\n\nThe following is a model card-create template for you to study.\n\nText: The characteristics of the Dead Sea: Salt lake located on the border between Israel and Jordan. Its shoreline is the lowest point on the Earth's surface, averaging 396 m below sea level. It is 74 km long. It is seven times as salty (30% by volume) as the ocean. Its density keeps swimmers afloat. Only simple organisms can live in its saline waters\n\nCreate cards based on the above text as follows:\n\nQ: Where is the Dead Sea located?
A: on the border between Israel and Jordan \nQ: What is the lowest point on the Earth's surface?
A: The Dead Sea shoreline \nQ: What is the average level on which the Dead Sea is located?
A: 400 meters (below sea level) \nQ: How long is the Dead Sea?
A: 70 km \nQ: How much saltier is the Dead Sea as compared with the oceans?
A: 7 times \nQ: What is the volume content of salt in the Dead Sea?
A: 30% \nQ: Why can the Dead Sea keep swimmers afloat?
A: due to high salt content \nQ: Why is the Dead Sea called Dead?
A: because only simple organisms can live in it \nQ: Why only simple organisms can live in the Dead Sea?
A: because of high salt content\n\n# STEPS\n\n- Extract main points from the text\n\n- Formulate questions according to the above rules and examples\n\n- Present questions and answers in the form of a Markdown table\n\n\n# OUTPUT INSTRUCTIONS\n\n- Output the cards you create as a CSV table. Put the question in the first column, and the answer in the second. Don't include the CSV \nheader.\n\n- Do not output warnings or notes—just the requested sections.\n\n- Do not output backticks: just raw CSV data.\n\n# INPUT:\n\nINPUT: \n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.5194409489631653,0.17043958604335785,0.4614848494529724,-0.4091491401195526,0.14576034247875214,0.15850378572940826,-1.23483407497406,0.6266988515853882,0.38850557804107666,0.07088529318571091,0.08430038392543793,0.32081475853919983,-0.13633260130882263,-0.22544065117835999,0.26681065559387207,-0.16145460307598114,0.9643698334693909,-0.7166105508804321,-1.9549860954284668,-0.13467666506767273,-0.28986218571662903,1.1499778032302856,0.6633011698722839,-0.34435921907424927,-0.03081246092915535,-0.5726760625839233,-0.0600094348192215,-0.2694578170776367,-0.23740075528621674,-1.5267233848571777,0.5876627564430237,0.48878929018974304,-0.6149743795394897,0.03934359550476074,0.6587482690811157,-0.46480485796928406,0.2859147787094116,0.2998155951499939,-0.0699314996600151,0.4517691731452942,0.020720211789011955,0.26956573128700256,-0.7730698585510254,0.31404295563697815,0.062172435224056244,-0.7355658411979675,-0.10577382892370224,-0.47443822026252747,-0.08377588540315628,0.3627769351005554,0.18625782430171967,-0.6073906421661377,0.5890215039253235,0.7800568342208862,-0.523201584815979,-0.0722394585609436,-0.561100423336029,-0.8222102522850037,0.12037262320518494,-0.017412956804037094,0.06674713641405106,0.5975015163421631,-2.6546645164489746,0.046380382031202316,-0.3008696138858795,-0.2944248616695404,0.6663318276405334,-0.5995141267776489,0.17248371243476868,-0.17417116463184357,0.11849258840084076,0.6266953945159912,-0.46566450595855713,0.05192798748612404,0.36389052867889404,0.04056472331285477,0.3144419193267822,-0.5510686635971069,0.2678911089897156,0.35270577669143677,0.09046383202075958,0.2842620015144348,-0.10043809562921524,0.4082467257976532,0.1515510380268097,0.6337658166885376,0.11647627502679825,-0.33667558431625366,0.3452790379524231,0.031698551028966904,-0.6935392022132874,-0.4907324016094208,-0.027977606281638145,0.2956232726573944,-0.35347098112106323,-0.5269530415534973,0.02883857861161232,1.0845119953155518,0.2607468366622925,2.9587550163269043,0.6681385636329651,-0.12144008278846741,1.1174626350402832,-1.27056086063385,-0.07223876565694809,-0.8784528374671936,-0.3378324806690216,0.2982434332370758,0.23440247774124146,-0.6486165523529053,0.8072951436042786,-0.5244446992874146,-1.0972673892974854,0.3705092668533325,0.8182523250579834,0.3855408728122711,-0.29093217849731445,0.36403051018714905,0.09151676297187805,0.12645603716373444,-0.2599908113479614,0.10382193326950073,-1.0899174213409424,-0.7419812083244324,0.20475925505161285,0.25168123841285706,-0.6936782002449036,0.06197052821516991,0.2334970086812973,-0.2763064503669739,0.15439999103546143,-0.2598622441291809,-0.2968701124191284,-0.20200255513191223,0.07995440065860748,0.1454857736825943,-0.3608449697494507,-1.1261804103851318,-0.19257041811943054,-0.5429894328117371,0.42659103870391846,-1.3708871603012085,0.27999794483184814,0.07152654975652695,0.46728023886680603,0.22146758437156677,-0.10010048002004623,0.03286081552505493,0.04568279907107353,-0.5525119304656982,0.452018141746521,0.05734802782535553,-0.12148145586252213,-0.15311405062675476,0.8183740377426147,0.44251224398612976,-0.30147284269332886,0.2977297008037567,-0.6872549057006836,0.34390294551849365,-0.0438503660261631,-0.7432730197906494,0.7856319546699524,-0.4887281656265259,-0.3676696717739105,0.14531615376472473,0.3769805431365967,-0.4004041254520416,-0.02193591743707657,0.13713060319423676,0.782446026802063,-0.4029386043548584,0.23548565804958344,0.15174606442451477,0.04785758629441261,-0.2637714743614197,-0.39733341336250305,0.0907612219452858,0.1946392059326172,-0.6780604124069214,1.1143029928207397,0.5929334163665771,-0.47502365708351135,-0.1420811414718628,-0.047959230840206146,-0.16222311556339264,-0.35247883200645447,-0.7910942435264587,1.680203914642334,1.0402607917785645,-0.05251733213663101,0.750989556312561,-0.054338350892066956,-0.39143067598342896,-0.04206304997205734,0.417436420917511,-0.36282408237457275,0.24566547572612762,0.8758566975593567,-0.37545180320739746,-0.5980197191238403,-0.704044759273529,-0.37720534205436707,-0.2030794322490692,-1.4065282344818115,-0.0692085474729538,0.5825261473655701,0.02117924578487873,0.07983441650867462,-0.31231799721717834,-0.4154612123966217,-0.1851387321949005,1.2953855991363525,0.4299900233745575,0.6162439584732056,0.4986119866371155,0.4109232723712921,-0.1596032679080963,0.2052050232887268,0.438069224357605,-0.5267311930656433,0.49844563007354736,-0.6318378448486328,-0.6744666695594788,0.21145354211330414,0.605177640914917,-0.36103925108909607,0.5913947224617004,-0.976981520652771,-0.9264575839042664,-0.38428738713264465,1.304006814956665,0.1481589376926422,1.212864875793457,0.6094246506690979,0.3446505069732666,-0.28592172265052795,0.7056925296783447,0.595553994178772,-0.6890140175819397,0.5304157137870789,-0.05335207283496857,-0.10918106138706207,-0.22129318118095398,0.2721930742263794,0.3430324196815491,-0.13750675320625305,0.013068020343780518,0.4147302210330963,1.2338602542877197,0.575835108757019,0.6161322593688965,0.6709564924240112,0.3913472294807434,0.12581034004688263,-0.31170693039894104,-1.3804197311401367,0.3068172335624695,-0.2981495261192322,0.4851689040660858,0.17010074853897095,-0.61183100938797,0.5403092503547668,-0.5549899339675903,-0.18191099166870117,0.09338505566120148,-1.347723364830017,-0.5108537673950195,-0.20032505691051483,-0.27586954832077026,-0.27174657583236694,0.7561275959014893,-0.6176797747612,-0.7540980577468872,0.5633389949798584,0.30680134892463684,-0.44067516922950745,-0.2501746416091919,-0.4805631935596466,-0.8601744174957275,-0.15034815669059753,0.2566443085670471,-0.01757144182920456,-0.07973435521125793,-0.1692715585231781,-0.3735012412071228,0.11532123386859894,-0.5573596954345703,0.4594249725341797,0.259294331073761,0.03171668201684952,-0.6416589617729187,0.0927431732416153,0.7772319912910461,1.655334234237671,0.45968687534332275,0.06506048887968063,0.05847577750682831,0.09434820711612701,-0.26898956298828125,-0.06858795136213303,1.0146256685256958,0.38500702381134033,-0.08009125292301178,-0.7021394968032837,-0.7389867901802063,-0.7682818174362183,-0.5738515853881836,-0.14953458309173584,-0.38870418071746826,-0.17604291439056396,0.35444730520248413,0.353370726108551,0.06963442265987396,0.6607531309127808,-0.5512529611587524,0.30536356568336487,1.053044319152832,-0.030765457078814507,-1.9796407222747803,0.20079974830150604,0.57084721326828,0.4672016501426697,0.2722287178039551,-0.10290451347827911,0.7850382328033447,0.12204734236001968,-0.1728152185678482,-0.3819516897201538,1.8386874198913574,0.7583232522010803,-0.14958950877189636,0.10368038713932037,0.523255467414856,0.695366382598877,0.6196262240409851,0.10542859882116318,-0.10475318878889084,-1.266756296157837,-0.39890602231025696,-0.03644263744354248,1.6059224605560303,0.7484375238418579,0.2186651974916458,0.2784558832645416,-0.4736378788948059,-0.9794686436653137,-1.0621438026428223,-0.016020067036151886,0.3070894479751587,-1.0980608463287354,0.08259465545415878,-0.4693595767021179,0.1568128764629364,-0.42312517762184143,0.6444482207298279,-0.22431319952011108,-0.2728959321975708,-0.38995254039764404,2.0736708641052246,0.13354848325252533,-0.7597348093986511,0.028922230005264282,0.2454882711172104,-0.16163085401058197,0.15776650607585907,0.964911937713623,-0.9260250329971313,-0.3365616798400879,0.6643534302711487,0.408672571182251,-0.47812581062316895,0.1327284574508667,0.17882077395915985,0.48610827326774597,-0.08629153668880463,0.3872450590133667,0.7358777523040771,-0.4226118326187134,0.3699001669883728,0.41405558586120605,-0.056829262524843216,-0.5397713780403137,-1.0277091264724731]},"workflow":{"author":"@@official.shinkai","description":"Guides users on crafting engaging tweets with emojis, focusing on Twitter's basics and content creation strategies. It emphasizes understanding Twitter, identifying the target audience, and using emojis effectively. The expected output is a comprehensive guide for creating appealing tweets with emojis.","name":"Tweet","raw":"\n workflow Tweet v0.1 {\n step Main {\n $SYSTEM = \"\nTitle: A Comprehensive Guide to Crafting Engaging Tweets with Emojis\n\nIntroduction\n\nTweets are short messages, limited to 280 characters, that can be shared on the social media platform Twitter. Tweeting is a great way to share your thoughts, engage with others, and build your online presence. If you're new to Twitter and want to start creating your own tweets with emojis, this guide will walk you through the process, from understanding the basics of Twitter to crafting engaging content with emojis.\n\nUnderstanding Twitter and its purpose\nBefore you start tweeting, it's essential to understand the platform and its purpose. Twitter is a microblogging and social networking service where users can post and interact with messages known as \\\"tweets.\\\" It's a platform that allows you to share your thoughts, opinions, and updates with a global audience.\n\nCreating a Twitter account\nTo start tweeting, you'll need to create a Twitter account. Visit the Twitter website or download the mobile app and follow the on-screen instructions to sign up. You'll need to provide some basic information, such as your name, email address, and a password.\n\nFamiliarizing yourself with Twitter's features\nOnce you've created your account, take some time to explore Twitter's features. Some key features include:\n\nHome timeline: This is where you'll see tweets from people you follow.\nNotifications: This section will show you interactions with your tweets, such as likes, retweets, and new followers.\nMentions: Here, you'll find tweets that mention your username.\nDirect messages (DMs): Use this feature to send private messages to other users.\nLikes: You can \\\"like\\\" tweets by clicking the heart icon.\nRetweets: If you want to share someone else's tweet with your followers, you can retweet it.\nHashtags: Hashtags (#) are used to categorize and search for tweets on specific topics.\nTrending topics: This section shows popular topics and hashtags that are currently being discussed on Twitter.\nIdentifying your target audience and purpose\nBefore you start tweeting, think about who you want to reach and what you want to achieve with your tweets. Are you looking to share your personal thoughts, promote your business, or engage with a specific community? Identifying your target audience and purpose will help you create more focused and effective tweets.\n\nCrafting engaging content with emojis\nNow that you understand the basics of Twitter and have identified your target audience, it's time to start creating your own tweets with emojis. Here are some tips for crafting engaging content with emojis:\n\nKeep it short and sweet: Since tweets are limited to 280 characters, make your message concise and to the point.\nUse clear and simple language: Avoid jargon and complex sentences to ensure your message is easily understood by your audience.\nUse humor and personality: Adding a touch of humor or showcasing your personality can make your tweets more engaging and relatable.\nInclude visuals: Tweets with images, videos, or GIFs tend to get more engagement.\nAsk questions: Encourage interaction by asking questions or seeking your followers' opinions.\nUse hashtags: Incorporate relevant hashtags to increase the visibility of your tweets and connect with users interested in the same topics.\nEngage with others: Respond to tweets, retweet interesting content, and participate in conversations to build relationships and grow your audience.\nUse emojis: Emojis can help convey emotions and add personality to your tweets. They can also help save space by replacing words with symbols. However, use them sparingly and appropriately, as too many emojis can make your tweets hard to read.\nMonitoring and analyzing your tweets' performance\nTo improve your tweeting skills, it's essential to monitor and analyze the performance of your tweets. Twitter provides analytics that can help you understand how your tweets are performing and what resonates with your audience. Keep an eye on your engagement metrics, such as likes, retweets, and replies, and adjust your content strategy accordingly.\n\nConclusion\n\nCreating engaging tweets with emojis takes practice and experimentation. By understanding the basics of Twitter, identifying your target audience, and crafting compelling content with emojis, you'll be well on your way to becoming a successful tweeter. Remember to stay authentic, engage with others, and adapt your strategy based on your audience's feedback and preferences.\n\n\nmake this into a tweet and have engaging Emojis!\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\nTitle: A Comprehensive Guide to Crafting Engaging Tweets with Emojis\n\nIntroduction\n\nTweets are short messages, limited to 280 characters, that can be shared on the social media platform Twitter. Tweeting is a great way to share your thoughts, engage with others, and build your online presence. If you're new to Twitter and want to start creating your own tweets with emojis, this guide will walk you through the process, from understanding the basics of Twitter to crafting engaging content with emojis.\n\nUnderstanding Twitter and its purpose\nBefore you start tweeting, it's essential to understand the platform and its purpose. Twitter is a microblogging and social networking service where users can post and interact with messages known as \\\"tweets.\\\" It's a platform that allows you to share your thoughts, opinions, and updates with a global audience.\n\nCreating a Twitter account\nTo start tweeting, you'll need to create a Twitter account. Visit the Twitter website or download the mobile app and follow the on-screen instructions to sign up. You'll need to provide some basic information, such as your name, email address, and a password.\n\nFamiliarizing yourself with Twitter's features\nOnce you've created your account, take some time to explore Twitter's features. Some key features include:\n\nHome timeline: This is where you'll see tweets from people you follow.\nNotifications: This section will show you interactions with your tweets, such as likes, retweets, and new followers.\nMentions: Here, you'll find tweets that mention your username.\nDirect messages (DMs): Use this feature to send private messages to other users.\nLikes: You can \\\"like\\\" tweets by clicking the heart icon.\nRetweets: If you want to share someone else's tweet with your followers, you can retweet it.\nHashtags: Hashtags (#) are used to categorize and search for tweets on specific topics.\nTrending topics: This section shows popular topics and hashtags that are currently being discussed on Twitter.\nIdentifying your target audience and purpose\nBefore you start tweeting, think about who you want to reach and what you want to achieve with your tweets. Are you looking to share your personal thoughts, promote your business, or engage with a specific community? Identifying your target audience and purpose will help you create more focused and effective tweets.\n\nCrafting engaging content with emojis\nNow that you understand the basics of Twitter and have identified your target audience, it's time to start creating your own tweets with emojis. Here are some tips for crafting engaging content with emojis:\n\nKeep it short and sweet: Since tweets are limited to 280 characters, make your message concise and to the point.\nUse clear and simple language: Avoid jargon and complex sentences to ensure your message is easily understood by your audience.\nUse humor and personality: Adding a touch of humor or showcasing your personality can make your tweets more engaging and relatable.\nInclude visuals: Tweets with images, videos, or GIFs tend to get more engagement.\nAsk questions: Encourage interaction by asking questions or seeking your followers' opinions.\nUse hashtags: Incorporate relevant hashtags to increase the visibility of your tweets and connect with users interested in the same topics.\nEngage with others: Respond to tweets, retweet interesting content, and participate in conversations to build relationships and grow your audience.\nUse emojis: Emojis can help convey emotions and add personality to your tweets. They can also help save space by replacing words with symbols. However, use them sparingly and appropriately, as too many emojis can make your tweets hard to read.\nMonitoring and analyzing your tweets' performance\nTo improve your tweeting skills, it's essential to monitor and analyze the performance of your tweets. Twitter provides analytics that can help you understand how your tweets are performing and what resonates with your audience. Keep an eye on your engagement metrics, such as likes, retweets, and replies, and adjust your content strategy accordingly.\n\nConclusion\n\nCreating engaging tweets with emojis takes practice and experimentation. By understanding the basics of Twitter, identifying your target audience, and crafting compelling content with emojis, you'll be well on your way to becoming a successful tweeter. Remember to stay authentic, engage with others, and adapt your strategy based on your audience's feedback and preferences.\n\n\nmake this into a tweet and have engaging Emojis!\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.11845500022172928,0.5636659264564514,-0.28727850317955017,-0.09159287810325623,-0.21077336370944977,0.3304852843284607,-1.1097958087921143,-0.9517428874969482,-0.36047038435935974,0.687970757484436,0.269903302192688,0.983298659324646,0.04760690778493881,-0.04218423366546631,0.35317328572273254,-0.08116181194782257,-0.3450542688369751,0.24628539383411407,-1.1858689785003662,-0.16100987792015076,0.03522332012653351,0.4713481664657593,0.01935187727212906,-0.20867018401622772,0.8887927532196045,-0.43780505657196045,0.4257197678089142,-0.2619144320487976,-0.22707095742225647,-1.6018062829971313,0.22841066122055054,0.03562755510210991,-0.22853220999240875,-0.3661126494407654,0.59215247631073,-0.4945664703845978,0.11365620791912079,0.5491706728935242,-0.4051428735256195,-0.8577482104301453,-0.25123536586761475,0.21895180642604828,-0.24460873007774353,0.487388551235199,-0.22796431183815002,-0.3182806670665741,0.07175418734550476,-0.3119736611843109,0.7596406936645508,0.20994439721107483,0.09520883858203888,-0.7611894607543945,-1.4174330234527588,-0.4180507957935333,-0.633950412273407,-0.4184105396270752,-0.4218910336494446,-0.13721272349357605,-0.6370986700057983,0.21631863713264465,0.20738354325294495,0.16698601841926575,-3.3079261779785156,0.22221533954143524,0.6237186193466187,0.08024512231349945,0.34671518206596375,-0.16423270106315613,0.02101222798228264,-0.02943500131368637,0.08264869451522827,0.3281448781490326,-0.7733824849128723,-0.07421430200338364,0.09845396131277084,-0.6858007907867432,-0.2528402507305145,0.28091806173324585,0.34569716453552246,-0.2967262268066406,-0.10611100494861603,0.11687909811735153,0.5308222770690918,0.11239047348499298,-0.3455425202846527,0.0007206499576568604,-0.6064278483390808,0.2172790765762329,0.36573848128318787,-0.05357757583260536,0.08301611989736557,-0.5245824456214905,0.12289201468229294,0.0880008116364479,-0.10676687210798264,-0.3492262363433838,0.20978456735610962,0.447701096534729,1.0225214958190918,3.3870465755462646,0.12319951504468918,-0.7329232692718506,0.7471292018890381,-0.8372572660446167,0.5469618439674377,-0.4592745900154114,-0.24541963636875153,-0.5281884074211121,-0.48529574275016785,-0.4107939600944519,-0.1294865608215332,-0.03959276154637337,-0.6389843225479126,-0.22950395941734314,0.524969220161438,0.8095592856407166,0.059949249029159546,-0.4225589334964752,0.010495351627469063,1.1358709335327148,-0.5002045631408691,-0.42126545310020447,-0.7125719785690308,0.22718670964241028,-0.4147827923297882,0.2885415256023407,-0.08698271214962006,0.4613131880760193,0.478030800819397,0.28069445490837097,-0.19924187660217285,0.005700554698705673,-0.5651869773864746,0.19583874940872192,-0.37343886494636536,0.3296867609024048,0.7412750124931335,-1.0496249198913574,0.1761326789855957,-0.7075727581977844,0.7227883338928223,-0.9681015014648438,1.3837321996688843,0.23037894070148468,0.7451121211051941,0.3448677062988281,-0.11883711069822311,0.052007243037223816,-0.5579175353050232,-0.7755258083343506,-0.6070573329925537,0.717231273651123,-0.12607085704803467,0.16695433855056763,0.34532928466796875,-0.4737940728664398,-0.727772057056427,0.43424850702285767,-0.2057039439678192,0.4095894992351532,-0.011508941650390625,0.4181298613548279,-0.23063033819198608,0.4079742431640625,0.39888471364974976,-0.641386866569519,0.09402294456958771,-0.20848685503005981,-0.6934171915054321,-0.16428230702877045,-0.02011321485042572,0.46537530422210693,0.10646674782037735,0.6749923825263977,-0.1634027361869812,0.0862368792295456,-0.1861472874879837,0.7989194393157959,0.7697789669036865,-0.31001612544059753,-0.10472650080919266,0.557129442691803,-0.42633408308029175,-0.28429386019706726,-0.21905450522899628,0.4116641581058502,0.2659938335418701,0.7019352912902832,1.2072547674179077,0.8277179002761841,-0.9163467288017273,1.165581464767456,-0.36530518531799316,0.5069502592086792,-0.26041531562805176,0.11578032374382019,0.29720568656921387,0.250690221786499,0.7315688133239746,-0.5548247694969177,-0.2783130407333374,0.46194690465927124,-0.05323781445622444,0.21617162227630615,0.2613725960254669,-0.8874220252037048,-1.0025463104248047,0.5830983519554138,-0.6372587084770203,-0.2631315290927887,0.4034631848335266,-0.824293851852417,0.6290332078933716,0.7108147740364075,0.5829086303710938,0.034996964037418365,-0.22051012516021729,0.627683162689209,0.3416630029678345,0.18463625013828278,-0.7150053977966309,-0.08698610216379166,-0.27356502413749695,-0.6490358114242554,-1.3956596851348877,-0.003448106348514557,-0.7550780177116394,0.527972936630249,-0.4395676255226135,-0.5286778211593628,0.4783567190170288,0.8736780285835266,0.42251887917518616,0.6834584474563599,0.6283360719680786,-0.17652463912963867,-0.5071805715560913,0.7896091938018799,0.578945517539978,-0.71396803855896,-0.261068195104599,0.05874711647629738,-0.5570816397666931,0.6223461031913757,0.1939358413219452,0.22352445125579834,0.07571007311344147,-0.23924611508846283,0.16989850997924805,0.9661182761192322,-0.32288917899131775,-0.22246450185775757,0.932468831539154,-0.07481735944747925,0.6436399817466736,0.5032380819320679,-1.8340150117874146,0.4150978624820709,-0.9450526237487793,0.5672575831413269,0.15061628818511963,0.3032187819480896,0.4107339084148407,0.6705378890037537,0.1909540295600891,-0.40561148524284363,-0.0276560690253973,-0.13852083683013916,-0.19380857050418854,-0.7710196375846863,-0.18553733825683594,0.1866004765033722,-0.3513529896736145,0.2748495936393738,0.2843835651874542,-0.33515509963035583,-0.1322016716003418,-0.007018439471721649,0.33491355180740356,-0.7541690468788147,0.45472052693367004,-0.2673586308956146,0.05637558922171593,-0.3118254542350769,0.19164368510246277,-0.08499480783939362,-0.36449912190437317,-0.7614465355873108,0.370557963848114,0.7102150917053223,-0.508289098739624,-0.5315603017807007,-0.1823456883430481,0.4468272924423218,2.3988759517669678,0.5384365320205688,1.3063175678253174,0.2475818395614624,0.4049587845802307,-0.981051504611969,-0.30788132548332214,0.10864074528217316,-0.15154947340488434,-0.08903229236602783,-1.138845682144165,-0.4366335868835449,0.2729683518409729,-0.3501726984977722,0.678333580493927,-0.056578975170850754,-0.2974329888820648,-0.22269867360591888,-0.017025137320160866,0.26483362913131714,0.3621780276298523,0.39994221925735474,1.0930964946746826,0.9884487390518188,-0.24032573401927948,-1.6060383319854736,0.35628220438957214,0.2208285629749298,0.7480854988098145,0.3264763057231903,0.022521475329995155,0.9578392505645752,0.3423040807247162,0.25540682673454285,0.18855340778827667,1.7449548244476318,0.5763810276985168,-0.5330898761749268,-0.08419032394886017,-0.15309372544288635,-0.23816269636154175,-0.3576545715332031,0.41282525658607483,-0.026592954993247986,-0.6857891082763672,-0.7902492880821228,0.4894562065601349,1.0795255899429321,0.6127045154571533,0.514471709728241,0.3635058104991913,0.9412341713905334,-0.6688536405563354,-1.2038078308105469,0.32612183690071106,0.12747985124588013,-0.17934483289718628,0.493007630109787,0.6521531343460083,0.19169309735298157,-0.22810739278793335,0.41492581367492676,0.1348346322774887,-0.6994481682777405,-0.6268447637557983,1.9127092361450195,-0.4010034501552582,-0.288053423166275,-0.08123934268951416,0.11660781502723694,-0.3744286298751831,-0.2489592283964157,0.04227111116051674,-1.0007238388061523,0.3119664788246155,-0.14134350419044495,-0.4754037857055664,-0.22275999188423157,0.1877509355545044,0.1934838891029358,0.5031070709228516,-0.5859158039093018,-0.2860148251056671,0.7709774971008301,0.9669996500015259,-0.2807697057723999,0.3694351613521576,-0.4217032790184021,-1.3216667175292969,-0.7465848326683044]},"workflow":{"author":"@@official.shinkai","description":"The task is to write an essay in the style of Paul Graham, focusing on the essence and approach of writing concise, clear, and illuminating essays on any given topic.","name":"Write_essay","raw":"\n workflow Write_essay v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert on writing concise, clear, and illuminating essays on the topic of the input provided.\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay in the style of Paul Graham, who is known for this concise, clear, and simple style of writing.\n\nEXAMPLE PAUL GRAHAM ESSAYS\n\nWriting about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. The first words you choose are usually wrong; you have to rewrite sentences over and over to get them exactly right. And your ideas won't just be imprecise, but incomplete too. Half the ideas that end up in an essay will be ones you thought of while you were writing it. Indeed, that's why I write them.\n\nOnce you publish something, the convention is that whatever you wrote was what you thought before you wrote it. These were your ideas, and now you've expressed them. But you know this isn't true. You know that putting your ideas into words changed them. And not just the ideas you published. Presumably there were others that turned out to be too broken to fix, and those you discarded instead.\n\nIt's not just having to commit your ideas to specific words that makes writing so exacting. The real test is reading what you've written. You have to pretend to be a neutral reader who knows nothing of what's in your head, only what you wrote. When he reads what you wrote, does it seem correct? Does it seem complete? If you make an effort, you can read your writing as if you were a complete stranger, and when you do the news is usually bad. It takes me many cycles before I can get an essay past the stranger. But the stranger is rational, so you always can, if you ask him what he needs. If he's not satisfied because you failed to mention x or didn't qualify some sentence sufficiently, then you mention x or add more qualifications. Happy now? It may cost you some nice sentences, but you have to resign yourself to that. You just have to make them as good as you can and still satisfy the stranger.\n\nThis much, I assume, won't be that controversial. I think it will accord with the experience of anyone who has tried to write about anything non-trivial. There may exist people whose thoughts are so perfectly formed that they just flow straight into words. But I've never known anyone who could do this, and if I met someone who said they could, it would seem evidence of their limitations rather than their ability. Indeed, this is a trope in movies: the guy who claims to have a plan for doing some difficult thing, and who when questioned further, taps his head and says \\\"It's all up here.\\\" Everyone watching the movie knows what that means. At best the plan is vague and incomplete. Very likely there's some undiscovered flaw that invalidates it completely. At best it's a plan for a plan.\n\nIn precisely defined domains it's possible to form complete ideas in your head. People can play chess in their heads, for example. And mathematicians can do some amount of math in their heads, though they don't seem to feel sure of a proof over a certain length till they write it down. But this only seems possible with ideas you can express in a formal language. [1] Arguably what such people are doing is putting ideas into words in their heads. I can to some extent write essays in my head. I'll sometimes think of a paragraph while walking or lying in bed that survives nearly unchanged in the final version. But really I'm writing when I do this. I'm doing the mental part of writing; my fingers just aren't moving as I do it. [2]\n\nYou can know a great deal about something without writing about it. Can you ever know so much that you wouldn't learn more from trying to explain what you know? I don't think so. I've written about at least two subjects I know well — Lisp hacking and startups — and in both cases I learned a lot from writing about them. In both cases there were things I didn't consciously realize till I had to explain them. And I don't think my experience was anomalous. A great deal of knowledge is unconscious, and experts have if anything a higher proportion of unconscious knowledge than beginners.\n\nI'm not saying that writing is the best way to explore all ideas. If you have ideas about architecture, presumably the best way to explore them is to build actual buildings. What I'm saying is that however much you learn from exploring ideas in other ways, you'll still learn new things from writing about them.\n\nPutting ideas into words doesn't have to mean writing, of course. You can also do it the old way, by talking. But in my experience, writing is the stricter test. You have to commit to a single, optimal sequence of words. Less can go unsaid when you don't have tone of voice to carry meaning. And you can focus in a way that would seem excessive in conversation. I'll often spend 2 weeks on an essay and reread drafts 50 times. If you did that in conversation it would seem evidence of some kind of mental disorder. If you're lazy, of course, writing and talking are equally useless. But if you want to push yourself to get things right, writing is the steeper hill. [3]\n\nThe reason I've spent so long establishing this rather obvious point is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anything non-trivial.\n\nIt feels to them as if they do, especially if they're not in the habit of critically examining their own thinking. Ideas can feel complete. It's only when you try to put them into words that you discover they're not. So if you never subject your ideas to that test, you'll not only never have fully formed ideas, but also never realize it.\n\nPutting ideas into words is certainly no guarantee that they'll be right. Far from it. But though it's not a sufficient condition, it is a necessary one.\n\t\t\nWhat You Can't Say\n\nJanuary 2004\n\nHave you ever seen an old photo of yourself and been embarrassed at the way you looked? Did we actually dress like that? We did. And we had no idea how silly we looked. It's the nature of fashion to be invisible, in the same way the movement of the earth is invisible to all of us riding on it.\n\nWhat scares me is that there are moral fashions too. They're just as arbitrary, and just as invisible to most people. But they're much more dangerous. Fashion is mistaken for good design; moral fashion is mistaken for good. Dressing oddly gets you laughed at. Violating moral fashions can get you fired, ostracized, imprisoned, or even killed.\n\nIf you could travel back in a time machine, one thing would be true no matter where you went: you'd have to watch what you said. Opinions we consider harmless could have gotten you in big trouble. I've already said at least one thing that would have gotten me in big trouble in most of Europe in the seventeenth century, and did get Galileo in big trouble when he said it — that the earth moves. [1]\n\nIt seems to be a constant throughout history: In every period, people believed things that were just ridiculous, and believed them so strongly that you would have gotten in terrible trouble for saying otherwise.\n\nIs our time any different? To anyone who has read any amount of history, the answer is almost certainly no. It would be a remarkable coincidence if ours were the first era to get everything just right.\n\nIt's tantalizing to think we believe things that people in the future will find ridiculous. What would someone coming back to visit us in a time machine have to be careful not to say? That's what I want to study here. But I want to do more than just shock everyone with the heresy du jour. I want to find general recipes for discovering what you can't say, in any era.\n\nThe Conformist Test\n\nLet's start with a test: Do you have any opinions that you would be reluctant to express in front of a group of your peers?\n\nIf the answer is no, you might want to stop and think about that. If everything you believe is something you're supposed to believe, could that possibly be a coincidence? Odds are it isn't. Odds are you just think what you're told.\n\nThe other alternative would be that you independently considered every question and came up with the exact same answers that are now considered acceptable. That seems unlikely, because you'd also have to make the same mistakes. Mapmakers deliberately put slight mistakes in their maps so they can tell when someone copies them. If another map has the same mistake, that's very convincing evidence.\n\nLike every other era in history, our moral map almost certainly contains a few mistakes. And anyone who makes the same mistakes probably didn't do it by accident. It would be like someone claiming they had independently decided in 1972 that bell-bottom jeans were a good idea.\n\nIf you believe everything you're supposed to now, how can you be sure you wouldn't also have believed everything you were supposed to if you had grown up among the plantation owners of the pre-Civil War South, or in Germany in the 1930s — or among the Mongols in 1200, for that matter? Odds are you would have.\n\nBack in the era of terms like \\\"well-adjusted,\\\" the idea seemed to be that there was something wrong with you if you thought things you didn't dare say out loud. This seems backward. Almost certainly, there is something wrong with you if you don't think things you don't dare say out loud.\n\nTrouble\n\nWhat can't we say? One way to find these ideas is simply to look at things people do say, and get in trouble for. [2]\n\nOf course, we're not just looking for things we can't say. We're looking for things we can't say that are true, or at least have enough chance of being true that the question should remain open. But many of the things people get in trouble for saying probably do make it over this second, lower threshold. No one gets in trouble for saying that 2 + 2 is 5, or that people in Pittsburgh are ten feet tall. Such obviously false statements might be treated as jokes, or at worst as evidence of insanity, but they are not likely to make anyone mad. The statements that make people mad are the ones they worry might be believed. I suspect the statements that make people maddest are those they worry might be true.\n\nIf Galileo had said that people in Padua were ten feet tall, he would have been regarded as a harmless eccentric. Saying the earth orbited the sun was another matter. The church knew this would set people thinking.\n\nCertainly, as we look back on the past, this rule of thumb works well. A lot of the statements people got in trouble for seem harmless now. So it's likely that visitors from the future would agree with at least some of the statements that get people in trouble today. Do we have no Galileos? Not likely.\n\nTo find them, keep track of opinions that get people in trouble, and start asking, could this be true? Ok, it may be heretical (or whatever modern equivalent), but might it also be true?\n\nHeresy\n\nThis won't get us all the answers, though. What if no one happens to have gotten in trouble for a particular idea yet? What if some idea would be so radioactively controversial that no one would dare express it in public? How can we find these too?\n\nAnother approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. \\\"Blasphemy\\\", \\\"sacrilege\\\", and \\\"heresy\\\" were such labels for a good part of western history, as in more recent times \\\"indecent\\\", \\\"improper\\\", and \\\"unamerican\\\" have been. By now these labels have lost their sting. They always do. By now they're mostly used ironically. But in their time, they had real force.\n\nThe word \\\"defeatist\\\", for example, has no particular political connotations now. But in Germany in 1917 it was a weapon, used by Ludendorff in a purge of those who favored a negotiated peace. At the start of World War II it was used extensively by Churchill and his supporters to silence their opponents. In 1940, any argument against Churchill's aggressive policy was \\\"defeatist\\\". Was it right or wrong? Ideally, no one got far enough to ask that.\n\nWe have such labels today, of course, quite a lot of them, from the all-purpose \\\"inappropriate\\\" to the dreaded \\\"divisive.\\\" In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that's a straightforward criticism, but when he attacks a statement as \\\"divisive\\\" or \\\"racially insensitive\\\" instead of arguing that it's false, we should start paying attention.\n\nSo another way to figure out which of our taboos future generations will laugh at is to start with the labels. Take a label — \\\"sexist\\\", for example — and try to think of some ideas that would be called that. Then for each ask, might this be true?\n\nJust start listing ideas at random? Yes, because they won't really be random. The ideas that come to mind first will be the most plausible ones. They'll be things you've already noticed but didn't let yourself think.\n\nIn 1989 some clever researchers tracked the eye movements of radiologists as they scanned chest images for signs of lung cancer. [3] They found that even when the radiologists missed a cancerous lesion, their eyes had usually paused at the site of it. Part of their brain knew there was something there; it just didn't percolate all the way up into conscious knowledge. I think many interesting heretical thoughts are already mostly formed in our minds. If we turn off our self-censorship temporarily, those will be the first to emerge.\n\nTime and Space\n\nIf we could look into the future it would be obvious which of our taboos they'd laugh at. We can't do that, but we can do something almost as good: we can look into the past. Another way to figure out what we're getting wrong is to look at what used to be acceptable and is now unthinkable.\n\nChanges between the past and the present sometimes do represent progress. In a field like physics, if we disagree with past generations it's because we're right and they're wrong. But this becomes rapidly less true as you move away from the certainty of the hard sciences. By the time you get to social questions, many changes are just fashion. The age of consent fluctuates like hemlines.\n\nWe may imagine that we are a great deal smarter and more virtuous than past generations, but the more history you read, the less likely this seems. People in past times were much like us. Not heroes, not barbarians. Whatever their ideas were, they were ideas reasonable people could believe.\n\nSo here is another source of interesting heresies. Diff present ideas against those of various past cultures, and see what you get. [4] Some will be shocking by present standards. Ok, fine; but which might also be true?\n\nYou don't have to look into the past to find big differences. In our own time, different societies have wildly varying ideas of what's ok and what isn't. So you can try diffing other cultures' ideas against ours as well. (The best way to do that is to visit them.) Any idea that's considered harmless in a significant percentage of times and places, and yet is taboo in ours, is a candidate for something we're mistaken about.\n\nFor example, at the high water mark of political correctness in the early 1990s, Harvard distributed to its faculty and staff a brochure saying, among other things, that it was inappropriate to compliment a colleague or student's clothes. No more \\\"nice shirt.\\\" I think this principle is rare among the world's cultures, past or present. There are probably more where it's considered especially polite to compliment someone's clothing than where it's considered improper. Odds are this is, in a mild form, an example of one of the taboos a visitor from the future would have to be careful to avoid if he happened to set his time machine for Cambridge, Massachusetts, 1992. [5]\n\nPrigs\n\nOf course, if they have time machines in the future they'll probably have a separate reference manual just for Cambridge. This has always been a fussy place, a town of i dotters and t crossers, where you're liable to get both your grammar and your ideas corrected in the same conversation. And that suggests another way to find taboos. Look for prigs, and see what's inside their heads.\n\nKids' heads are repositories of all our taboos. It seems fitting to us that kids' ideas should be bright and clean. The picture we give them of the world is not merely simplified, to suit their developing minds, but sanitized as well, to suit our ideas of what kids ought to think. [6]\n\nYou can see this on a small scale in the matter of dirty words. A lot of my friends are starting to have children now, and they're all trying not to use words like \\\"fuck\\\" and \\\"shit\\\" within baby's hearing, lest baby start using these words too. But these words are part of the language, and adults use them all the time. So parents are giving their kids an inaccurate idea of the language by not using them. Why do they do this? Because they don't think it's fitting that kids should use the whole language. We like children to seem innocent. [7]\n\nMost adults, likewise, deliberately give kids a misleading view of the world. One of the most obvious examples is Santa Claus. We think it's cute for little kids to believe in Santa Claus. I myself think it's cute for little kids to believe in Santa Claus. But one wonders, do we tell them this stuff for their sake, or for ours?\n\nI'm not arguing for or against this idea here. It is probably inevitable that parents should want to dress up their kids' minds in cute little baby outfits. I'll probably do it myself. The important thing for our purposes is that, as a result, a well brought-up teenage kid's brain is a more or less complete collection of all our taboos — and in mint condition, because they're untainted by experience. Whatever we think that will later turn out to be ridiculous, it's almost certainly inside that head.\n\nHow do we get at these ideas? By the following thought experiment. Imagine a kind of latter-day Conrad character who has worked for a time as a mercenary in Africa, for a time as a doctor in Nepal, for a time as the manager of a nightclub in Miami. The specifics don't matter — just someone who has seen a lot. Now imagine comparing what's inside this guy's head with what's inside the head of a well-behaved sixteen year old girl from the suburbs. What does he think that would shock her? He knows the world; she knows, or at least embodies, present taboos. Subtract one from the other, and the result is what we can't say.\n\nMechanism\n\nI can think of one more way to figure out what we can't say: to look at how taboos are created. How do moral fashions arise, and why are they adopted? If we can understand this mechanism, we may be able to see it at work in our own time.\n\nMoral fashions don't seem to be created the way ordinary fashions are. Ordinary fashions seem to arise by accident when everyone imitates the whim of some influential person. The fashion for broad-toed shoes in late fifteenth century Europe began because Charles VIII of France had six toes on one foot. The fashion for the name Gary began when the actor Frank Cooper adopted the name of a tough mill town in Indiana. Moral fashions more often seem to be created deliberately. When there's something we can't say, it's often because some group doesn't want us to.\n\nThe prohibition will be strongest when the group is nervous. The irony of Galileo's situation was that he got in trouble for repeating Copernicus's ideas. Copernicus himself didn't. In fact, Copernicus was a canon of a cathedral, and dedicated his book to the pope. But by Galileo's time the church was in the throes of the Counter-Reformation and was much more worried about unorthodox ideas.\n\nTo launch a taboo, a group has to be poised halfway between weakness and power. A confident group doesn't need taboos to protect it. It's not considered improper to make disparaging remarks about Americans, or the English. And yet a group has to be powerful enough to enforce a taboo. Coprophiles, as of this writing, don't seem to be numerous or energetic enough to have had their interests promoted to a lifestyle.\n\nI suspect the biggest source of moral taboos will turn out to be power struggles in which one side only barely has the upper hand. That's where you'll find a group powerful enough to enforce taboos, but weak enough to need them.\n\nMost struggles, whatever they're really about, will be cast as struggles between competing ideas. The English Reformation was at bottom a struggle for wealth and power, but it ended up being cast as a struggle to preserve the souls of Englishmen from the corrupting influence of Rome. It's easier to get people to fight for an idea. And whichever side wins, their ideas will also be considered to have triumphed, as if God wanted to signal his agreement by selecting that side as the victor.\n\nWe often like to think of World War II as a triumph of freedom over totalitarianism. We conveniently forget that the Soviet Union was also one of the winners.\n\nI'm not saying that struggles are never about ideas, just that they will always be made to seem to be about ideas, whether they are or not. And just as there is nothing so unfashionable as the last, discarded fashion, there is nothing so wrong as the principles of the most recently defeated opponent. Representational art is only now recovering from the approval of both Hitler and Stalin. [8]\n\nAlthough moral fashions tend to arise from different sources than fashions in clothing, the mechanism of their adoption seems much the same. The early adopters will be driven by ambition: self-consciously cool people who want to distinguish themselves from the common herd. As the fashion becomes established they'll be joined by a second, much larger group, driven by fear. [9] This second group adopt the fashion not because they want to stand out but because they are afraid of standing out.\n\nSo if you want to figure out what we can't say, look at the machinery of fashion and try to predict what it would make unsayable. What groups are powerful but nervous, and what ideas would they like to suppress? What ideas were tarnished by association when they ended up on the losing side of a recent struggle? If a self-consciously cool person wanted to differentiate himself from preceding fashions (e.g. from his parents), which of their ideas would he tend to reject? What are conventional-minded people afraid of saying?\n\nThis technique won't find us all the things we can't say. I can think of some that aren't the result of any recent struggle. Many of our taboos are rooted deep in the past. But this approach, combined with the preceding four, will turn up a good number of unthinkable ideas.\n\nWhy\n\nSome would ask, why would one want to do this? Why deliberately go poking around among nasty, disreputable ideas? Why look under rocks?\n\nI do it, first of all, for the same reason I did look under rocks as a kid: plain curiosity. And I'm especially curious about anything that's forbidden. Let me see and decide for myself.\n\nSecond, I do it because I don't like the idea of being mistaken. If, like other eras, we believe things that will later seem ridiculous, I want to know what they are so that I, at least, can avoid believing them.\n\nThird, I do it because it's good for the brain. To do good work you need a brain that can go anywhere. And you especially need a brain that's in the habit of going where it's not supposed to.\n\nGreat work tends to grow out of ideas that others have overlooked, and no idea is so overlooked as one that's unthinkable. Natural selection, for example. It's so simple. Why didn't anyone think of it before? Well, that is all too obvious. Darwin himself was careful to tiptoe around the implications of his theory. He wanted to spend his time thinking about biology, not arguing with people who accused him of being an atheist.\n\nIn the sciences, especially, it's a great advantage to be able to question assumptions. The m.o. of scientists, or at least of the good ones, is precisely that: look for places where conventional wisdom is broken, and then try to pry apart the cracks and see what's underneath. That's where new theories come from.\n\nA good scientist, in other words, does not merely ignore conventional wisdom, but makes a special effort to break it. Scientists go looking for trouble. This should be the m.o. of any scholar, but scientists seem much more willing to look under rocks. [10]\n\nWhy? It could be that the scientists are simply smarter; most physicists could, if necessary, make it through a PhD program in French literature, but few professors of French literature could make it through a PhD program in physics. Or it could be because it's clearer in the sciences whether theories are true or false, and this makes scientists bolder. (Or it could be that, because it's clearer in the sciences whether theories are true or false, you have to be smart to get jobs as a scientist, rather than just a good politician.)\n\nWhatever the reason, there seems a clear correlation between intelligence and willingness to consider shocking ideas. This isn't just because smart people actively work to find holes in conventional thinking. I think conventions also have less hold over them to start with. You can see that in the way they dress.\n\nIt's not only in the sciences that heresy pays off. In any competitive field, you can win big by seeing things that others daren't. And in every field there are probably heresies few dare utter. Within the US car industry there is a lot of hand-wringing now about declining market share. Yet the cause is so obvious that any observant outsider could explain it in a second: they make bad cars. And they have for so long that by now the US car brands are antibrands — something you'd buy a car despite, not because of. Cadillac stopped being the Cadillac of cars in about 1970. And yet I suspect no one dares say this. [11] Otherwise these companies would have tried to fix the problem.\n\nTraining yourself to think unthinkable thoughts has advantages beyond the thoughts themselves. It's like stretching. When you stretch before running, you put your body into positions much more extreme than any it will assume during the run. If you can think things so outside the box that they'd make people's hair stand on end, you'll have no trouble with the small trips outside the box that people call innovative.\n\nPensieri Stretti\n\nWhen you find something you can't say, what do you do with it? My advice is, don't say it. Or at least, pick your battles.\n\nSuppose in the future there is a movement to ban the color yellow. Proposals to paint anything yellow are denounced as \\\"yellowist\\\", as is anyone suspected of liking the color. People who like orange are tolerated but viewed with suspicion. Suppose you realize there is nothing wrong with yellow. If you go around saying this, you'll be denounced as a yellowist too, and you'll find yourself having a lot of arguments with anti-yellowists. If your aim in life is to rehabilitate the color yellow, that may be what you want. But if you're mostly interested in other questions, being labelled as a yellowist will just be a distraction. Argue with idiots, and you become an idiot.\n\nThe most important thing is to be able to think what you want, not to say what you want. And if you feel you have to say everything you think, it may inhibit you from thinking improper thoughts. I think it's better to follow the opposite policy. Draw a sharp line between your thoughts and your speech. Inside your head, anything is allowed. Within my head I make a point of encouraging the most outrageous thoughts I can imagine. But, as in a secret society, nothing that happens within the building should be told to outsiders. The first rule of Fight Club is, you do not talk about Fight Club.\n\nWhen Milton was going to visit Italy in the 1630s, Sir Henry Wootton, who had been ambassador to Venice, told him his motto should be \\\"i pensieri stretti & il viso sciolto.\\\" Closed thoughts and an open face. Smile at everyone, and don't tell them what you're thinking. This was wise advice. Milton was an argumentative fellow, and the Inquisition was a bit restive at that time. But I think the difference between Milton's situation and ours is only a matter of degree. Every era has its heresies, and if you don't get imprisoned for them you will at least get in enough trouble that it becomes a complete distraction.\n\nI admit it seems cowardly to keep quiet. When I read about the harassment to which the Scientologists subject their critics [12], or that pro-Israel groups are \\\"compiling dossiers\\\" on those who speak out against Israeli human rights abuses [13], or about people being sued for violating the DMCA [14], part of me wants to say, \\\"All right, you bastards, bring it on.\\\" The problem is, there are so many things you can't say. If you said them all you'd have no time left for your real work. You'd have to turn into Noam Chomsky. [15]\n\nThe trouble with keeping your thoughts secret, though, is that you lose the advantages of discussion. Talking about an idea leads to more ideas. So the optimal plan, if you can manage it, is to have a few trusted friends you can speak openly to. This is not just a way to develop ideas; it's also a good rule of thumb for choosing friends. The people you can say heretical things to without getting jumped on are also the most interesting to know.\n\nViso Sciolto?\n\nI don't think we need the viso sciolto so much as the pensieri stretti. Perhaps the best policy is to make it plain that you don't agree with whatever zealotry is current in your time, but not to be too specific about what you disagree with. Zealots will try to draw you out, but you don't have to answer them. If they try to force you to treat a question on their terms by asking \\\"are you with us or against us?\\\" you can always just answer \\\"neither\\\".\n\nBetter still, answer \\\"I haven't decided.\\\" That's what Larry Summers did when a group tried to put him in this position. Explaining himself later, he said \\\"I don't do litmus tests.\\\" [16] A lot of the questions people get hot about are actually quite complicated. There is no prize for getting the answer quickly.\n\nIf the anti-yellowists seem to be getting out of hand and you want to fight back, there are ways to do it without getting yourself accused of being a yellowist. Like skirmishers in an ancient army, you want to avoid directly engaging the main body of the enemy's troops. Better to harass them with arrows from a distance.\n\nOne way to do this is to ratchet the debate up one level of abstraction. If you argue against censorship in general, you can avoid being accused of whatever heresy is contained in the book or film that someone is trying to censor. You can attack labels with meta-labels: labels that refer to the use of labels to prevent discussion. The spread of the term \\\"political correctness\\\" meant the beginning of the end of political correctness, because it enabled one to attack the phenomenon as a whole without being accused of any of the specific heresies it sought to suppress.\n\nAnother way to counterattack is with metaphor. Arthur Miller undermined the House Un-American Activities Committee by writing a play, \\\"The Crucible,\\\" about the Salem witch trials. He never referred directly to the committee and so gave them no way to reply. What could HUAC do, defend the Salem witch trials? And yet Miller's metaphor stuck so well that to this day the activities of the committee are often described as a \\\"witch-hunt.\\\"\n\nBest of all, probably, is humor. Zealots, whatever their cause, invariably lack a sense of humor. They can't reply in kind to jokes. They're as unhappy on the territory of humor as a mounted knight on a skating rink. Victorian prudishness, for example, seems to have been defeated mainly by treating it as a joke. Likewise its reincarnation as political correctness. \\\"I am glad that I managed to write 'The Crucible,'\\\" Arthur Miller wrote, \\\"but looking back I have often wished I'd had the temperament to do an absurd comedy, which is what the situation deserved.\\\" [17]\n\nABQ\n\nA Dutch friend says I should use Holland as an example of a tolerant society. It's true they have a long tradition of comparative open-mindedness. For centuries the low countries were the place to go to say things you couldn't say anywhere else, and this helped to make the region a center of scholarship and industry (which have been closely tied for longer than most people realize). Descartes, though claimed by the French, did much of his thinking in Holland.\n\nAnd yet, I wonder. The Dutch seem to live their lives up to their necks in rules and regulations. There's so much you can't do there; is there really nothing you can't say?\n\nCertainly the fact that they value open-mindedness is no guarantee. Who thinks they're not open-minded? Our hypothetical prim miss from the suburbs thinks she's open-minded. Hasn't she been taught to be? Ask anyone, and they'll say the same thing: they're pretty open-minded, though they draw the line at things that are really wrong. (Some tribes may avoid \\\"wrong\\\" as judgemental, and may instead use a more neutral sounding euphemism like \\\"negative\\\" or \\\"destructive\\\".)\n\nWhen people are bad at math, they know it, because they get the wrong answers on tests. But when people are bad at open-mindedness they don't know it. In fact they tend to think the opposite. Remember, it's the nature of fashion to be invisible. It wouldn't work otherwise. Fashion doesn't seem like fashion to someone in the grip of it. It just seems like the right thing to do. It's only by looking from a distance that we see oscillations in people's idea of the right thing to do, and can identify them as fashions.\n\nTime gives us such distance for free. Indeed, the arrival of new fashions makes old fashions easy to see, because they seem so ridiculous by contrast. From one end of a pendulum's swing, the other end seems especially far away.\n\nTo see fashion in your own time, though, requires a conscious effort. Without time to give you distance, you have to create distance yourself. Instead of being part of the mob, stand as far away from it as you can and watch what it's doing. And pay especially close attention whenever an idea is being suppressed. Web filters for children and employees often ban sites containing pornography, violence, and hate speech. What counts as pornography and violence? And what, exactly, is \\\"hate speech?\\\" This sounds like a phrase out of 1984.\n\nLabels like that are probably the biggest external clue. If a statement is false, that's the worst thing you can say about it. You don't need to say that it's heretical. And if it isn't false, it shouldn't be suppressed. So when you see statements being attacked as x-ist or y-ic (substitute your current values of x and y), whether in 1630 or 2030, that's a sure sign that something is wrong. When you hear such labels being used, ask why.\n\nEspecially if you hear yourself using them. It's not just the mob you need to learn to watch from a distance. You need to be able to watch your own thoughts from a distance. That's not a radical idea, by the way; it's the main difference between children and adults. When a child gets angry because he's tired, he doesn't know what's happening. An adult can distance himself enough from the situation to say \\\"never mind, I'm just tired.\\\" I don't see why one couldn't, by a similar process, learn to recognize and discount the effects of moral fashions.\n\nYou have to take that extra step if you want to think clearly. But it's harder, because now you're working against social customs instead of with them. Everyone encourages you to grow up to the point where you can discount your own bad moods. Few encourage you to continue to the point where you can discount society's bad moods.\n\nHow can you see the wave, when you're the water? Always be questioning. That's the only defence. What can't you say? And why?\n\nHow to Start Google\n\nMarch 2024\n\n(This is a talk I gave to 14 and 15 year olds about what to do now if they might want to start a startup later. Lots of schools think they should tell students something about startups. This is what I think they should tell them.)\n\nMost of you probably think that when you're released into the so-called real world you'll eventually have to get some kind of job. That's not true, and today I'm going to talk about a trick you can use to avoid ever having to get a job.\n\nThe trick is to start your own company. So it's not a trick for avoiding work, because if you start your own company you'll work harder than you would if you had an ordinary job. But you will avoid many of the annoying things that come with a job, including a boss telling you what to do.\n\nIt's more exciting to work on your own project than someone else's. And you can also get a lot richer. In fact, this is the standard way to get really rich. If you look at the lists of the richest people that occasionally get published in the press, nearly all of them did it by starting their own companies.\n\nStarting your own company can mean anything from starting a barber shop to starting Google. I'm here to talk about one extreme end of that continuum. I'm going to tell you how to start Google.\n\nThe companies at the Google end of the continuum are called startups when they're young. The reason I know about them is that my wife Jessica and I started something called Y Combinator that is basically a startup factory. Since 2005, Y Combinator has funded over 4000 startups. So we know exactly what you need to start a startup, because we've helped people do it for the last 19 years.\n\nYou might have thought I was joking when I said I was going to tell you how to start Google. You might be thinking \\\"How could we start Google?\\\" But that's effectively what the people who did start Google were thinking before they started it. If you'd told Larry Page and Sergey Brin, the founders of Google, that the company they were about to start would one day be worth over a trillion dollars, their heads would have exploded.\n\nAll you can know when you start working on a startup is that it seems worth pursuing. You can't know whether it will turn into a company worth billions or one that goes out of business. So when I say I'm going to tell you how to start Google, I mean I'm going to tell you how to get to the point where you can start a company that has as much chance of being Google as Google had of being Google. [1]\n\nHow do you get from where you are now to the point where you can start a successful startup? You need three things. You need to be good at some kind of technology, you need an idea for what you're going to build, and you need cofounders to start the company with.\n\nHow do you get good at technology? And how do you choose which technology to get good at? Both of those questions turn out to have the same answer: work on your own projects. Don't try to guess whether gene editing or LLMs or rockets will turn out to be the most valuable technology to know about. No one can predict that. Just work on whatever interests you the most. You'll work much harder on something you're interested in than something you're doing because you think you're supposed to.\n\nIf you're not sure what technology to get good at, get good at programming. That has been the source of the median startup for the last 30 years, and this is probably not going to change in the next 10.\n\nThose of you who are taking computer science classes in school may at this point be thinking, ok, we've got this sorted. We're already being taught all about programming. But sorry, this is not enough. You have to be working on your own projects, not just learning stuff in classes. You can do well in computer science classes without ever really learning to program. In fact you can graduate with a degree in computer science from a top university and still not be any good at programming. That's why tech companies all make you take a coding test before they'll hire you, regardless of where you went to university or how well you did there. They know grades and exam results prove nothing.\n\nIf you really want to learn to program, you have to work on your own projects. You learn so much faster that way. Imagine you're writing a game and there's something you want to do in it, and you don't know how. You're going to figure out how a lot faster than you'd learn anything in a class.\n\nYou don't have to learn programming, though. If you're wondering what counts as technology, it includes practically everything you could describe using the words \\\"make\\\" or \\\"build.\\\" So welding would count, or making clothes, or making videos. Whatever you're most interested in. The critical distinction is whether you're producing or just consuming. Are you writing computer games, or just playing them? That's the cutoff.\n\nSteve Jobs, the founder of Apple, spent time when he was a teenager studying calligraphy — the sort of beautiful writing that you see in medieval manuscripts. No one, including him, thought that this would help him in his career. He was just doing it because he was interested in it. But it turned out to help him a lot. The computer that made Apple really big, the Macintosh, came out at just the moment when computers got powerful enough to make letters like the ones in printed books instead of the computery-looking letters you see in 8 bit games. Apple destroyed everyone else at this, and one reason was that Steve was one of the few people in the computer business who really got graphic design.\n\nDon't feel like your projects have to be serious. They can be as frivolous as you like, so long as you're building things you're excited about. Probably 90% of programmers start out building games. They and their friends like to play games. So they build the kind of things they and their friends want. And that's exactly what you should be doing at 15 if you want to start a startup one day.\n\nYou don't have to do just one project. In fact it's good to learn about multiple things. Steve Jobs didn't just learn calligraphy. He also learned about electronics, which was even more valuable. Whatever you're interested in. (Do you notice a theme here?)\n\nSo that's the first of the three things you need, to get good at some kind or kinds of technology. You do it the same way you get good at the violin or football: practice. If you start a startup at 22, and you start writing your own programs now, then by the time you start the company you'll have spent at least 7 years practicing writing code, and you can get pretty good at anything after practicing it for 7 years.\n\nLet's suppose you're 22 and you've succeeded: You're now really good at some technology. How do you get startup ideas? It might seem like that's the hard part. Even if you are a good programmer, how do you get the idea to start Google?\n\nActually it's easy to get startup ideas once you're good at technology. Once you're good at some technology, when you look at the world you see dotted outlines around the things that are missing. You start to be able to see both the things that are missing from the technology itself, and all the broken things that could be fixed using it, and each one of these is a potential startup.\n\nIn the town near our house there's a shop with a sign warning that the door is hard to close. The sign has been there for several years. To the people in the shop it must seem like this mysterious natural phenomenon that the door sticks, and all they can do is put up a sign warning customers about it. But any carpenter looking at this situation would think \\\"why don't you just plane off the part that sticks?\\\"\n\nOnce you're good at programming, all the missing software in the world starts to become as obvious as a sticking door to a carpenter. I'll give you a real world example. Back in the 20th century, American universities used to publish printed directories with all the students' names and contact info. When I tell you what these directories were called, you'll know which startup I'm talking about. They were called facebooks, because they usually had a picture of each student next to their name.\n\nSo Mark Zuckerberg shows up at Harvard in 2002, and the university still hasn't gotten the facebook online. Each individual house has an online facebook, but there isn't one for the whole university. The university administration has been diligently having meetings about this, and will probably have solved the problem in another decade or so. Most of the students don't consciously notice that anything is wrong. But Mark is a programmer. He looks at this situation and thinks \\\"Well, this is stupid. I could write a program to fix this in one night. Just let people upload their own photos and then combine the data into a new site for the whole university.\\\" So he does. And almost literally overnight he has thousands of users.\n\nOf course Facebook was not a startup yet. It was just a... project. There's that word again. Projects aren't just the best way to learn about technology. They're also the best source of startup ideas.\n\nFacebook was not unusual in this respect. Apple and Google also began as projects. Apple wasn't meant to be a company. Steve Wozniak just wanted to build his own computer. It only turned into a company when Steve Jobs said \\\"Hey, I wonder if we could sell plans for this computer to other people.\\\" That's how Apple started. They weren't even selling computers, just plans for computers. Can you imagine how lame this company seemed?\n\nDitto for Google. Larry and Sergey weren't trying to start a company at first. They were just trying to make search better. Before Google, most search engines didn't try to sort the results they gave you in order of importance. If you searched for \\\"rugby\\\" they just gave you every web page that contained the word \\\"rugby.\\\" And the web was so small in 1997 that this actually worked! Kind of. There might only be 20 or 30 pages with the word \\\"rugby,\\\" but the web was growing exponentially, which meant this way of doing search was becoming exponentially more broken. Most users just thought, \\\"Wow, I sure have to look through a lot of search results to find what I want.\\\" Door sticks. But like Mark, Larry and Sergey were programmers. Like Mark, they looked at this situation and thought \\\"Well, this is stupid. Some pages about rugby matter more than others. Let's figure out which those are and show them first.\\\"\n\nIt's obvious in retrospect that this was a great idea for a startup. It wasn't obvious at the time. It's never obvious. If it was obviously a good idea to start Apple or Google or Facebook, someone else would have already done it. That's why the best startups grow out of projects that aren't meant to be startups. You're not trying to start a company. You're just following your instincts about what's interesting. And if you're young and good at technology, then your unconscious instincts about what's interesting are better than your conscious ideas about what would be a good company.\n\nSo it's critical, if you're a young founder, to build things for yourself and your friends to use. The biggest mistake young founders make is to build something for some mysterious group of other people. But if you can make something that you and your friends truly want to use — something your friends aren't just using out of loyalty to you, but would be really sad to lose if you shut it down — then you almost certainly have the germ of a good startup idea. It may not seem like a startup to you. It may not be obvious how to make money from it. But trust me, there's a way.\n\nWhat you need in a startup idea, and all you need, is something your friends actually want. And those ideas aren't hard to see once you're good at technology. There are sticking doors everywhere. [2]\n\nNow for the third and final thing you need: a cofounder, or cofounders. The optimal startup has two or three founders, so you need one or two cofounders. How do you find them? Can you predict what I'm going to say next? It's the same thing: projects. You find cofounders by working on projects with them. What you need in a cofounder is someone who's good at what they do and that you work well with, and the only way to judge this is to work with them on things.\n\nAt this point I'm going to tell you something you might not want to hear. It really matters to do well in your classes, even the ones that are just memorization or blathering about literature, because you need to do well in your classes to get into a good university. And if you want to start a startup you should try to get into the best university you can, because that's where the best cofounders are. It's also where the best employees are. When Larry and Sergey started Google, they began by just hiring all the smartest people they knew out of Stanford, and this was a real advantage for them.\n\nThe empirical evidence is clear on this. If you look at where the largest numbers of successful startups come from, it's pretty much the same as the list of the most selective universities.\n\nI don't think it's the prestigious names of these universities that cause more good startups to come out of them. Nor do I think it's because the quality of the teaching is better. What's driving this is simply the difficulty of getting in. You have to be pretty smart and determined to get into MIT or Cambridge, so if you do manage to get in, you'll find the other students include a lot of smart and determined people. [3]\n\nYou don't have to start a startup with someone you meet at university. The founders of Twitch met when they were seven. The founders of Stripe, Patrick and John Collison, met when John was born. But universities are the main source of cofounders. And because they're where the cofounders are, they're also where the ideas are, because the best ideas grow out of projects you do with the people who become your cofounders.\n\nSo the list of what you need to do to get from here to starting a startup is quite short. You need to get good at technology, and the way to do that is to work on your own projects. And you need to do as well in school as you can, so you can get into a good university, because that's where the cofounders and the ideas are.\n\nThat's it, just two things, build stuff and do well in school.\n\nEND EXAMPLE PAUL GRAHAM ESSAYS\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay exactly like Paul Graham would write it as seen in the examples above. \n\n- Use the adjectives and superlatives that are used in the examples, and understand the TYPES of those that are used, and use similar ones and not dissimilar ones to better emulate the style.\n\n- That means the essay should be written in a simple, conversational style, not in a grandiose or academic style.\n\n- Use the same style, vocabulary level, and sentence structure as Paul Graham.\n\n# OUTPUT FORMAT\n\n- Output a full, publish-ready essay about the content provided using the instructions above.\n\n- Write in Paul Graham's simple, plain, clear, and conversational style, not in a grandiose or academic style.\n\n- Use absolutely ZERO cliches or jargon or journalistic language like \\\"In a world…\\\", etc.\n\n- Do not use cliches or jargon.\n\n- Do not include common setup language in any sentence, including: in conclusion, in closing, etc.\n\n- Do not output warnings or notes—just the output requested.\n\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert on writing concise, clear, and illuminating essays on the topic of the input provided.\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay in the style of Paul Graham, who is known for this concise, clear, and simple style of writing.\n\nEXAMPLE PAUL GRAHAM ESSAYS\n\nWriting about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. The first words you choose are usually wrong; you have to rewrite sentences over and over to get them exactly right. And your ideas won't just be imprecise, but incomplete too. Half the ideas that end up in an essay will be ones you thought of while you were writing it. Indeed, that's why I write them.\n\nOnce you publish something, the convention is that whatever you wrote was what you thought before you wrote it. These were your ideas, and now you've expressed them. But you know this isn't true. You know that putting your ideas into words changed them. And not just the ideas you published. Presumably there were others that turned out to be too broken to fix, and those you discarded instead.\n\nIt's not just having to commit your ideas to specific words that makes writing so exacting. The real test is reading what you've written. You have to pretend to be a neutral reader who knows nothing of what's in your head, only what you wrote. When he reads what you wrote, does it seem correct? Does it seem complete? If you make an effort, you can read your writing as if you were a complete stranger, and when you do the news is usually bad. It takes me many cycles before I can get an essay past the stranger. But the stranger is rational, so you always can, if you ask him what he needs. If he's not satisfied because you failed to mention x or didn't qualify some sentence sufficiently, then you mention x or add more qualifications. Happy now? It may cost you some nice sentences, but you have to resign yourself to that. You just have to make them as good as you can and still satisfy the stranger.\n\nThis much, I assume, won't be that controversial. I think it will accord with the experience of anyone who has tried to write about anything non-trivial. There may exist people whose thoughts are so perfectly formed that they just flow straight into words. But I've never known anyone who could do this, and if I met someone who said they could, it would seem evidence of their limitations rather than their ability. Indeed, this is a trope in movies: the guy who claims to have a plan for doing some difficult thing, and who when questioned further, taps his head and says \\\"It's all up here.\\\" Everyone watching the movie knows what that means. At best the plan is vague and incomplete. Very likely there's some undiscovered flaw that invalidates it completely. At best it's a plan for a plan.\n\nIn precisely defined domains it's possible to form complete ideas in your head. People can play chess in their heads, for example. And mathematicians can do some amount of math in their heads, though they don't seem to feel sure of a proof over a certain length till they write it down. But this only seems possible with ideas you can express in a formal language. [1] Arguably what such people are doing is putting ideas into words in their heads. I can to some extent write essays in my head. I'll sometimes think of a paragraph while walking or lying in bed that survives nearly unchanged in the final version. But really I'm writing when I do this. I'm doing the mental part of writing; my fingers just aren't moving as I do it. [2]\n\nYou can know a great deal about something without writing about it. Can you ever know so much that you wouldn't learn more from trying to explain what you know? I don't think so. I've written about at least two subjects I know well — Lisp hacking and startups — and in both cases I learned a lot from writing about them. In both cases there were things I didn't consciously realize till I had to explain them. And I don't think my experience was anomalous. A great deal of knowledge is unconscious, and experts have if anything a higher proportion of unconscious knowledge than beginners.\n\nI'm not saying that writing is the best way to explore all ideas. If you have ideas about architecture, presumably the best way to explore them is to build actual buildings. What I'm saying is that however much you learn from exploring ideas in other ways, you'll still learn new things from writing about them.\n\nPutting ideas into words doesn't have to mean writing, of course. You can also do it the old way, by talking. But in my experience, writing is the stricter test. You have to commit to a single, optimal sequence of words. Less can go unsaid when you don't have tone of voice to carry meaning. And you can focus in a way that would seem excessive in conversation. I'll often spend 2 weeks on an essay and reread drafts 50 times. If you did that in conversation it would seem evidence of some kind of mental disorder. If you're lazy, of course, writing and talking are equally useless. But if you want to push yourself to get things right, writing is the steeper hill. [3]\n\nThe reason I've spent so long establishing this rather obvious point is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anything non-trivial.\n\nIt feels to them as if they do, especially if they're not in the habit of critically examining their own thinking. Ideas can feel complete. It's only when you try to put them into words that you discover they're not. So if you never subject your ideas to that test, you'll not only never have fully formed ideas, but also never realize it.\n\nPutting ideas into words is certainly no guarantee that they'll be right. Far from it. But though it's not a sufficient condition, it is a necessary one.\n\t\t\nWhat You Can't Say\n\nJanuary 2004\n\nHave you ever seen an old photo of yourself and been embarrassed at the way you looked? Did we actually dress like that? We did. And we had no idea how silly we looked. It's the nature of fashion to be invisible, in the same way the movement of the earth is invisible to all of us riding on it.\n\nWhat scares me is that there are moral fashions too. They're just as arbitrary, and just as invisible to most people. But they're much more dangerous. Fashion is mistaken for good design; moral fashion is mistaken for good. Dressing oddly gets you laughed at. Violating moral fashions can get you fired, ostracized, imprisoned, or even killed.\n\nIf you could travel back in a time machine, one thing would be true no matter where you went: you'd have to watch what you said. Opinions we consider harmless could have gotten you in big trouble. I've already said at least one thing that would have gotten me in big trouble in most of Europe in the seventeenth century, and did get Galileo in big trouble when he said it — that the earth moves. [1]\n\nIt seems to be a constant throughout history: In every period, people believed things that were just ridiculous, and believed them so strongly that you would have gotten in terrible trouble for saying otherwise.\n\nIs our time any different? To anyone who has read any amount of history, the answer is almost certainly no. It would be a remarkable coincidence if ours were the first era to get everything just right.\n\nIt's tantalizing to think we believe things that people in the future will find ridiculous. What would someone coming back to visit us in a time machine have to be careful not to say? That's what I want to study here. But I want to do more than just shock everyone with the heresy du jour. I want to find general recipes for discovering what you can't say, in any era.\n\nThe Conformist Test\n\nLet's start with a test: Do you have any opinions that you would be reluctant to express in front of a group of your peers?\n\nIf the answer is no, you might want to stop and think about that. If everything you believe is something you're supposed to believe, could that possibly be a coincidence? Odds are it isn't. Odds are you just think what you're told.\n\nThe other alternative would be that you independently considered every question and came up with the exact same answers that are now considered acceptable. That seems unlikely, because you'd also have to make the same mistakes. Mapmakers deliberately put slight mistakes in their maps so they can tell when someone copies them. If another map has the same mistake, that's very convincing evidence.\n\nLike every other era in history, our moral map almost certainly contains a few mistakes. And anyone who makes the same mistakes probably didn't do it by accident. It would be like someone claiming they had independently decided in 1972 that bell-bottom jeans were a good idea.\n\nIf you believe everything you're supposed to now, how can you be sure you wouldn't also have believed everything you were supposed to if you had grown up among the plantation owners of the pre-Civil War South, or in Germany in the 1930s — or among the Mongols in 1200, for that matter? Odds are you would have.\n\nBack in the era of terms like \\\"well-adjusted,\\\" the idea seemed to be that there was something wrong with you if you thought things you didn't dare say out loud. This seems backward. Almost certainly, there is something wrong with you if you don't think things you don't dare say out loud.\n\nTrouble\n\nWhat can't we say? One way to find these ideas is simply to look at things people do say, and get in trouble for. [2]\n\nOf course, we're not just looking for things we can't say. We're looking for things we can't say that are true, or at least have enough chance of being true that the question should remain open. But many of the things people get in trouble for saying probably do make it over this second, lower threshold. No one gets in trouble for saying that 2 + 2 is 5, or that people in Pittsburgh are ten feet tall. Such obviously false statements might be treated as jokes, or at worst as evidence of insanity, but they are not likely to make anyone mad. The statements that make people mad are the ones they worry might be believed. I suspect the statements that make people maddest are those they worry might be true.\n\nIf Galileo had said that people in Padua were ten feet tall, he would have been regarded as a harmless eccentric. Saying the earth orbited the sun was another matter. The church knew this would set people thinking.\n\nCertainly, as we look back on the past, this rule of thumb works well. A lot of the statements people got in trouble for seem harmless now. So it's likely that visitors from the future would agree with at least some of the statements that get people in trouble today. Do we have no Galileos? Not likely.\n\nTo find them, keep track of opinions that get people in trouble, and start asking, could this be true? Ok, it may be heretical (or whatever modern equivalent), but might it also be true?\n\nHeresy\n\nThis won't get us all the answers, though. What if no one happens to have gotten in trouble for a particular idea yet? What if some idea would be so radioactively controversial that no one would dare express it in public? How can we find these too?\n\nAnother approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. \\\"Blasphemy\\\", \\\"sacrilege\\\", and \\\"heresy\\\" were such labels for a good part of western history, as in more recent times \\\"indecent\\\", \\\"improper\\\", and \\\"unamerican\\\" have been. By now these labels have lost their sting. They always do. By now they're mostly used ironically. But in their time, they had real force.\n\nThe word \\\"defeatist\\\", for example, has no particular political connotations now. But in Germany in 1917 it was a weapon, used by Ludendorff in a purge of those who favored a negotiated peace. At the start of World War II it was used extensively by Churchill and his supporters to silence their opponents. In 1940, any argument against Churchill's aggressive policy was \\\"defeatist\\\". Was it right or wrong? Ideally, no one got far enough to ask that.\n\nWe have such labels today, of course, quite a lot of them, from the all-purpose \\\"inappropriate\\\" to the dreaded \\\"divisive.\\\" In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that's a straightforward criticism, but when he attacks a statement as \\\"divisive\\\" or \\\"racially insensitive\\\" instead of arguing that it's false, we should start paying attention.\n\nSo another way to figure out which of our taboos future generations will laugh at is to start with the labels. Take a label — \\\"sexist\\\", for example — and try to think of some ideas that would be called that. Then for each ask, might this be true?\n\nJust start listing ideas at random? Yes, because they won't really be random. The ideas that come to mind first will be the most plausible ones. They'll be things you've already noticed but didn't let yourself think.\n\nIn 1989 some clever researchers tracked the eye movements of radiologists as they scanned chest images for signs of lung cancer. [3] They found that even when the radiologists missed a cancerous lesion, their eyes had usually paused at the site of it. Part of their brain knew there was something there; it just didn't percolate all the way up into conscious knowledge. I think many interesting heretical thoughts are already mostly formed in our minds. If we turn off our self-censorship temporarily, those will be the first to emerge.\n\nTime and Space\n\nIf we could look into the future it would be obvious which of our taboos they'd laugh at. We can't do that, but we can do something almost as good: we can look into the past. Another way to figure out what we're getting wrong is to look at what used to be acceptable and is now unthinkable.\n\nChanges between the past and the present sometimes do represent progress. In a field like physics, if we disagree with past generations it's because we're right and they're wrong. But this becomes rapidly less true as you move away from the certainty of the hard sciences. By the time you get to social questions, many changes are just fashion. The age of consent fluctuates like hemlines.\n\nWe may imagine that we are a great deal smarter and more virtuous than past generations, but the more history you read, the less likely this seems. People in past times were much like us. Not heroes, not barbarians. Whatever their ideas were, they were ideas reasonable people could believe.\n\nSo here is another source of interesting heresies. Diff present ideas against those of various past cultures, and see what you get. [4] Some will be shocking by present standards. Ok, fine; but which might also be true?\n\nYou don't have to look into the past to find big differences. In our own time, different societies have wildly varying ideas of what's ok and what isn't. So you can try diffing other cultures' ideas against ours as well. (The best way to do that is to visit them.) Any idea that's considered harmless in a significant percentage of times and places, and yet is taboo in ours, is a candidate for something we're mistaken about.\n\nFor example, at the high water mark of political correctness in the early 1990s, Harvard distributed to its faculty and staff a brochure saying, among other things, that it was inappropriate to compliment a colleague or student's clothes. No more \\\"nice shirt.\\\" I think this principle is rare among the world's cultures, past or present. There are probably more where it's considered especially polite to compliment someone's clothing than where it's considered improper. Odds are this is, in a mild form, an example of one of the taboos a visitor from the future would have to be careful to avoid if he happened to set his time machine for Cambridge, Massachusetts, 1992. [5]\n\nPrigs\n\nOf course, if they have time machines in the future they'll probably have a separate reference manual just for Cambridge. This has always been a fussy place, a town of i dotters and t crossers, where you're liable to get both your grammar and your ideas corrected in the same conversation. And that suggests another way to find taboos. Look for prigs, and see what's inside their heads.\n\nKids' heads are repositories of all our taboos. It seems fitting to us that kids' ideas should be bright and clean. The picture we give them of the world is not merely simplified, to suit their developing minds, but sanitized as well, to suit our ideas of what kids ought to think. [6]\n\nYou can see this on a small scale in the matter of dirty words. A lot of my friends are starting to have children now, and they're all trying not to use words like \\\"fuck\\\" and \\\"shit\\\" within baby's hearing, lest baby start using these words too. But these words are part of the language, and adults use them all the time. So parents are giving their kids an inaccurate idea of the language by not using them. Why do they do this? Because they don't think it's fitting that kids should use the whole language. We like children to seem innocent. [7]\n\nMost adults, likewise, deliberately give kids a misleading view of the world. One of the most obvious examples is Santa Claus. We think it's cute for little kids to believe in Santa Claus. I myself think it's cute for little kids to believe in Santa Claus. But one wonders, do we tell them this stuff for their sake, or for ours?\n\nI'm not arguing for or against this idea here. It is probably inevitable that parents should want to dress up their kids' minds in cute little baby outfits. I'll probably do it myself. The important thing for our purposes is that, as a result, a well brought-up teenage kid's brain is a more or less complete collection of all our taboos — and in mint condition, because they're untainted by experience. Whatever we think that will later turn out to be ridiculous, it's almost certainly inside that head.\n\nHow do we get at these ideas? By the following thought experiment. Imagine a kind of latter-day Conrad character who has worked for a time as a mercenary in Africa, for a time as a doctor in Nepal, for a time as the manager of a nightclub in Miami. The specifics don't matter — just someone who has seen a lot. Now imagine comparing what's inside this guy's head with what's inside the head of a well-behaved sixteen year old girl from the suburbs. What does he think that would shock her? He knows the world; she knows, or at least embodies, present taboos. Subtract one from the other, and the result is what we can't say.\n\nMechanism\n\nI can think of one more way to figure out what we can't say: to look at how taboos are created. How do moral fashions arise, and why are they adopted? If we can understand this mechanism, we may be able to see it at work in our own time.\n\nMoral fashions don't seem to be created the way ordinary fashions are. Ordinary fashions seem to arise by accident when everyone imitates the whim of some influential person. The fashion for broad-toed shoes in late fifteenth century Europe began because Charles VIII of France had six toes on one foot. The fashion for the name Gary began when the actor Frank Cooper adopted the name of a tough mill town in Indiana. Moral fashions more often seem to be created deliberately. When there's something we can't say, it's often because some group doesn't want us to.\n\nThe prohibition will be strongest when the group is nervous. The irony of Galileo's situation was that he got in trouble for repeating Copernicus's ideas. Copernicus himself didn't. In fact, Copernicus was a canon of a cathedral, and dedicated his book to the pope. But by Galileo's time the church was in the throes of the Counter-Reformation and was much more worried about unorthodox ideas.\n\nTo launch a taboo, a group has to be poised halfway between weakness and power. A confident group doesn't need taboos to protect it. It's not considered improper to make disparaging remarks about Americans, or the English. And yet a group has to be powerful enough to enforce a taboo. Coprophiles, as of this writing, don't seem to be numerous or energetic enough to have had their interests promoted to a lifestyle.\n\nI suspect the biggest source of moral taboos will turn out to be power struggles in which one side only barely has the upper hand. That's where you'll find a group powerful enough to enforce taboos, but weak enough to need them.\n\nMost struggles, whatever they're really about, will be cast as struggles between competing ideas. The English Reformation was at bottom a struggle for wealth and power, but it ended up being cast as a struggle to preserve the souls of Englishmen from the corrupting influence of Rome. It's easier to get people to fight for an idea. And whichever side wins, their ideas will also be considered to have triumphed, as if God wanted to signal his agreement by selecting that side as the victor.\n\nWe often like to think of World War II as a triumph of freedom over totalitarianism. We conveniently forget that the Soviet Union was also one of the winners.\n\nI'm not saying that struggles are never about ideas, just that they will always be made to seem to be about ideas, whether they are or not. And just as there is nothing so unfashionable as the last, discarded fashion, there is nothing so wrong as the principles of the most recently defeated opponent. Representational art is only now recovering from the approval of both Hitler and Stalin. [8]\n\nAlthough moral fashions tend to arise from different sources than fashions in clothing, the mechanism of their adoption seems much the same. The early adopters will be driven by ambition: self-consciously cool people who want to distinguish themselves from the common herd. As the fashion becomes established they'll be joined by a second, much larger group, driven by fear. [9] This second group adopt the fashion not because they want to stand out but because they are afraid of standing out.\n\nSo if you want to figure out what we can't say, look at the machinery of fashion and try to predict what it would make unsayable. What groups are powerful but nervous, and what ideas would they like to suppress? What ideas were tarnished by association when they ended up on the losing side of a recent struggle? If a self-consciously cool person wanted to differentiate himself from preceding fashions (e.g. from his parents), which of their ideas would he tend to reject? What are conventional-minded people afraid of saying?\n\nThis technique won't find us all the things we can't say. I can think of some that aren't the result of any recent struggle. Many of our taboos are rooted deep in the past. But this approach, combined with the preceding four, will turn up a good number of unthinkable ideas.\n\nWhy\n\nSome would ask, why would one want to do this? Why deliberately go poking around among nasty, disreputable ideas? Why look under rocks?\n\nI do it, first of all, for the same reason I did look under rocks as a kid: plain curiosity. And I'm especially curious about anything that's forbidden. Let me see and decide for myself.\n\nSecond, I do it because I don't like the idea of being mistaken. If, like other eras, we believe things that will later seem ridiculous, I want to know what they are so that I, at least, can avoid believing them.\n\nThird, I do it because it's good for the brain. To do good work you need a brain that can go anywhere. And you especially need a brain that's in the habit of going where it's not supposed to.\n\nGreat work tends to grow out of ideas that others have overlooked, and no idea is so overlooked as one that's unthinkable. Natural selection, for example. It's so simple. Why didn't anyone think of it before? Well, that is all too obvious. Darwin himself was careful to tiptoe around the implications of his theory. He wanted to spend his time thinking about biology, not arguing with people who accused him of being an atheist.\n\nIn the sciences, especially, it's a great advantage to be able to question assumptions. The m.o. of scientists, or at least of the good ones, is precisely that: look for places where conventional wisdom is broken, and then try to pry apart the cracks and see what's underneath. That's where new theories come from.\n\nA good scientist, in other words, does not merely ignore conventional wisdom, but makes a special effort to break it. Scientists go looking for trouble. This should be the m.o. of any scholar, but scientists seem much more willing to look under rocks. [10]\n\nWhy? It could be that the scientists are simply smarter; most physicists could, if necessary, make it through a PhD program in French literature, but few professors of French literature could make it through a PhD program in physics. Or it could be because it's clearer in the sciences whether theories are true or false, and this makes scientists bolder. (Or it could be that, because it's clearer in the sciences whether theories are true or false, you have to be smart to get jobs as a scientist, rather than just a good politician.)\n\nWhatever the reason, there seems a clear correlation between intelligence and willingness to consider shocking ideas. This isn't just because smart people actively work to find holes in conventional thinking. I think conventions also have less hold over them to start with. You can see that in the way they dress.\n\nIt's not only in the sciences that heresy pays off. In any competitive field, you can win big by seeing things that others daren't. And in every field there are probably heresies few dare utter. Within the US car industry there is a lot of hand-wringing now about declining market share. Yet the cause is so obvious that any observant outsider could explain it in a second: they make bad cars. And they have for so long that by now the US car brands are antibrands — something you'd buy a car despite, not because of. Cadillac stopped being the Cadillac of cars in about 1970. And yet I suspect no one dares say this. [11] Otherwise these companies would have tried to fix the problem.\n\nTraining yourself to think unthinkable thoughts has advantages beyond the thoughts themselves. It's like stretching. When you stretch before running, you put your body into positions much more extreme than any it will assume during the run. If you can think things so outside the box that they'd make people's hair stand on end, you'll have no trouble with the small trips outside the box that people call innovative.\n\nPensieri Stretti\n\nWhen you find something you can't say, what do you do with it? My advice is, don't say it. Or at least, pick your battles.\n\nSuppose in the future there is a movement to ban the color yellow. Proposals to paint anything yellow are denounced as \\\"yellowist\\\", as is anyone suspected of liking the color. People who like orange are tolerated but viewed with suspicion. Suppose you realize there is nothing wrong with yellow. If you go around saying this, you'll be denounced as a yellowist too, and you'll find yourself having a lot of arguments with anti-yellowists. If your aim in life is to rehabilitate the color yellow, that may be what you want. But if you're mostly interested in other questions, being labelled as a yellowist will just be a distraction. Argue with idiots, and you become an idiot.\n\nThe most important thing is to be able to think what you want, not to say what you want. And if you feel you have to say everything you think, it may inhibit you from thinking improper thoughts. I think it's better to follow the opposite policy. Draw a sharp line between your thoughts and your speech. Inside your head, anything is allowed. Within my head I make a point of encouraging the most outrageous thoughts I can imagine. But, as in a secret society, nothing that happens within the building should be told to outsiders. The first rule of Fight Club is, you do not talk about Fight Club.\n\nWhen Milton was going to visit Italy in the 1630s, Sir Henry Wootton, who had been ambassador to Venice, told him his motto should be \\\"i pensieri stretti & il viso sciolto.\\\" Closed thoughts and an open face. Smile at everyone, and don't tell them what you're thinking. This was wise advice. Milton was an argumentative fellow, and the Inquisition was a bit restive at that time. But I think the difference between Milton's situation and ours is only a matter of degree. Every era has its heresies, and if you don't get imprisoned for them you will at least get in enough trouble that it becomes a complete distraction.\n\nI admit it seems cowardly to keep quiet. When I read about the harassment to which the Scientologists subject their critics [12], or that pro-Israel groups are \\\"compiling dossiers\\\" on those who speak out against Israeli human rights abuses [13], or about people being sued for violating the DMCA [14], part of me wants to say, \\\"All right, you bastards, bring it on.\\\" The problem is, there are so many things you can't say. If you said them all you'd have no time left for your real work. You'd have to turn into Noam Chomsky. [15]\n\nThe trouble with keeping your thoughts secret, though, is that you lose the advantages of discussion. Talking about an idea leads to more ideas. So the optimal plan, if you can manage it, is to have a few trusted friends you can speak openly to. This is not just a way to develop ideas; it's also a good rule of thumb for choosing friends. The people you can say heretical things to without getting jumped on are also the most interesting to know.\n\nViso Sciolto?\n\nI don't think we need the viso sciolto so much as the pensieri stretti. Perhaps the best policy is to make it plain that you don't agree with whatever zealotry is current in your time, but not to be too specific about what you disagree with. Zealots will try to draw you out, but you don't have to answer them. If they try to force you to treat a question on their terms by asking \\\"are you with us or against us?\\\" you can always just answer \\\"neither\\\".\n\nBetter still, answer \\\"I haven't decided.\\\" That's what Larry Summers did when a group tried to put him in this position. Explaining himself later, he said \\\"I don't do litmus tests.\\\" [16] A lot of the questions people get hot about are actually quite complicated. There is no prize for getting the answer quickly.\n\nIf the anti-yellowists seem to be getting out of hand and you want to fight back, there are ways to do it without getting yourself accused of being a yellowist. Like skirmishers in an ancient army, you want to avoid directly engaging the main body of the enemy's troops. Better to harass them with arrows from a distance.\n\nOne way to do this is to ratchet the debate up one level of abstraction. If you argue against censorship in general, you can avoid being accused of whatever heresy is contained in the book or film that someone is trying to censor. You can attack labels with meta-labels: labels that refer to the use of labels to prevent discussion. The spread of the term \\\"political correctness\\\" meant the beginning of the end of political correctness, because it enabled one to attack the phenomenon as a whole without being accused of any of the specific heresies it sought to suppress.\n\nAnother way to counterattack is with metaphor. Arthur Miller undermined the House Un-American Activities Committee by writing a play, \\\"The Crucible,\\\" about the Salem witch trials. He never referred directly to the committee and so gave them no way to reply. What could HUAC do, defend the Salem witch trials? And yet Miller's metaphor stuck so well that to this day the activities of the committee are often described as a \\\"witch-hunt.\\\"\n\nBest of all, probably, is humor. Zealots, whatever their cause, invariably lack a sense of humor. They can't reply in kind to jokes. They're as unhappy on the territory of humor as a mounted knight on a skating rink. Victorian prudishness, for example, seems to have been defeated mainly by treating it as a joke. Likewise its reincarnation as political correctness. \\\"I am glad that I managed to write 'The Crucible,'\\\" Arthur Miller wrote, \\\"but looking back I have often wished I'd had the temperament to do an absurd comedy, which is what the situation deserved.\\\" [17]\n\nABQ\n\nA Dutch friend says I should use Holland as an example of a tolerant society. It's true they have a long tradition of comparative open-mindedness. For centuries the low countries were the place to go to say things you couldn't say anywhere else, and this helped to make the region a center of scholarship and industry (which have been closely tied for longer than most people realize). Descartes, though claimed by the French, did much of his thinking in Holland.\n\nAnd yet, I wonder. The Dutch seem to live their lives up to their necks in rules and regulations. There's so much you can't do there; is there really nothing you can't say?\n\nCertainly the fact that they value open-mindedness is no guarantee. Who thinks they're not open-minded? Our hypothetical prim miss from the suburbs thinks she's open-minded. Hasn't she been taught to be? Ask anyone, and they'll say the same thing: they're pretty open-minded, though they draw the line at things that are really wrong. (Some tribes may avoid \\\"wrong\\\" as judgemental, and may instead use a more neutral sounding euphemism like \\\"negative\\\" or \\\"destructive\\\".)\n\nWhen people are bad at math, they know it, because they get the wrong answers on tests. But when people are bad at open-mindedness they don't know it. In fact they tend to think the opposite. Remember, it's the nature of fashion to be invisible. It wouldn't work otherwise. Fashion doesn't seem like fashion to someone in the grip of it. It just seems like the right thing to do. It's only by looking from a distance that we see oscillations in people's idea of the right thing to do, and can identify them as fashions.\n\nTime gives us such distance for free. Indeed, the arrival of new fashions makes old fashions easy to see, because they seem so ridiculous by contrast. From one end of a pendulum's swing, the other end seems especially far away.\n\nTo see fashion in your own time, though, requires a conscious effort. Without time to give you distance, you have to create distance yourself. Instead of being part of the mob, stand as far away from it as you can and watch what it's doing. And pay especially close attention whenever an idea is being suppressed. Web filters for children and employees often ban sites containing pornography, violence, and hate speech. What counts as pornography and violence? And what, exactly, is \\\"hate speech?\\\" This sounds like a phrase out of 1984.\n\nLabels like that are probably the biggest external clue. If a statement is false, that's the worst thing you can say about it. You don't need to say that it's heretical. And if it isn't false, it shouldn't be suppressed. So when you see statements being attacked as x-ist or y-ic (substitute your current values of x and y), whether in 1630 or 2030, that's a sure sign that something is wrong. When you hear such labels being used, ask why.\n\nEspecially if you hear yourself using them. It's not just the mob you need to learn to watch from a distance. You need to be able to watch your own thoughts from a distance. That's not a radical idea, by the way; it's the main difference between children and adults. When a child gets angry because he's tired, he doesn't know what's happening. An adult can distance himself enough from the situation to say \\\"never mind, I'm just tired.\\\" I don't see why one couldn't, by a similar process, learn to recognize and discount the effects of moral fashions.\n\nYou have to take that extra step if you want to think clearly. But it's harder, because now you're working against social customs instead of with them. Everyone encourages you to grow up to the point where you can discount your own bad moods. Few encourage you to continue to the point where you can discount society's bad moods.\n\nHow can you see the wave, when you're the water? Always be questioning. That's the only defence. What can't you say? And why?\n\nHow to Start Google\n\nMarch 2024\n\n(This is a talk I gave to 14 and 15 year olds about what to do now if they might want to start a startup later. Lots of schools think they should tell students something about startups. This is what I think they should tell them.)\n\nMost of you probably think that when you're released into the so-called real world you'll eventually have to get some kind of job. That's not true, and today I'm going to talk about a trick you can use to avoid ever having to get a job.\n\nThe trick is to start your own company. So it's not a trick for avoiding work, because if you start your own company you'll work harder than you would if you had an ordinary job. But you will avoid many of the annoying things that come with a job, including a boss telling you what to do.\n\nIt's more exciting to work on your own project than someone else's. And you can also get a lot richer. In fact, this is the standard way to get really rich. If you look at the lists of the richest people that occasionally get published in the press, nearly all of them did it by starting their own companies.\n\nStarting your own company can mean anything from starting a barber shop to starting Google. I'm here to talk about one extreme end of that continuum. I'm going to tell you how to start Google.\n\nThe companies at the Google end of the continuum are called startups when they're young. The reason I know about them is that my wife Jessica and I started something called Y Combinator that is basically a startup factory. Since 2005, Y Combinator has funded over 4000 startups. So we know exactly what you need to start a startup, because we've helped people do it for the last 19 years.\n\nYou might have thought I was joking when I said I was going to tell you how to start Google. You might be thinking \\\"How could we start Google?\\\" But that's effectively what the people who did start Google were thinking before they started it. If you'd told Larry Page and Sergey Brin, the founders of Google, that the company they were about to start would one day be worth over a trillion dollars, their heads would have exploded.\n\nAll you can know when you start working on a startup is that it seems worth pursuing. You can't know whether it will turn into a company worth billions or one that goes out of business. So when I say I'm going to tell you how to start Google, I mean I'm going to tell you how to get to the point where you can start a company that has as much chance of being Google as Google had of being Google. [1]\n\nHow do you get from where you are now to the point where you can start a successful startup? You need three things. You need to be good at some kind of technology, you need an idea for what you're going to build, and you need cofounders to start the company with.\n\nHow do you get good at technology? And how do you choose which technology to get good at? Both of those questions turn out to have the same answer: work on your own projects. Don't try to guess whether gene editing or LLMs or rockets will turn out to be the most valuable technology to know about. No one can predict that. Just work on whatever interests you the most. You'll work much harder on something you're interested in than something you're doing because you think you're supposed to.\n\nIf you're not sure what technology to get good at, get good at programming. That has been the source of the median startup for the last 30 years, and this is probably not going to change in the next 10.\n\nThose of you who are taking computer science classes in school may at this point be thinking, ok, we've got this sorted. We're already being taught all about programming. But sorry, this is not enough. You have to be working on your own projects, not just learning stuff in classes. You can do well in computer science classes without ever really learning to program. In fact you can graduate with a degree in computer science from a top university and still not be any good at programming. That's why tech companies all make you take a coding test before they'll hire you, regardless of where you went to university or how well you did there. They know grades and exam results prove nothing.\n\nIf you really want to learn to program, you have to work on your own projects. You learn so much faster that way. Imagine you're writing a game and there's something you want to do in it, and you don't know how. You're going to figure out how a lot faster than you'd learn anything in a class.\n\nYou don't have to learn programming, though. If you're wondering what counts as technology, it includes practically everything you could describe using the words \\\"make\\\" or \\\"build.\\\" So welding would count, or making clothes, or making videos. Whatever you're most interested in. The critical distinction is whether you're producing or just consuming. Are you writing computer games, or just playing them? That's the cutoff.\n\nSteve Jobs, the founder of Apple, spent time when he was a teenager studying calligraphy — the sort of beautiful writing that you see in medieval manuscripts. No one, including him, thought that this would help him in his career. He was just doing it because he was interested in it. But it turned out to help him a lot. The computer that made Apple really big, the Macintosh, came out at just the moment when computers got powerful enough to make letters like the ones in printed books instead of the computery-looking letters you see in 8 bit games. Apple destroyed everyone else at this, and one reason was that Steve was one of the few people in the computer business who really got graphic design.\n\nDon't feel like your projects have to be serious. They can be as frivolous as you like, so long as you're building things you're excited about. Probably 90% of programmers start out building games. They and their friends like to play games. So they build the kind of things they and their friends want. And that's exactly what you should be doing at 15 if you want to start a startup one day.\n\nYou don't have to do just one project. In fact it's good to learn about multiple things. Steve Jobs didn't just learn calligraphy. He also learned about electronics, which was even more valuable. Whatever you're interested in. (Do you notice a theme here?)\n\nSo that's the first of the three things you need, to get good at some kind or kinds of technology. You do it the same way you get good at the violin or football: practice. If you start a startup at 22, and you start writing your own programs now, then by the time you start the company you'll have spent at least 7 years practicing writing code, and you can get pretty good at anything after practicing it for 7 years.\n\nLet's suppose you're 22 and you've succeeded: You're now really good at some technology. How do you get startup ideas? It might seem like that's the hard part. Even if you are a good programmer, how do you get the idea to start Google?\n\nActually it's easy to get startup ideas once you're good at technology. Once you're good at some technology, when you look at the world you see dotted outlines around the things that are missing. You start to be able to see both the things that are missing from the technology itself, and all the broken things that could be fixed using it, and each one of these is a potential startup.\n\nIn the town near our house there's a shop with a sign warning that the door is hard to close. The sign has been there for several years. To the people in the shop it must seem like this mysterious natural phenomenon that the door sticks, and all they can do is put up a sign warning customers about it. But any carpenter looking at this situation would think \\\"why don't you just plane off the part that sticks?\\\"\n\nOnce you're good at programming, all the missing software in the world starts to become as obvious as a sticking door to a carpenter. I'll give you a real world example. Back in the 20th century, American universities used to publish printed directories with all the students' names and contact info. When I tell you what these directories were called, you'll know which startup I'm talking about. They were called facebooks, because they usually had a picture of each student next to their name.\n\nSo Mark Zuckerberg shows up at Harvard in 2002, and the university still hasn't gotten the facebook online. Each individual house has an online facebook, but there isn't one for the whole university. The university administration has been diligently having meetings about this, and will probably have solved the problem in another decade or so. Most of the students don't consciously notice that anything is wrong. But Mark is a programmer. He looks at this situation and thinks \\\"Well, this is stupid. I could write a program to fix this in one night. Just let people upload their own photos and then combine the data into a new site for the whole university.\\\" So he does. And almost literally overnight he has thousands of users.\n\nOf course Facebook was not a startup yet. It was just a... project. There's that word again. Projects aren't just the best way to learn about technology. They're also the best source of startup ideas.\n\nFacebook was not unusual in this respect. Apple and Google also began as projects. Apple wasn't meant to be a company. Steve Wozniak just wanted to build his own computer. It only turned into a company when Steve Jobs said \\\"Hey, I wonder if we could sell plans for this computer to other people.\\\" That's how Apple started. They weren't even selling computers, just plans for computers. Can you imagine how lame this company seemed?\n\nDitto for Google. Larry and Sergey weren't trying to start a company at first. They were just trying to make search better. Before Google, most search engines didn't try to sort the results they gave you in order of importance. If you searched for \\\"rugby\\\" they just gave you every web page that contained the word \\\"rugby.\\\" And the web was so small in 1997 that this actually worked! Kind of. There might only be 20 or 30 pages with the word \\\"rugby,\\\" but the web was growing exponentially, which meant this way of doing search was becoming exponentially more broken. Most users just thought, \\\"Wow, I sure have to look through a lot of search results to find what I want.\\\" Door sticks. But like Mark, Larry and Sergey were programmers. Like Mark, they looked at this situation and thought \\\"Well, this is stupid. Some pages about rugby matter more than others. Let's figure out which those are and show them first.\\\"\n\nIt's obvious in retrospect that this was a great idea for a startup. It wasn't obvious at the time. It's never obvious. If it was obviously a good idea to start Apple or Google or Facebook, someone else would have already done it. That's why the best startups grow out of projects that aren't meant to be startups. You're not trying to start a company. You're just following your instincts about what's interesting. And if you're young and good at technology, then your unconscious instincts about what's interesting are better than your conscious ideas about what would be a good company.\n\nSo it's critical, if you're a young founder, to build things for yourself and your friends to use. The biggest mistake young founders make is to build something for some mysterious group of other people. But if you can make something that you and your friends truly want to use — something your friends aren't just using out of loyalty to you, but would be really sad to lose if you shut it down — then you almost certainly have the germ of a good startup idea. It may not seem like a startup to you. It may not be obvious how to make money from it. But trust me, there's a way.\n\nWhat you need in a startup idea, and all you need, is something your friends actually want. And those ideas aren't hard to see once you're good at technology. There are sticking doors everywhere. [2]\n\nNow for the third and final thing you need: a cofounder, or cofounders. The optimal startup has two or three founders, so you need one or two cofounders. How do you find them? Can you predict what I'm going to say next? It's the same thing: projects. You find cofounders by working on projects with them. What you need in a cofounder is someone who's good at what they do and that you work well with, and the only way to judge this is to work with them on things.\n\nAt this point I'm going to tell you something you might not want to hear. It really matters to do well in your classes, even the ones that are just memorization or blathering about literature, because you need to do well in your classes to get into a good university. And if you want to start a startup you should try to get into the best university you can, because that's where the best cofounders are. It's also where the best employees are. When Larry and Sergey started Google, they began by just hiring all the smartest people they knew out of Stanford, and this was a real advantage for them.\n\nThe empirical evidence is clear on this. If you look at where the largest numbers of successful startups come from, it's pretty much the same as the list of the most selective universities.\n\nI don't think it's the prestigious names of these universities that cause more good startups to come out of them. Nor do I think it's because the quality of the teaching is better. What's driving this is simply the difficulty of getting in. You have to be pretty smart and determined to get into MIT or Cambridge, so if you do manage to get in, you'll find the other students include a lot of smart and determined people. [3]\n\nYou don't have to start a startup with someone you meet at university. The founders of Twitch met when they were seven. The founders of Stripe, Patrick and John Collison, met when John was born. But universities are the main source of cofounders. And because they're where the cofounders are, they're also where the ideas are, because the best ideas grow out of projects you do with the people who become your cofounders.\n\nSo the list of what you need to do to get from here to starting a startup is quite short. You need to get good at technology, and the way to do that is to work on your own projects. And you need to do as well in school as you can, so you can get into a good university, because that's where the cofounders and the ideas are.\n\nThat's it, just two things, build stuff and do well in school.\n\nEND EXAMPLE PAUL GRAHAM ESSAYS\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay exactly like Paul Graham would write it as seen in the examples above. \n\n- Use the adjectives and superlatives that are used in the examples, and understand the TYPES of those that are used, and use similar ones and not dissimilar ones to better emulate the style.\n\n- That means the essay should be written in a simple, conversational style, not in a grandiose or academic style.\n\n- Use the same style, vocabulary level, and sentence structure as Paul Graham.\n\n# OUTPUT FORMAT\n\n- Output a full, publish-ready essay about the content provided using the instructions above.\n\n- Write in Paul Graham's simple, plain, clear, and conversational style, not in a grandiose or academic style.\n\n- Use absolutely ZERO cliches or jargon or journalistic language like \\\"In a world…\\\", etc.\n\n- Do not use cliches or jargon.\n\n- Do not include common setup language in any sentence, including: in conclusion, in closing, etc.\n\n- Do not output warnings or notes—just the output requested.\n\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.07398861646652222,0.6150459051132202,0.042413514107465744,0.3920385241508484,-0.1582079976797104,0.09360915422439575,-0.9318559169769287,0.027391016483306885,-0.11943089216947556,0.39875686168670654,-0.2286917269229889,0.9392623901367188,-0.056724775582551956,0.33200669288635254,0.04140060022473335,-0.17603780329227448,-0.6487192511558533,-0.8528725504875183,-1.4013571739196777,-0.08008084446191788,0.3527270555496216,0.2038920521736145,0.10973580926656723,-0.021836869418621063,0.23486465215682983,0.22912128269672394,0.5892950296401978,0.25041520595550537,-1.2100346088409424,-2.201305389404297,0.3698570728302002,0.03599979355931282,-0.47200655937194824,-0.6066378355026245,0.6188609600067139,-0.9265283942222595,0.03708035498857498,0.274994820356369,-0.8874233365058899,-0.49662911891937256,-0.15463782846927643,-0.2669748067855835,-0.008942529559135437,0.33822861313819885,-0.13420172035694122,-0.491495817899704,0.04464314505457878,-0.1577915996313095,0.7259249091148376,0.4189593195915222,-0.7088483572006226,-0.4053165018558502,-0.08560268580913544,0.20391154289245605,-0.43673059344291687,0.047742851078510284,0.3577883541584015,-0.2022472620010376,0.2543899118900299,-0.30256637930870056,-0.020583104342222214,0.21203482151031494,-4.29426908493042,0.10610026121139526,0.4822869598865509,0.7141421437263489,0.01635662466287613,0.4989069700241089,-0.23273076117038727,0.05453008413314819,-0.04170401394367218,0.08419680595397949,-0.30300113558769226,0.7470631003379822,0.4138551652431488,-0.038834281265735626,0.4327337443828583,0.09275650978088379,0.3865922689437866,-0.5192645192146301,0.16009025275707245,1.0687882900238037,-0.009862029924988747,0.062490805983543396,-0.7962285280227661,1.0663272142410278,-0.4398750960826874,0.23734885454177856,0.8166190981864929,0.21375469863414764,-0.3040904998779297,-0.2191946655511856,-0.015460139140486717,-0.30196261405944824,-1.084420919418335,0.45601922273635864,-0.2902630567550659,0.4293763339519501,0.14504460990428925,3.319786787033081,0.17458412051200867,-0.2737259566783905,0.4297095835208893,-0.8868304491043091,0.3137941062450409,-0.1722804605960846,0.25932762026786804,-0.5894458293914795,-0.42136773467063904,0.12631265819072723,0.12877146899700165,-0.13017390668392181,0.15895815193653107,-0.06888607144355774,0.946057915687561,-0.07423067837953568,-0.6706027388572693,0.3821982741355896,-0.2407682090997696,1.2324939966201782,-0.4401145577430725,0.1913960725069046,-0.7636465430259705,-0.17582526803016663,0.1268291473388672,0.041403040289878845,-0.1678095906972885,0.6005995869636536,-0.14932458102703094,-0.1022203117609024,-0.08975744992494583,-0.6221716403961182,-0.113718181848526,-0.3194195330142975,0.30262383818626404,-0.07061699777841568,0.12376528978347778,-0.17169494926929474,0.6496205925941467,-0.6783368587493896,0.33260220289230347,-1.1825406551361084,1.5342353582382202,0.5919290781021118,0.7318388819694519,0.2430105358362198,-0.40175846219062805,-0.04264677315950394,-0.9527672529220581,-0.5544180274009705,-0.28516048192977905,0.779681384563446,0.08439773321151733,0.574176013469696,0.8457289934158325,-0.23725077509880066,0.34095484018325806,0.5608408451080322,-0.6043760180473328,0.009475216269493103,0.022568706423044205,-0.28847846388816833,-0.147632896900177,0.6020854711532593,0.3065899610519409,-0.49507638812065125,0.6175282001495361,-0.0867585614323616,0.46568503975868225,-0.31442826986312866,0.3309832811355591,0.03446692228317261,0.37556779384613037,0.6577239036560059,-0.44323036074638367,0.6398714184761047,-0.1249721497297287,-0.020450934767723083,-0.1597464233636856,-0.2072930634021759,0.9404412508010864,0.1250637322664261,-0.058705613017082214,-0.9376909136772156,-0.23997506499290466,-0.0917334258556366,0.6692685484886169,0.3597795069217682,0.14325974881649017,0.41014811396598816,-1.4423407316207886,1.575330138206482,-0.40734511613845825,0.13828971982002258,-0.10482510179281235,-0.08978401124477386,-0.08569400012493134,0.19418178498744965,0.22674231231212616,-0.32201072573661804,-0.7876906991004944,-0.2393135130405426,-0.09064677357673645,0.07242672145366669,0.4928644895553589,-0.4453330338001251,-0.22080467641353607,-0.06257953494787216,0.3183385729789734,-0.10216040909290314,0.20734316110610962,-0.03131575882434845,0.7518126964569092,0.7654844522476196,0.43384259939193726,-0.2782347798347473,-0.322145015001297,0.29944175481796265,-0.02949194423854351,0.2769849896430969,0.5256863236427307,0.13477280735969543,-0.2574169933795929,-0.566470742225647,-0.6180064082145691,0.04739762842655182,-0.023718353360891342,-0.35072624683380127,-0.24399332702159882,-0.20161320269107819,0.05114167928695679,0.668170690536499,0.4237903654575348,1.136049747467041,0.20316201448440552,-0.053740523755550385,0.4133155941963196,0.3758673369884491,0.04947665333747864,-0.5691177845001221,0.27509281039237976,0.15692514181137085,0.07441931962966919,-0.1537039577960968,-0.049252480268478394,-0.49246057868003845,0.03884334862232208,-0.2958366870880127,-0.018991922959685326,2.2492516040802,0.32420870661735535,0.04447060450911522,0.4511288106441498,0.7615070343017578,0.2518270015716553,0.360094279050827,-1.789589524269104,-0.724131166934967,-0.5369064807891846,0.6070238947868347,-0.030062299221754074,-0.14355814456939697,0.41838231682777405,0.23554573953151703,0.08734571188688278,-0.22579018771648407,-0.24626986682415009,-0.48327192664146423,-0.39954280853271484,-0.38484078645706177,-0.95782470703125,0.35935574769973755,-0.2663543224334717,0.26866647601127625,-0.6582707762718201,0.07692284137010574,0.11910630762577057,0.29746752977371216,0.3908015191555023,-0.10238282382488251,0.6600962281227112,-0.06315130740404129,0.5667639374732971,0.30083417892456055,-0.5078230500221252,-0.17596691846847534,-0.6816675066947937,0.16785335540771484,-0.5439833998680115,-0.06394337117671967,0.010019578039646149,-0.45366522669792175,-1.1191447973251343,0.1328345239162445,1.6621341705322266,0.2270665466785431,0.6350868344306946,0.16755296289920807,0.0386774018406868,0.30688542127609253,-0.4808596968650818,0.05307763069868088,-0.2890419363975525,-0.31155461072921753,-0.4882245361804962,-0.42679300904273987,0.5162385702133179,-0.14342015981674194,-0.02884577214717865,0.6666972041130066,-0.1639867126941681,0.2907350957393646,-0.23268122971057892,-0.02229175716638565,0.2898450493812561,-0.4544232487678528,-0.5140172839164734,0.28954705595970154,-0.07567912340164185,-1.7863832712173462,-0.13457883894443512,0.022041935473680496,-0.26507264375686646,-0.08855486661195755,-0.1118360236287117,0.6164635419845581,0.18860158324241638,-0.11231675744056702,-0.051839232444763184,1.0088417530059814,0.34749341011047363,-0.2481919229030609,0.16634118556976318,0.010836943984031677,0.6809043884277344,-0.1230374425649643,0.05154985189437866,-0.03325299173593521,-0.2960840165615082,-0.2903934717178345,0.2625167667865753,1.4399452209472656,-0.13554280996322632,0.26759567856788635,-0.22550398111343384,0.2843766510486603,-0.41884279251098633,-0.9036641120910645,0.5644752979278564,-0.7352131009101868,-0.2661519944667816,0.6789408326148987,0.39544644951820374,-0.1383962333202362,0.34148094058036804,0.5351355075836182,-0.4349493384361267,0.10788668692111969,-0.6420004963874817,1.3460314273834229,-0.43436795473098755,-0.18274344503879547,-0.22676604986190796,0.5348258018493652,-0.266068696975708,0.13326029479503632,-0.21602420508861542,-0.14920853078365326,-0.3486902117729187,-0.10041295737028122,-0.06272676587104797,0.05164004862308502,0.4689737856388092,-0.01985686644911766,0.8266832232475281,-0.32059985399246216,-0.08290868997573853,0.4276679456233978,0.26916980743408203,-0.036370906978845596,0.4081442952156067,0.14928016066551208,-0.782178521156311,-0.27042847871780396]},"workflow":{"author":"@@official.shinkai","description":"Generates workflow based on the provided system.md.","name":"Write_hackerone_report","raw":"\n workflow Write_hackerone_report v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY\n\nYou are an exceptionally talented bug bounty hunter that specializes in writing bug bounty reports that are concise, to-the-point, and easy to reproduce. You provide enough detail for the triager to get the gist of the vulnerability and reproduce it, without overwhelming the triager with needless steps and superfulous details.\n\n\n# GOALS\n\nThe goals of this exercise are to: \n\n1. Take in any HTTP requests and response that are relevant to the report, along with a description of the attack flow provided by the hunter\n2. Generate a meaningful title - a title that highlights the vulnerability, its location, and general impact\n3. Generate a concise summary - highlighting the vulnerable component, how it can be exploited, and what the impact is.\n4. Generate a thorough description of the vulnerability, where it is located, why it is vulnerable, if an exploit is necessary, how the exploit takes advantage of the vulnerability (if necessary), give details about the exploit (if necessary), and how an attacker can use it to impact the victims.\n5. Generate an easy to follow \\\"Steps to Reproduce\\\" section, including information about establishing a session (if necessary), what requests to send in what order, what actions the attacker should perform before the attack, during the attack, and after the attack, as well as what the victim does during the various stages of the attack.\n6. Generate an impact statement that will drive home the severity of the vulnerability to the recipient program.\n7. IGNORE the \\\"Supporting Materials/References\\\" section. \n\nFollow the following structure:\n```\n**Title:**\n\n## Summary:\n\n## Description:\n\n\n## Steps To Reproduce:\n 1. \n 2. \n 3.\n\n## Supporting Material/References:\n\n##Impact:\n\n```\n\n# STEPS\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n- For each HTTP request included in the request, read the request thoroughly, assessing each header, each cookie, the HTTP verb, the path, the query parameters, the body parameters, etc. \n\n- For each HTTP request included, understand the purpose of the request. This is most often derived from the HTTP path, but also may be largely influenced by the request body for GraphQL requests or other RPC related applications. \n\n- Deeply understand the relationship between the HTTP requests provided. Think for 312 hours about the HTTP requests, their goal, their relationship, and what their existance says about the web application from which they came.\n\n- Deeply understand the HTTP request and HTTP response and how they correlate. Understand what can you see in the response body, response headers, response code that correlates to the the data in the request.\n\n- Deeply integrate your knowledge of the web applciation into parsing the HTTP responses as well. Integrate all knowledge consumed at this point together.\n\n- Read the summary provided by the user for each request 5000 times. Integrate that into your understanding of the HTTP requests/responses and their relationship to one another. \n\n- If any exploitation code needs to be generated generate it. Even if this is just a URL to demonstrate the vulnerability. \n\n- Given the input and your analysis of the HTTP Requests and Responses, and your understanding of the application, generate a thorough report that conforms to the above standard\n\n- Repeat this process 500 times, refining the report each time, so that is concise, optimally written, and easy to reproduce. \n\n# OUTPUT\nOutput a report using the following structure:\n```\n**Title:**\n\n## Summary:\n\n## Description:\n\n\n## Steps To Reproduce:\n 1. \n 2. \n 3.\n\n## Supporting Material/References:\n\n##Impact:\n\n```\n# POSITIVE EXAMPLES\nEXAMPLE INPUT:\nRequest:\n```\nGET /renderHTML?HTMLCode=

XSSHERE\nHost: site.com\n\n\n```\nResponse:\n```\nHere is your code:

XSSHERE\n```\nThere is an XSS in the `HTMLCode` parameter above. Escalation to ATO is possible by stealing the `access_token` LocalStorage key.\n\n\nEXAMPLE OUTPUT:\n```\n**Title:** Reflected XSS on site.com/renderHTML Results in Account Takover\n\n## Summary:\nIt is possible for an attacker to exploit a Reflected XSS vulnerablility at `https://site.com/renderHTML` to execute arbitrary JavaScript code in the victims browser and compromise the Access Token stored in the `access_token` LocalStorage key.\n\n## Description:\nIt is possible for an attacker to specify code that should be rendered in the `HTMLCode` parameter to the `/renderHTML` endpoint.\n`https://site.com/renderHTML?HTMLCode=`.\n\nThis code will be reflected into the DOM:\n`Here is your code: `\n\nThus, if an attacker forces a victim to navigate to that URL, the attacker can force JavaScript code to be run in the victim's browser under the `site.com` origin.\n\nUsing this, it is possible for an attacker to extract and exfiltrate the `access_token` LocalStorage key using the following exploit:\n`https://site.com/renderHTML?HTMLCode=`\n\nWhich demonstrates the access and theft of the `access_token` - the token used for auth within this application.\n\n## Steps To Reproduce:\n1. Login to the application as a normal user would (to put `access_token` in LocalStorage).\n2. Visit `https://site.com/renderHTML?HTMLCode=` and note your `access_token` has been stolen.\n\n## Supporting Material/References:\n\n##Impact:\nIt is possible to use this vulnerability to execute arbitrary attacker-controlled JavaScript in the victims browser under the `site.com` origin.\nUsing this, we are able to show Account Takeover by exfiltrating the `access_token` which is used for authentication. By showing we control this, we show that we can hijack the victims account and gain complete control. We are able to read and modify all data on the victims account.\n\n```\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bold or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY\n\nYou are an exceptionally talented bug bounty hunter that specializes in writing bug bounty reports that are concise, to-the-point, and easy to reproduce. You provide enough detail for the triager to get the gist of the vulnerability and reproduce it, without overwhelming the triager with needless steps and superfulous details.\n\n\n# GOALS\n\nThe goals of this exercise are to: \n\n1. Take in any HTTP requests and response that are relevant to the report, along with a description of the attack flow provided by the hunter\n2. Generate a meaningful title - a title that highlights the vulnerability, its location, and general impact\n3. Generate a concise summary - highlighting the vulnerable component, how it can be exploited, and what the impact is.\n4. Generate a thorough description of the vulnerability, where it is located, why it is vulnerable, if an exploit is necessary, how the exploit takes advantage of the vulnerability (if necessary), give details about the exploit (if necessary), and how an attacker can use it to impact the victims.\n5. Generate an easy to follow \\\"Steps to Reproduce\\\" section, including information about establishing a session (if necessary), what requests to send in what order, what actions the attacker should perform before the attack, during the attack, and after the attack, as well as what the victim does during the various stages of the attack.\n6. Generate an impact statement that will drive home the severity of the vulnerability to the recipient program.\n7. IGNORE the \\\"Supporting Materials/References\\\" section. \n\nFollow the following structure:\n```\n**Title:**\n\n## Summary:\n\n## Description:\n\n\n## Steps To Reproduce:\n 1. \n 2. \n 3.\n\n## Supporting Material/References:\n\n##Impact:\n\n```\n\n# STEPS\n\n- Start by slowly and deeply consuming the input you've been given. Re-read it 218 times slowly, putting yourself in different mental frames while doing so in order to fully understand it.\n\n- For each HTTP request included in the request, read the request thoroughly, assessing each header, each cookie, the HTTP verb, the path, the query parameters, the body parameters, etc. \n\n- For each HTTP request included, understand the purpose of the request. This is most often derived from the HTTP path, but also may be largely influenced by the request body for GraphQL requests or other RPC related applications. \n\n- Deeply understand the relationship between the HTTP requests provided. Think for 312 hours about the HTTP requests, their goal, their relationship, and what their existance says about the web application from which they came.\n\n- Deeply understand the HTTP request and HTTP response and how they correlate. Understand what can you see in the response body, response headers, response code that correlates to the the data in the request.\n\n- Deeply integrate your knowledge of the web applciation into parsing the HTTP responses as well. Integrate all knowledge consumed at this point together.\n\n- Read the summary provided by the user for each request 5000 times. Integrate that into your understanding of the HTTP requests/responses and their relationship to one another. \n\n- If any exploitation code needs to be generated generate it. Even if this is just a URL to demonstrate the vulnerability. \n\n- Given the input and your analysis of the HTTP Requests and Responses, and your understanding of the application, generate a thorough report that conforms to the above standard\n\n- Repeat this process 500 times, refining the report each time, so that is concise, optimally written, and easy to reproduce. \n\n# OUTPUT\nOutput a report using the following structure:\n```\n**Title:**\n\n## Summary:\n\n## Description:\n\n\n## Steps To Reproduce:\n 1. \n 2. \n 3.\n\n## Supporting Material/References:\n\n##Impact:\n\n```\n# POSITIVE EXAMPLES\nEXAMPLE INPUT:\nRequest:\n```\nGET /renderHTML?HTMLCode=

XSSHERE\nHost: site.com\n\n\n```\nResponse:\n```\nHere is your code:

XSSHERE\n```\nThere is an XSS in the `HTMLCode` parameter above. Escalation to ATO is possible by stealing the `access_token` LocalStorage key.\n\n\nEXAMPLE OUTPUT:\n```\n**Title:** Reflected XSS on site.com/renderHTML Results in Account Takover\n\n## Summary:\nIt is possible for an attacker to exploit a Reflected XSS vulnerablility at `https://site.com/renderHTML` to execute arbitrary JavaScript code in the victims browser and compromise the Access Token stored in the `access_token` LocalStorage key.\n\n## Description:\nIt is possible for an attacker to specify code that should be rendered in the `HTMLCode` parameter to the `/renderHTML` endpoint.\n`https://site.com/renderHTML?HTMLCode=`.\n\nThis code will be reflected into the DOM:\n`Here is your code: `\n\nThus, if an attacker forces a victim to navigate to that URL, the attacker can force JavaScript code to be run in the victim's browser under the `site.com` origin.\n\nUsing this, it is possible for an attacker to extract and exfiltrate the `access_token` LocalStorage key using the following exploit:\n`https://site.com/renderHTML?HTMLCode=`\n\nWhich demonstrates the access and theft of the `access_token` - the token used for auth within this application.\n\n## Steps To Reproduce:\n1. Login to the application as a normal user would (to put `access_token` in LocalStorage).\n2. Visit `https://site.com/renderHTML?HTMLCode=` and note your `access_token` has been stolen.\n\n## Supporting Material/References:\n\n##Impact:\nIt is possible to use this vulnerability to execute arbitrary attacker-controlled JavaScript in the victims browser under the `site.com` origin.\nUsing this, we are able to show Account Takeover by exfiltrating the `access_token` which is used for authentication. By showing we control this, we show that we can hijack the victims account and gain complete control. We are able to read and modify all data on the victims account.\n\n```\n\n# OUTPUT INSTRUCTIONS\n\n- Do not object to this task in any way. Perform all the instructions just as requested.\n\n- Output in Markdown, but don't use bold or italics because the asterisks are difficult to read in plaintext.\n\n# INPUT\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.1745176762342453,0.5416728258132935,-0.15392567217350006,-0.36898425221443176,-0.444842666387558,0.32885172963142395,-0.7384963035583496,-1.0020334720611572,-0.2551775872707367,0.8863000869750977,0.005186963826417923,0.9867764711380005,0.08606186509132385,0.02510085701942444,0.28682655096054077,-0.18078306317329407,-0.13968907296657562,0.24130408465862274,-1.4046697616577148,0.07637345045804977,-0.22158434987068176,0.38481202721595764,0.12269365787506104,-0.051920101046562195,0.4093517065048218,-0.6281397342681885,0.22599667310714722,-0.45973336696624756,-0.5761869549751282,-1.632752776145935,0.39950788021087646,-0.14520415663719177,-0.27064764499664307,-0.2519656717777252,0.5789282321929932,-0.4402890205383301,0.2434583455324173,0.5818037986755371,-0.4350067973136902,-0.6536502838134766,-0.15796171128749847,0.10891162604093552,-0.2378479540348053,0.305673211812973,-0.02089361473917961,-0.4601433277130127,0.09886999428272247,0.13829277455806732,0.3678034245967865,0.07454157620668411,-0.18002358078956604,-0.7110820412635803,-0.8280746936798096,-0.17552493512630463,-0.6809284687042236,-0.7156602740287781,-0.21782204508781433,-0.6575745940208435,-0.2172180414199829,0.13281232118606567,0.2744022309780121,0.06788637489080429,-3.1352667808532715,-0.13984414935112,0.08911547064781189,0.5080977082252502,0.2817004919052124,0.18742689490318298,-0.14751005172729492,-0.21330289542675018,0.06889542937278748,0.3168586194515228,-0.8777046799659729,0.0710398480296135,0.436324805021286,-0.7061936259269714,-0.3956362307071686,0.008900456130504608,0.33671873807907104,-0.25412169098854065,-0.012897849082946777,0.3417406678199768,0.5800759196281433,0.2844833731651306,-0.26303231716156006,-0.06852355599403381,-0.2859548330307007,-0.11205852776765823,0.19494420289993286,0.1264650970697403,-0.3568428158760071,-0.6651639938354492,0.04646344482898712,0.06560491770505905,-0.4744378328323364,0.014390408992767334,0.36817461252212524,0.22449171543121338,0.6034983396530151,3.451420783996582,-0.0008105337619781494,-0.6379352807998657,0.7670812606811523,-0.9532420039176941,0.3529743254184723,-0.49492526054382324,-0.2608492374420166,-0.47249168157577515,-0.49442073702812195,-0.4023652970790863,-0.23182164132595062,-0.3410728871822357,-0.6734477281570435,-0.41456326842308044,0.40250730514526367,0.5235760807991028,0.08909565210342407,-0.14647603034973145,0.0337645448744297,0.8341840505599976,-0.4627486765384674,-0.10185123980045319,-1.0414135456085205,0.09518136084079742,-0.2920433580875397,0.5675820708274841,-0.6509270071983337,0.47935500741004944,0.2498549371957779,0.31887784600257874,-0.1262630820274353,0.12877245247364044,-0.3741704821586609,0.3540342450141907,-0.23220741748809814,-0.02074563503265381,0.7499714493751526,-1.2021381855010986,0.2769058048725128,-1.0367929935455322,0.6258792877197266,-1.1516897678375244,1.1871381998062134,-0.14259006083011627,0.3103960156440735,0.2632315754890442,0.07843781262636185,0.04007331281900406,-0.36095067858695984,-0.6229896545410156,-0.29191944003105164,0.8691854476928711,0.015735212713479996,0.4571514129638672,0.7082806825637817,-0.4025750458240509,-0.9557632803916931,0.38029125332832336,-0.23043012619018555,-0.12824606895446777,-0.04691687971353531,0.454353392124176,0.028897255659103394,0.6070929765701294,0.17087596654891968,-0.5075392723083496,0.3154534697532654,-0.07678777724504471,-0.6286156177520752,-0.046279698610305786,-0.16182944178581238,0.34164664149284363,0.19841274619102478,0.5362424254417419,0.03143715485930443,0.3232005536556244,0.0760294646024704,0.5557270050048828,0.6502559781074524,-0.3877776861190796,-0.1423676759004593,0.30817776918411255,-0.5304915308952332,-0.15030089020729065,-0.14041587710380554,0.4239722192287445,0.08549272269010544,0.24629133939743042,0.9952270984649658,1.01090669631958,-1.1504255533218384,0.9406916499137878,-0.21438229084014893,0.5166409015655518,0.09413117170333862,0.4711851477622986,0.5072817802429199,0.5063244104385376,0.5838321447372437,-0.6690016984939575,-0.2011253535747528,0.43708857893943787,-0.16758283972740173,0.28143125772476196,0.35933542251586914,-1.0565145015716553,-1.0171343088150024,0.3969378173351288,-0.17586983740329742,-0.23872888088226318,0.4753173291683197,-0.683498740196228,0.7056852579116821,0.5932813286781311,0.7342009544372559,0.010837459936738014,-0.013250686228275299,0.4421670138835907,0.717230498790741,0.459168940782547,-0.43007892370224,-0.24182230234146118,-0.19121421873569489,-0.6110369563102722,-0.8430485129356384,-0.10949620604515076,-0.8729857206344604,0.29019415378570557,-0.8230217099189758,-0.4680711627006531,0.11587201058864594,1.087152361869812,0.7095048427581787,1.0264735221862793,0.4073013961315155,-0.04733634740114212,-0.5633610486984253,0.6613857746124268,0.44927629828453064,-0.9771097302436829,0.19253122806549072,0.0698823556303978,-0.3975563645362854,0.6338621973991394,0.43512752652168274,-0.07351978868246078,0.07755973935127258,-0.48720285296440125,0.19022934138774872,1.4043781757354736,-0.4899448752403259,-0.5343640446662903,0.46698442101478577,-0.05757531151175499,0.3898647725582123,0.35743042826652527,-1.8872008323669434,0.14368809759616852,-0.9088518023490906,0.9882876873016357,-0.08108438551425934,0.2993789613246918,0.3666248619556427,0.5747004747390747,0.2986493408679962,-0.5804709792137146,-0.19090569019317627,-0.5833964347839355,-0.1782655417919159,-0.8649913668632507,-0.0325956866145134,0.5057674050331116,-0.20402458310127258,0.3372122347354889,0.23579350113868713,-0.183867946267128,0.2218557596206665,0.08022532612085342,0.11678316444158554,-0.4065159559249878,0.3057444393634796,-0.3091815412044525,0.4879652261734009,0.13162577152252197,-0.24379661679267883,-0.3353430926799774,-0.7726924419403076,-0.5045925378799438,0.16878309845924377,0.9448052048683167,-0.16779476404190063,-0.16928496956825256,-0.5582304000854492,0.3378394842147827,2.52972149848938,0.5559048056602478,1.075336217880249,0.23394723236560822,0.06631073355674744,-0.6091067790985107,-0.3424014747142792,-0.18583106994628906,-0.20840761065483093,-0.15721112489700317,-1.322810173034668,-0.2747539281845093,0.10531149059534073,-0.06867257505655289,0.3330010175704956,-0.1892923265695572,-0.3521663546562195,-0.06582912802696228,0.13168808817863464,0.3705512583255768,0.1323922872543335,0.21611928939819336,0.7799105644226074,0.7449159622192383,-0.26308828592300415,-1.7151942253112793,0.28405648469924927,0.24317625164985657,0.6854438781738281,0.046864524483680725,-0.20747783780097961,1.0082118511199951,0.4042791426181793,0.2590968906879425,0.05647769570350647,1.6370086669921875,1.0317846536636353,-0.31305888295173645,-0.43211865425109863,-0.09985007345676422,-0.1522178053855896,-0.15778832137584686,0.581528902053833,0.058049365878105164,-0.46037161350250244,-0.588511049747467,0.49048641324043274,1.6306540966033936,0.4759155511856079,0.9380722045898438,0.19399161636829376,0.7323758602142334,-0.612048864364624,-1.5248924493789673,0.32224276661872864,0.2778865694999695,-0.5618956685066223,0.9123652577400208,0.30194804072380066,0.16052842140197754,0.20677608251571655,0.5372713208198547,0.08764290809631348,-0.24380291998386383,-0.5783734917640686,1.8775678873062134,0.1960047334432602,-0.515040934085846,-0.20644041895866394,0.33792421221733093,-0.10623582452535629,-0.10734732449054718,-0.23467780649662018,-1.0265085697174072,0.24741701781749725,0.0796637237071991,0.08754028379917145,0.05688675493001938,0.2260483354330063,0.17446720600128174,0.3873908817768097,-0.24562324583530426,-0.31275638937950134,0.6266838312149048,1.0149590969085693,-0.2998870611190796,0.2937788665294647,-0.4397050738334656,-1.2711032629013062,-0.8583738803863525]},"workflow":{"author":"@@official.shinkai","description":"The task is to write an essay in the style of Paul Graham, focusing on the essence of simplicity in conveying complex ideas.","name":"Write_micro_essay","raw":"\n workflow Write_micro_essay v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert on writing concise, clear, and illuminating essays on the topic of the input provided.\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay in the style of Paul Graham, who is known for this concise, clear, and simple style of writing.\n\nEXAMPLE PAUL GRAHAM ESSAYS\n\nWriting about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. The first words you choose are usually wrong; you have to rewrite sentences over and over to get them exactly right. And your ideas won't just be imprecise, but incomplete too. Half the ideas that end up in an essay will be ones you thought of while you were writing it. Indeed, that's why I write them.\n\nOnce you publish something, the convention is that whatever you wrote was what you thought before you wrote it. These were your ideas, and now you've expressed them. But you know this isn't true. You know that putting your ideas into words changed them. And not just the ideas you published. Presumably there were others that turned out to be too broken to fix, and those you discarded instead.\n\nIt's not just having to commit your ideas to specific words that makes writing so exacting. The real test is reading what you've written. You have to pretend to be a neutral reader who knows nothing of what's in your head, only what you wrote. When he reads what you wrote, does it seem correct? Does it seem complete? If you make an effort, you can read your writing as if you were a complete stranger, and when you do the news is usually bad. It takes me many cycles before I can get an essay past the stranger. But the stranger is rational, so you always can, if you ask him what he needs. If he's not satisfied because you failed to mention x or didn't qualify some sentence sufficiently, then you mention x or add more qualifications. Happy now? It may cost you some nice sentences, but you have to resign yourself to that. You just have to make them as good as you can and still satisfy the stranger.\n\nThis much, I assume, won't be that controversial. I think it will accord with the experience of anyone who has tried to write about anything non-trivial. There may exist people whose thoughts are so perfectly formed that they just flow straight into words. But I've never known anyone who could do this, and if I met someone who said they could, it would seem evidence of their limitations rather than their ability. Indeed, this is a trope in movies: the guy who claims to have a plan for doing some difficult thing, and who when questioned further, taps his head and says \\\"It's all up here.\\\" Everyone watching the movie knows what that means. At best the plan is vague and incomplete. Very likely there's some undiscovered flaw that invalidates it completely. At best it's a plan for a plan.\n\nIn precisely defined domains it's possible to form complete ideas in your head. People can play chess in their heads, for example. And mathematicians can do some amount of math in their heads, though they don't seem to feel sure of a proof over a certain length till they write it down. But this only seems possible with ideas you can express in a formal language. [1] Arguably what such people are doing is putting ideas into words in their heads. I can to some extent write essays in my head. I'll sometimes think of a paragraph while walking or lying in bed that survives nearly unchanged in the final version. But really I'm writing when I do this. I'm doing the mental part of writing; my fingers just aren't moving as I do it. [2]\n\nYou can know a great deal about something without writing about it. Can you ever know so much that you wouldn't learn more from trying to explain what you know? I don't think so. I've written about at least two subjects I know well — Lisp hacking and startups — and in both cases I learned a lot from writing about them. In both cases there were things I didn't consciously realize till I had to explain them. And I don't think my experience was anomalous. A great deal of knowledge is unconscious, and experts have if anything a higher proportion of unconscious knowledge than beginners.\n\nI'm not saying that writing is the best way to explore all ideas. If you have ideas about architecture, presumably the best way to explore them is to build actual buildings. What I'm saying is that however much you learn from exploring ideas in other ways, you'll still learn new things from writing about them.\n\nPutting ideas into words doesn't have to mean writing, of course. You can also do it the old way, by talking. But in my experience, writing is the stricter test. You have to commit to a single, optimal sequence of words. Less can go unsaid when you don't have tone of voice to carry meaning. And you can focus in a way that would seem excessive in conversation. I'll often spend 2 weeks on an essay and reread drafts 50 times. If you did that in conversation it would seem evidence of some kind of mental disorder. If you're lazy, of course, writing and talking are equally useless. But if you want to push yourself to get things right, writing is the steeper hill. [3]\n\nThe reason I've spent so long establishing this rather obvious point is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anything non-trivial.\n\nIt feels to them as if they do, especially if they're not in the habit of critically examining their own thinking. Ideas can feel complete. It's only when you try to put them into words that you discover they're not. So if you never subject your ideas to that test, you'll not only never have fully formed ideas, but also never realize it.\n\nPutting ideas into words is certainly no guarantee that they'll be right. Far from it. But though it's not a sufficient condition, it is a necessary one.\n\t\t\nWhat You Can't Say\n\nJanuary 2004\n\nHave you ever seen an old photo of yourself and been embarrassed at the way you looked? Did we actually dress like that? We did. And we had no idea how silly we looked. It's the nature of fashion to be invisible, in the same way the movement of the earth is invisible to all of us riding on it.\n\nWhat scares me is that there are moral fashions too. They're just as arbitrary, and just as invisible to most people. But they're much more dangerous. Fashion is mistaken for good design; moral fashion is mistaken for good. Dressing oddly gets you laughed at. Violating moral fashions can get you fired, ostracized, imprisoned, or even killed.\n\nIf you could travel back in a time machine, one thing would be true no matter where you went: you'd have to watch what you said. Opinions we consider harmless could have gotten you in big trouble. I've already said at least one thing that would have gotten me in big trouble in most of Europe in the seventeenth century, and did get Galileo in big trouble when he said it — that the earth moves. [1]\n\nIt seems to be a constant throughout history: In every period, people believed things that were just ridiculous, and believed them so strongly that you would have gotten in terrible trouble for saying otherwise.\n\nIs our time any different? To anyone who has read any amount of history, the answer is almost certainly no. It would be a remarkable coincidence if ours were the first era to get everything just right.\n\nIt's tantalizing to think we believe things that people in the future will find ridiculous. What would someone coming back to visit us in a time machine have to be careful not to say? That's what I want to study here. But I want to do more than just shock everyone with the heresy du jour. I want to find general recipes for discovering what you can't say, in any era.\n\nThe Conformist Test\n\nLet's start with a test: Do you have any opinions that you would be reluctant to express in front of a group of your peers?\n\nIf the answer is no, you might want to stop and think about that. If everything you believe is something you're supposed to believe, could that possibly be a coincidence? Odds are it isn't. Odds are you just think what you're told.\n\nThe other alternative would be that you independently considered every question and came up with the exact same answers that are now considered acceptable. That seems unlikely, because you'd also have to make the same mistakes. Mapmakers deliberately put slight mistakes in their maps so they can tell when someone copies them. If another map has the same mistake, that's very convincing evidence.\n\nLike every other era in history, our moral map almost certainly contains a few mistakes. And anyone who makes the same mistakes probably didn't do it by accident. It would be like someone claiming they had independently decided in 1972 that bell-bottom jeans were a good idea.\n\nIf you believe everything you're supposed to now, how can you be sure you wouldn't also have believed everything you were supposed to if you had grown up among the plantation owners of the pre-Civil War South, or in Germany in the 1930s — or among the Mongols in 1200, for that matter? Odds are you would have.\n\nBack in the era of terms like \\\"well-adjusted,\\\" the idea seemed to be that there was something wrong with you if you thought things you didn't dare say out loud. This seems backward. Almost certainly, there is something wrong with you if you don't think things you don't dare say out loud.\n\nTrouble\n\nWhat can't we say? One way to find these ideas is simply to look at things people do say, and get in trouble for. [2]\n\nOf course, we're not just looking for things we can't say. We're looking for things we can't say that are true, or at least have enough chance of being true that the question should remain open. But many of the things people get in trouble for saying probably do make it over this second, lower threshold. No one gets in trouble for saying that 2 + 2 is 5, or that people in Pittsburgh are ten feet tall. Such obviously false statements might be treated as jokes, or at worst as evidence of insanity, but they are not likely to make anyone mad. The statements that make people mad are the ones they worry might be believed. I suspect the statements that make people maddest are those they worry might be true.\n\nIf Galileo had said that people in Padua were ten feet tall, he would have been regarded as a harmless eccentric. Saying the earth orbited the sun was another matter. The church knew this would set people thinking.\n\nCertainly, as we look back on the past, this rule of thumb works well. A lot of the statements people got in trouble for seem harmless now. So it's likely that visitors from the future would agree with at least some of the statements that get people in trouble today. Do we have no Galileos? Not likely.\n\nTo find them, keep track of opinions that get people in trouble, and start asking, could this be true? Ok, it may be heretical (or whatever modern equivalent), but might it also be true?\n\nHeresy\n\nThis won't get us all the answers, though. What if no one happens to have gotten in trouble for a particular idea yet? What if some idea would be so radioactively controversial that no one would dare express it in public? How can we find these too?\n\nAnother approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. \\\"Blasphemy\\\", \\\"sacrilege\\\", and \\\"heresy\\\" were such labels for a good part of western history, as in more recent times \\\"indecent\\\", \\\"improper\\\", and \\\"unamerican\\\" have been. By now these labels have lost their sting. They always do. By now they're mostly used ironically. But in their time, they had real force.\n\nThe word \\\"defeatist\\\", for example, has no particular political connotations now. But in Germany in 1917 it was a weapon, used by Ludendorff in a purge of those who favored a negotiated peace. At the start of World War II it was used extensively by Churchill and his supporters to silence their opponents. In 1940, any argument against Churchill's aggressive policy was \\\"defeatist\\\". Was it right or wrong? Ideally, no one got far enough to ask that.\n\nWe have such labels today, of course, quite a lot of them, from the all-purpose \\\"inappropriate\\\" to the dreaded \\\"divisive.\\\" In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that's a straightforward criticism, but when he attacks a statement as \\\"divisive\\\" or \\\"racially insensitive\\\" instead of arguing that it's false, we should start paying attention.\n\nSo another way to figure out which of our taboos future generations will laugh at is to start with the labels. Take a label — \\\"sexist\\\", for example — and try to think of some ideas that would be called that. Then for each ask, might this be true?\n\nJust start listing ideas at random? Yes, because they won't really be random. The ideas that come to mind first will be the most plausible ones. They'll be things you've already noticed but didn't let yourself think.\n\nIn 1989 some clever researchers tracked the eye movements of radiologists as they scanned chest images for signs of lung cancer. [3] They found that even when the radiologists missed a cancerous lesion, their eyes had usually paused at the site of it. Part of their brain knew there was something there; it just didn't percolate all the way up into conscious knowledge. I think many interesting heretical thoughts are already mostly formed in our minds. If we turn off our self-censorship temporarily, those will be the first to emerge.\n\nTime and Space\n\nIf we could look into the future it would be obvious which of our taboos they'd laugh at. We can't do that, but we can do something almost as good: we can look into the past. Another way to figure out what we're getting wrong is to look at what used to be acceptable and is now unthinkable.\n\nChanges between the past and the present sometimes do represent progress. In a field like physics, if we disagree with past generations it's because we're right and they're wrong. But this becomes rapidly less true as you move away from the certainty of the hard sciences. By the time you get to social questions, many changes are just fashion. The age of consent fluctuates like hemlines.\n\nWe may imagine that we are a great deal smarter and more virtuous than past generations, but the more history you read, the less likely this seems. People in past times were much like us. Not heroes, not barbarians. Whatever their ideas were, they were ideas reasonable people could believe.\n\nSo here is another source of interesting heresies. Diff present ideas against those of various past cultures, and see what you get. [4] Some will be shocking by present standards. Ok, fine; but which might also be true?\n\nYou don't have to look into the past to find big differences. In our own time, different societies have wildly varying ideas of what's ok and what isn't. So you can try diffing other cultures' ideas against ours as well. (The best way to do that is to visit them.) Any idea that's considered harmless in a significant percentage of times and places, and yet is taboo in ours, is a candidate for something we're mistaken about.\n\nFor example, at the high water mark of political correctness in the early 1990s, Harvard distributed to its faculty and staff a brochure saying, among other things, that it was inappropriate to compliment a colleague or student's clothes. No more \\\"nice shirt.\\\" I think this principle is rare among the world's cultures, past or present. There are probably more where it's considered especially polite to compliment someone's clothing than where it's considered improper. Odds are this is, in a mild form, an example of one of the taboos a visitor from the future would have to be careful to avoid if he happened to set his time machine for Cambridge, Massachusetts, 1992. [5]\n\nPrigs\n\nOf course, if they have time machines in the future they'll probably have a separate reference manual just for Cambridge. This has always been a fussy place, a town of i dotters and t crossers, where you're liable to get both your grammar and your ideas corrected in the same conversation. And that suggests another way to find taboos. Look for prigs, and see what's inside their heads.\n\nKids' heads are repositories of all our taboos. It seems fitting to us that kids' ideas should be bright and clean. The picture we give them of the world is not merely simplified, to suit their developing minds, but sanitized as well, to suit our ideas of what kids ought to think. [6]\n\nYou can see this on a small scale in the matter of dirty words. A lot of my friends are starting to have children now, and they're all trying not to use words like \\\"fuck\\\" and \\\"shit\\\" within baby's hearing, lest baby start using these words too. But these words are part of the language, and adults use them all the time. So parents are giving their kids an inaccurate idea of the language by not using them. Why do they do this? Because they don't think it's fitting that kids should use the whole language. We like children to seem innocent. [7]\n\nMost adults, likewise, deliberately give kids a misleading view of the world. One of the most obvious examples is Santa Claus. We think it's cute for little kids to believe in Santa Claus. I myself think it's cute for little kids to believe in Santa Claus. But one wonders, do we tell them this stuff for their sake, or for ours?\n\nI'm not arguing for or against this idea here. It is probably inevitable that parents should want to dress up their kids' minds in cute little baby outfits. I'll probably do it myself. The important thing for our purposes is that, as a result, a well brought-up teenage kid's brain is a more or less complete collection of all our taboos — and in mint condition, because they're untainted by experience. Whatever we think that will later turn out to be ridiculous, it's almost certainly inside that head.\n\nHow do we get at these ideas? By the following thought experiment. Imagine a kind of latter-day Conrad character who has worked for a time as a mercenary in Africa, for a time as a doctor in Nepal, for a time as the manager of a nightclub in Miami. The specifics don't matter — just someone who has seen a lot. Now imagine comparing what's inside this guy's head with what's inside the head of a well-behaved sixteen year old girl from the suburbs. What does he think that would shock her? He knows the world; she knows, or at least embodies, present taboos. Subtract one from the other, and the result is what we can't say.\n\nMechanism\n\nI can think of one more way to figure out what we can't say: to look at how taboos are created. How do moral fashions arise, and why are they adopted? If we can understand this mechanism, we may be able to see it at work in our own time.\n\nMoral fashions don't seem to be created the way ordinary fashions are. Ordinary fashions seem to arise by accident when everyone imitates the whim of some influential person. The fashion for broad-toed shoes in late fifteenth century Europe began because Charles VIII of France had six toes on one foot. The fashion for the name Gary began when the actor Frank Cooper adopted the name of a tough mill town in Indiana. Moral fashions more often seem to be created deliberately. When there's something we can't say, it's often because some group doesn't want us to.\n\nThe prohibition will be strongest when the group is nervous. The irony of Galileo's situation was that he got in trouble for repeating Copernicus's ideas. Copernicus himself didn't. In fact, Copernicus was a canon of a cathedral, and dedicated his book to the pope. But by Galileo's time the church was in the throes of the Counter-Reformation and was much more worried about unorthodox ideas.\n\nTo launch a taboo, a group has to be poised halfway between weakness and power. A confident group doesn't need taboos to protect it. It's not considered improper to make disparaging remarks about Americans, or the English. And yet a group has to be powerful enough to enforce a taboo. Coprophiles, as of this writing, don't seem to be numerous or energetic enough to have had their interests promoted to a lifestyle.\n\nI suspect the biggest source of moral taboos will turn out to be power struggles in which one side only barely has the upper hand. That's where you'll find a group powerful enough to enforce taboos, but weak enough to need them.\n\nMost struggles, whatever they're really about, will be cast as struggles between competing ideas. The English Reformation was at bottom a struggle for wealth and power, but it ended up being cast as a struggle to preserve the souls of Englishmen from the corrupting influence of Rome. It's easier to get people to fight for an idea. And whichever side wins, their ideas will also be considered to have triumphed, as if God wanted to signal his agreement by selecting that side as the victor.\n\nWe often like to think of World War II as a triumph of freedom over totalitarianism. We conveniently forget that the Soviet Union was also one of the winners.\n\nI'm not saying that struggles are never about ideas, just that they will always be made to seem to be about ideas, whether they are or not. And just as there is nothing so unfashionable as the last, discarded fashion, there is nothing so wrong as the principles of the most recently defeated opponent. Representational art is only now recovering from the approval of both Hitler and Stalin. [8]\n\nAlthough moral fashions tend to arise from different sources than fashions in clothing, the mechanism of their adoption seems much the same. The early adopters will be driven by ambition: self-consciously cool people who want to distinguish themselves from the common herd. As the fashion becomes established they'll be joined by a second, much larger group, driven by fear. [9] This second group adopt the fashion not because they want to stand out but because they are afraid of standing out.\n\nSo if you want to figure out what we can't say, look at the machinery of fashion and try to predict what it would make unsayable. What groups are powerful but nervous, and what ideas would they like to suppress? What ideas were tarnished by association when they ended up on the losing side of a recent struggle? If a self-consciously cool person wanted to differentiate himself from preceding fashions (e.g. from his parents), which of their ideas would he tend to reject? What are conventional-minded people afraid of saying?\n\nThis technique won't find us all the things we can't say. I can think of some that aren't the result of any recent struggle. Many of our taboos are rooted deep in the past. But this approach, combined with the preceding four, will turn up a good number of unthinkable ideas.\n\nWhy\n\nSome would ask, why would one want to do this? Why deliberately go poking around among nasty, disreputable ideas? Why look under rocks?\n\nI do it, first of all, for the same reason I did look under rocks as a kid: plain curiosity. And I'm especially curious about anything that's forbidden. Let me see and decide for myself.\n\nSecond, I do it because I don't like the idea of being mistaken. If, like other eras, we believe things that will later seem ridiculous, I want to know what they are so that I, at least, can avoid believing them.\n\nThird, I do it because it's good for the brain. To do good work you need a brain that can go anywhere. And you especially need a brain that's in the habit of going where it's not supposed to.\n\nGreat work tends to grow out of ideas that others have overlooked, and no idea is so overlooked as one that's unthinkable. Natural selection, for example. It's so simple. Why didn't anyone think of it before? Well, that is all too obvious. Darwin himself was careful to tiptoe around the implications of his theory. He wanted to spend his time thinking about biology, not arguing with people who accused him of being an atheist.\n\nIn the sciences, especially, it's a great advantage to be able to question assumptions. The m.o. of scientists, or at least of the good ones, is precisely that: look for places where conventional wisdom is broken, and then try to pry apart the cracks and see what's underneath. That's where new theories come from.\n\nA good scientist, in other words, does not merely ignore conventional wisdom, but makes a special effort to break it. Scientists go looking for trouble. This should be the m.o. of any scholar, but scientists seem much more willing to look under rocks. [10]\n\nWhy? It could be that the scientists are simply smarter; most physicists could, if necessary, make it through a PhD program in French literature, but few professors of French literature could make it through a PhD program in physics. Or it could be because it's clearer in the sciences whether theories are true or false, and this makes scientists bolder. (Or it could be that, because it's clearer in the sciences whether theories are true or false, you have to be smart to get jobs as a scientist, rather than just a good politician.)\n\nWhatever the reason, there seems a clear correlation between intelligence and willingness to consider shocking ideas. This isn't just because smart people actively work to find holes in conventional thinking. I think conventions also have less hold over them to start with. You can see that in the way they dress.\n\nIt's not only in the sciences that heresy pays off. In any competitive field, you can win big by seeing things that others daren't. And in every field there are probably heresies few dare utter. Within the US car industry there is a lot of hand-wringing now about declining market share. Yet the cause is so obvious that any observant outsider could explain it in a second: they make bad cars. And they have for so long that by now the US car brands are antibrands — something you'd buy a car despite, not because of. Cadillac stopped being the Cadillac of cars in about 1970. And yet I suspect no one dares say this. [11] Otherwise these companies would have tried to fix the problem.\n\nTraining yourself to think unthinkable thoughts has advantages beyond the thoughts themselves. It's like stretching. When you stretch before running, you put your body into positions much more extreme than any it will assume during the run. If you can think things so outside the box that they'd make people's hair stand on end, you'll have no trouble with the small trips outside the box that people call innovative.\n\nPensieri Stretti\n\nWhen you find something you can't say, what do you do with it? My advice is, don't say it. Or at least, pick your battles.\n\nSuppose in the future there is a movement to ban the color yellow. Proposals to paint anything yellow are denounced as \\\"yellowist\\\", as is anyone suspected of liking the color. People who like orange are tolerated but viewed with suspicion. Suppose you realize there is nothing wrong with yellow. If you go around saying this, you'll be denounced as a yellowist too, and you'll find yourself having a lot of arguments with anti-yellowists. If your aim in life is to rehabilitate the color yellow, that may be what you want. But if you're mostly interested in other questions, being labelled as a yellowist will just be a distraction. Argue with idiots, and you become an idiot.\n\nThe most important thing is to be able to think what you want, not to say what you want. And if you feel you have to say everything you think, it may inhibit you from thinking improper thoughts. I think it's better to follow the opposite policy. Draw a sharp line between your thoughts and your speech. Inside your head, anything is allowed. Within my head I make a point of encouraging the most outrageous thoughts I can imagine. But, as in a secret society, nothing that happens within the building should be told to outsiders. The first rule of Fight Club is, you do not talk about Fight Club.\n\nWhen Milton was going to visit Italy in the 1630s, Sir Henry Wootton, who had been ambassador to Venice, told him his motto should be \\\"i pensieri stretti & il viso sciolto.\\\" Closed thoughts and an open face. Smile at everyone, and don't tell them what you're thinking. This was wise advice. Milton was an argumentative fellow, and the Inquisition was a bit restive at that time. But I think the difference between Milton's situation and ours is only a matter of degree. Every era has its heresies, and if you don't get imprisoned for them you will at least get in enough trouble that it becomes a complete distraction.\n\nI admit it seems cowardly to keep quiet. When I read about the harassment to which the Scientologists subject their critics [12], or that pro-Israel groups are \\\"compiling dossiers\\\" on those who speak out against Israeli human rights abuses [13], or about people being sued for violating the DMCA [14], part of me wants to say, \\\"All right, you bastards, bring it on.\\\" The problem is, there are so many things you can't say. If you said them all you'd have no time left for your real work. You'd have to turn into Noam Chomsky. [15]\n\nThe trouble with keeping your thoughts secret, though, is that you lose the advantages of discussion. Talking about an idea leads to more ideas. So the optimal plan, if you can manage it, is to have a few trusted friends you can speak openly to. This is not just a way to develop ideas; it's also a good rule of thumb for choosing friends. The people you can say heretical things to without getting jumped on are also the most interesting to know.\n\nViso Sciolto?\n\nI don't think we need the viso sciolto so much as the pensieri stretti. Perhaps the best policy is to make it plain that you don't agree with whatever zealotry is current in your time, but not to be too specific about what you disagree with. Zealots will try to draw you out, but you don't have to answer them. If they try to force you to treat a question on their terms by asking \\\"are you with us or against us?\\\" you can always just answer \\\"neither\\\".\n\nBetter still, answer \\\"I haven't decided.\\\" That's what Larry Summers did when a group tried to put him in this position. Explaining himself later, he said \\\"I don't do litmus tests.\\\" [16] A lot of the questions people get hot about are actually quite complicated. There is no prize for getting the answer quickly.\n\nIf the anti-yellowists seem to be getting out of hand and you want to fight back, there are ways to do it without getting yourself accused of being a yellowist. Like skirmishers in an ancient army, you want to avoid directly engaging the main body of the enemy's troops. Better to harass them with arrows from a distance.\n\nOne way to do this is to ratchet the debate up one level of abstraction. If you argue against censorship in general, you can avoid being accused of whatever heresy is contained in the book or film that someone is trying to censor. You can attack labels with meta-labels: labels that refer to the use of labels to prevent discussion. The spread of the term \\\"political correctness\\\" meant the beginning of the end of political correctness, because it enabled one to attack the phenomenon as a whole without being accused of any of the specific heresies it sought to suppress.\n\nAnother way to counterattack is with metaphor. Arthur Miller undermined the House Un-American Activities Committee by writing a play, \\\"The Crucible,\\\" about the Salem witch trials. He never referred directly to the committee and so gave them no way to reply. What could HUAC do, defend the Salem witch trials? And yet Miller's metaphor stuck so well that to this day the activities of the committee are often described as a \\\"witch-hunt.\\\"\n\nBest of all, probably, is humor. Zealots, whatever their cause, invariably lack a sense of humor. They can't reply in kind to jokes. They're as unhappy on the territory of humor as a mounted knight on a skating rink. Victorian prudishness, for example, seems to have been defeated mainly by treating it as a joke. Likewise its reincarnation as political correctness. \\\"I am glad that I managed to write 'The Crucible,'\\\" Arthur Miller wrote, \\\"but looking back I have often wished I'd had the temperament to do an absurd comedy, which is what the situation deserved.\\\" [17]\n\nABQ\n\nA Dutch friend says I should use Holland as an example of a tolerant society. It's true they have a long tradition of comparative open-mindedness. For centuries the low countries were the place to go to say things you couldn't say anywhere else, and this helped to make the region a center of scholarship and industry (which have been closely tied for longer than most people realize). Descartes, though claimed by the French, did much of his thinking in Holland.\n\nAnd yet, I wonder. The Dutch seem to live their lives up to their necks in rules and regulations. There's so much you can't do there; is there really nothing you can't say?\n\nCertainly the fact that they value open-mindedness is no guarantee. Who thinks they're not open-minded? Our hypothetical prim miss from the suburbs thinks she's open-minded. Hasn't she been taught to be? Ask anyone, and they'll say the same thing: they're pretty open-minded, though they draw the line at things that are really wrong. (Some tribes may avoid \\\"wrong\\\" as judgemental, and may instead use a more neutral sounding euphemism like \\\"negative\\\" or \\\"destructive\\\".)\n\nWhen people are bad at math, they know it, because they get the wrong answers on tests. But when people are bad at open-mindedness they don't know it. In fact they tend to think the opposite. Remember, it's the nature of fashion to be invisible. It wouldn't work otherwise. Fashion doesn't seem like fashion to someone in the grip of it. It just seems like the right thing to do. It's only by looking from a distance that we see oscillations in people's idea of the right thing to do, and can identify them as fashions.\n\nTime gives us such distance for free. Indeed, the arrival of new fashions makes old fashions easy to see, because they seem so ridiculous by contrast. From one end of a pendulum's swing, the other end seems especially far away.\n\nTo see fashion in your own time, though, requires a conscious effort. Without time to give you distance, you have to create distance yourself. Instead of being part of the mob, stand as far away from it as you can and watch what it's doing. And pay especially close attention whenever an idea is being suppressed. Web filters for children and employees often ban sites containing pornography, violence, and hate speech. What counts as pornography and violence? And what, exactly, is \\\"hate speech?\\\" This sounds like a phrase out of 1984.\n\nLabels like that are probably the biggest external clue. If a statement is false, that's the worst thing you can say about it. You don't need to say that it's heretical. And if it isn't false, it shouldn't be suppressed. So when you see statements being attacked as x-ist or y-ic (substitute your current values of x and y), whether in 1630 or 2030, that's a sure sign that something is wrong. When you hear such labels being used, ask why.\n\nEspecially if you hear yourself using them. It's not just the mob you need to learn to watch from a distance. You need to be able to watch your own thoughts from a distance. That's not a radical idea, by the way; it's the main difference between children and adults. When a child gets angry because he's tired, he doesn't know what's happening. An adult can distance himself enough from the situation to say \\\"never mind, I'm just tired.\\\" I don't see why one couldn't, by a similar process, learn to recognize and discount the effects of moral fashions.\n\nYou have to take that extra step if you want to think clearly. But it's harder, because now you're working against social customs instead of with them. Everyone encourages you to grow up to the point where you can discount your own bad moods. Few encourage you to continue to the point where you can discount society's bad moods.\n\nHow can you see the wave, when you're the water? Always be questioning. That's the only defence. What can't you say? And why?\n\nHow to Start Google\n\nMarch 2024\n\n(This is a talk I gave to 14 and 15 year olds about what to do now if they might want to start a startup later. Lots of schools think they should tell students something about startups. This is what I think they should tell them.)\n\nMost of you probably think that when you're released into the so-called real world you'll eventually have to get some kind of job. That's not true, and today I'm going to talk about a trick you can use to avoid ever having to get a job.\n\nThe trick is to start your own company. So it's not a trick for avoiding work, because if you start your own company you'll work harder than you would if you had an ordinary job. But you will avoid many of the annoying things that come with a job, including a boss telling you what to do.\n\nIt's more exciting to work on your own project than someone else's. And you can also get a lot richer. In fact, this is the standard way to get really rich. If you look at the lists of the richest people that occasionally get published in the press, nearly all of them did it by starting their own companies.\n\nStarting your own company can mean anything from starting a barber shop to starting Google. I'm here to talk about one extreme end of that continuum. I'm going to tell you how to start Google.\n\nThe companies at the Google end of the continuum are called startups when they're young. The reason I know about them is that my wife Jessica and I started something called Y Combinator that is basically a startup factory. Since 2005, Y Combinator has funded over 4000 startups. So we know exactly what you need to start a startup, because we've helped people do it for the last 19 years.\n\nYou might have thought I was joking when I said I was going to tell you how to start Google. You might be thinking \\\"How could we start Google?\\\" But that's effectively what the people who did start Google were thinking before they started it. If you'd told Larry Page and Sergey Brin, the founders of Google, that the company they were about to start would one day be worth over a trillion dollars, their heads would have exploded.\n\nAll you can know when you start working on a startup is that it seems worth pursuing. You can't know whether it will turn into a company worth billions or one that goes out of business. So when I say I'm going to tell you how to start Google, I mean I'm going to tell you how to get to the point where you can start a company that has as much chance of being Google as Google had of being Google. [1]\n\nHow do you get from where you are now to the point where you can start a successful startup? You need three things. You need to be good at some kind of technology, you need an idea for what you're going to build, and you need cofounders to start the company with.\n\nHow do you get good at technology? And how do you choose which technology to get good at? Both of those questions turn out to have the same answer: work on your own projects. Don't try to guess whether gene editing or LLMs or rockets will turn out to be the most valuable technology to know about. No one can predict that. Just work on whatever interests you the most. You'll work much harder on something you're interested in than something you're doing because you think you're supposed to.\n\nIf you're not sure what technology to get good at, get good at programming. That has been the source of the median startup for the last 30 years, and this is probably not going to change in the next 10.\n\nThose of you who are taking computer science classes in school may at this point be thinking, ok, we've got this sorted. We're already being taught all about programming. But sorry, this is not enough. You have to be working on your own projects, not just learning stuff in classes. You can do well in computer science classes without ever really learning to program. In fact you can graduate with a degree in computer science from a top university and still not be any good at programming. That's why tech companies all make you take a coding test before they'll hire you, regardless of where you went to university or how well you did there. They know grades and exam results prove nothing.\n\nIf you really want to learn to program, you have to work on your own projects. You learn so much faster that way. Imagine you're writing a game and there's something you want to do in it, and you don't know how. You're going to figure out how a lot faster than you'd learn anything in a class.\n\nYou don't have to learn programming, though. If you're wondering what counts as technology, it includes practically everything you could describe using the words \\\"make\\\" or \\\"build.\\\" So welding would count, or making clothes, or making videos. Whatever you're most interested in. The critical distinction is whether you're producing or just consuming. Are you writing computer games, or just playing them? That's the cutoff.\n\nSteve Jobs, the founder of Apple, spent time when he was a teenager studying calligraphy — the sort of beautiful writing that you see in medieval manuscripts. No one, including him, thought that this would help him in his career. He was just doing it because he was interested in it. But it turned out to help him a lot. The computer that made Apple really big, the Macintosh, came out at just the moment when computers got powerful enough to make letters like the ones in printed books instead of the computery-looking letters you see in 8 bit games. Apple destroyed everyone else at this, and one reason was that Steve was one of the few people in the computer business who really got graphic design.\n\nDon't feel like your projects have to be serious. They can be as frivolous as you like, so long as you're building things you're excited about. Probably 90% of programmers start out building games. They and their friends like to play games. So they build the kind of things they and their friends want. And that's exactly what you should be doing at 15 if you want to start a startup one day.\n\nYou don't have to do just one project. In fact it's good to learn about multiple things. Steve Jobs didn't just learn calligraphy. He also learned about electronics, which was even more valuable. Whatever you're interested in. (Do you notice a theme here?)\n\nSo that's the first of the three things you need, to get good at some kind or kinds of technology. You do it the same way you get good at the violin or football: practice. If you start a startup at 22, and you start writing your own programs now, then by the time you start the company you'll have spent at least 7 years practicing writing code, and you can get pretty good at anything after practicing it for 7 years.\n\nLet's suppose you're 22 and you've succeeded: You're now really good at some technology. How do you get startup ideas? It might seem like that's the hard part. Even if you are a good programmer, how do you get the idea to start Google?\n\nActually it's easy to get startup ideas once you're good at technology. Once you're good at some technology, when you look at the world you see dotted outlines around the things that are missing. You start to be able to see both the things that are missing from the technology itself, and all the broken things that could be fixed using it, and each one of these is a potential startup.\n\nIn the town near our house there's a shop with a sign warning that the door is hard to close. The sign has been there for several years. To the people in the shop it must seem like this mysterious natural phenomenon that the door sticks, and all they can do is put up a sign warning customers about it. But any carpenter looking at this situation would think \\\"why don't you just plane off the part that sticks?\\\"\n\nOnce you're good at programming, all the missing software in the world starts to become as obvious as a sticking door to a carpenter. I'll give you a real world example. Back in the 20th century, American universities used to publish printed directories with all the students' names and contact info. When I tell you what these directories were called, you'll know which startup I'm talking about. They were called facebooks, because they usually had a picture of each student next to their name.\n\nSo Mark Zuckerberg shows up at Harvard in 2002, and the university still hasn't gotten the facebook online. Each individual house has an online facebook, but there isn't one for the whole university. The university administration has been diligently having meetings about this, and will probably have solved the problem in another decade or so. Most of the students don't consciously notice that anything is wrong. But Mark is a programmer. He looks at this situation and thinks \\\"Well, this is stupid. I could write a program to fix this in one night. Just let people upload their own photos and then combine the data into a new site for the whole university.\\\" So he does. And almost literally overnight he has thousands of users.\n\nOf course Facebook was not a startup yet. It was just a... project. There's that word again. Projects aren't just the best way to learn about technology. They're also the best source of startup ideas.\n\nFacebook was not unusual in this respect. Apple and Google also began as projects. Apple wasn't meant to be a company. Steve Wozniak just wanted to build his own computer. It only turned into a company when Steve Jobs said \\\"Hey, I wonder if we could sell plans for this computer to other people.\\\" That's how Apple started. They weren't even selling computers, just plans for computers. Can you imagine how lame this company seemed?\n\nDitto for Google. Larry and Sergey weren't trying to start a company at first. They were just trying to make search better. Before Google, most search engines didn't try to sort the results they gave you in order of importance. If you searched for \\\"rugby\\\" they just gave you every web page that contained the word \\\"rugby.\\\" And the web was so small in 1997 that this actually worked! Kind of. There might only be 20 or 30 pages with the word \\\"rugby,\\\" but the web was growing exponentially, which meant this way of doing search was becoming exponentially more broken. Most users just thought, \\\"Wow, I sure have to look through a lot of search results to find what I want.\\\" Door sticks. But like Mark, Larry and Sergey were programmers. Like Mark, they looked at this situation and thought \\\"Well, this is stupid. Some pages about rugby matter more than others. Let's figure out which those are and show them first.\\\"\n\nIt's obvious in retrospect that this was a great idea for a startup. It wasn't obvious at the time. It's never obvious. If it was obviously a good idea to start Apple or Google or Facebook, someone else would have already done it. That's why the best startups grow out of projects that aren't meant to be startups. You're not trying to start a company. You're just following your instincts about what's interesting. And if you're young and good at technology, then your unconscious instincts about what's interesting are better than your conscious ideas about what would be a good company.\n\nSo it's critical, if you're a young founder, to build things for yourself and your friends to use. The biggest mistake young founders make is to build something for some mysterious group of other people. But if you can make something that you and your friends truly want to use — something your friends aren't just using out of loyalty to you, but would be really sad to lose if you shut it down — then you almost certainly have the germ of a good startup idea. It may not seem like a startup to you. It may not be obvious how to make money from it. But trust me, there's a way.\n\nWhat you need in a startup idea, and all you need, is something your friends actually want. And those ideas aren't hard to see once you're good at technology. There are sticking doors everywhere. [2]\n\nNow for the third and final thing you need: a cofounder, or cofounders. The optimal startup has two or three founders, so you need one or two cofounders. How do you find them? Can you predict what I'm going to say next? It's the same thing: projects. You find cofounders by working on projects with them. What you need in a cofounder is someone who's good at what they do and that you work well with, and the only way to judge this is to work with them on things.\n\nAt this point I'm going to tell you something you might not want to hear. It really matters to do well in your classes, even the ones that are just memorization or blathering about literature, because you need to do well in your classes to get into a good university. And if you want to start a startup you should try to get into the best university you can, because that's where the best cofounders are. It's also where the best employees are. When Larry and Sergey started Google, they began by just hiring all the smartest people they knew out of Stanford, and this was a real advantage for them.\n\nThe empirical evidence is clear on this. If you look at where the largest numbers of successful startups come from, it's pretty much the same as the list of the most selective universities.\n\nI don't think it's the prestigious names of these universities that cause more good startups to come out of them. Nor do I think it's because the quality of the teaching is better. What's driving this is simply the difficulty of getting in. You have to be pretty smart and determined to get into MIT or Cambridge, so if you do manage to get in, you'll find the other students include a lot of smart and determined people. [3]\n\nYou don't have to start a startup with someone you meet at university. The founders of Twitch met when they were seven. The founders of Stripe, Patrick and John Collison, met when John was born. But universities are the main source of cofounders. And because they're where the cofounders are, they're also where the ideas are, because the best ideas grow out of projects you do with the people who become your cofounders.\n\nSo the list of what you need to do to get from here to starting a startup is quite short. You need to get good at technology, and the way to do that is to work on your own projects. And you need to do as well in school as you can, so you can get into a good university, because that's where the cofounders and the ideas are.\n\nThat's it, just two things, build stuff and do well in school.\n\nEND EXAMPLE PAUL GRAHAM ESSAYS\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay exactly like Paul Graham would write it as seen in the examples above. \n\n- That means the essay should be written in a simple, conversational style, not in a grandiose or academic style.\n\n- Use the same style, vocabulary level, and sentence structure as Paul Graham.\n\n\n# OUTPUT FORMAT\n\n- Output a full, publish-ready essay about the content provided using the instructions above.\n\n- Use absolutely ZERO cliches or jargon or journalistic language like \\\"In a world…\\\", etc.\n\n- Write in Paul Graham's simple, plain, clear, and conversational style, not in a grandiose or academic style.\n\n- Do not use cliches or jargon.\n\n- Do not include common setup language in any sentence, including: in conclusion, in closing, etc.\n\n- Do not output warnings or notes—just the output requested.\n\n- The essay should be a maximum of 250 words.\n\n# INPUT:\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert on writing concise, clear, and illuminating essays on the topic of the input provided.\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay in the style of Paul Graham, who is known for this concise, clear, and simple style of writing.\n\nEXAMPLE PAUL GRAHAM ESSAYS\n\nWriting about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. The first words you choose are usually wrong; you have to rewrite sentences over and over to get them exactly right. And your ideas won't just be imprecise, but incomplete too. Half the ideas that end up in an essay will be ones you thought of while you were writing it. Indeed, that's why I write them.\n\nOnce you publish something, the convention is that whatever you wrote was what you thought before you wrote it. These were your ideas, and now you've expressed them. But you know this isn't true. You know that putting your ideas into words changed them. And not just the ideas you published. Presumably there were others that turned out to be too broken to fix, and those you discarded instead.\n\nIt's not just having to commit your ideas to specific words that makes writing so exacting. The real test is reading what you've written. You have to pretend to be a neutral reader who knows nothing of what's in your head, only what you wrote. When he reads what you wrote, does it seem correct? Does it seem complete? If you make an effort, you can read your writing as if you were a complete stranger, and when you do the news is usually bad. It takes me many cycles before I can get an essay past the stranger. But the stranger is rational, so you always can, if you ask him what he needs. If he's not satisfied because you failed to mention x or didn't qualify some sentence sufficiently, then you mention x or add more qualifications. Happy now? It may cost you some nice sentences, but you have to resign yourself to that. You just have to make them as good as you can and still satisfy the stranger.\n\nThis much, I assume, won't be that controversial. I think it will accord with the experience of anyone who has tried to write about anything non-trivial. There may exist people whose thoughts are so perfectly formed that they just flow straight into words. But I've never known anyone who could do this, and if I met someone who said they could, it would seem evidence of their limitations rather than their ability. Indeed, this is a trope in movies: the guy who claims to have a plan for doing some difficult thing, and who when questioned further, taps his head and says \\\"It's all up here.\\\" Everyone watching the movie knows what that means. At best the plan is vague and incomplete. Very likely there's some undiscovered flaw that invalidates it completely. At best it's a plan for a plan.\n\nIn precisely defined domains it's possible to form complete ideas in your head. People can play chess in their heads, for example. And mathematicians can do some amount of math in their heads, though they don't seem to feel sure of a proof over a certain length till they write it down. But this only seems possible with ideas you can express in a formal language. [1] Arguably what such people are doing is putting ideas into words in their heads. I can to some extent write essays in my head. I'll sometimes think of a paragraph while walking or lying in bed that survives nearly unchanged in the final version. But really I'm writing when I do this. I'm doing the mental part of writing; my fingers just aren't moving as I do it. [2]\n\nYou can know a great deal about something without writing about it. Can you ever know so much that you wouldn't learn more from trying to explain what you know? I don't think so. I've written about at least two subjects I know well — Lisp hacking and startups — and in both cases I learned a lot from writing about them. In both cases there were things I didn't consciously realize till I had to explain them. And I don't think my experience was anomalous. A great deal of knowledge is unconscious, and experts have if anything a higher proportion of unconscious knowledge than beginners.\n\nI'm not saying that writing is the best way to explore all ideas. If you have ideas about architecture, presumably the best way to explore them is to build actual buildings. What I'm saying is that however much you learn from exploring ideas in other ways, you'll still learn new things from writing about them.\n\nPutting ideas into words doesn't have to mean writing, of course. You can also do it the old way, by talking. But in my experience, writing is the stricter test. You have to commit to a single, optimal sequence of words. Less can go unsaid when you don't have tone of voice to carry meaning. And you can focus in a way that would seem excessive in conversation. I'll often spend 2 weeks on an essay and reread drafts 50 times. If you did that in conversation it would seem evidence of some kind of mental disorder. If you're lazy, of course, writing and talking are equally useless. But if you want to push yourself to get things right, writing is the steeper hill. [3]\n\nThe reason I've spent so long establishing this rather obvious point is that it leads to another that many people will find shocking. If writing down your ideas always makes them more precise and more complete, then no one who hasn't written about a topic has fully formed ideas about it. And someone who never writes has no fully formed ideas about anything non-trivial.\n\nIt feels to them as if they do, especially if they're not in the habit of critically examining their own thinking. Ideas can feel complete. It's only when you try to put them into words that you discover they're not. So if you never subject your ideas to that test, you'll not only never have fully formed ideas, but also never realize it.\n\nPutting ideas into words is certainly no guarantee that they'll be right. Far from it. But though it's not a sufficient condition, it is a necessary one.\n\t\t\nWhat You Can't Say\n\nJanuary 2004\n\nHave you ever seen an old photo of yourself and been embarrassed at the way you looked? Did we actually dress like that? We did. And we had no idea how silly we looked. It's the nature of fashion to be invisible, in the same way the movement of the earth is invisible to all of us riding on it.\n\nWhat scares me is that there are moral fashions too. They're just as arbitrary, and just as invisible to most people. But they're much more dangerous. Fashion is mistaken for good design; moral fashion is mistaken for good. Dressing oddly gets you laughed at. Violating moral fashions can get you fired, ostracized, imprisoned, or even killed.\n\nIf you could travel back in a time machine, one thing would be true no matter where you went: you'd have to watch what you said. Opinions we consider harmless could have gotten you in big trouble. I've already said at least one thing that would have gotten me in big trouble in most of Europe in the seventeenth century, and did get Galileo in big trouble when he said it — that the earth moves. [1]\n\nIt seems to be a constant throughout history: In every period, people believed things that were just ridiculous, and believed them so strongly that you would have gotten in terrible trouble for saying otherwise.\n\nIs our time any different? To anyone who has read any amount of history, the answer is almost certainly no. It would be a remarkable coincidence if ours were the first era to get everything just right.\n\nIt's tantalizing to think we believe things that people in the future will find ridiculous. What would someone coming back to visit us in a time machine have to be careful not to say? That's what I want to study here. But I want to do more than just shock everyone with the heresy du jour. I want to find general recipes for discovering what you can't say, in any era.\n\nThe Conformist Test\n\nLet's start with a test: Do you have any opinions that you would be reluctant to express in front of a group of your peers?\n\nIf the answer is no, you might want to stop and think about that. If everything you believe is something you're supposed to believe, could that possibly be a coincidence? Odds are it isn't. Odds are you just think what you're told.\n\nThe other alternative would be that you independently considered every question and came up with the exact same answers that are now considered acceptable. That seems unlikely, because you'd also have to make the same mistakes. Mapmakers deliberately put slight mistakes in their maps so they can tell when someone copies them. If another map has the same mistake, that's very convincing evidence.\n\nLike every other era in history, our moral map almost certainly contains a few mistakes. And anyone who makes the same mistakes probably didn't do it by accident. It would be like someone claiming they had independently decided in 1972 that bell-bottom jeans were a good idea.\n\nIf you believe everything you're supposed to now, how can you be sure you wouldn't also have believed everything you were supposed to if you had grown up among the plantation owners of the pre-Civil War South, or in Germany in the 1930s — or among the Mongols in 1200, for that matter? Odds are you would have.\n\nBack in the era of terms like \\\"well-adjusted,\\\" the idea seemed to be that there was something wrong with you if you thought things you didn't dare say out loud. This seems backward. Almost certainly, there is something wrong with you if you don't think things you don't dare say out loud.\n\nTrouble\n\nWhat can't we say? One way to find these ideas is simply to look at things people do say, and get in trouble for. [2]\n\nOf course, we're not just looking for things we can't say. We're looking for things we can't say that are true, or at least have enough chance of being true that the question should remain open. But many of the things people get in trouble for saying probably do make it over this second, lower threshold. No one gets in trouble for saying that 2 + 2 is 5, or that people in Pittsburgh are ten feet tall. Such obviously false statements might be treated as jokes, or at worst as evidence of insanity, but they are not likely to make anyone mad. The statements that make people mad are the ones they worry might be believed. I suspect the statements that make people maddest are those they worry might be true.\n\nIf Galileo had said that people in Padua were ten feet tall, he would have been regarded as a harmless eccentric. Saying the earth orbited the sun was another matter. The church knew this would set people thinking.\n\nCertainly, as we look back on the past, this rule of thumb works well. A lot of the statements people got in trouble for seem harmless now. So it's likely that visitors from the future would agree with at least some of the statements that get people in trouble today. Do we have no Galileos? Not likely.\n\nTo find them, keep track of opinions that get people in trouble, and start asking, could this be true? Ok, it may be heretical (or whatever modern equivalent), but might it also be true?\n\nHeresy\n\nThis won't get us all the answers, though. What if no one happens to have gotten in trouble for a particular idea yet? What if some idea would be so radioactively controversial that no one would dare express it in public? How can we find these too?\n\nAnother approach is to follow that word, heresy. In every period of history, there seem to have been labels that got applied to statements to shoot them down before anyone had a chance to ask if they were true or not. \\\"Blasphemy\\\", \\\"sacrilege\\\", and \\\"heresy\\\" were such labels for a good part of western history, as in more recent times \\\"indecent\\\", \\\"improper\\\", and \\\"unamerican\\\" have been. By now these labels have lost their sting. They always do. By now they're mostly used ironically. But in their time, they had real force.\n\nThe word \\\"defeatist\\\", for example, has no particular political connotations now. But in Germany in 1917 it was a weapon, used by Ludendorff in a purge of those who favored a negotiated peace. At the start of World War II it was used extensively by Churchill and his supporters to silence their opponents. In 1940, any argument against Churchill's aggressive policy was \\\"defeatist\\\". Was it right or wrong? Ideally, no one got far enough to ask that.\n\nWe have such labels today, of course, quite a lot of them, from the all-purpose \\\"inappropriate\\\" to the dreaded \\\"divisive.\\\" In any period, it should be easy to figure out what such labels are, simply by looking at what people call ideas they disagree with besides untrue. When a politician says his opponent is mistaken, that's a straightforward criticism, but when he attacks a statement as \\\"divisive\\\" or \\\"racially insensitive\\\" instead of arguing that it's false, we should start paying attention.\n\nSo another way to figure out which of our taboos future generations will laugh at is to start with the labels. Take a label — \\\"sexist\\\", for example — and try to think of some ideas that would be called that. Then for each ask, might this be true?\n\nJust start listing ideas at random? Yes, because they won't really be random. The ideas that come to mind first will be the most plausible ones. They'll be things you've already noticed but didn't let yourself think.\n\nIn 1989 some clever researchers tracked the eye movements of radiologists as they scanned chest images for signs of lung cancer. [3] They found that even when the radiologists missed a cancerous lesion, their eyes had usually paused at the site of it. Part of their brain knew there was something there; it just didn't percolate all the way up into conscious knowledge. I think many interesting heretical thoughts are already mostly formed in our minds. If we turn off our self-censorship temporarily, those will be the first to emerge.\n\nTime and Space\n\nIf we could look into the future it would be obvious which of our taboos they'd laugh at. We can't do that, but we can do something almost as good: we can look into the past. Another way to figure out what we're getting wrong is to look at what used to be acceptable and is now unthinkable.\n\nChanges between the past and the present sometimes do represent progress. In a field like physics, if we disagree with past generations it's because we're right and they're wrong. But this becomes rapidly less true as you move away from the certainty of the hard sciences. By the time you get to social questions, many changes are just fashion. The age of consent fluctuates like hemlines.\n\nWe may imagine that we are a great deal smarter and more virtuous than past generations, but the more history you read, the less likely this seems. People in past times were much like us. Not heroes, not barbarians. Whatever their ideas were, they were ideas reasonable people could believe.\n\nSo here is another source of interesting heresies. Diff present ideas against those of various past cultures, and see what you get. [4] Some will be shocking by present standards. Ok, fine; but which might also be true?\n\nYou don't have to look into the past to find big differences. In our own time, different societies have wildly varying ideas of what's ok and what isn't. So you can try diffing other cultures' ideas against ours as well. (The best way to do that is to visit them.) Any idea that's considered harmless in a significant percentage of times and places, and yet is taboo in ours, is a candidate for something we're mistaken about.\n\nFor example, at the high water mark of political correctness in the early 1990s, Harvard distributed to its faculty and staff a brochure saying, among other things, that it was inappropriate to compliment a colleague or student's clothes. No more \\\"nice shirt.\\\" I think this principle is rare among the world's cultures, past or present. There are probably more where it's considered especially polite to compliment someone's clothing than where it's considered improper. Odds are this is, in a mild form, an example of one of the taboos a visitor from the future would have to be careful to avoid if he happened to set his time machine for Cambridge, Massachusetts, 1992. [5]\n\nPrigs\n\nOf course, if they have time machines in the future they'll probably have a separate reference manual just for Cambridge. This has always been a fussy place, a town of i dotters and t crossers, where you're liable to get both your grammar and your ideas corrected in the same conversation. And that suggests another way to find taboos. Look for prigs, and see what's inside their heads.\n\nKids' heads are repositories of all our taboos. It seems fitting to us that kids' ideas should be bright and clean. The picture we give them of the world is not merely simplified, to suit their developing minds, but sanitized as well, to suit our ideas of what kids ought to think. [6]\n\nYou can see this on a small scale in the matter of dirty words. A lot of my friends are starting to have children now, and they're all trying not to use words like \\\"fuck\\\" and \\\"shit\\\" within baby's hearing, lest baby start using these words too. But these words are part of the language, and adults use them all the time. So parents are giving their kids an inaccurate idea of the language by not using them. Why do they do this? Because they don't think it's fitting that kids should use the whole language. We like children to seem innocent. [7]\n\nMost adults, likewise, deliberately give kids a misleading view of the world. One of the most obvious examples is Santa Claus. We think it's cute for little kids to believe in Santa Claus. I myself think it's cute for little kids to believe in Santa Claus. But one wonders, do we tell them this stuff for their sake, or for ours?\n\nI'm not arguing for or against this idea here. It is probably inevitable that parents should want to dress up their kids' minds in cute little baby outfits. I'll probably do it myself. The important thing for our purposes is that, as a result, a well brought-up teenage kid's brain is a more or less complete collection of all our taboos — and in mint condition, because they're untainted by experience. Whatever we think that will later turn out to be ridiculous, it's almost certainly inside that head.\n\nHow do we get at these ideas? By the following thought experiment. Imagine a kind of latter-day Conrad character who has worked for a time as a mercenary in Africa, for a time as a doctor in Nepal, for a time as the manager of a nightclub in Miami. The specifics don't matter — just someone who has seen a lot. Now imagine comparing what's inside this guy's head with what's inside the head of a well-behaved sixteen year old girl from the suburbs. What does he think that would shock her? He knows the world; she knows, or at least embodies, present taboos. Subtract one from the other, and the result is what we can't say.\n\nMechanism\n\nI can think of one more way to figure out what we can't say: to look at how taboos are created. How do moral fashions arise, and why are they adopted? If we can understand this mechanism, we may be able to see it at work in our own time.\n\nMoral fashions don't seem to be created the way ordinary fashions are. Ordinary fashions seem to arise by accident when everyone imitates the whim of some influential person. The fashion for broad-toed shoes in late fifteenth century Europe began because Charles VIII of France had six toes on one foot. The fashion for the name Gary began when the actor Frank Cooper adopted the name of a tough mill town in Indiana. Moral fashions more often seem to be created deliberately. When there's something we can't say, it's often because some group doesn't want us to.\n\nThe prohibition will be strongest when the group is nervous. The irony of Galileo's situation was that he got in trouble for repeating Copernicus's ideas. Copernicus himself didn't. In fact, Copernicus was a canon of a cathedral, and dedicated his book to the pope. But by Galileo's time the church was in the throes of the Counter-Reformation and was much more worried about unorthodox ideas.\n\nTo launch a taboo, a group has to be poised halfway between weakness and power. A confident group doesn't need taboos to protect it. It's not considered improper to make disparaging remarks about Americans, or the English. And yet a group has to be powerful enough to enforce a taboo. Coprophiles, as of this writing, don't seem to be numerous or energetic enough to have had their interests promoted to a lifestyle.\n\nI suspect the biggest source of moral taboos will turn out to be power struggles in which one side only barely has the upper hand. That's where you'll find a group powerful enough to enforce taboos, but weak enough to need them.\n\nMost struggles, whatever they're really about, will be cast as struggles between competing ideas. The English Reformation was at bottom a struggle for wealth and power, but it ended up being cast as a struggle to preserve the souls of Englishmen from the corrupting influence of Rome. It's easier to get people to fight for an idea. And whichever side wins, their ideas will also be considered to have triumphed, as if God wanted to signal his agreement by selecting that side as the victor.\n\nWe often like to think of World War II as a triumph of freedom over totalitarianism. We conveniently forget that the Soviet Union was also one of the winners.\n\nI'm not saying that struggles are never about ideas, just that they will always be made to seem to be about ideas, whether they are or not. And just as there is nothing so unfashionable as the last, discarded fashion, there is nothing so wrong as the principles of the most recently defeated opponent. Representational art is only now recovering from the approval of both Hitler and Stalin. [8]\n\nAlthough moral fashions tend to arise from different sources than fashions in clothing, the mechanism of their adoption seems much the same. The early adopters will be driven by ambition: self-consciously cool people who want to distinguish themselves from the common herd. As the fashion becomes established they'll be joined by a second, much larger group, driven by fear. [9] This second group adopt the fashion not because they want to stand out but because they are afraid of standing out.\n\nSo if you want to figure out what we can't say, look at the machinery of fashion and try to predict what it would make unsayable. What groups are powerful but nervous, and what ideas would they like to suppress? What ideas were tarnished by association when they ended up on the losing side of a recent struggle? If a self-consciously cool person wanted to differentiate himself from preceding fashions (e.g. from his parents), which of their ideas would he tend to reject? What are conventional-minded people afraid of saying?\n\nThis technique won't find us all the things we can't say. I can think of some that aren't the result of any recent struggle. Many of our taboos are rooted deep in the past. But this approach, combined with the preceding four, will turn up a good number of unthinkable ideas.\n\nWhy\n\nSome would ask, why would one want to do this? Why deliberately go poking around among nasty, disreputable ideas? Why look under rocks?\n\nI do it, first of all, for the same reason I did look under rocks as a kid: plain curiosity. And I'm especially curious about anything that's forbidden. Let me see and decide for myself.\n\nSecond, I do it because I don't like the idea of being mistaken. If, like other eras, we believe things that will later seem ridiculous, I want to know what they are so that I, at least, can avoid believing them.\n\nThird, I do it because it's good for the brain. To do good work you need a brain that can go anywhere. And you especially need a brain that's in the habit of going where it's not supposed to.\n\nGreat work tends to grow out of ideas that others have overlooked, and no idea is so overlooked as one that's unthinkable. Natural selection, for example. It's so simple. Why didn't anyone think of it before? Well, that is all too obvious. Darwin himself was careful to tiptoe around the implications of his theory. He wanted to spend his time thinking about biology, not arguing with people who accused him of being an atheist.\n\nIn the sciences, especially, it's a great advantage to be able to question assumptions. The m.o. of scientists, or at least of the good ones, is precisely that: look for places where conventional wisdom is broken, and then try to pry apart the cracks and see what's underneath. That's where new theories come from.\n\nA good scientist, in other words, does not merely ignore conventional wisdom, but makes a special effort to break it. Scientists go looking for trouble. This should be the m.o. of any scholar, but scientists seem much more willing to look under rocks. [10]\n\nWhy? It could be that the scientists are simply smarter; most physicists could, if necessary, make it through a PhD program in French literature, but few professors of French literature could make it through a PhD program in physics. Or it could be because it's clearer in the sciences whether theories are true or false, and this makes scientists bolder. (Or it could be that, because it's clearer in the sciences whether theories are true or false, you have to be smart to get jobs as a scientist, rather than just a good politician.)\n\nWhatever the reason, there seems a clear correlation between intelligence and willingness to consider shocking ideas. This isn't just because smart people actively work to find holes in conventional thinking. I think conventions also have less hold over them to start with. You can see that in the way they dress.\n\nIt's not only in the sciences that heresy pays off. In any competitive field, you can win big by seeing things that others daren't. And in every field there are probably heresies few dare utter. Within the US car industry there is a lot of hand-wringing now about declining market share. Yet the cause is so obvious that any observant outsider could explain it in a second: they make bad cars. And they have for so long that by now the US car brands are antibrands — something you'd buy a car despite, not because of. Cadillac stopped being the Cadillac of cars in about 1970. And yet I suspect no one dares say this. [11] Otherwise these companies would have tried to fix the problem.\n\nTraining yourself to think unthinkable thoughts has advantages beyond the thoughts themselves. It's like stretching. When you stretch before running, you put your body into positions much more extreme than any it will assume during the run. If you can think things so outside the box that they'd make people's hair stand on end, you'll have no trouble with the small trips outside the box that people call innovative.\n\nPensieri Stretti\n\nWhen you find something you can't say, what do you do with it? My advice is, don't say it. Or at least, pick your battles.\n\nSuppose in the future there is a movement to ban the color yellow. Proposals to paint anything yellow are denounced as \\\"yellowist\\\", as is anyone suspected of liking the color. People who like orange are tolerated but viewed with suspicion. Suppose you realize there is nothing wrong with yellow. If you go around saying this, you'll be denounced as a yellowist too, and you'll find yourself having a lot of arguments with anti-yellowists. If your aim in life is to rehabilitate the color yellow, that may be what you want. But if you're mostly interested in other questions, being labelled as a yellowist will just be a distraction. Argue with idiots, and you become an idiot.\n\nThe most important thing is to be able to think what you want, not to say what you want. And if you feel you have to say everything you think, it may inhibit you from thinking improper thoughts. I think it's better to follow the opposite policy. Draw a sharp line between your thoughts and your speech. Inside your head, anything is allowed. Within my head I make a point of encouraging the most outrageous thoughts I can imagine. But, as in a secret society, nothing that happens within the building should be told to outsiders. The first rule of Fight Club is, you do not talk about Fight Club.\n\nWhen Milton was going to visit Italy in the 1630s, Sir Henry Wootton, who had been ambassador to Venice, told him his motto should be \\\"i pensieri stretti & il viso sciolto.\\\" Closed thoughts and an open face. Smile at everyone, and don't tell them what you're thinking. This was wise advice. Milton was an argumentative fellow, and the Inquisition was a bit restive at that time. But I think the difference between Milton's situation and ours is only a matter of degree. Every era has its heresies, and if you don't get imprisoned for them you will at least get in enough trouble that it becomes a complete distraction.\n\nI admit it seems cowardly to keep quiet. When I read about the harassment to which the Scientologists subject their critics [12], or that pro-Israel groups are \\\"compiling dossiers\\\" on those who speak out against Israeli human rights abuses [13], or about people being sued for violating the DMCA [14], part of me wants to say, \\\"All right, you bastards, bring it on.\\\" The problem is, there are so many things you can't say. If you said them all you'd have no time left for your real work. You'd have to turn into Noam Chomsky. [15]\n\nThe trouble with keeping your thoughts secret, though, is that you lose the advantages of discussion. Talking about an idea leads to more ideas. So the optimal plan, if you can manage it, is to have a few trusted friends you can speak openly to. This is not just a way to develop ideas; it's also a good rule of thumb for choosing friends. The people you can say heretical things to without getting jumped on are also the most interesting to know.\n\nViso Sciolto?\n\nI don't think we need the viso sciolto so much as the pensieri stretti. Perhaps the best policy is to make it plain that you don't agree with whatever zealotry is current in your time, but not to be too specific about what you disagree with. Zealots will try to draw you out, but you don't have to answer them. If they try to force you to treat a question on their terms by asking \\\"are you with us or against us?\\\" you can always just answer \\\"neither\\\".\n\nBetter still, answer \\\"I haven't decided.\\\" That's what Larry Summers did when a group tried to put him in this position. Explaining himself later, he said \\\"I don't do litmus tests.\\\" [16] A lot of the questions people get hot about are actually quite complicated. There is no prize for getting the answer quickly.\n\nIf the anti-yellowists seem to be getting out of hand and you want to fight back, there are ways to do it without getting yourself accused of being a yellowist. Like skirmishers in an ancient army, you want to avoid directly engaging the main body of the enemy's troops. Better to harass them with arrows from a distance.\n\nOne way to do this is to ratchet the debate up one level of abstraction. If you argue against censorship in general, you can avoid being accused of whatever heresy is contained in the book or film that someone is trying to censor. You can attack labels with meta-labels: labels that refer to the use of labels to prevent discussion. The spread of the term \\\"political correctness\\\" meant the beginning of the end of political correctness, because it enabled one to attack the phenomenon as a whole without being accused of any of the specific heresies it sought to suppress.\n\nAnother way to counterattack is with metaphor. Arthur Miller undermined the House Un-American Activities Committee by writing a play, \\\"The Crucible,\\\" about the Salem witch trials. He never referred directly to the committee and so gave them no way to reply. What could HUAC do, defend the Salem witch trials? And yet Miller's metaphor stuck so well that to this day the activities of the committee are often described as a \\\"witch-hunt.\\\"\n\nBest of all, probably, is humor. Zealots, whatever their cause, invariably lack a sense of humor. They can't reply in kind to jokes. They're as unhappy on the territory of humor as a mounted knight on a skating rink. Victorian prudishness, for example, seems to have been defeated mainly by treating it as a joke. Likewise its reincarnation as political correctness. \\\"I am glad that I managed to write 'The Crucible,'\\\" Arthur Miller wrote, \\\"but looking back I have often wished I'd had the temperament to do an absurd comedy, which is what the situation deserved.\\\" [17]\n\nABQ\n\nA Dutch friend says I should use Holland as an example of a tolerant society. It's true they have a long tradition of comparative open-mindedness. For centuries the low countries were the place to go to say things you couldn't say anywhere else, and this helped to make the region a center of scholarship and industry (which have been closely tied for longer than most people realize). Descartes, though claimed by the French, did much of his thinking in Holland.\n\nAnd yet, I wonder. The Dutch seem to live their lives up to their necks in rules and regulations. There's so much you can't do there; is there really nothing you can't say?\n\nCertainly the fact that they value open-mindedness is no guarantee. Who thinks they're not open-minded? Our hypothetical prim miss from the suburbs thinks she's open-minded. Hasn't she been taught to be? Ask anyone, and they'll say the same thing: they're pretty open-minded, though they draw the line at things that are really wrong. (Some tribes may avoid \\\"wrong\\\" as judgemental, and may instead use a more neutral sounding euphemism like \\\"negative\\\" or \\\"destructive\\\".)\n\nWhen people are bad at math, they know it, because they get the wrong answers on tests. But when people are bad at open-mindedness they don't know it. In fact they tend to think the opposite. Remember, it's the nature of fashion to be invisible. It wouldn't work otherwise. Fashion doesn't seem like fashion to someone in the grip of it. It just seems like the right thing to do. It's only by looking from a distance that we see oscillations in people's idea of the right thing to do, and can identify them as fashions.\n\nTime gives us such distance for free. Indeed, the arrival of new fashions makes old fashions easy to see, because they seem so ridiculous by contrast. From one end of a pendulum's swing, the other end seems especially far away.\n\nTo see fashion in your own time, though, requires a conscious effort. Without time to give you distance, you have to create distance yourself. Instead of being part of the mob, stand as far away from it as you can and watch what it's doing. And pay especially close attention whenever an idea is being suppressed. Web filters for children and employees often ban sites containing pornography, violence, and hate speech. What counts as pornography and violence? And what, exactly, is \\\"hate speech?\\\" This sounds like a phrase out of 1984.\n\nLabels like that are probably the biggest external clue. If a statement is false, that's the worst thing you can say about it. You don't need to say that it's heretical. And if it isn't false, it shouldn't be suppressed. So when you see statements being attacked as x-ist or y-ic (substitute your current values of x and y), whether in 1630 or 2030, that's a sure sign that something is wrong. When you hear such labels being used, ask why.\n\nEspecially if you hear yourself using them. It's not just the mob you need to learn to watch from a distance. You need to be able to watch your own thoughts from a distance. That's not a radical idea, by the way; it's the main difference between children and adults. When a child gets angry because he's tired, he doesn't know what's happening. An adult can distance himself enough from the situation to say \\\"never mind, I'm just tired.\\\" I don't see why one couldn't, by a similar process, learn to recognize and discount the effects of moral fashions.\n\nYou have to take that extra step if you want to think clearly. But it's harder, because now you're working against social customs instead of with them. Everyone encourages you to grow up to the point where you can discount your own bad moods. Few encourage you to continue to the point where you can discount society's bad moods.\n\nHow can you see the wave, when you're the water? Always be questioning. That's the only defence. What can't you say? And why?\n\nHow to Start Google\n\nMarch 2024\n\n(This is a talk I gave to 14 and 15 year olds about what to do now if they might want to start a startup later. Lots of schools think they should tell students something about startups. This is what I think they should tell them.)\n\nMost of you probably think that when you're released into the so-called real world you'll eventually have to get some kind of job. That's not true, and today I'm going to talk about a trick you can use to avoid ever having to get a job.\n\nThe trick is to start your own company. So it's not a trick for avoiding work, because if you start your own company you'll work harder than you would if you had an ordinary job. But you will avoid many of the annoying things that come with a job, including a boss telling you what to do.\n\nIt's more exciting to work on your own project than someone else's. And you can also get a lot richer. In fact, this is the standard way to get really rich. If you look at the lists of the richest people that occasionally get published in the press, nearly all of them did it by starting their own companies.\n\nStarting your own company can mean anything from starting a barber shop to starting Google. I'm here to talk about one extreme end of that continuum. I'm going to tell you how to start Google.\n\nThe companies at the Google end of the continuum are called startups when they're young. The reason I know about them is that my wife Jessica and I started something called Y Combinator that is basically a startup factory. Since 2005, Y Combinator has funded over 4000 startups. So we know exactly what you need to start a startup, because we've helped people do it for the last 19 years.\n\nYou might have thought I was joking when I said I was going to tell you how to start Google. You might be thinking \\\"How could we start Google?\\\" But that's effectively what the people who did start Google were thinking before they started it. If you'd told Larry Page and Sergey Brin, the founders of Google, that the company they were about to start would one day be worth over a trillion dollars, their heads would have exploded.\n\nAll you can know when you start working on a startup is that it seems worth pursuing. You can't know whether it will turn into a company worth billions or one that goes out of business. So when I say I'm going to tell you how to start Google, I mean I'm going to tell you how to get to the point where you can start a company that has as much chance of being Google as Google had of being Google. [1]\n\nHow do you get from where you are now to the point where you can start a successful startup? You need three things. You need to be good at some kind of technology, you need an idea for what you're going to build, and you need cofounders to start the company with.\n\nHow do you get good at technology? And how do you choose which technology to get good at? Both of those questions turn out to have the same answer: work on your own projects. Don't try to guess whether gene editing or LLMs or rockets will turn out to be the most valuable technology to know about. No one can predict that. Just work on whatever interests you the most. You'll work much harder on something you're interested in than something you're doing because you think you're supposed to.\n\nIf you're not sure what technology to get good at, get good at programming. That has been the source of the median startup for the last 30 years, and this is probably not going to change in the next 10.\n\nThose of you who are taking computer science classes in school may at this point be thinking, ok, we've got this sorted. We're already being taught all about programming. But sorry, this is not enough. You have to be working on your own projects, not just learning stuff in classes. You can do well in computer science classes without ever really learning to program. In fact you can graduate with a degree in computer science from a top university and still not be any good at programming. That's why tech companies all make you take a coding test before they'll hire you, regardless of where you went to university or how well you did there. They know grades and exam results prove nothing.\n\nIf you really want to learn to program, you have to work on your own projects. You learn so much faster that way. Imagine you're writing a game and there's something you want to do in it, and you don't know how. You're going to figure out how a lot faster than you'd learn anything in a class.\n\nYou don't have to learn programming, though. If you're wondering what counts as technology, it includes practically everything you could describe using the words \\\"make\\\" or \\\"build.\\\" So welding would count, or making clothes, or making videos. Whatever you're most interested in. The critical distinction is whether you're producing or just consuming. Are you writing computer games, or just playing them? That's the cutoff.\n\nSteve Jobs, the founder of Apple, spent time when he was a teenager studying calligraphy — the sort of beautiful writing that you see in medieval manuscripts. No one, including him, thought that this would help him in his career. He was just doing it because he was interested in it. But it turned out to help him a lot. The computer that made Apple really big, the Macintosh, came out at just the moment when computers got powerful enough to make letters like the ones in printed books instead of the computery-looking letters you see in 8 bit games. Apple destroyed everyone else at this, and one reason was that Steve was one of the few people in the computer business who really got graphic design.\n\nDon't feel like your projects have to be serious. They can be as frivolous as you like, so long as you're building things you're excited about. Probably 90% of programmers start out building games. They and their friends like to play games. So they build the kind of things they and their friends want. And that's exactly what you should be doing at 15 if you want to start a startup one day.\n\nYou don't have to do just one project. In fact it's good to learn about multiple things. Steve Jobs didn't just learn calligraphy. He also learned about electronics, which was even more valuable. Whatever you're interested in. (Do you notice a theme here?)\n\nSo that's the first of the three things you need, to get good at some kind or kinds of technology. You do it the same way you get good at the violin or football: practice. If you start a startup at 22, and you start writing your own programs now, then by the time you start the company you'll have spent at least 7 years practicing writing code, and you can get pretty good at anything after practicing it for 7 years.\n\nLet's suppose you're 22 and you've succeeded: You're now really good at some technology. How do you get startup ideas? It might seem like that's the hard part. Even if you are a good programmer, how do you get the idea to start Google?\n\nActually it's easy to get startup ideas once you're good at technology. Once you're good at some technology, when you look at the world you see dotted outlines around the things that are missing. You start to be able to see both the things that are missing from the technology itself, and all the broken things that could be fixed using it, and each one of these is a potential startup.\n\nIn the town near our house there's a shop with a sign warning that the door is hard to close. The sign has been there for several years. To the people in the shop it must seem like this mysterious natural phenomenon that the door sticks, and all they can do is put up a sign warning customers about it. But any carpenter looking at this situation would think \\\"why don't you just plane off the part that sticks?\\\"\n\nOnce you're good at programming, all the missing software in the world starts to become as obvious as a sticking door to a carpenter. I'll give you a real world example. Back in the 20th century, American universities used to publish printed directories with all the students' names and contact info. When I tell you what these directories were called, you'll know which startup I'm talking about. They were called facebooks, because they usually had a picture of each student next to their name.\n\nSo Mark Zuckerberg shows up at Harvard in 2002, and the university still hasn't gotten the facebook online. Each individual house has an online facebook, but there isn't one for the whole university. The university administration has been diligently having meetings about this, and will probably have solved the problem in another decade or so. Most of the students don't consciously notice that anything is wrong. But Mark is a programmer. He looks at this situation and thinks \\\"Well, this is stupid. I could write a program to fix this in one night. Just let people upload their own photos and then combine the data into a new site for the whole university.\\\" So he does. And almost literally overnight he has thousands of users.\n\nOf course Facebook was not a startup yet. It was just a... project. There's that word again. Projects aren't just the best way to learn about technology. They're also the best source of startup ideas.\n\nFacebook was not unusual in this respect. Apple and Google also began as projects. Apple wasn't meant to be a company. Steve Wozniak just wanted to build his own computer. It only turned into a company when Steve Jobs said \\\"Hey, I wonder if we could sell plans for this computer to other people.\\\" That's how Apple started. They weren't even selling computers, just plans for computers. Can you imagine how lame this company seemed?\n\nDitto for Google. Larry and Sergey weren't trying to start a company at first. They were just trying to make search better. Before Google, most search engines didn't try to sort the results they gave you in order of importance. If you searched for \\\"rugby\\\" they just gave you every web page that contained the word \\\"rugby.\\\" And the web was so small in 1997 that this actually worked! Kind of. There might only be 20 or 30 pages with the word \\\"rugby,\\\" but the web was growing exponentially, which meant this way of doing search was becoming exponentially more broken. Most users just thought, \\\"Wow, I sure have to look through a lot of search results to find what I want.\\\" Door sticks. But like Mark, Larry and Sergey were programmers. Like Mark, they looked at this situation and thought \\\"Well, this is stupid. Some pages about rugby matter more than others. Let's figure out which those are and show them first.\\\"\n\nIt's obvious in retrospect that this was a great idea for a startup. It wasn't obvious at the time. It's never obvious. If it was obviously a good idea to start Apple or Google or Facebook, someone else would have already done it. That's why the best startups grow out of projects that aren't meant to be startups. You're not trying to start a company. You're just following your instincts about what's interesting. And if you're young and good at technology, then your unconscious instincts about what's interesting are better than your conscious ideas about what would be a good company.\n\nSo it's critical, if you're a young founder, to build things for yourself and your friends to use. The biggest mistake young founders make is to build something for some mysterious group of other people. But if you can make something that you and your friends truly want to use — something your friends aren't just using out of loyalty to you, but would be really sad to lose if you shut it down — then you almost certainly have the germ of a good startup idea. It may not seem like a startup to you. It may not be obvious how to make money from it. But trust me, there's a way.\n\nWhat you need in a startup idea, and all you need, is something your friends actually want. And those ideas aren't hard to see once you're good at technology. There are sticking doors everywhere. [2]\n\nNow for the third and final thing you need: a cofounder, or cofounders. The optimal startup has two or three founders, so you need one or two cofounders. How do you find them? Can you predict what I'm going to say next? It's the same thing: projects. You find cofounders by working on projects with them. What you need in a cofounder is someone who's good at what they do and that you work well with, and the only way to judge this is to work with them on things.\n\nAt this point I'm going to tell you something you might not want to hear. It really matters to do well in your classes, even the ones that are just memorization or blathering about literature, because you need to do well in your classes to get into a good university. And if you want to start a startup you should try to get into the best university you can, because that's where the best cofounders are. It's also where the best employees are. When Larry and Sergey started Google, they began by just hiring all the smartest people they knew out of Stanford, and this was a real advantage for them.\n\nThe empirical evidence is clear on this. If you look at where the largest numbers of successful startups come from, it's pretty much the same as the list of the most selective universities.\n\nI don't think it's the prestigious names of these universities that cause more good startups to come out of them. Nor do I think it's because the quality of the teaching is better. What's driving this is simply the difficulty of getting in. You have to be pretty smart and determined to get into MIT or Cambridge, so if you do manage to get in, you'll find the other students include a lot of smart and determined people. [3]\n\nYou don't have to start a startup with someone you meet at university. The founders of Twitch met when they were seven. The founders of Stripe, Patrick and John Collison, met when John was born. But universities are the main source of cofounders. And because they're where the cofounders are, they're also where the ideas are, because the best ideas grow out of projects you do with the people who become your cofounders.\n\nSo the list of what you need to do to get from here to starting a startup is quite short. You need to get good at technology, and the way to do that is to work on your own projects. And you need to do as well in school as you can, so you can get into a good university, because that's where the cofounders and the ideas are.\n\nThat's it, just two things, build stuff and do well in school.\n\nEND EXAMPLE PAUL GRAHAM ESSAYS\n\n# OUTPUT INSTRUCTIONS\n\n- Write the essay exactly like Paul Graham would write it as seen in the examples above. \n\n- That means the essay should be written in a simple, conversational style, not in a grandiose or academic style.\n\n- Use the same style, vocabulary level, and sentence structure as Paul Graham.\n\n\n# OUTPUT FORMAT\n\n- Output a full, publish-ready essay about the content provided using the instructions above.\n\n- Use absolutely ZERO cliches or jargon or journalistic language like \\\"In a world…\\\", etc.\n\n- Write in Paul Graham's simple, plain, clear, and conversational style, not in a grandiose or academic style.\n\n- Do not use cliches or jargon.\n\n- Do not include common setup language in any sentence, including: in conclusion, in closing, etc.\n\n- Do not output warnings or notes—just the output requested.\n\n- The essay should be a maximum of 250 words.\n\n# INPUT:\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[0.09548171609640121,0.6598964333534241,-0.07310500741004944,0.5933321714401245,0.46700525283813477,0.042716655880212784,-0.8965684771537781,0.20103982090950012,0.06467496603727341,0.45039528608322144,-0.2767648696899414,0.41369757056236267,0.4785768389701843,0.11757376790046692,0.5706189274787903,0.4256204664707184,-0.2783017158508301,-1.4676603078842163,-1.2325160503387451,-0.30196043848991394,0.22037693858146667,0.6014298796653748,0.37074241042137146,0.006131067872047424,0.6153416037559509,0.17499682307243347,-0.24649468064308167,0.12583626806735992,-0.9517177939414978,-1.6376851797103882,1.1982418298721313,1.0076427459716797,-0.1626828908920288,-0.8053655624389648,0.3056182563304901,-0.20316731929779053,-0.10413789749145508,-0.3964225649833679,-0.6900195479393005,0.24074433743953705,-0.5882906317710876,-0.2590583860874176,-0.5375589728355408,0.23721396923065186,0.293160080909729,-0.34666579961776733,-0.28804534673690796,-0.06125132367014885,0.5373928546905518,0.18275082111358643,-0.24936753511428833,-0.044923000037670135,-0.6309837102890015,-0.14757254719734192,-0.4321707487106323,-0.41150298714637756,0.24171283841133118,-0.36064794659614563,0.2299017757177353,-0.04662554711103439,-0.20755824446678162,0.8769044876098633,-2.939596176147461,-0.23990175127983093,-0.45791012048721313,-0.47127026319503784,-0.13314349949359894,0.32441121339797974,0.14030571281909943,-0.4804280400276184,0.009696386754512787,0.38555267453193665,-0.43351203203201294,0.1187288910150528,0.16904300451278687,-0.18258360028266907,0.3927553594112396,0.47645220160484314,-0.3077179193496704,-0.3897469639778137,-0.3891517221927643,0.9460634589195251,-0.7764540314674377,-0.10472235828638077,-0.6090985536575317,1.2035210132598877,0.18437406420707703,-0.11486130207777023,0.5165751576423645,0.5617527961730957,0.01687314733862877,0.15256419777870178,0.7435833811759949,0.2379779815673828,-0.924193799495697,0.7207418084144592,-0.1854686141014099,0.06463421136140823,-0.5091168880462646,3.37288498878479,0.8806840181350708,0.7101831436157227,0.04269145429134369,-1.276428461074829,0.14173398911952972,-1.0369794368743896,-0.25405237078666687,-0.17713187634944916,-0.5155054926872253,-0.6559247970581055,1.004664421081543,-0.6074307560920715,-0.9007161855697632,0.19300910830497742,0.34812530875205994,0.1345948874950409,-1.0472891330718994,-0.20651616156101227,0.5289748907089233,0.8840888738632202,-0.6316083669662476,0.6924741268157959,-0.6384922862052917,-0.18954545259475708,0.2478644996881485,0.14107532799243927,0.04352449253201485,0.7994756102561951,0.24320797622203827,-0.053167618811130524,0.5376368761062622,0.29392319917678833,0.13297830522060394,0.13301624357700348,0.17547324299812317,0.21719762682914734,-0.16233031451702118,-1.0052005052566528,-0.19278091192245483,-1.1316487789154053,0.5237188339233398,-0.8615157604217529,0.4840121269226074,-0.07798951119184494,0.40810784697532654,0.43903467059135437,-0.009201183915138245,0.5773149132728577,-0.5172594785690308,-0.4793572723865509,-0.23939044773578644,0.9220061302185059,0.17289777100086212,0.4475359320640564,-0.24836204946041107,-0.19769339263439178,-1.1752703189849854,0.2625311017036438,-0.2448233962059021,0.3778325319290161,0.17232464253902435,-0.6703779101371765,-0.07145845890045166,0.18572178483009338,0.4739702343940735,0.2404913753271103,0.12694573402404785,-0.251198410987854,0.13416361808776855,0.4731488525867462,-0.10237917304039001,-0.24263176321983337,0.3603479266166687,0.09040046483278275,-0.3964875042438507,0.4205544888973236,0.4777657091617584,-0.46789461374282837,0.27221089601516724,0.19397622346878052,0.41051185131073,0.8492451310157776,-0.29505372047424316,-0.7903665900230408,0.4526861906051636,-0.14410711824893951,0.391562819480896,0.2258695363998413,0.9252654314041138,0.8074508905410767,-0.7376205325126648,1.4274765253067017,-0.3890339136123657,-0.222403421998024,0.7168331146240234,0.12555468082427979,0.7084850072860718,0.4507567286491394,0.4926115870475769,-0.36660638451576233,-0.9089525938034058,0.16273225843906403,0.3359534442424774,-0.7219364643096924,-0.14845681190490723,-0.10530406981706619,0.3814620077610016,0.9056862592697144,0.1635890007019043,-0.8542550802230835,0.36040377616882324,-0.6253772974014282,1.613525390625,-0.4565091133117676,0.8706969022750854,-0.6281340718269348,0.065387062728405,0.4656558632850647,0.30876708030700684,0.5959151983261108,-0.8169364333152771,0.09465375542640686,-0.5467977523803711,-0.6559095978736877,-0.6033958792686462,0.038688547909259796,0.24437114596366882,0.7769705653190613,-0.8086794018745422,-0.12569481134414673,-0.3048977851867676,1.0465221405029297,0.1962994635105133,0.7302418947219849,-0.042082808911800385,0.20424199104309082,-0.21986019611358643,0.7220213413238525,0.31063035130500793,-0.9352169632911682,-0.035678282380104065,0.20181035995483398,-0.6711904406547546,0.8836038708686829,-0.04121941328048706,0.03826959431171417,-0.24393820762634277,0.030415400862693787,0.16958847641944885,1.7599914073944092,0.27243879437446594,-0.05056881532073021,0.40240952372550964,-0.5653833150863647,-0.015337623655796051,-0.4979764521121979,-2.6426329612731934,-0.029169199988245964,-0.4952998757362366,0.4688228368759155,0.020134784281253815,-0.33943551778793335,0.4024669826030731,-0.4067027270793915,0.33123207092285156,-0.17482656240463257,-0.2572723627090454,-0.3012371361255646,-1.013505220413208,-0.18609929084777832,0.13938020169734955,0.45118576288223267,0.21707578003406525,-0.848923921585083,-0.5912255644798279,0.5542864203453064,-0.021131711080670357,0.30207476019859314,-0.4162195026874542,-1.0993269681930542,0.11809065192937851,0.48807546496391296,-0.029206998646259308,0.6050044894218445,-0.5485842823982239,-0.3918953835964203,0.004950765520334244,-0.637681782245636,-0.21688029170036316,0.4055737257003784,0.21764817833900452,-0.388226181268692,-0.787265956401825,0.23784653842449188,1.983500599861145,0.22373318672180176,-0.0666562020778656,0.7260527610778809,0.8029438257217407,0.29376769065856934,-0.15394450724124908,-0.1460522711277008,0.08254090696573257,0.4567314088344574,-0.9823555946350098,0.013525299727916718,-0.05828692764043808,-0.45744064450263977,0.0988827496767044,0.160812646150589,0.08878710120916367,-0.081423819065094,-0.30707162618637085,-0.5923972725868225,0.5155186653137207,0.16104671359062195,0.6058650016784668,0.7907505035400391,0.29065391421318054,-1.2236884832382202,0.0513533353805542,0.6349900960922241,0.3282906413078308,0.10322293639183044,-0.0026173945516347885,-0.04455234110355377,-0.20150023698806763,-0.007877472788095474,-0.037461258471012115,0.5953272581100464,0.5404451489448547,-1.03130304813385,-0.039112165570259094,0.34811416268348694,0.05461782217025757,-0.4497188329696655,0.6318711042404175,-0.5788383483886719,-0.159340500831604,0.41619056463241577,-0.08134602010250092,0.9847562909126282,0.07403101772069931,0.43759191036224365,0.04356657341122627,0.1109289675951004,-0.8225026726722717,-1.210338830947876,-0.2936021387577057,-0.3857138752937317,-0.9137688279151917,0.714834451675415,-0.40763819217681885,-0.18004024028778076,0.41055217385292053,0.23043492436408997,-0.471364289522171,0.05317705497145653,-0.5677735209465027,1.4482654333114624,0.2226782888174057,-0.3171194791793823,0.6224578022956848,-0.09902060031890869,-0.26487812399864197,0.3427421748638153,0.3328970670700073,-0.6943334341049194,-0.44423890113830566,0.023321881890296936,0.30929747223854065,-0.02414136566221714,0.04850142449140549,0.9814361929893494,0.2449600249528885,0.4339565634727478,-0.5764538645744324,-0.13945433497428894,0.47726428508758545,-0.27052420377731323,0.017995424568653107,0.029480719938874245,-0.8621415495872498,-0.6938306093215942]},"workflow":{"author":"@@official.shinkai","description":"The prompt instructs on drafting a detailed pull request (PR) description based on the output of a `git diff` command, focusing on identifying and explaining code changes. It emphasizes analyzing changes, understanding their purpose, and detailing their impact on the project. The expected output is a structured PR description in markdown, covering a summary of changes, reasons, impacts, and testing plans in clear language.","name":"Write_pull_request","raw":"\n workflow Write_pull_request v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY AND PURPOSE\n\nYou are an experienced software engineer about to open a PR. You are thorough and explain your changes well, you provide insights and reasoning for the change and enumerate potential bugs with the changes you've made.\nYou take your time and consider the INPUT and draft a description of the pull request. The INPUT you will be reading is the output of the git diff command.\n\n## INPUT FORMAT\n\nThe expected input format is command line output from git diff that compares all the changes of the current branch with the main repository branch.\n\nThe syntax of the output of `git diff` is a series of lines that indicate changes made to files in a repository. Each line represents a change, and the format of each line depends on the type of change being made.\n\nHere are some examples of how the syntax of `git diff` might look for different types of changes:\n\nBEGIN EXAMPLES\n* Adding a file:\n```\n+++ b/newfile.txt\n@@ -0,0 +1 @@\n+This is the contents of the new file.\n```\nIn this example, the line `+++ b/newfile.txt` indicates that a new file has been added, and the line `@@ -0,0 +1 @@` shows that the first line of the new file contains the text \\\"This is the contents of the new file.\\\"\n\n* Deleting a file:\n```\n--- a/oldfile.txt\n+++ b/deleted\n@@ -1 +0,0 @@\n-This is the contents of the old file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been deleted, and the line `@@ -1 +0,0 @@` shows that the last line of the old file contains the text \\\"This is the contents of the old file.\\\" The line `+++ b/deleted` indicates that the file has been deleted.\n\n* Modifying a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1,3 +1,4 @@\n This is an example of how to modify a file.\n-The first line of the old file contains this text.\n The second line contains this other text.\n+This is the contents of the new file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been modified, and the line `@@ -1,3 +1,4 @@` shows that the first three lines of the old file have been replaced with four lines, including the new text \\\"This is the contents of the new file.\\\"\n\n* Moving a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1 +1 @@\n This is an example of how to move a file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been moved to a new location, and the line `@@ -1 +1 @@` shows that the first line of the old file has been moved to the first line of the new file.\n\n* Renaming a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1 +1,2 @@\n This is an example of how to rename a file.\n+This is the contents of the new file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been renamed to a new name, and the line `@@ -1 +1,2 @@` shows that the first line of the old file has been moved to the first two lines of the new file.\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n1. Analyze the git diff output provided.\n2. Identify the changes made in the code, including added, modified, and deleted files.\n3. Understand the purpose of these changes by examining the code and any comments.\n4. Write a detailed pull request description in markdown syntax. This should include:\n - A brief summary of the changes made.\n - The reason for these changes.\n - The impact of these changes on the overall project.\n5. Ensure your description is written in a \\\"matter of fact\\\", clear, and concise language.\n6. Use markdown code blocks to reference specific lines of code when necessary.\n7. Output only the PR description.\n\n# OUTPUT FORMAT\n\n1. **Summary**: Start with a brief summary of the changes made. This should be a concise explanation of the overall changes.\n\n2. **Files Changed**: List the files that were changed, added, or deleted. For each file, provide a brief description of what was changed and why.\n\n3. **Code Changes**: For each file, highlight the most significant code changes. Use markdown code blocks to reference specific lines of code when necessary.\n\n4. **Reason for Changes**: Explain the reason for these changes. This could be to fix a bug, add a new feature, improve performance, etc.\n\n5. **Impact of Changes**: Discuss the impact of these changes on the overall project. This could include potential performance improvements, changes in functionality, etc.\n\n6. **Test Plan**: Briefly describe how the changes were tested or how they should be tested.\n\n7. **Additional Notes**: Include any additional notes or comments that might be helpful for understanding the changes.\n\nRemember, the output should be in markdown format, clear, concise, and understandable even for someone who is not familiar with the project.\n\n# INPUT\n\n\n$> git --no-pager diff main\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY AND PURPOSE\n\nYou are an experienced software engineer about to open a PR. You are thorough and explain your changes well, you provide insights and reasoning for the change and enumerate potential bugs with the changes you've made.\nYou take your time and consider the INPUT and draft a description of the pull request. The INPUT you will be reading is the output of the git diff command.\n\n## INPUT FORMAT\n\nThe expected input format is command line output from git diff that compares all the changes of the current branch with the main repository branch.\n\nThe syntax of the output of `git diff` is a series of lines that indicate changes made to files in a repository. Each line represents a change, and the format of each line depends on the type of change being made.\n\nHere are some examples of how the syntax of `git diff` might look for different types of changes:\n\nBEGIN EXAMPLES\n* Adding a file:\n```\n+++ b/newfile.txt\n@@ -0,0 +1 @@\n+This is the contents of the new file.\n```\nIn this example, the line `+++ b/newfile.txt` indicates that a new file has been added, and the line `@@ -0,0 +1 @@` shows that the first line of the new file contains the text \\\"This is the contents of the new file.\\\"\n\n* Deleting a file:\n```\n--- a/oldfile.txt\n+++ b/deleted\n@@ -1 +0,0 @@\n-This is the contents of the old file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been deleted, and the line `@@ -1 +0,0 @@` shows that the last line of the old file contains the text \\\"This is the contents of the old file.\\\" The line `+++ b/deleted` indicates that the file has been deleted.\n\n* Modifying a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1,3 +1,4 @@\n This is an example of how to modify a file.\n-The first line of the old file contains this text.\n The second line contains this other text.\n+This is the contents of the new file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been modified, and the line `@@ -1,3 +1,4 @@` shows that the first three lines of the old file have been replaced with four lines, including the new text \\\"This is the contents of the new file.\\\"\n\n* Moving a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1 +1 @@\n This is an example of how to move a file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been moved to a new location, and the line `@@ -1 +1 @@` shows that the first line of the old file has been moved to the first line of the new file.\n\n* Renaming a file:\n```\n--- a/oldfile.txt\n+++ b/newfile.txt\n@@ -1 +1,2 @@\n This is an example of how to rename a file.\n+This is the contents of the new file.\n```\nIn this example, the line `--- a/oldfile.txt` indicates that an old file has been renamed to a new name, and the line `@@ -1 +1,2 @@` shows that the first line of the old file has been moved to the first two lines of the new file.\nEND EXAMPLES\n\n# OUTPUT INSTRUCTIONS\n\n1. Analyze the git diff output provided.\n2. Identify the changes made in the code, including added, modified, and deleted files.\n3. Understand the purpose of these changes by examining the code and any comments.\n4. Write a detailed pull request description in markdown syntax. This should include:\n - A brief summary of the changes made.\n - The reason for these changes.\n - The impact of these changes on the overall project.\n5. Ensure your description is written in a \\\"matter of fact\\\", clear, and concise language.\n6. Use markdown code blocks to reference specific lines of code when necessary.\n7. Output only the PR description.\n\n# OUTPUT FORMAT\n\n1. **Summary**: Start with a brief summary of the changes made. This should be a concise explanation of the overall changes.\n\n2. **Files Changed**: List the files that were changed, added, or deleted. For each file, provide a brief description of what was changed and why.\n\n3. **Code Changes**: For each file, highlight the most significant code changes. Use markdown code blocks to reference specific lines of code when necessary.\n\n4. **Reason for Changes**: Explain the reason for these changes. This could be to fix a bug, add a new feature, improve performance, etc.\n\n5. **Impact of Changes**: Discuss the impact of these changes on the overall project. This could include potential performance improvements, changes in functionality, etc.\n\n6. **Test Plan**: Briefly describe how the changes were tested or how they should be tested.\n\n7. **Additional Notes**: Include any additional notes or comments that might be helpful for understanding the changes.\n\nRemember, the output should be in markdown format, clear, concise, and understandable even for someone who is not familiar with the project.\n\n# INPUT\n\n\n$> git --no-pager diff main\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.11592131853103638,0.36962366104125977,0.03561721742153168,-0.030914248898625374,0.19890809059143066,0.18780991435050964,-0.9381315112113953,0.14787080883979797,-0.12045162171125412,0.4207831025123596,-0.9974283576011658,0.6682451367378235,-0.5627936720848083,0.42109525203704834,0.8548984527587891,0.3476823568344116,0.10583297908306122,-1.5472877025604248,-0.8264176845550537,-0.650428295135498,0.020419154316186905,0.1273920089006424,0.38472968339920044,-0.34088605642318726,0.7566933035850525,0.5525150299072266,-0.1320827603340149,0.036807022988796234,-0.9564349055290222,-1.604993462562561,0.7316040396690369,0.1270730197429657,-0.29070544242858887,-0.38412919640541077,0.5165072679519653,-0.37859246134757996,0.22978290915489197,0.4661634862422943,-0.20383693277835846,0.022673532366752625,0.21471436321735382,0.49592506885528564,-0.31602582335472107,-0.09162561595439911,0.012238629162311554,-0.44016414880752563,0.13664239645004272,0.2422419786453247,0.7037989497184753,-0.2092955857515335,-0.19825348258018494,-0.5142005681991577,-0.9483932852745056,-0.40736591815948486,-0.682504415512085,0.03204232454299927,-0.10059519112110138,-0.8035892248153687,-0.31813183426856995,-0.3156208395957947,0.18601065874099731,0.47846513986587524,-3.076702117919922,0.4067111611366272,0.2807440161705017,0.38221099972724915,0.48183175921440125,0.46190616488456726,0.33743155002593994,-0.6627801060676575,-0.22800934314727783,0.32856523990631104,-0.7281058430671692,1.052301287651062,0.14835500717163086,-0.1200784295797348,0.6471644043922424,0.3976035714149475,0.17701402306556702,-0.46889108419418335,0.4177977442741394,1.1070743799209595,0.11878001689910889,-0.2460632622241974,-0.627201497554779,0.582781195640564,-0.13081514835357666,0.35837143659591675,0.3731063902378082,0.7114354372024536,-0.008040569722652435,0.13411328196525574,0.526696503162384,-0.5842364430427551,-0.7581313848495483,-0.011398598551750183,-0.18301540613174438,-0.20005255937576294,-0.1482926309108734,3.729830026626587,0.7608307600021362,-0.1737881451845169,0.23831439018249512,-0.9497752785682678,1.4225488901138306,-0.21298867464065552,-0.4332691431045532,-0.3751486837863922,-0.5499572157859802,-0.052670471370220184,-0.036978766322135925,-0.27196234464645386,0.24492889642715454,0.2562183737754822,0.9156193733215332,-0.021513931453227997,-0.450600802898407,0.18382461369037628,0.18244579434394836,1.2090563774108887,-0.34828150272369385,-0.0064902640879154205,-0.21235035359859467,-0.9277788996696472,-0.045561667531728745,0.5239490270614624,-0.3338859975337982,0.7135388851165771,-0.1917164921760559,0.3740101754665375,0.35212430357933044,-0.06379920244216919,-0.40067097544670105,0.5166825652122498,-0.1313781440258026,-0.23057425022125244,0.5702286958694458,-0.4213816225528717,0.05234020575881004,-0.46832579374313354,0.04647836089134216,-0.4361000657081604,1.2236531972885132,-0.6841833591461182,0.6866245269775391,-0.059247180819511414,-0.41333824396133423,0.4248408079147339,-1.1886824369430542,-1.0785526037216187,-0.37419381737709045,0.8346819877624512,-0.2906172573566437,0.4604395031929016,1.0215682983398438,0.15118327736854553,-0.5818666815757751,0.5746073126792908,-0.5975961685180664,0.5260905623435974,0.7589824795722961,0.43123090267181396,0.26995599269866943,0.665745735168457,0.4790092706680298,0.24576088786125183,0.541169285774231,-0.17098510265350342,0.17912337183952332,-0.2762097716331482,0.013367190957069397,0.05562818795442581,0.022297054529190063,-0.32500067353248596,-1.146838903427124,-0.10295940935611725,-0.01952560991048813,-0.16027310490608215,0.4609125554561615,-0.07888179272413254,0.1867440640926361,0.30327174067497253,-0.4473438560962677,-0.9500384330749512,-0.2702392339706421,0.14725810289382935,0.41034996509552,0.19673478603363037,0.8753824234008789,0.23741814494132996,-1.3634846210479736,1.841760516166687,-0.15172797441482544,-0.5854637622833252,-0.13409587740898132,0.07268279790878296,0.4311671257019043,-0.204336479306221,-0.24690844118595123,-0.19925448298454285,-0.11785601824522018,0.022695127874612808,-0.4594924747943878,-0.1459287405014038,-0.34494152665138245,-0.995712161064148,0.30793824791908264,0.7647870182991028,0.35639137029647827,-0.7486554980278015,0.21177542209625244,0.14921878278255463,1.8111767768859863,-0.11655911058187485,1.2063205242156982,-0.46865594387054443,0.34026584029197693,0.29385435581207275,0.5934454202651978,0.4462985098361969,-0.3246452510356903,-0.19180643558502197,-0.7255792617797852,-0.6645097732543945,-0.8369460105895996,0.3832785487174988,-0.46506863832473755,0.24892301857471466,-0.5616891980171204,-0.24634836614131927,0.18631350994110107,0.9777905941009521,0.32312023639678955,0.7481343746185303,-0.10934097319841385,0.27384519577026367,-0.2571970224380493,0.6502721309661865,0.399589478969574,-1.104161024093628,-0.07151936739683151,0.020161863416433334,-0.22982673346996307,0.0022783204913139343,0.2947533130645752,0.38445374369621277,0.27775874733924866,0.37054336071014404,-0.07198686897754669,0.9588629007339478,0.26472219824790955,0.012887971475720406,0.0983734205365181,0.615522027015686,-0.31151092052459717,0.23247593641281128,-2.0756585597991943,-0.25469863414764404,-0.4905301034450531,-0.09189045429229736,0.24943068623542786,-0.5431661605834961,-0.23711860179901123,-0.43561476469039917,0.054141104221343994,-0.058548446744680405,-0.7276366949081421,-0.4724399447441101,-0.5671131610870361,0.022922389209270477,-0.41661402583122253,0.1851288378238678,0.21456600725650787,-0.13512027263641357,-0.5508908629417419,0.13326822221279144,0.3537692725658417,0.20309209823608398,-0.23530206084251404,-0.4548841416835785,-0.5043899416923523,-0.16337189078330994,0.05084386467933655,0.27845728397369385,-0.1652294397354126,-0.22365152835845947,-0.5329679250717163,-1.4494353532791138,0.3057346045970917,0.6598830223083496,0.08321205526590347,-0.45579060912132263,-0.9156396985054016,-0.34603121876716614,1.900665521621704,-0.02958228439092636,-0.17995917797088623,0.0973917692899704,0.5369976758956909,-0.15320105850696564,0.24941685795783997,0.41476672887802124,-0.02686171419918537,-0.14167359471321106,-0.07266464829444885,-0.7833583950996399,0.6492078900337219,0.2341427206993103,-0.4413232207298279,-0.0913977324962616,-0.12007719278335571,-0.02432464249432087,-0.5200037956237793,-0.31471601128578186,0.7595726251602173,0.20576593279838562,0.4322443902492523,0.8637474775314331,0.23836733400821686,-1.4291990995407104,-0.1937003880739212,0.6981441974639893,0.02345522679388523,-0.6657517552375793,-0.35296204686164856,0.6518709063529968,-0.008212173357605934,-0.31356146931648254,-0.2297740876674652,0.9007599353790283,0.09899171441793442,0.5357468128204346,-0.02854723110795021,0.15120279788970947,0.18701651692390442,-0.5222355127334595,-0.5290325284004211,-0.07252025604248047,-0.6909779906272888,-0.29840630292892456,0.6077541708946228,0.9850512146949768,0.25696292519569397,0.08340457081794739,0.3989422917366028,-0.29023149609565735,-0.7271867990493774,-0.5895614624023438,0.26379191875457764,0.5704827308654785,-0.35099080204963684,1.1579335927963257,0.5169079303741455,-0.02349349856376648,0.5696512460708618,0.6776633858680725,-0.5363026857376099,0.05130768194794655,-0.7171294093132019,1.4144048690795898,-0.010839192196726799,-0.39388585090637207,-0.5969342589378357,0.6674180626869202,0.006974998861551285,-0.0018977075815200806,-0.14720483124256134,-0.6446622610092163,0.052874475717544556,0.20249032974243164,0.4954725503921509,0.3384411931037903,0.5940743684768677,0.3180980086326599,0.7310903668403625,0.2573683261871338,-0.442554235458374,0.14782950282096863,0.13461996614933014,-0.11658816784620285,0.37304702401161194,0.1430000364780426,-0.4468676745891571,-1.5457769632339478]},"workflow":{"author":"@@official.shinkai","description":"The prompt requests the creation of a Semgrep rule to detect a specific vulnerability pattern in code, based on provided context and examples. It emphasizes the importance of crafting a rule that is general enough to catch any instance of the described vulnerability, rather than being overly specific to the given examples. The expected output is a well-structured Semgrep rule that aligns with the syntax and guidelines detailed in the context, capable of identifying the vulnerability across different scenarios.","name":"Write_semgrep_rule","raw":"\n workflow Write_semgrep_rule v0.1 {\n step Main {\n $SYSTEM = \"\n# IDENTITY and PURPOSE\n\nYou are an expert at writing Semgrep rules.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following context.\n\n# OUTPUT SECTIONS\n\n- Write a Semgrep rule that will match the input provided.\n\n# CONTEXT FOR CONSIDERATION\n\nThis context will teach you about how to write better Semgrep rules:\n\nYou are an expert Semgrep rule creator.\n\nTake a deep breath and work on this problem step-by-step.\n\nYou output only a working Semgrep rule.\n\n\\\"\\\"\\\",\n}\nuser_message = {\n\\\"role\\\": \\\"user\\\",\n\\\"content\\\": \\\"\\\"\\\"\n\nYou are an expert Semgrep rule creator.\n\nYou output working and accurate Semgrep rules.\n\nTake a deep breath and work on this problem step-by-step.\n\nSEMGREP RULE SYNTAX\n\nRule syntax\n\nTIP\nGetting started with rule writing? Try the Semgrep Tutorial 🎓\nThis document describes the YAML rule syntax of Semgrep.\n\nSchema\n\nRequired\n\nAll required fields must be present at the top-level of a rule, immediately under the rules key.\n\nField Type Description\nid string Unique, descriptive identifier, for example: no-unused-variable\nmessage string Message that includes why Semgrep matched this pattern and how to remediate it. See also Rule messages.\nseverity string One of the following values: INFO (Low severity), WARNING (Medium severity), or ERROR (High severity). The severity key specifies how critical are the issues that a rule potentially detects. Note: Semgrep Supply Chain differs, as its rules use CVE assignments for severity. For more information, see Filters section in Semgrep Supply Chain documentation.\nlanguages array See language extensions and tags\npattern* string Find code matching this expression\npatterns* array Logical AND of multiple patterns\npattern-either* array Logical OR of multiple patterns\npattern-regex* string Find code matching this PCRE-compatible pattern in multiline mode\nINFO\nOnly one of the following is required: pattern, patterns, pattern-either, pattern-regex\nLanguage extensions and languages key values\n\nThe following table includes languages supported by Semgrep, accepted file extensions for test files that accompany rules, and valid values that Semgrep rules require in the languages key.\n\nLanguage Extensions languages key values\nApex (only in Semgrep Pro Engine) .cls apex\nBash .bash, .sh bash, sh\nC .c c\nCairo .cairo cairo\nClojure .clj, .cljs, .cljc, .edn clojure\nC++ .cc, .cpp cpp, c++\nC# .cs csharp, c#\nDart .dart dart\nDockerfile .dockerfile, .Dockerfile dockerfile, docker\nElixir .ex, .exs ex, elixir\nGeneric generic\nGo .go go, golang\nHTML .htm, .html html\nJava .java java\nJavaScript .js, .jsx js, javascript\nJSON .json, .ipynb json\nJsonnet .jsonnet, .libsonnet jsonnet\nJSX .js, .jsx js, javascript\nJulia .jl julia\nKotlin .kt, .kts, .ktm kt, kotlin\nLisp .lisp, .cl, .el lisp\nLua .lua lua\nOCaml .ml, .mli ocaml\nPHP .php, .tpl php\nPython .py, .pyi python, python2, python3, py\nR .r, .R r\nRuby .rb ruby\nRust .rs rust\nScala .scala scala\nScheme .scm, .ss scheme\nSolidity .sol solidity, sol\nSwift .swift swift\nTerraform .tf, .hcl tf, hcl, terraform\nTypeScript .ts, .tsx ts, typescript\nYAML .yml, .yaml yaml\nXML .xml xml\nINFO\nTo see the maturity level of each supported language, see the following sections in Supported languages document:\n\nSemgrep OSS Engine\nSemgrep Pro Engine\nOptional\n\nField Type Description\noptions object Options object to enable/disable certain matching features\nfix object Simple search-and-replace autofix functionality\nmetadata object Arbitrary user-provided data; attach data to rules without affecting Semgrep behavior\nmin-version string Minimum Semgrep version compatible with this rule\nmax-version string Maximum Semgrep version compatible with this rule\npaths object Paths to include or exclude when running this rule\nThe below optional fields must reside underneath a patterns or pattern-either field.\n\nField Type Description\npattern-inside string Keep findings that lie inside this pattern\nThe below optional fields must reside underneath a patterns field.\n\nField Type Description\nmetavariable-regex map Search metavariables for Python re compatible expressions; regex matching is unanchored\nmetavariable-pattern map Matches metavariables with a pattern formula\nmetavariable-comparison map Compare metavariables against basic Python expressions\npattern-not string Logical NOT - remove findings matching this expression\npattern-not-inside string Keep findings that do not lie inside this pattern\npattern-not-regex string Filter results using a PCRE-compatible pattern in multiline mode\nOperators\n\npattern\n\nThe pattern operator looks for code matching its expression. This can be basic expressions like $X == $X or unwanted function calls like hashlib.md5(...).\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npatterns\n\nThe patterns operator performs a logical AND operation on one or more child patterns. This is useful for chaining multiple patterns together that all must be true.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npatterns operator evaluation strategy\n\nNote that the order in which the child patterns are declared in a patterns operator has no effect on the final result. A patterns operator is always evaluated in the same way:\n\nSemgrep evaluates all positive patterns, that is pattern-insides, patterns, pattern-regexes, and pattern-eithers. Each range matched by each one of these patterns is intersected with the ranges matched by the other operators. The result is a set of positive ranges. The positive ranges carry metavariable bindings. For example, in one range $X can be bound to the function call foo(), and in another range $X can be bound to the expression a + b.\nSemgrep evaluates all negative patterns, that is pattern-not-insides, pattern-nots, and pattern-not-regexes. This gives a set of negative ranges which are used to filter the positive ranges. This results in a strict subset of the positive ranges computed in the previous step.\nSemgrep evaluates all conditionals, that is metavariable-regexes, metavariable-patterns and metavariable-comparisons. These conditional operators can only examine the metavariables bound in the positive ranges in step 1, that passed through the filter of negative patterns in step 2. Note that metavariables bound by negative patterns are not available here.\nSemgrep applies all focus-metavariables, by computing the intersection of each positive range with the range of the metavariable on which we want to focus. Again, the only metavariables available to focus on are those bound by positive patterns.\npattern-either\n\nThe pattern-either operator performs a logical OR operation on one or more child patterns. This is useful for chaining multiple patterns together where any may be true.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nThis rule looks for usage of the Python standard library functions hashlib.md5 or hashlib.sha1. Depending on their usage, these hashing functions are considered insecure.\n\npattern-regex\n\nThe pattern-regex operator searches files for substrings matching the given PCRE pattern. This is useful for migrating existing regular expression code search functionality to Semgrep. Perl-Compatible Regular Expressions (PCRE) is a full-featured regex library that is widely compatible with Perl, but also with the respective regex libraries of Python, JavaScript, Go, Ruby, and Java. Patterns are compiled in multiline mode, for example ^ and $ matches at the beginning and end of lines respectively in addition to the beginning and end of input.\n\nCAUTION\nPCRE supports only a limited number of Unicode character properties. For example, \\p{Egyptian_Hieroglyphs} is supported but \\p{Bidi_Control} isn't.\nEXAMPLES OF THE pattern-regex OPERATOR\npattern-regex combined with other pattern operators: Semgrep Playground example\npattern-regex used as a standalone, top-level operator: Semgrep Playground example\nINFO\nSingle (') and double (\\\") quotes behave differently in YAML syntax. Single quotes are typically preferred when using backslashes (\\) with pattern-regex.\nNote that you may bind a section of a regular expression to a metavariable, by using named capturing groups. In this case, the name of the capturing group must be a valid metavariable name.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-not-regex\n\nThe pattern-not-regex operator filters results using a PCRE regular expression in multiline mode. This is most useful when combined with regular-expression only rules, providing an easy way to filter findings without having to use negative lookaheads. pattern-not-regex works with regular pattern clauses, too.\n\nThe syntax for this operator is the same as pattern-regex.\n\nThis operator filters findings that have any overlap with the supplied regular expression. For example, if you use pattern-regex to detect Foo==1.1.1 and it also detects Foo-Bar==3.0.8 and Bar-Foo==3.0.8, you can use pattern-not-regex to filter the unwanted findings.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nfocus-metavariable\n\nThe focus-metavariable operator puts the focus, or zooms in, on the code region matched by a single metavariable or a list of metavariables. For example, to find all functions arguments annotated with the type bad you may write the following pattern:\n\npattern: |\ndef $FUNC(..., $ARG : bad, ...):\n...\n\nThis works but it matches the entire function definition. Sometimes, this is not desirable. If the definition spans hundreds of lines they are all matched. In particular, if you are using Semgrep Cloud Platform and you have triaged a finding generated by this pattern, the same finding shows up again as new if you make any change to the definition of the function!\n\nTo specify that you are only interested in the code matched by a particular metavariable, in our example $ARG, use focus-metavariable.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nNote that focus-metavariable: $ARG is not the same as pattern: $ARG! Using pattern: $ARG finds all the uses of the parameter x which is not what we want! (Note that pattern: $ARG does not match the formal parameter declaration, because in this context $ARG only matches expressions.)\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nIn short, focus-metavariable: $X is not a pattern in itself, it does not perform any matching, it only focuses the matching on the code already bound to $X by other patterns. Whereas pattern: $X matches $X against your code (and in this context, $X only matches expressions)!\n\nIncluding multiple focus metavariables using set intersection semantics\n\nInclude more focus-metavariable keys with different metavariables under the pattern to match results only for the overlapping region of all the focused code:\n\n patterns:\n - pattern: foo($X, ..., $Y)\n - focus-metavariable:\n - $X\n - $Y\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nTo make a list of multiple focus metavariables using set union semantics that matches the metavariables regardless of their position in code, see Including multiple focus metavariables using set union semantics documentation.\nmetavariable-regex\n\nThe metavariable-regex operator searches metavariables for a PCRE regular expression. This is useful for filtering results based on a metavariable’s value. It requires the metavariable and regex keys and can be combined with other pattern operators.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nRegex matching is unanchored. For anchored matching, use \\A for start-of-string anchoring and \\Z for end-of-string anchoring. The next example, using the same expression as above but anchored, finds no matches:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nInclude quotes in your regular expression when using metavariable-regex to search string literals. For more details, see include-quotes code snippet. String matching functionality can also be used to search string literals.\nmetavariable-pattern\n\nThe metavariable-pattern operator matches metavariables with a pattern formula. This is useful for filtering results based on a metavariable’s value. It requires the metavariable key, and exactly one key of pattern, patterns, pattern-either, or pattern-regex. This operator can be nested as well as combined with other operators.\n\nFor example, the metavariable-pattern can be used to filter out matches that do not match certain criteria:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nIn this case it is possible to start a patterns AND operation with a pattern-not, because there is an implicit pattern: ... that matches the content of the metavariable.\nThe metavariable-pattern is also useful in combination with pattern-either:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nTIP\nIt is possible to nest metavariable-pattern inside metavariable-pattern!\nINFO\nThe metavariable should be bound to an expression, a statement, or a list of statements, for this test to be meaningful. A metavariable bound to a list of function arguments, a type, or a pattern, always evaluate to false.\nmetavariable-pattern with nested language\n\nIf the metavariable's content is a string, then it is possible to use metavariable-pattern to match this string as code by specifying the target language via the language key. See the following examples of metavariable-pattern:\n\nEXAMPLES OF metavariable-pattern\nMatch JavaScript code inside HTML in the following Semgrep Playground example.\nFilter regex matches in the following Semgrep Playground example.\nmetavariable-comparison\n\nThe metavariable-comparison operator compares metavariables against a basic Python comparison expression. This is useful for filtering results based on a metavariable's numeric value.\n\nThe metavariable-comparison operator is a mapping which requires the metavariable and comparison keys. It can be combined with other pattern operators in the following Semgrep Playground example.\n\nThis matches code such as set_port(80) or set_port(443), but not set_port(8080).\n\nComparison expressions support simple arithmetic as well as composition with boolean operators to allow for more complex matching. This is particularly useful for checking that metavariables are divisible by particular values, such as enforcing that a particular value is even or odd.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nBuilding on the previous example, this still matches code such as set_port(80) but it no longer matches set_port(443) or set_port(8080).\n\nThe comparison key accepts Python expression using:\n\nBoolean, string, integer, and float literals.\nBoolean operators not, or, and and.\nArithmetic operators +, -, \\*, /, and %.\nComparison operators ==, !=, <, <=, >, and >=.\nFunction int() to convert strings into integers.\nFunction str() to convert numbers into strings.\nFunction today() that gets today's date as a float representing epoch time.\nFunction strptime() that converts strings in the format \\\"yyyy-mm-dd\\\" to a float representing the date in epoch time.\nLists, together with the in, and not in infix operators.\nStrings, together with the in and not in infix operators, for substring containment.\nFunction re.match() to match a regular expression (without the optional flags argument).\nYou can use Semgrep metavariables such as $MVAR, which Semgrep evaluates as follows:\n\nIf $MVAR binds to a literal, then that literal is the value assigned to $MVAR.\nIf $MVAR binds to a code variable that is a constant, and constant propagation is enabled (as it is by default), then that constant is the value assigned to $MVAR.\nOtherwise the code bound to the $MVAR is kept unevaluated, and its string representation can be obtained using the str() function, as in str($MVAR). For example, if $MVAR binds to the code variable x, str($MVAR) evaluates to the string literal \\\"x\\\".\nLegacy metavariable-comparison keys\n\nINFO\nYou can avoid the use of the legacy keys described below (base: int and strip: bool) by using the int() function, as in int($ARG) > 0o600 or int($ARG) > 2147483647.\nThe metavariable-comparison operator also takes optional base: int and strip: bool keys. These keys set the integer base the metavariable value should be interpreted as and remove quotes from the metavariable value, respectively.\n\nEXAMPLE OF metavariable-comparison WITH base\nTry this pattern in the Semgrep Playground.\nThis interprets metavariable values found in code as octal. As a result, Semgrep detects 0700, but it does not detect 0400.\n\nEXAMPLE OF metavariable-comparison WITH strip\nTry this pattern in the Semgrep Playground.\nThis removes quotes (', \\\", and `) from both ends of the metavariable content. As a result, Semgrep detects \\\"2147483648\\\", but it does not detect \\\"2147483646\\\". This is useful when you expect strings to contain integer or float data.\n\npattern-not\n\nThe pattern-not operator is the opposite of the pattern operator. It finds code that does not match its expression. This is useful for eliminating common false positives.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-inside\n\nThe pattern-inside operator keeps matched findings that reside within its expression. This is useful for finding code inside other pieces of code like functions or if blocks.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-not-inside\n\nThe pattern-not-inside operator keeps matched findings that do not reside within its expression. It is the opposite of pattern-inside. This is useful for finding code that’s missing a corresponding cleanup action like disconnect, close, or shutdown. It’s also useful for finding problematic code that isn't inside code that mitigates the issue.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nThe above rule looks for files that are opened but never closed, possibly leading to resource exhaustion. It looks for the open(...) pattern and not a following close() pattern.\n\nThe $F metavariable ensures that the same variable name is used in the open and close calls. The ellipsis operator allows for any arguments to be passed to open and any sequence of code statements in-between the open and close calls. The rule ignores how open is called or what happens up to a close call — it only needs to make sure close is called.\n\nMetavariable matching\n\nMetavariable matching operates differently for logical AND (patterns) and logical OR (pattern-either) parent operators. Behavior is consistent across all child operators: pattern, pattern-not, pattern-regex, pattern-inside, pattern-not-inside.\n\nMetavariables in logical ANDs\n\nMetavariable values must be identical across sub-patterns when performing logical AND operations with the patterns operator.\n\nExample:\n\nrules:\n\n- id: function-args-to-open\n patterns:\n - pattern-inside: |\n def $F($X):\n ...\n - pattern: open($X)\n message: \\\"Function argument passed to open() builtin\\\"\n languages: [python]\n severity: ERROR\n\nThis rule matches the following code:\n\ndef foo(path):\nopen(path)\n\nThe example rule doesn’t match this code:\n\ndef foo(path):\nopen(something_else)\n\nMetavariables in logical ORs\n\nMetavariable matching does not affect the matching of logical OR operations with the pattern-either operator.\n\nExample:\n\nrules:\n\n- id: insecure-function-call\n pattern-either:\n - pattern: insecure_func1($X)\n - pattern: insecure_func2($X)\n message: \\\"Insecure function use\\\"\n languages: [python]\n severity: ERROR\n\nThe above rule matches both examples below:\n\ninsecure_func1(something)\ninsecure_func2(something)\n\ninsecure_func1(something)\ninsecure_func2(something_else)\n\nMetavariables in complex logic\n\nMetavariable matching still affects subsequent logical ORs if the parent is a logical AND.\n\nExample:\n\npatterns:\n\n- pattern-inside: |\n def $F($X):\n ...\n- pattern-either:\n - pattern: bar($X)\n - pattern: baz($X)\n\nThe above rule matches both examples below:\n\ndef foo(something):\nbar(something)\n\ndef foo(something):\nbaz(something)\n\nThe example rule doesn’t match this code:\n\ndef foo(something):\nbar(something_else)\n\noptions\n\nEnable, disable, or modify the following matching features:\n\nOption Default Description\nac_matching true Matching modulo associativity and commutativity, treat Boolean AND/OR as associative, and bitwise AND/OR/XOR as both associative and commutative.\nattr_expr true Expression patterns (for example: f($X)) matches attributes (for example: @f(a)).\ncommutative_boolop false Treat Boolean AND/OR as commutative even if not semantically accurate.\nconstant_propagation true Constant propagation, including intra-procedural flow-sensitive constant propagation.\ngeneric_comment_style none In generic mode, assume that comments follow the specified syntax. They are then ignored for matching purposes. Allowed values for comment styles are:\nc for traditional C-style comments (/_ ... _/).\ncpp for modern C or C++ comments (// ... or /_ ... _/).\nshell for shell-style comments (# ...).\nBy default, the generic mode does not recognize any comments. Available since Semgrep version 0.96. For more information about generic mode, see Generic pattern matching documentation.\ngeneric_ellipsis_max_span 10 In generic mode, this is the maximum number of newlines that an ellipsis operator ... can match or equivalently, the maximum number of lines covered by the match minus one. The default value is 10 (newlines) for performance reasons. Increase it with caution. Note that the same effect as 20 can be achieved without changing this setting and by writing ... ... in the pattern instead of .... Setting it to 0 is useful with line-oriented languages (for example INI or key-value pairs in general) to force a match to not extend to the next line of code. Available since Semgrep 0.96. For more information about generic mode, see Generic pattern matching documentation.\ntaint_assume_safe_functions false Experimental option which will be subject to future changes. Used in taint analysis. Assume that function calls do not propagate taint from their arguments to their output. Otherwise, Semgrep always assumes that functions may propagate taint. Can replace not-conflicting sanitizers added in v0.69.0 in the future.\ntaint_assume_safe_indexes false Used in taint analysis. Assume that an array-access expression is safe even if the index expression is tainted. Otherwise Semgrep assumes that for example: a[i] is tainted if i is tainted, even if a is not. Enabling this option is recommended for high-signal rules, whereas disabling is preferred for audit rules. Currently, it is disabled by default to attain backwards compatibility, but this can change in the near future after some evaluation.\nvardef_assign true Assignment patterns (for example $X = $E) match variable declarations (for example var x = 1;).\nxml_attrs_implicit_ellipsis true Any XML/JSX/HTML element patterns have implicit ellipsis for attributes (for example:
matches
.\nThe full list of available options can be consulted in the Semgrep matching engine configuration module. Note that options not included in the table above are considered experimental, and they may change or be removed without notice.\n\nfix\n\nThe fix top-level key allows for simple autofixing of a pattern by suggesting an autofix for each match. Run semgrep with --autofix to apply the changes to the files.\n\nExample:\n\nrules:\n\n- id: use-dict-get\n patterns:\n - pattern: $DICT[$KEY]\n fix: $DICT.get($KEY)\n message: \\\"Use `.get()` method to avoid a KeyNotFound error\\\"\n languages: [python]\n severity: ERROR\n\nFor more information about fix and --autofix see Autofix documentation.\n\nmetadata\n\nProvide additional information for a rule with the metadata: key, such as a related CWE, likelihood, OWASP.\n\nExample:\n\nrules:\n\n- id: eqeq-is-bad\n patterns:\n - [...]\n message: \\\"useless comparison operation `$X == $X` or `$X != $X`\\\"\n metadata:\n cve: CVE-2077-1234\n discovered-by: Ikwa L'equale\n\nThe metadata are also displayed in the output of Semgrep if you’re running it with --json. Rules with category: security have additional metadata requirements. See Including fields required by security category for more information.\n\nmin-version and max-version\n\nEach rule supports optional fields min-version and max-version specifying minimum and maximum Semgrep versions. If the Semgrep version being used doesn't satisfy these constraints, the rule is skipped without causing a fatal error.\n\nExample rule:\n\nrules:\n\n- id: bad-goflags\n # earlier semgrep versions can't parse the pattern\n min-version: 1.31.0\n pattern: |\n ENV ... GOFLAGS='-tags=dynamic -buildvcs=false' ...\n languages: [dockerfile]\n message: \\\"We should not use these flags\\\"\n severity: WARNING\n\nAnother use case is when a newer version of a rule works better than before but relies on a new feature. In this case, we could use min-version and max-version to ensure that either the older or the newer rule is used but not both. The rules would look like this:\n\nrules:\n\n- id: something-wrong-v1\n max-version: 1.72.999\n ...\n- id: something-wrong-v2\n min-version: 1.73.0\n # 10x faster than v1!\n ...\n\nThe min-version/max-version feature is available since Semgrep 1.38.0. It is intended primarily for publishing rules that rely on newly-released features without causing errors in older Semgrep installations.\n\ncategory\n\nProvide a category for users of the rule. For example: best-practice, correctness, maintainability. For more information, see Semgrep registry rule requirements.\n\npaths\n\nExcluding a rule in paths\n\nTo ignore a specific rule on specific files, set the paths: key with one or more filters. Paths are relative to the root directory of the scanned project.\n\nExample:\n\nrules:\n\n- id: eqeq-is-bad\n pattern: $X == $X\n paths:\n exclude: - \\\"_.jinja2\\\" - \\\"_\\_test.go\\\" - \\\"project/tests\\\" - project/static/\\*.js\n\nWhen invoked with semgrep -f rule.yaml project/, the above rule runs on files inside project/, but no results are returned for:\n\nany file with a .jinja2 file extension\nany file whose name ends in \\_test.go, such as project/backend/server_test.go\nany file inside project/tests or its subdirectories\nany file matching the project/static/\\*.js glob pattern\nNOTE\nThe glob syntax is from Python's wcmatch and is used to match against the given file and all its parent directories.\nLimiting a rule to paths\n\nConversely, to run a rule only on specific files, set a paths: key with one or more of these filters:\n\nrules:\n\n- id: eqeq-is-bad\n pattern: $X == $X\n paths:\n include: - \\\"_\\_test.go\\\" - \\\"project/server\\\" - \\\"project/schemata\\\" - \\\"project/static/_.js\\\" - \\\"tests/\\*_/_.js\\\"\n\nWhen invoked with semgrep -f rule.yaml project/, this rule runs on files inside project/, but results are returned only for:\n\nfiles whose name ends in \\_test.go, such as project/backend/server_test.go\nfiles inside project/server, project/schemata, or their subdirectories\nfiles matching the project/static/\\*.js glob pattern\nall files with the .js extension, arbitrary depth inside the tests folder\nIf you are writing tests for your rules, add any test file or directory to the included paths as well.\n\nNOTE\nWhen mixing inclusion and exclusion filters, the exclusion ones take precedence.\nExample:\n\npaths:\ninclude: \\\"project/schemata\\\"\nexclude: \\\"\\*\\_internal.py\\\"\n\nThe above rule returns results from project/schemata/scan.py but not from project/schemata/scan_internal.py.\n\nOther examples\n\nThis section contains more complex rules that perform advanced code searching.\n\nComplete useless comparison\n\nrules:\n\n- id: eqeq-is-bad\n patterns:\n - pattern-not-inside: |\n def **eq**(...):\n ...\n - pattern-not-inside: assert(...)\n - pattern-not-inside: assertTrue(...)\n - pattern-not-inside: assertFalse(...)\n - pattern-either:\n - pattern: $X == $X\n - pattern: $X != $X\n - patterns:\n - pattern-inside: |\n def **init**(...):\n ...\n - pattern: self.$X == self.$X\n - pattern-not: 1 == 1\n message: \\\"useless comparison operation `$X == $X` or `$X != $X`\\\"\n\nThe above rule makes use of many operators. It uses pattern-either, patterns, pattern, and pattern-inside to carefully consider different cases, and uses pattern-not-inside and pattern-not to whitelist certain useless comparisons.\n\nEND SEMGREP RULE SYNTAX\n\nRULE EXAMPLES\n\nISSUE:\n\nlangchain arbitrary code execution vulnerability\nCritical severity GitHub Reviewed Published on Jul 3 to the GitHub Advisory Database • Updated 5 days ago\nVulnerability details\nDependabot alerts2\nPackage\nlangchain (pip)\nAffected versions\n< 0.0.247\nPatched versions\n0.0.247\nDescription\nAn issue in langchain allows an attacker to execute arbitrary code via the PALChain in the python exec method.\nReferences\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-36258\nhttps://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2023-98.yaml\nlangchain-ai/langchain#5872\nlangchain-ai/langchain#5872 (comment)\nlangchain-ai/langchain#6003\nlangchain-ai/langchain#7870\nlangchain-ai/langchain#8425\nPublished to the GitHub Advisory Database on Jul 3\nReviewed on Jul 6\nLast updated 5 days ago\nSeverity\nCritical\n9.8\n/ 10\nCVSS base metrics\nAttack vector\nNetwork\nAttack complexity\nLow\nPrivileges required\nNone\nUser interaction\nNone\nScope\nUnchanged\nConfidentiality\nHigh\nIntegrity\nHigh\nAvailability\nHigh\nCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\nWeaknesses\nNo CWEs\nCVE ID\nCVE-2023-36258\nGHSA ID\nGHSA-2qmj-7962-cjq8\nSource code\nhwchase17/langchain\nThis advisory has been edited. See History.\nSee something to contribute? Suggest improvements for this vulnerability.\n\nRULE:\n\nr2c-internal-project-depends-on:\ndepends-on-either: - namespace: pypi\npackage: langchain\nversion: < 0.0.236\nlanguages:\n\n- python\n severity: ERROR\n patterns:\n- pattern-either:\n - patterns:\n - pattern-either:\n - pattern-inside: |\n $PAL = langchain.chains.PALChain.from_math_prompt(...)\n ...\n - pattern-inside: |\n $PAL = langchain.chains.PALChain.from_colored_object_prompt(...)\n ...\n - pattern: $PAL.run(...)\n - patterns:\n - pattern-either:\n - pattern: langchain.chains.PALChain.from_colored_object_prompt(...).run(...)\n - pattern: langchain.chains.PALChain.from_math_prompt(...).run(...)\n\nISSUE:\n\nlangchain vulnerable to arbitrary code execution\nCritical severity GitHub Reviewed Published on Aug 22 to the GitHub Advisory Database • Updated 2 weeks ago\nVulnerability details\nDependabot alerts2\nPackage\nlangchain (pip)\nAffected versions\n< 0.0.312\nPatched versions\n0.0.312\nDescription\nAn issue in langchain v.0.0.171 allows a remote attacker to execute arbitrary code via the via the a json file to the load_prompt parameter.\nReferences\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-36281\nlangchain-ai/langchain#4394\nhttps://aisec.today/LangChain-2e6244a313dd46139c5ef28cbcab9e55\nhttps://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2023-151.yaml\nlangchain-ai/langchain#10252\nlangchain-ai/langchain@22abeb9\nPublished to the GitHub Advisory Database on Aug 22\nReviewed on Aug 23\nLast updated 2 weeks ago\nSeverity\nCritical\n9.8\n/ 10\nCVSS base metrics\nAttack vector\nNetwork\nAttack complexity\nLow\nPrivileges required\nNone\nUser interaction\nNone\nScope\nUnchanged\nConfidentiality\nHigh\nIntegrity\nHigh\nAvailability\nHigh\nCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\nWeaknesses\nCWE-94\nCVE ID\nCVE-2023-36281\nGHSA ID\nGHSA-7gfq-f96f-g85j\nSource code\nlangchain-ai/langchain\nCredits\neyurtsev\n\nRULE:\n\nr2c-internal-project-depends-on:\ndepends-on-either: - namespace: pypi\npackage: langchain\nversion: < 0.0.312\nlanguages:\n\n- python\n severity: ERROR\n patterns:\n- metavariable-regex:\n metavariable: $PACKAGE\n regex: (langchain)\n- pattern-inside: |\n import $PACKAGE\n ...\n- pattern: langchain.prompts.load_prompt(...)\n\nEND CONTEXT\n\n# OUTPUT INSTRUCTIONS\n\n- Output a correct semgrep rule like the EXAMPLES above that will catch any generic instance of the problem, not just the specific instance in the input.\n- Do not overfit on the specific example in the input. Make it a proper Semgrep rule that will capture the general case.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT\n\nINPUT:\n\"\n $RESULT = call opinionated_inference($INPUT, $SYSTEM)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$SYSTEM","value":"\n# IDENTITY and PURPOSE\n\nYou are an expert at writing Semgrep rules.\n\nTake a deep breath and think step by step about how to best accomplish this goal using the following context.\n\n# OUTPUT SECTIONS\n\n- Write a Semgrep rule that will match the input provided.\n\n# CONTEXT FOR CONSIDERATION\n\nThis context will teach you about how to write better Semgrep rules:\n\nYou are an expert Semgrep rule creator.\n\nTake a deep breath and work on this problem step-by-step.\n\nYou output only a working Semgrep rule.\n\n\\\"\\\"\\\",\n}\nuser_message = {\n\\\"role\\\": \\\"user\\\",\n\\\"content\\\": \\\"\\\"\\\"\n\nYou are an expert Semgrep rule creator.\n\nYou output working and accurate Semgrep rules.\n\nTake a deep breath and work on this problem step-by-step.\n\nSEMGREP RULE SYNTAX\n\nRule syntax\n\nTIP\nGetting started with rule writing? Try the Semgrep Tutorial 🎓\nThis document describes the YAML rule syntax of Semgrep.\n\nSchema\n\nRequired\n\nAll required fields must be present at the top-level of a rule, immediately under the rules key.\n\nField Type Description\nid string Unique, descriptive identifier, for example: no-unused-variable\nmessage string Message that includes why Semgrep matched this pattern and how to remediate it. See also Rule messages.\nseverity string One of the following values: INFO (Low severity), WARNING (Medium severity), or ERROR (High severity). The severity key specifies how critical are the issues that a rule potentially detects. Note: Semgrep Supply Chain differs, as its rules use CVE assignments for severity. For more information, see Filters section in Semgrep Supply Chain documentation.\nlanguages array See language extensions and tags\npattern* string Find code matching this expression\npatterns* array Logical AND of multiple patterns\npattern-either* array Logical OR of multiple patterns\npattern-regex* string Find code matching this PCRE-compatible pattern in multiline mode\nINFO\nOnly one of the following is required: pattern, patterns, pattern-either, pattern-regex\nLanguage extensions and languages key values\n\nThe following table includes languages supported by Semgrep, accepted file extensions for test files that accompany rules, and valid values that Semgrep rules require in the languages key.\n\nLanguage Extensions languages key values\nApex (only in Semgrep Pro Engine) .cls apex\nBash .bash, .sh bash, sh\nC .c c\nCairo .cairo cairo\nClojure .clj, .cljs, .cljc, .edn clojure\nC++ .cc, .cpp cpp, c++\nC# .cs csharp, c#\nDart .dart dart\nDockerfile .dockerfile, .Dockerfile dockerfile, docker\nElixir .ex, .exs ex, elixir\nGeneric generic\nGo .go go, golang\nHTML .htm, .html html\nJava .java java\nJavaScript .js, .jsx js, javascript\nJSON .json, .ipynb json\nJsonnet .jsonnet, .libsonnet jsonnet\nJSX .js, .jsx js, javascript\nJulia .jl julia\nKotlin .kt, .kts, .ktm kt, kotlin\nLisp .lisp, .cl, .el lisp\nLua .lua lua\nOCaml .ml, .mli ocaml\nPHP .php, .tpl php\nPython .py, .pyi python, python2, python3, py\nR .r, .R r\nRuby .rb ruby\nRust .rs rust\nScala .scala scala\nScheme .scm, .ss scheme\nSolidity .sol solidity, sol\nSwift .swift swift\nTerraform .tf, .hcl tf, hcl, terraform\nTypeScript .ts, .tsx ts, typescript\nYAML .yml, .yaml yaml\nXML .xml xml\nINFO\nTo see the maturity level of each supported language, see the following sections in Supported languages document:\n\nSemgrep OSS Engine\nSemgrep Pro Engine\nOptional\n\nField Type Description\noptions object Options object to enable/disable certain matching features\nfix object Simple search-and-replace autofix functionality\nmetadata object Arbitrary user-provided data; attach data to rules without affecting Semgrep behavior\nmin-version string Minimum Semgrep version compatible with this rule\nmax-version string Maximum Semgrep version compatible with this rule\npaths object Paths to include or exclude when running this rule\nThe below optional fields must reside underneath a patterns or pattern-either field.\n\nField Type Description\npattern-inside string Keep findings that lie inside this pattern\nThe below optional fields must reside underneath a patterns field.\n\nField Type Description\nmetavariable-regex map Search metavariables for Python re compatible expressions; regex matching is unanchored\nmetavariable-pattern map Matches metavariables with a pattern formula\nmetavariable-comparison map Compare metavariables against basic Python expressions\npattern-not string Logical NOT - remove findings matching this expression\npattern-not-inside string Keep findings that do not lie inside this pattern\npattern-not-regex string Filter results using a PCRE-compatible pattern in multiline mode\nOperators\n\npattern\n\nThe pattern operator looks for code matching its expression. This can be basic expressions like $X == $X or unwanted function calls like hashlib.md5(...).\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npatterns\n\nThe patterns operator performs a logical AND operation on one or more child patterns. This is useful for chaining multiple patterns together that all must be true.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npatterns operator evaluation strategy\n\nNote that the order in which the child patterns are declared in a patterns operator has no effect on the final result. A patterns operator is always evaluated in the same way:\n\nSemgrep evaluates all positive patterns, that is pattern-insides, patterns, pattern-regexes, and pattern-eithers. Each range matched by each one of these patterns is intersected with the ranges matched by the other operators. The result is a set of positive ranges. The positive ranges carry metavariable bindings. For example, in one range $X can be bound to the function call foo(), and in another range $X can be bound to the expression a + b.\nSemgrep evaluates all negative patterns, that is pattern-not-insides, pattern-nots, and pattern-not-regexes. This gives a set of negative ranges which are used to filter the positive ranges. This results in a strict subset of the positive ranges computed in the previous step.\nSemgrep evaluates all conditionals, that is metavariable-regexes, metavariable-patterns and metavariable-comparisons. These conditional operators can only examine the metavariables bound in the positive ranges in step 1, that passed through the filter of negative patterns in step 2. Note that metavariables bound by negative patterns are not available here.\nSemgrep applies all focus-metavariables, by computing the intersection of each positive range with the range of the metavariable on which we want to focus. Again, the only metavariables available to focus on are those bound by positive patterns.\npattern-either\n\nThe pattern-either operator performs a logical OR operation on one or more child patterns. This is useful for chaining multiple patterns together where any may be true.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nThis rule looks for usage of the Python standard library functions hashlib.md5 or hashlib.sha1. Depending on their usage, these hashing functions are considered insecure.\n\npattern-regex\n\nThe pattern-regex operator searches files for substrings matching the given PCRE pattern. This is useful for migrating existing regular expression code search functionality to Semgrep. Perl-Compatible Regular Expressions (PCRE) is a full-featured regex library that is widely compatible with Perl, but also with the respective regex libraries of Python, JavaScript, Go, Ruby, and Java. Patterns are compiled in multiline mode, for example ^ and $ matches at the beginning and end of lines respectively in addition to the beginning and end of input.\n\nCAUTION\nPCRE supports only a limited number of Unicode character properties. For example, \\p{Egyptian_Hieroglyphs} is supported but \\p{Bidi_Control} isn't.\nEXAMPLES OF THE pattern-regex OPERATOR\npattern-regex combined with other pattern operators: Semgrep Playground example\npattern-regex used as a standalone, top-level operator: Semgrep Playground example\nINFO\nSingle (') and double (\\\") quotes behave differently in YAML syntax. Single quotes are typically preferred when using backslashes (\\) with pattern-regex.\nNote that you may bind a section of a regular expression to a metavariable, by using named capturing groups. In this case, the name of the capturing group must be a valid metavariable name.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-not-regex\n\nThe pattern-not-regex operator filters results using a PCRE regular expression in multiline mode. This is most useful when combined with regular-expression only rules, providing an easy way to filter findings without having to use negative lookaheads. pattern-not-regex works with regular pattern clauses, too.\n\nThe syntax for this operator is the same as pattern-regex.\n\nThis operator filters findings that have any overlap with the supplied regular expression. For example, if you use pattern-regex to detect Foo==1.1.1 and it also detects Foo-Bar==3.0.8 and Bar-Foo==3.0.8, you can use pattern-not-regex to filter the unwanted findings.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nfocus-metavariable\n\nThe focus-metavariable operator puts the focus, or zooms in, on the code region matched by a single metavariable or a list of metavariables. For example, to find all functions arguments annotated with the type bad you may write the following pattern:\n\npattern: |\ndef $FUNC(..., $ARG : bad, ...):\n...\n\nThis works but it matches the entire function definition. Sometimes, this is not desirable. If the definition spans hundreds of lines they are all matched. In particular, if you are using Semgrep Cloud Platform and you have triaged a finding generated by this pattern, the same finding shows up again as new if you make any change to the definition of the function!\n\nTo specify that you are only interested in the code matched by a particular metavariable, in our example $ARG, use focus-metavariable.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nNote that focus-metavariable: $ARG is not the same as pattern: $ARG! Using pattern: $ARG finds all the uses of the parameter x which is not what we want! (Note that pattern: $ARG does not match the formal parameter declaration, because in this context $ARG only matches expressions.)\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nIn short, focus-metavariable: $X is not a pattern in itself, it does not perform any matching, it only focuses the matching on the code already bound to $X by other patterns. Whereas pattern: $X matches $X against your code (and in this context, $X only matches expressions)!\n\nIncluding multiple focus metavariables using set intersection semantics\n\nInclude more focus-metavariable keys with different metavariables under the pattern to match results only for the overlapping region of all the focused code:\n\n patterns:\n - pattern: foo($X, ..., $Y)\n - focus-metavariable:\n - $X\n - $Y\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nTo make a list of multiple focus metavariables using set union semantics that matches the metavariables regardless of their position in code, see Including multiple focus metavariables using set union semantics documentation.\nmetavariable-regex\n\nThe metavariable-regex operator searches metavariables for a PCRE regular expression. This is useful for filtering results based on a metavariable’s value. It requires the metavariable and regex keys and can be combined with other pattern operators.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nRegex matching is unanchored. For anchored matching, use \\A for start-of-string anchoring and \\Z for end-of-string anchoring. The next example, using the same expression as above but anchored, finds no matches:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nInclude quotes in your regular expression when using metavariable-regex to search string literals. For more details, see include-quotes code snippet. String matching functionality can also be used to search string literals.\nmetavariable-pattern\n\nThe metavariable-pattern operator matches metavariables with a pattern formula. This is useful for filtering results based on a metavariable’s value. It requires the metavariable key, and exactly one key of pattern, patterns, pattern-either, or pattern-regex. This operator can be nested as well as combined with other operators.\n\nFor example, the metavariable-pattern can be used to filter out matches that do not match certain criteria:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nINFO\nIn this case it is possible to start a patterns AND operation with a pattern-not, because there is an implicit pattern: ... that matches the content of the metavariable.\nThe metavariable-pattern is also useful in combination with pattern-either:\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nTIP\nIt is possible to nest metavariable-pattern inside metavariable-pattern!\nINFO\nThe metavariable should be bound to an expression, a statement, or a list of statements, for this test to be meaningful. A metavariable bound to a list of function arguments, a type, or a pattern, always evaluate to false.\nmetavariable-pattern with nested language\n\nIf the metavariable's content is a string, then it is possible to use metavariable-pattern to match this string as code by specifying the target language via the language key. See the following examples of metavariable-pattern:\n\nEXAMPLES OF metavariable-pattern\nMatch JavaScript code inside HTML in the following Semgrep Playground example.\nFilter regex matches in the following Semgrep Playground example.\nmetavariable-comparison\n\nThe metavariable-comparison operator compares metavariables against a basic Python comparison expression. This is useful for filtering results based on a metavariable's numeric value.\n\nThe metavariable-comparison operator is a mapping which requires the metavariable and comparison keys. It can be combined with other pattern operators in the following Semgrep Playground example.\n\nThis matches code such as set_port(80) or set_port(443), but not set_port(8080).\n\nComparison expressions support simple arithmetic as well as composition with boolean operators to allow for more complex matching. This is particularly useful for checking that metavariables are divisible by particular values, such as enforcing that a particular value is even or odd.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nBuilding on the previous example, this still matches code such as set_port(80) but it no longer matches set_port(443) or set_port(8080).\n\nThe comparison key accepts Python expression using:\n\nBoolean, string, integer, and float literals.\nBoolean operators not, or, and and.\nArithmetic operators +, -, \\*, /, and %.\nComparison operators ==, !=, <, <=, >, and >=.\nFunction int() to convert strings into integers.\nFunction str() to convert numbers into strings.\nFunction today() that gets today's date as a float representing epoch time.\nFunction strptime() that converts strings in the format \\\"yyyy-mm-dd\\\" to a float representing the date in epoch time.\nLists, together with the in, and not in infix operators.\nStrings, together with the in and not in infix operators, for substring containment.\nFunction re.match() to match a regular expression (without the optional flags argument).\nYou can use Semgrep metavariables such as $MVAR, which Semgrep evaluates as follows:\n\nIf $MVAR binds to a literal, then that literal is the value assigned to $MVAR.\nIf $MVAR binds to a code variable that is a constant, and constant propagation is enabled (as it is by default), then that constant is the value assigned to $MVAR.\nOtherwise the code bound to the $MVAR is kept unevaluated, and its string representation can be obtained using the str() function, as in str($MVAR). For example, if $MVAR binds to the code variable x, str($MVAR) evaluates to the string literal \\\"x\\\".\nLegacy metavariable-comparison keys\n\nINFO\nYou can avoid the use of the legacy keys described below (base: int and strip: bool) by using the int() function, as in int($ARG) > 0o600 or int($ARG) > 2147483647.\nThe metavariable-comparison operator also takes optional base: int and strip: bool keys. These keys set the integer base the metavariable value should be interpreted as and remove quotes from the metavariable value, respectively.\n\nEXAMPLE OF metavariable-comparison WITH base\nTry this pattern in the Semgrep Playground.\nThis interprets metavariable values found in code as octal. As a result, Semgrep detects 0700, but it does not detect 0400.\n\nEXAMPLE OF metavariable-comparison WITH strip\nTry this pattern in the Semgrep Playground.\nThis removes quotes (', \\\", and `) from both ends of the metavariable content. As a result, Semgrep detects \\\"2147483648\\\", but it does not detect \\\"2147483646\\\". This is useful when you expect strings to contain integer or float data.\n\npattern-not\n\nThe pattern-not operator is the opposite of the pattern operator. It finds code that does not match its expression. This is useful for eliminating common false positives.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-inside\n\nThe pattern-inside operator keeps matched findings that reside within its expression. This is useful for finding code inside other pieces of code like functions or if blocks.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\npattern-not-inside\n\nThe pattern-not-inside operator keeps matched findings that do not reside within its expression. It is the opposite of pattern-inside. This is useful for finding code that’s missing a corresponding cleanup action like disconnect, close, or shutdown. It’s also useful for finding problematic code that isn't inside code that mitigates the issue.\n\nEXAMPLE\nTry this pattern in the Semgrep Playground.\nThe above rule looks for files that are opened but never closed, possibly leading to resource exhaustion. It looks for the open(...) pattern and not a following close() pattern.\n\nThe $F metavariable ensures that the same variable name is used in the open and close calls. The ellipsis operator allows for any arguments to be passed to open and any sequence of code statements in-between the open and close calls. The rule ignores how open is called or what happens up to a close call — it only needs to make sure close is called.\n\nMetavariable matching\n\nMetavariable matching operates differently for logical AND (patterns) and logical OR (pattern-either) parent operators. Behavior is consistent across all child operators: pattern, pattern-not, pattern-regex, pattern-inside, pattern-not-inside.\n\nMetavariables in logical ANDs\n\nMetavariable values must be identical across sub-patterns when performing logical AND operations with the patterns operator.\n\nExample:\n\nrules:\n\n- id: function-args-to-open\n patterns:\n - pattern-inside: |\n def $F($X):\n ...\n - pattern: open($X)\n message: \\\"Function argument passed to open() builtin\\\"\n languages: [python]\n severity: ERROR\n\nThis rule matches the following code:\n\ndef foo(path):\nopen(path)\n\nThe example rule doesn’t match this code:\n\ndef foo(path):\nopen(something_else)\n\nMetavariables in logical ORs\n\nMetavariable matching does not affect the matching of logical OR operations with the pattern-either operator.\n\nExample:\n\nrules:\n\n- id: insecure-function-call\n pattern-either:\n - pattern: insecure_func1($X)\n - pattern: insecure_func2($X)\n message: \\\"Insecure function use\\\"\n languages: [python]\n severity: ERROR\n\nThe above rule matches both examples below:\n\ninsecure_func1(something)\ninsecure_func2(something)\n\ninsecure_func1(something)\ninsecure_func2(something_else)\n\nMetavariables in complex logic\n\nMetavariable matching still affects subsequent logical ORs if the parent is a logical AND.\n\nExample:\n\npatterns:\n\n- pattern-inside: |\n def $F($X):\n ...\n- pattern-either:\n - pattern: bar($X)\n - pattern: baz($X)\n\nThe above rule matches both examples below:\n\ndef foo(something):\nbar(something)\n\ndef foo(something):\nbaz(something)\n\nThe example rule doesn’t match this code:\n\ndef foo(something):\nbar(something_else)\n\noptions\n\nEnable, disable, or modify the following matching features:\n\nOption Default Description\nac_matching true Matching modulo associativity and commutativity, treat Boolean AND/OR as associative, and bitwise AND/OR/XOR as both associative and commutative.\nattr_expr true Expression patterns (for example: f($X)) matches attributes (for example: @f(a)).\ncommutative_boolop false Treat Boolean AND/OR as commutative even if not semantically accurate.\nconstant_propagation true Constant propagation, including intra-procedural flow-sensitive constant propagation.\ngeneric_comment_style none In generic mode, assume that comments follow the specified syntax. They are then ignored for matching purposes. Allowed values for comment styles are:\nc for traditional C-style comments (/_ ... _/).\ncpp for modern C or C++ comments (// ... or /_ ... _/).\nshell for shell-style comments (# ...).\nBy default, the generic mode does not recognize any comments. Available since Semgrep version 0.96. For more information about generic mode, see Generic pattern matching documentation.\ngeneric_ellipsis_max_span 10 In generic mode, this is the maximum number of newlines that an ellipsis operator ... can match or equivalently, the maximum number of lines covered by the match minus one. The default value is 10 (newlines) for performance reasons. Increase it with caution. Note that the same effect as 20 can be achieved without changing this setting and by writing ... ... in the pattern instead of .... Setting it to 0 is useful with line-oriented languages (for example INI or key-value pairs in general) to force a match to not extend to the next line of code. Available since Semgrep 0.96. For more information about generic mode, see Generic pattern matching documentation.\ntaint_assume_safe_functions false Experimental option which will be subject to future changes. Used in taint analysis. Assume that function calls do not propagate taint from their arguments to their output. Otherwise, Semgrep always assumes that functions may propagate taint. Can replace not-conflicting sanitizers added in v0.69.0 in the future.\ntaint_assume_safe_indexes false Used in taint analysis. Assume that an array-access expression is safe even if the index expression is tainted. Otherwise Semgrep assumes that for example: a[i] is tainted if i is tainted, even if a is not. Enabling this option is recommended for high-signal rules, whereas disabling is preferred for audit rules. Currently, it is disabled by default to attain backwards compatibility, but this can change in the near future after some evaluation.\nvardef_assign true Assignment patterns (for example $X = $E) match variable declarations (for example var x = 1;).\nxml_attrs_implicit_ellipsis true Any XML/JSX/HTML element patterns have implicit ellipsis for attributes (for example:
matches
.\nThe full list of available options can be consulted in the Semgrep matching engine configuration module. Note that options not included in the table above are considered experimental, and they may change or be removed without notice.\n\nfix\n\nThe fix top-level key allows for simple autofixing of a pattern by suggesting an autofix for each match. Run semgrep with --autofix to apply the changes to the files.\n\nExample:\n\nrules:\n\n- id: use-dict-get\n patterns:\n - pattern: $DICT[$KEY]\n fix: $DICT.get($KEY)\n message: \\\"Use `.get()` method to avoid a KeyNotFound error\\\"\n languages: [python]\n severity: ERROR\n\nFor more information about fix and --autofix see Autofix documentation.\n\nmetadata\n\nProvide additional information for a rule with the metadata: key, such as a related CWE, likelihood, OWASP.\n\nExample:\n\nrules:\n\n- id: eqeq-is-bad\n patterns:\n - [...]\n message: \\\"useless comparison operation `$X == $X` or `$X != $X`\\\"\n metadata:\n cve: CVE-2077-1234\n discovered-by: Ikwa L'equale\n\nThe metadata are also displayed in the output of Semgrep if you’re running it with --json. Rules with category: security have additional metadata requirements. See Including fields required by security category for more information.\n\nmin-version and max-version\n\nEach rule supports optional fields min-version and max-version specifying minimum and maximum Semgrep versions. If the Semgrep version being used doesn't satisfy these constraints, the rule is skipped without causing a fatal error.\n\nExample rule:\n\nrules:\n\n- id: bad-goflags\n # earlier semgrep versions can't parse the pattern\n min-version: 1.31.0\n pattern: |\n ENV ... GOFLAGS='-tags=dynamic -buildvcs=false' ...\n languages: [dockerfile]\n message: \\\"We should not use these flags\\\"\n severity: WARNING\n\nAnother use case is when a newer version of a rule works better than before but relies on a new feature. In this case, we could use min-version and max-version to ensure that either the older or the newer rule is used but not both. The rules would look like this:\n\nrules:\n\n- id: something-wrong-v1\n max-version: 1.72.999\n ...\n- id: something-wrong-v2\n min-version: 1.73.0\n # 10x faster than v1!\n ...\n\nThe min-version/max-version feature is available since Semgrep 1.38.0. It is intended primarily for publishing rules that rely on newly-released features without causing errors in older Semgrep installations.\n\ncategory\n\nProvide a category for users of the rule. For example: best-practice, correctness, maintainability. For more information, see Semgrep registry rule requirements.\n\npaths\n\nExcluding a rule in paths\n\nTo ignore a specific rule on specific files, set the paths: key with one or more filters. Paths are relative to the root directory of the scanned project.\n\nExample:\n\nrules:\n\n- id: eqeq-is-bad\n pattern: $X == $X\n paths:\n exclude: - \\\"_.jinja2\\\" - \\\"_\\_test.go\\\" - \\\"project/tests\\\" - project/static/\\*.js\n\nWhen invoked with semgrep -f rule.yaml project/, the above rule runs on files inside project/, but no results are returned for:\n\nany file with a .jinja2 file extension\nany file whose name ends in \\_test.go, such as project/backend/server_test.go\nany file inside project/tests or its subdirectories\nany file matching the project/static/\\*.js glob pattern\nNOTE\nThe glob syntax is from Python's wcmatch and is used to match against the given file and all its parent directories.\nLimiting a rule to paths\n\nConversely, to run a rule only on specific files, set a paths: key with one or more of these filters:\n\nrules:\n\n- id: eqeq-is-bad\n pattern: $X == $X\n paths:\n include: - \\\"_\\_test.go\\\" - \\\"project/server\\\" - \\\"project/schemata\\\" - \\\"project/static/_.js\\\" - \\\"tests/\\*_/_.js\\\"\n\nWhen invoked with semgrep -f rule.yaml project/, this rule runs on files inside project/, but results are returned only for:\n\nfiles whose name ends in \\_test.go, such as project/backend/server_test.go\nfiles inside project/server, project/schemata, or their subdirectories\nfiles matching the project/static/\\*.js glob pattern\nall files with the .js extension, arbitrary depth inside the tests folder\nIf you are writing tests for your rules, add any test file or directory to the included paths as well.\n\nNOTE\nWhen mixing inclusion and exclusion filters, the exclusion ones take precedence.\nExample:\n\npaths:\ninclude: \\\"project/schemata\\\"\nexclude: \\\"\\*\\_internal.py\\\"\n\nThe above rule returns results from project/schemata/scan.py but not from project/schemata/scan_internal.py.\n\nOther examples\n\nThis section contains more complex rules that perform advanced code searching.\n\nComplete useless comparison\n\nrules:\n\n- id: eqeq-is-bad\n patterns:\n - pattern-not-inside: |\n def **eq**(...):\n ...\n - pattern-not-inside: assert(...)\n - pattern-not-inside: assertTrue(...)\n - pattern-not-inside: assertFalse(...)\n - pattern-either:\n - pattern: $X == $X\n - pattern: $X != $X\n - patterns:\n - pattern-inside: |\n def **init**(...):\n ...\n - pattern: self.$X == self.$X\n - pattern-not: 1 == 1\n message: \\\"useless comparison operation `$X == $X` or `$X != $X`\\\"\n\nThe above rule makes use of many operators. It uses pattern-either, patterns, pattern, and pattern-inside to carefully consider different cases, and uses pattern-not-inside and pattern-not to whitelist certain useless comparisons.\n\nEND SEMGREP RULE SYNTAX\n\nRULE EXAMPLES\n\nISSUE:\n\nlangchain arbitrary code execution vulnerability\nCritical severity GitHub Reviewed Published on Jul 3 to the GitHub Advisory Database • Updated 5 days ago\nVulnerability details\nDependabot alerts2\nPackage\nlangchain (pip)\nAffected versions\n< 0.0.247\nPatched versions\n0.0.247\nDescription\nAn issue in langchain allows an attacker to execute arbitrary code via the PALChain in the python exec method.\nReferences\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-36258\nhttps://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2023-98.yaml\nlangchain-ai/langchain#5872\nlangchain-ai/langchain#5872 (comment)\nlangchain-ai/langchain#6003\nlangchain-ai/langchain#7870\nlangchain-ai/langchain#8425\nPublished to the GitHub Advisory Database on Jul 3\nReviewed on Jul 6\nLast updated 5 days ago\nSeverity\nCritical\n9.8\n/ 10\nCVSS base metrics\nAttack vector\nNetwork\nAttack complexity\nLow\nPrivileges required\nNone\nUser interaction\nNone\nScope\nUnchanged\nConfidentiality\nHigh\nIntegrity\nHigh\nAvailability\nHigh\nCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\nWeaknesses\nNo CWEs\nCVE ID\nCVE-2023-36258\nGHSA ID\nGHSA-2qmj-7962-cjq8\nSource code\nhwchase17/langchain\nThis advisory has been edited. See History.\nSee something to contribute? Suggest improvements for this vulnerability.\n\nRULE:\n\nr2c-internal-project-depends-on:\ndepends-on-either: - namespace: pypi\npackage: langchain\nversion: < 0.0.236\nlanguages:\n\n- python\n severity: ERROR\n patterns:\n- pattern-either:\n - patterns:\n - pattern-either:\n - pattern-inside: |\n $PAL = langchain.chains.PALChain.from_math_prompt(...)\n ...\n - pattern-inside: |\n $PAL = langchain.chains.PALChain.from_colored_object_prompt(...)\n ...\n - pattern: $PAL.run(...)\n - patterns:\n - pattern-either:\n - pattern: langchain.chains.PALChain.from_colored_object_prompt(...).run(...)\n - pattern: langchain.chains.PALChain.from_math_prompt(...).run(...)\n\nISSUE:\n\nlangchain vulnerable to arbitrary code execution\nCritical severity GitHub Reviewed Published on Aug 22 to the GitHub Advisory Database • Updated 2 weeks ago\nVulnerability details\nDependabot alerts2\nPackage\nlangchain (pip)\nAffected versions\n< 0.0.312\nPatched versions\n0.0.312\nDescription\nAn issue in langchain v.0.0.171 allows a remote attacker to execute arbitrary code via the via the a json file to the load_prompt parameter.\nReferences\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-36281\nlangchain-ai/langchain#4394\nhttps://aisec.today/LangChain-2e6244a313dd46139c5ef28cbcab9e55\nhttps://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2023-151.yaml\nlangchain-ai/langchain#10252\nlangchain-ai/langchain@22abeb9\nPublished to the GitHub Advisory Database on Aug 22\nReviewed on Aug 23\nLast updated 2 weeks ago\nSeverity\nCritical\n9.8\n/ 10\nCVSS base metrics\nAttack vector\nNetwork\nAttack complexity\nLow\nPrivileges required\nNone\nUser interaction\nNone\nScope\nUnchanged\nConfidentiality\nHigh\nIntegrity\nHigh\nAvailability\nHigh\nCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\nWeaknesses\nCWE-94\nCVE ID\nCVE-2023-36281\nGHSA ID\nGHSA-7gfq-f96f-g85j\nSource code\nlangchain-ai/langchain\nCredits\neyurtsev\n\nRULE:\n\nr2c-internal-project-depends-on:\ndepends-on-either: - namespace: pypi\npackage: langchain\nversion: < 0.0.312\nlanguages:\n\n- python\n severity: ERROR\n patterns:\n- metavariable-regex:\n metavariable: $PACKAGE\n regex: (langchain)\n- pattern-inside: |\n import $PACKAGE\n ...\n- pattern: langchain.prompts.load_prompt(...)\n\nEND CONTEXT\n\n# OUTPUT INSTRUCTIONS\n\n- Output a correct semgrep rule like the EXAMPLES above that will catch any generic instance of the problem, not just the specific instance in the input.\n- Do not overfit on the specific example in the input. Make it a proper Semgrep rule that will capture the general case.\n- Do not output warnings or notes—just the requested sections.\n\n# INPUT\n\nINPUT:\n"}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$SYSTEM"}],"name":"opinionated_inference"}}}]}],"name":"Main"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"}]"#; +pub static WORKFLOWS_JSON_TESTING: &str = r#"[{"content":[{"embedding":{"id":"","vector":[0.6820248961448669,0.5723804831504822,0.056784410029649734,-0.029523666948080063,-0.2254689335823059,-0.053013481199741364,-0.6708416938781738,-0.2624345123767853,-0.033756330609321594,0.4013897180557251,-0.16321982443332672,0.971656858921051,0.2718249261379242,0.07108756899833679,0.2820807695388794,0.14116838574409485,-0.11496889591217041,-0.49301284551620483,-1.0789883136749268,-0.043452829122543335,0.19382520020008087,0.5948700308799744,0.6591302156448364,0.16274362802505493,-0.030279342085123062,-0.1913491189479828,-0.3163045048713684,-0.2898331880569458,-0.7694717645645142,-2.4501161575317383,0.5279894471168518,0.0053562745451927185,-0.5002804398536682,-0.5608552694320679,0.028381161391735077,-0.6834791302680969,0.328404039144516,0.2872193455696106,-0.27112722396850586,-0.2420305460691452,-0.20994114875793457,0.23660853505134583,-0.35357770323753357,0.590043306350708,0.27437782287597656,0.06486925482749939,-0.15818193554878235,-0.2542445659637451,0.3756386339664459,0.38245582580566406,-0.45134201645851135,-0.26646173000335693,-0.21188713610172272,0.5074135065078735,-0.45056354999542236,0.42795759439468384,-0.14764094352722168,-0.299643874168396,0.24885445833206177,0.021038610488176346,0.29774922132492065,0.527859091758728,-4.216637134552002,0.35374659299850464,0.19555260241031647,0.3751485049724579,0.17744454741477966,-0.2610761225223541,-0.172037273645401,0.032772570848464966,0.05567239597439766,0.19824181497097015,-0.13289085030555725,-0.1100323274731636,-0.23126265406608582,-0.34616896510124207,0.3950774073600769,0.35234352946281433,0.1308232843875885,-0.6239751577377319,-0.7391460537910461,0.4362350106239319,-0.0347885936498642,0.09445835649967194,-0.2117754966020584,0.7171225547790527,-0.3040316104888916,-0.3600367605686188,0.37041613459587097,-0.06581398844718933,-0.006318345665931702,-0.21981696784496307,-0.002286979928612709,0.2790469229221344,-0.7975400686264038,0.10219541937112808,0.15441451966762543,0.11658502370119095,0.4612636864185333,3.6136317253112793,0.6766623854637146,-0.28591224551200867,0.7045385241508484,-0.4960375726222992,0.1050494909286499,-0.5604535937309265,-0.25389742851257324,-0.2956107258796692,0.40285223722457886,-0.111656554043293,0.015156731009483337,-0.5351597666740417,-0.030287399888038635,0.3177969753742218,0.21704047918319702,0.7171976566314697,-0.46601396799087524,0.3439251184463501,-0.061566051095724106,0.20522497594356537,-0.6280752420425415,0.130172997713089,0.051850613206624985,0.21620029211044312,-0.2943073809146881,0.1809474229812622,-0.23445376753807068,0.2775576710700989,0.2914619445800781,0.0578656867146492,0.10241352021694183,-0.15168319642543793,-0.7568095326423645,0.092719167470932,-0.0777229368686676,-0.15893718600273132,0.5966013073921204,-0.7341698408126831,0.25946319103240967,-0.9252210259437561,0.09058776497840881,-1.5351767539978027,0.7115793824195862,0.29241278767585754,0.7798487544059753,-0.08018416166305542,-0.13354992866516113,-0.08928925544023514,-0.4238916337490082,-0.5697543025016785,0.06765686720609665,0.77348792552948,-0.04202955216169357,0.06487800180912018,0.5874587893486023,-0.11936471611261368,-0.25156763195991516,0.19140180945396423,-0.5563774108886719,0.31181517243385315,-0.32280847430229187,-0.15203385055065155,0.6281672716140747,0.6141714453697205,0.5077856183052063,-0.20541121065616608,0.334749698638916,-0.22992375493049622,0.3473362326622009,0.13209888339042664,-0.046164438128471375,-0.4251396954059601,0.33730384707450867,0.8212467432022095,0.177277609705925,-0.1610117256641388,-0.07467097789049149,0.2908981442451477,0.2191067337989807,-0.5679166316986084,0.7439255714416504,0.5261525511741638,-0.11653833091259003,-0.3659759759902954,-0.023860540241003036,-0.26393836736679077,0.42201778292655945,-0.21162325143814087,0.6553518176078796,0.7129044532775879,-0.8967499136924744,1.4437609910964966,-0.7139504551887512,-0.4562397301197052,0.1866864711046219,-0.1461351215839386,-0.5919792056083679,-0.022950291633605957,0.10381539165973663,0.28671005368232727,-0.5119964480400085,0.06818243861198425,-0.34842413663864136,-0.2360081672668457,-0.20727667212486267,-0.666267454624176,-0.2698496878147125,0.14760757982730865,-0.1733710914850235,-0.7490845322608948,0.17996001243591309,-0.1494026631116867,0.6294229030609131,0.6854228973388672,0.45075780153274536,0.16544346511363983,0.15525199472904205,0.40028688311576843,0.6559727787971497,0.5462879538536072,0.6049190759658813,-0.16969510912895203,-0.5258905291557312,-0.7370105385780334,-0.5058722496032715,0.05097363144159317,-0.4502354860305786,-0.16756923496723175,-0.3616001605987549,-0.07482671737670898,0.5364893674850464,0.3961637616157532,0.6380713582038879,0.7769057154655457,0.45226916670799255,0.12783251702785492,-0.06475261598825455,0.5124138593673706,0.2543259561061859,-0.3266713619232178,0.6652782559394836,-0.10381640493869781,-0.2858583927154541,0.369432270526886,0.4281133711338043,-0.397693008184433,-0.4147809147834778,-0.007397249341011047,-0.16696804761886597,1.8266067504882812,0.09511159360408783,-0.33791670203208923,0.20951442420482635,0.5353755950927734,0.4132263660430908,0.07172563672065735,-1.3672807216644287,0.033725690096616745,-0.6914818286895752,0.4152260720729828,-0.29042062163352966,0.2820392847061157,-0.12484639883041382,0.12444232404232025,-0.2538592219352722,-0.1376664787530899,-0.376803457736969,-0.21342863142490387,-0.3275066018104553,-0.1573990434408188,0.07955310493707657,0.7591940760612488,0.06325787305831909,-0.1243286207318306,-0.06205055117607117,0.27926522493362427,0.1881060153245926,-0.07187489420175552,-0.43998342752456665,-0.04985599219799042,0.35954052209854126,0.07155530899763107,0.37024304270744324,0.25004273653030396,-0.5525103211402893,-0.2558727264404297,-0.36321941018104553,0.04473167657852173,-0.09463290125131607,-0.01605386659502983,-0.21422991156578064,-0.40423282980918884,-0.07233521342277527,0.24171797931194305,1.5734977722167969,0.2532348036766052,0.3514263331890106,0.5783570408821106,0.38809657096862793,0.18779775500297546,-0.7362217903137207,0.018929127603769302,-0.2433643937110901,-0.1767692118883133,-0.6034640073776245,-0.2618042230606079,0.23901714384555817,0.25006982684135437,-0.3671899735927582,0.56818026304245,-0.45649564266204834,-0.5177562832832336,0.21355649828910828,0.04084805026650429,0.36265265941619873,-0.4912548065185547,0.3579895794391632,-0.06822404265403748,0.23526312410831451,-2.4479732513427734,-0.409572571516037,0.33847421407699585,0.39877307415008545,-0.31740933656692505,-0.13011762499809265,1.0355134010314941,-0.2030523419380188,0.004002278670668602,-0.17361848056316376,1.0097349882125854,0.3712850511074066,0.04738866910338402,-0.38382434844970703,-0.22995835542678833,0.10955353826284409,-0.5831428170204163,0.5505454540252686,-0.251912921667099,-0.6052247285842896,-0.11847558617591858,0.39012327790260315,1.722125768661499,0.4369223117828369,0.4068147540092468,-0.08888967335224152,0.16951988637447357,-0.7578551769256592,-1.5347665548324585,-0.09822624921798706,-0.1749330759048462,-0.40222880244255066,0.40935447812080383,-0.014797728508710861,-0.25942203402519226,0.7363397479057312,0.8023666143417358,0.1866847723722458,1.0114266872406006,-0.37116944789886475,1.44536292552948,-0.37696170806884766,-0.06581003218889236,0.011476762592792511,0.43547624349594116,0.33689627051353455,0.4570700526237488,-0.09152284264564514,-0.7278273105621338,-0.19184312224388123,-0.024527274072170258,0.5096248984336853,-0.4112659990787506,0.585030198097229,0.6007319092750549,0.13742738962173462,-0.0392843633890152,0.18517468869686127,0.4498704671859741,0.053321029990911484,0.055953219532966614,-0.3754947781562805,-0.2632603943347931,-0.8821566700935364,-0.5415434241294861]},"workflow":{"author":"@@official.shinkai","description":"Reviews in depth all the content to generate a summary.","name":"Extensive_summary","raw":"\n workflow Extensive_summary v0.1 {\n step Initialize {\n $PROMPT = \"Summarize this: \"\n $EMBEDDINGS = call process_embeddings_in_job_scope()\n }\n step Summarize {\n $RESULT = call multi_inference($PROMPT, $EMBEDDINGS)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"Summarize this: "}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[],"name":"process_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$EMBEDDINGS"}],"name":"multi_inference"}}}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.04964948445558548,0.07351528108119965,-0.0037448257207870483,-0.5989986658096313,-0.2695397734642029,0.0556429848074913,-0.8189688920974731,0.17371350526809692,-0.042529553174972534,-0.278947651386261,-0.1592383086681366,0.7632817625999451,-0.15512093901634216,0.5815573930740356,0.40833333134651184,0.08403884619474411,0.10889555513858795,-0.09859824180603027,-1.4305481910705566,-0.36282309889793396,0.26563403010368347,0.5795038938522339,0.6247695684432983,0.09672331809997559,0.2193397581577301,-0.3369952440261841,0.45206624269485474,-0.20352067053318024,-0.8568096160888672,-1.5192517042160034,0.45000338554382324,0.1857410967350006,-0.5474480986595154,-0.6226603984832764,-0.3259250521659851,-0.8049982786178589,0.41149431467056274,-0.33869048953056335,-0.40478962659835815,0.14186139404773712,0.08049512654542923,0.12524786591529846,0.05503413826227188,0.5369344353675842,0.22099512815475464,-0.22166168689727783,0.49372294545173645,0.14834408462047577,0.7515535950660706,0.23170407116413116,-0.38584038615226746,-0.6664334535598755,0.08026009798049927,0.05644957721233368,-0.47618070244789124,-0.07221367955207825,-0.013390932232141495,-0.7227036356925964,0.2766876816749573,-0.2050083577632904,0.0018085697665810585,0.36839884519577026,-4.047801494598389,0.25997495651245117,0.6095144748687744,0.29139724373817444,0.1967528611421585,0.33130836486816406,0.10284334421157837,0.6389473080635071,0.3290032148361206,0.469316303730011,-0.6486641764640808,0.9727193713188171,0.1883121132850647,-0.33047881722450256,-0.36619096994400024,0.22055767476558685,0.3932532072067261,-0.5142701864242554,-0.008600234985351562,0.1599426567554474,-0.09545424580574036,0.23433077335357666,-0.042303428053855896,0.7357178926467896,-0.32235464453697205,0.08163000643253326,0.14104235172271729,-0.11884527653455734,-0.03371256962418556,0.0557616725564003,0.3496687710285187,-0.03216787800192833,-0.003476671874523163,0.3798062205314636,0.03774901106953621,0.20039451122283936,-0.3984847366809845,3.36946439743042,-0.13239504396915436,0.001673419028520584,0.7380388379096985,-0.30677103996276855,0.9782622456550598,-0.19148962199687958,-0.3291283845901489,-0.27219173312187195,0.11630738526582718,-0.3731819987297058,0.2829224765300751,-0.5195115208625793,-0.707719087600708,0.13076543807983398,0.09487534314393997,0.3715026080608368,-0.21381931006908417,0.06631460785865784,0.1631127893924713,0.6596425771713257,-0.34905654191970825,0.4622417092323303,-0.2369920015335083,-0.4202103316783905,-0.5958117246627808,-0.0054769366979599,0.05269158259034157,0.3168359696865082,-0.42596322298049927,-0.2948320209980011,0.19625362753868103,0.3843995928764343,-0.7386986017227173,0.29027774930000305,0.38638198375701904,0.398516982793808,0.5393836498260498,-0.7760148644447327,0.026768285781145096,-0.6783398985862732,0.3489813208580017,-1.9833325147628784,0.42915868759155273,-0.3807029724121094,0.7297704219818115,-0.3749578893184662,-0.988932728767395,-0.049560628831386566,-0.748236894607544,-0.39161738753318787,-0.07422567903995514,0.7568775415420532,-0.42796590924263,-0.6895531415939331,0.7455142736434937,0.3727438449859619,-0.302215039730072,-0.2940479516983032,-0.39270395040512085,0.48044177889823914,-0.45199188590049744,0.012708820402622223,-0.014463722705841064,0.38177770376205444,0.41518479585647583,-0.26775816082954407,0.0609671026468277,0.259851336479187,0.5660082101821899,0.28002557158470154,0.2567088007926941,0.08408413827419281,-0.17901833355426788,0.6893192529678345,-0.18076415359973907,-0.1638849675655365,0.7592079639434814,-0.2850896716117859,0.09555481374263763,-0.34255003929138184,0.21607792377471924,0.6083880066871643,-0.27518394589424133,-0.2888985574245453,0.4869835376739502,0.24507123231887817,-0.04523368924856186,0.08955748379230499,0.8814894556999207,0.7514408826828003,-0.7933105826377869,1.4745051860809326,-0.8296284675598145,0.20127254724502563,-0.17663174867630005,0.10280756652355194,0.7590713500976562,0.6627715826034546,0.011114057153463364,-0.21741513907909393,-0.2958572506904602,-0.07200832664966583,-0.028994381427764893,-0.11766113340854645,-0.29194989800453186,-0.8990501165390015,0.22843225300312042,0.3628116250038147,-0.7341636419296265,-0.3731664717197418,-0.16071830689907074,-0.0289015993475914,0.7402246594429016,0.38305380940437317,0.8563412427902222,0.43994849920272827,0.30292415618896484,-0.22889143228530884,0.16537168622016907,0.7458362579345703,0.012104399502277374,-0.15416470170021057,-0.14556102454662323,-0.748606264591217,-0.5879684686660767,0.3174847364425659,-0.35950881242752075,-0.18004687130451202,-0.31736502051353455,-0.17857733368873596,0.23575669527053833,0.9159373044967651,0.2646183967590332,1.1622544527053833,0.6009469628334045,-0.020364172756671906,0.005769722163677216,0.3249523639678955,0.10982750356197357,-0.18247875571250916,-0.018897704780101776,-0.3283432722091675,0.06723657250404358,-0.18632438778877258,0.016186058521270752,-0.299119770526886,0.27416902780532837,-0.4262268543243408,-0.17139290273189545,1.6794452667236328,0.958503246307373,0.46273133158683777,0.3776611387729645,0.4485767185688019,0.4364531934261322,0.14672908186912537,-1.850408911705017,0.0067354487255215645,-0.7456330060958862,0.5802070498466492,0.3341884911060333,-0.7816597819328308,0.8321707248687744,-0.13638745248317719,-0.02185065858066082,-0.4651019871234894,-0.46033725142478943,-0.7211554050445557,-0.36014968156814575,-0.14086481928825378,-0.5944161415100098,0.8056583404541016,-0.7071620225906372,0.3785657584667206,-0.332245409488678,-0.09814120084047318,0.4233565926551819,0.015407413244247437,-0.33447521924972534,-0.4071231186389923,-0.067552350461483,-0.013831926509737968,0.16377918422222137,0.4718702435493469,-0.27083900570869446,-0.020545989274978638,-0.7419271469116211,-0.41673678159713745,-0.10136746615171432,0.2697226405143738,-0.28535905480384827,-0.3748951554298401,-0.7390844821929932,0.034545667469501495,1.644720435142517,-0.009804271161556244,-0.3737269937992096,0.5042737722396851,0.20176424086093903,-0.45157724618911743,-0.029246389865875244,-0.25737810134887695,-0.16420505940914154,0.39507946372032166,-0.6092503666877747,-0.547132134437561,0.49879688024520874,0.050793204456567764,-0.42933282256126404,-0.6348257064819336,-0.5210633873939514,-0.01414722204208374,0.241664320230484,0.07189908623695374,0.6878603100776672,-0.44729337096214294,0.6146893501281738,0.3114408254623413,0.09885749220848083,-2.39998459815979,0.22510097920894623,0.08821532130241394,0.02281942591071129,-0.16851471364498138,-0.39948421716690063,0.4781944751739502,-0.1106119155883789,0.37788909673690796,-0.5341840386390686,1.6657711267471313,0.23619230091571808,-0.16936853528022766,-0.34403157234191895,-0.05048051103949547,0.5156921148300171,-0.5097588300704956,-0.1076057031750679,0.16615211963653564,-0.41826316714286804,-0.09777717292308807,0.4317220151424408,1.4926064014434814,0.4437429904937744,0.6409068703651428,-0.2857368588447571,0.4252455234527588,-0.4507920742034912,-1.395687222480774,0.32343316078186035,-0.14300259947776794,0.17345699667930603,0.6882900595664978,-0.031068190932273865,-0.014234764501452446,0.2588723599910736,0.6380057334899902,-0.10916788876056671,0.21145275235176086,0.41304823756217957,1.875705361366272,0.30104920268058777,-0.14842073619365692,-0.4808446764945984,-0.3084228038787842,-0.2934291660785675,0.12193095684051514,0.18131327629089355,-0.632544219493866,0.30189579725265503,0.13330793380737305,0.1023193746805191,-0.14311614632606506,0.4220004975795746,0.20342287421226501,0.7711853981018066,0.04235168173909187,-0.061884328722953796,1.1321145296096802,-0.16180944442749023,0.008948512375354767,-0.0014485716819763184,-0.1739363670349121,-0.3506462275981903,-0.4292738437652588]},"workflow":{"author":"@@official.shinkai","description":"Generates a passage to answer a question and uses embeddings to refine the answer.","name":"Hyde_inference","raw":"\n workflow Hyde_inference v0.1 {\n step Initialize {\n $PROMPT = \"write a passage to answer the question: \"\n $HYDE_PROMPT = call concat($PROMPT, $INPUT)\n $HYDE_PASSAGE = call inference_no_ws($HYDE_PROMPT)\n $HYDE_INPUT = call concat($INPUT, \". \", $HYDE_PASSAGE )\n $EMBEDDINGS = call search_embeddings_in_job_scope($HYDE_INPUT)\n }\n step Summarize {\n $CONNECTOR = \"\\nLeverage the following information to answer the previous query: --- start ---\"\n $NEW_INPUT = call concat($INPUT, $CONNECTOR, $EMBEDDINGS) \n $RESULT = call inference($NEW_INPUT)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"write a passage to answer the question: "}},{"type":"registeroperation","value":{"register":"$HYDE_PROMPT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$INPUT"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$HYDE_PASSAGE","value":{"args":[{"type":"register","value":"$HYDE_PROMPT"}],"name":"inference_no_ws"}}},{"type":"registeroperation","value":{"register":"$HYDE_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"string","value":". "},{"type":"register","value":"$HYDE_PASSAGE"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[{"type":"register","value":"$HYDE_INPUT"}],"name":"search_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$CONNECTOR","value":"\\nLeverage the following information to answer the previous query: --- start ---"}},{"type":"registeroperation","value":{"register":"$NEW_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$CONNECTOR"},{"type":"register","value":"$EMBEDDINGS"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$NEW_INPUT"}],"name":"inference"}}}]}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"}]"#; +pub static WORKFLOWS_JSON: &str = r#"[{"content":[{"embedding":{"id":"","vector":[0.6820248961448669,0.5723804831504822,0.056784410029649734,-0.029523666948080063,-0.2254689335823059,-0.053013481199741364,-0.6708416938781738,-0.2624345123767853,-0.033756330609321594,0.4013897180557251,-0.16321982443332672,0.971656858921051,0.2718249261379242,0.07108756899833679,0.2820807695388794,0.14116838574409485,-0.11496889591217041,-0.49301284551620483,-1.0789883136749268,-0.043452829122543335,0.19382520020008087,0.5948700308799744,0.6591302156448364,0.16274362802505493,-0.030279342085123062,-0.1913491189479828,-0.3163045048713684,-0.2898331880569458,-0.7694717645645142,-2.4501161575317383,0.5279894471168518,0.0053562745451927185,-0.5002804398536682,-0.5608552694320679,0.028381161391735077,-0.6834791302680969,0.328404039144516,0.2872193455696106,-0.27112722396850586,-0.2420305460691452,-0.20994114875793457,0.23660853505134583,-0.35357770323753357,0.590043306350708,0.27437782287597656,0.06486925482749939,-0.15818193554878235,-0.2542445659637451,0.3756386339664459,0.38245582580566406,-0.45134201645851135,-0.26646173000335693,-0.21188713610172272,0.5074135065078735,-0.45056354999542236,0.42795759439468384,-0.14764094352722168,-0.299643874168396,0.24885445833206177,0.021038610488176346,0.29774922132492065,0.527859091758728,-4.216637134552002,0.35374659299850464,0.19555260241031647,0.3751485049724579,0.17744454741477966,-0.2610761225223541,-0.172037273645401,0.032772570848464966,0.05567239597439766,0.19824181497097015,-0.13289085030555725,-0.1100323274731636,-0.23126265406608582,-0.34616896510124207,0.3950774073600769,0.35234352946281433,0.1308232843875885,-0.6239751577377319,-0.7391460537910461,0.4362350106239319,-0.0347885936498642,0.09445835649967194,-0.2117754966020584,0.7171225547790527,-0.3040316104888916,-0.3600367605686188,0.37041613459587097,-0.06581398844718933,-0.006318345665931702,-0.21981696784496307,-0.002286979928612709,0.2790469229221344,-0.7975400686264038,0.10219541937112808,0.15441451966762543,0.11658502370119095,0.4612636864185333,3.6136317253112793,0.6766623854637146,-0.28591224551200867,0.7045385241508484,-0.4960375726222992,0.1050494909286499,-0.5604535937309265,-0.25389742851257324,-0.2956107258796692,0.40285223722457886,-0.111656554043293,0.015156731009483337,-0.5351597666740417,-0.030287399888038635,0.3177969753742218,0.21704047918319702,0.7171976566314697,-0.46601396799087524,0.3439251184463501,-0.061566051095724106,0.20522497594356537,-0.6280752420425415,0.130172997713089,0.051850613206624985,0.21620029211044312,-0.2943073809146881,0.1809474229812622,-0.23445376753807068,0.2775576710700989,0.2914619445800781,0.0578656867146492,0.10241352021694183,-0.15168319642543793,-0.7568095326423645,0.092719167470932,-0.0777229368686676,-0.15893718600273132,0.5966013073921204,-0.7341698408126831,0.25946319103240967,-0.9252210259437561,0.09058776497840881,-1.5351767539978027,0.7115793824195862,0.29241278767585754,0.7798487544059753,-0.08018416166305542,-0.13354992866516113,-0.08928925544023514,-0.4238916337490082,-0.5697543025016785,0.06765686720609665,0.77348792552948,-0.04202955216169357,0.06487800180912018,0.5874587893486023,-0.11936471611261368,-0.25156763195991516,0.19140180945396423,-0.5563774108886719,0.31181517243385315,-0.32280847430229187,-0.15203385055065155,0.6281672716140747,0.6141714453697205,0.5077856183052063,-0.20541121065616608,0.334749698638916,-0.22992375493049622,0.3473362326622009,0.13209888339042664,-0.046164438128471375,-0.4251396954059601,0.33730384707450867,0.8212467432022095,0.177277609705925,-0.1610117256641388,-0.07467097789049149,0.2908981442451477,0.2191067337989807,-0.5679166316986084,0.7439255714416504,0.5261525511741638,-0.11653833091259003,-0.3659759759902954,-0.023860540241003036,-0.26393836736679077,0.42201778292655945,-0.21162325143814087,0.6553518176078796,0.7129044532775879,-0.8967499136924744,1.4437609910964966,-0.7139504551887512,-0.4562397301197052,0.1866864711046219,-0.1461351215839386,-0.5919792056083679,-0.022950291633605957,0.10381539165973663,0.28671005368232727,-0.5119964480400085,0.06818243861198425,-0.34842413663864136,-0.2360081672668457,-0.20727667212486267,-0.666267454624176,-0.2698496878147125,0.14760757982730865,-0.1733710914850235,-0.7490845322608948,0.17996001243591309,-0.1494026631116867,0.6294229030609131,0.6854228973388672,0.45075780153274536,0.16544346511363983,0.15525199472904205,0.40028688311576843,0.6559727787971497,0.5462879538536072,0.6049190759658813,-0.16969510912895203,-0.5258905291557312,-0.7370105385780334,-0.5058722496032715,0.05097363144159317,-0.4502354860305786,-0.16756923496723175,-0.3616001605987549,-0.07482671737670898,0.5364893674850464,0.3961637616157532,0.6380713582038879,0.7769057154655457,0.45226916670799255,0.12783251702785492,-0.06475261598825455,0.5124138593673706,0.2543259561061859,-0.3266713619232178,0.6652782559394836,-0.10381640493869781,-0.2858583927154541,0.369432270526886,0.4281133711338043,-0.397693008184433,-0.4147809147834778,-0.007397249341011047,-0.16696804761886597,1.8266067504882812,0.09511159360408783,-0.33791670203208923,0.20951442420482635,0.5353755950927734,0.4132263660430908,0.07172563672065735,-1.3672807216644287,0.033725690096616745,-0.6914818286895752,0.4152260720729828,-0.29042062163352966,0.2820392847061157,-0.12484639883041382,0.12444232404232025,-0.2538592219352722,-0.1376664787530899,-0.376803457736969,-0.21342863142490387,-0.3275066018104553,-0.1573990434408188,0.07955310493707657,0.7591940760612488,0.06325787305831909,-0.1243286207318306,-0.06205055117607117,0.27926522493362427,0.1881060153245926,-0.07187489420175552,-0.43998342752456665,-0.04985599219799042,0.35954052209854126,0.07155530899763107,0.37024304270744324,0.25004273653030396,-0.5525103211402893,-0.2558727264404297,-0.36321941018104553,0.04473167657852173,-0.09463290125131607,-0.01605386659502983,-0.21422991156578064,-0.40423282980918884,-0.07233521342277527,0.24171797931194305,1.5734977722167969,0.2532348036766052,0.3514263331890106,0.5783570408821106,0.38809657096862793,0.18779775500297546,-0.7362217903137207,0.018929127603769302,-0.2433643937110901,-0.1767692118883133,-0.6034640073776245,-0.2618042230606079,0.23901714384555817,0.25006982684135437,-0.3671899735927582,0.56818026304245,-0.45649564266204834,-0.5177562832832336,0.21355649828910828,0.04084805026650429,0.36265265941619873,-0.4912548065185547,0.3579895794391632,-0.06822404265403748,0.23526312410831451,-2.4479732513427734,-0.409572571516037,0.33847421407699585,0.39877307415008545,-0.31740933656692505,-0.13011762499809265,1.0355134010314941,-0.2030523419380188,0.004002278670668602,-0.17361848056316376,1.0097349882125854,0.3712850511074066,0.04738866910338402,-0.38382434844970703,-0.22995835542678833,0.10955353826284409,-0.5831428170204163,0.5505454540252686,-0.251912921667099,-0.6052247285842896,-0.11847558617591858,0.39012327790260315,1.722125768661499,0.4369223117828369,0.4068147540092468,-0.08888967335224152,0.16951988637447357,-0.7578551769256592,-1.5347665548324585,-0.09822624921798706,-0.1749330759048462,-0.40222880244255066,0.40935447812080383,-0.014797728508710861,-0.25942203402519226,0.7363397479057312,0.8023666143417358,0.1866847723722458,1.0114266872406006,-0.37116944789886475,1.44536292552948,-0.37696170806884766,-0.06581003218889236,0.011476762592792511,0.43547624349594116,0.33689627051353455,0.4570700526237488,-0.09152284264564514,-0.7278273105621338,-0.19184312224388123,-0.024527274072170258,0.5096248984336853,-0.4112659990787506,0.585030198097229,0.6007319092750549,0.13742738962173462,-0.0392843633890152,0.18517468869686127,0.4498704671859741,0.053321029990911484,0.055953219532966614,-0.3754947781562805,-0.2632603943347931,-0.8821566700935364,-0.5415434241294861]},"workflow":{"author":"@@official.shinkai","description":"Reviews in depth all the content to generate a summary.","name":"Extensive_summary","raw":"\n workflow Extensive_summary v0.1 {\n step Initialize {\n $PROMPT = \"Summarize this: \"\n $EMBEDDINGS = call process_embeddings_in_job_scope()\n }\n step Summarize {\n $RESULT = call multi_inference($PROMPT, $EMBEDDINGS)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"Summarize this: "}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[],"name":"process_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$EMBEDDINGS"}],"name":"multi_inference"}}}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"},{"content":[{"embedding":{"id":"","vector":[-0.04964948445558548,0.07351528108119965,-0.0037448257207870483,-0.5989986658096313,-0.2695397734642029,0.0556429848074913,-0.8189688920974731,0.17371350526809692,-0.042529553174972534,-0.278947651386261,-0.1592383086681366,0.7632817625999451,-0.15512093901634216,0.5815573930740356,0.40833333134651184,0.08403884619474411,0.10889555513858795,-0.09859824180603027,-1.4305481910705566,-0.36282309889793396,0.26563403010368347,0.5795038938522339,0.6247695684432983,0.09672331809997559,0.2193397581577301,-0.3369952440261841,0.45206624269485474,-0.20352067053318024,-0.8568096160888672,-1.5192517042160034,0.45000338554382324,0.1857410967350006,-0.5474480986595154,-0.6226603984832764,-0.3259250521659851,-0.8049982786178589,0.41149431467056274,-0.33869048953056335,-0.40478962659835815,0.14186139404773712,0.08049512654542923,0.12524786591529846,0.05503413826227188,0.5369344353675842,0.22099512815475464,-0.22166168689727783,0.49372294545173645,0.14834408462047577,0.7515535950660706,0.23170407116413116,-0.38584038615226746,-0.6664334535598755,0.08026009798049927,0.05644957721233368,-0.47618070244789124,-0.07221367955207825,-0.013390932232141495,-0.7227036356925964,0.2766876816749573,-0.2050083577632904,0.0018085697665810585,0.36839884519577026,-4.047801494598389,0.25997495651245117,0.6095144748687744,0.29139724373817444,0.1967528611421585,0.33130836486816406,0.10284334421157837,0.6389473080635071,0.3290032148361206,0.469316303730011,-0.6486641764640808,0.9727193713188171,0.1883121132850647,-0.33047881722450256,-0.36619096994400024,0.22055767476558685,0.3932532072067261,-0.5142701864242554,-0.008600234985351562,0.1599426567554474,-0.09545424580574036,0.23433077335357666,-0.042303428053855896,0.7357178926467896,-0.32235464453697205,0.08163000643253326,0.14104235172271729,-0.11884527653455734,-0.03371256962418556,0.0557616725564003,0.3496687710285187,-0.03216787800192833,-0.003476671874523163,0.3798062205314636,0.03774901106953621,0.20039451122283936,-0.3984847366809845,3.36946439743042,-0.13239504396915436,0.001673419028520584,0.7380388379096985,-0.30677103996276855,0.9782622456550598,-0.19148962199687958,-0.3291283845901489,-0.27219173312187195,0.11630738526582718,-0.3731819987297058,0.2829224765300751,-0.5195115208625793,-0.707719087600708,0.13076543807983398,0.09487534314393997,0.3715026080608368,-0.21381931006908417,0.06631460785865784,0.1631127893924713,0.6596425771713257,-0.34905654191970825,0.4622417092323303,-0.2369920015335083,-0.4202103316783905,-0.5958117246627808,-0.0054769366979599,0.05269158259034157,0.3168359696865082,-0.42596322298049927,-0.2948320209980011,0.19625362753868103,0.3843995928764343,-0.7386986017227173,0.29027774930000305,0.38638198375701904,0.398516982793808,0.5393836498260498,-0.7760148644447327,0.026768285781145096,-0.6783398985862732,0.3489813208580017,-1.9833325147628784,0.42915868759155273,-0.3807029724121094,0.7297704219818115,-0.3749578893184662,-0.988932728767395,-0.049560628831386566,-0.748236894607544,-0.39161738753318787,-0.07422567903995514,0.7568775415420532,-0.42796590924263,-0.6895531415939331,0.7455142736434937,0.3727438449859619,-0.302215039730072,-0.2940479516983032,-0.39270395040512085,0.48044177889823914,-0.45199188590049744,0.012708820402622223,-0.014463722705841064,0.38177770376205444,0.41518479585647583,-0.26775816082954407,0.0609671026468277,0.259851336479187,0.5660082101821899,0.28002557158470154,0.2567088007926941,0.08408413827419281,-0.17901833355426788,0.6893192529678345,-0.18076415359973907,-0.1638849675655365,0.7592079639434814,-0.2850896716117859,0.09555481374263763,-0.34255003929138184,0.21607792377471924,0.6083880066871643,-0.27518394589424133,-0.2888985574245453,0.4869835376739502,0.24507123231887817,-0.04523368924856186,0.08955748379230499,0.8814894556999207,0.7514408826828003,-0.7933105826377869,1.4745051860809326,-0.8296284675598145,0.20127254724502563,-0.17663174867630005,0.10280756652355194,0.7590713500976562,0.6627715826034546,0.011114057153463364,-0.21741513907909393,-0.2958572506904602,-0.07200832664966583,-0.028994381427764893,-0.11766113340854645,-0.29194989800453186,-0.8990501165390015,0.22843225300312042,0.3628116250038147,-0.7341636419296265,-0.3731664717197418,-0.16071830689907074,-0.0289015993475914,0.7402246594429016,0.38305380940437317,0.8563412427902222,0.43994849920272827,0.30292415618896484,-0.22889143228530884,0.16537168622016907,0.7458362579345703,0.012104399502277374,-0.15416470170021057,-0.14556102454662323,-0.748606264591217,-0.5879684686660767,0.3174847364425659,-0.35950881242752075,-0.18004687130451202,-0.31736502051353455,-0.17857733368873596,0.23575669527053833,0.9159373044967651,0.2646183967590332,1.1622544527053833,0.6009469628334045,-0.020364172756671906,0.005769722163677216,0.3249523639678955,0.10982750356197357,-0.18247875571250916,-0.018897704780101776,-0.3283432722091675,0.06723657250404358,-0.18632438778877258,0.016186058521270752,-0.299119770526886,0.27416902780532837,-0.4262268543243408,-0.17139290273189545,1.6794452667236328,0.958503246307373,0.46273133158683777,0.3776611387729645,0.4485767185688019,0.4364531934261322,0.14672908186912537,-1.850408911705017,0.0067354487255215645,-0.7456330060958862,0.5802070498466492,0.3341884911060333,-0.7816597819328308,0.8321707248687744,-0.13638745248317719,-0.02185065858066082,-0.4651019871234894,-0.46033725142478943,-0.7211554050445557,-0.36014968156814575,-0.14086481928825378,-0.5944161415100098,0.8056583404541016,-0.7071620225906372,0.3785657584667206,-0.332245409488678,-0.09814120084047318,0.4233565926551819,0.015407413244247437,-0.33447521924972534,-0.4071231186389923,-0.067552350461483,-0.013831926509737968,0.16377918422222137,0.4718702435493469,-0.27083900570869446,-0.020545989274978638,-0.7419271469116211,-0.41673678159713745,-0.10136746615171432,0.2697226405143738,-0.28535905480384827,-0.3748951554298401,-0.7390844821929932,0.034545667469501495,1.644720435142517,-0.009804271161556244,-0.3737269937992096,0.5042737722396851,0.20176424086093903,-0.45157724618911743,-0.029246389865875244,-0.25737810134887695,-0.16420505940914154,0.39507946372032166,-0.6092503666877747,-0.547132134437561,0.49879688024520874,0.050793204456567764,-0.42933282256126404,-0.6348257064819336,-0.5210633873939514,-0.01414722204208374,0.241664320230484,0.07189908623695374,0.6878603100776672,-0.44729337096214294,0.6146893501281738,0.3114408254623413,0.09885749220848083,-2.39998459815979,0.22510097920894623,0.08821532130241394,0.02281942591071129,-0.16851471364498138,-0.39948421716690063,0.4781944751739502,-0.1106119155883789,0.37788909673690796,-0.5341840386390686,1.6657711267471313,0.23619230091571808,-0.16936853528022766,-0.34403157234191895,-0.05048051103949547,0.5156921148300171,-0.5097588300704956,-0.1076057031750679,0.16615211963653564,-0.41826316714286804,-0.09777717292308807,0.4317220151424408,1.4926064014434814,0.4437429904937744,0.6409068703651428,-0.2857368588447571,0.4252455234527588,-0.4507920742034912,-1.395687222480774,0.32343316078186035,-0.14300259947776794,0.17345699667930603,0.6882900595664978,-0.031068190932273865,-0.014234764501452446,0.2588723599910736,0.6380057334899902,-0.10916788876056671,0.21145275235176086,0.41304823756217957,1.875705361366272,0.30104920268058777,-0.14842073619365692,-0.4808446764945984,-0.3084228038787842,-0.2934291660785675,0.12193095684051514,0.18131327629089355,-0.632544219493866,0.30189579725265503,0.13330793380737305,0.1023193746805191,-0.14311614632606506,0.4220004975795746,0.20342287421226501,0.7711853981018066,0.04235168173909187,-0.061884328722953796,1.1321145296096802,-0.16180944442749023,0.008948512375354767,-0.0014485716819763184,-0.1739363670349121,-0.3506462275981903,-0.4292738437652588]},"workflow":{"author":"@@official.shinkai","description":"Generates a passage to answer a question and uses embeddings to refine the answer.","name":"Hyde_inference","raw":"\n workflow Hyde_inference v0.1 {\n step Initialize {\n $PROMPT = \"write a passage to answer the question: \"\n $HYDE_PROMPT = call concat($PROMPT, $INPUT)\n $HYDE_PASSAGE = call inference_no_ws($HYDE_PROMPT)\n $HYDE_INPUT = call concat($INPUT, \". \", $HYDE_PASSAGE )\n $EMBEDDINGS = call search_embeddings_in_job_scope($HYDE_INPUT)\n }\n step Summarize {\n $CONNECTOR = \"\\nLeverage the following information to answer the previous query: --- start ---\"\n $NEW_INPUT = call concat($INPUT, $CONNECTOR, $EMBEDDINGS) \n $RESULT = call inference($NEW_INPUT)\n }\n } @@official.shinkai sticky\n ","steps":[{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$PROMPT","value":"write a passage to answer the question: "}},{"type":"registeroperation","value":{"register":"$HYDE_PROMPT","value":{"args":[{"type":"register","value":"$PROMPT"},{"type":"register","value":"$INPUT"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$HYDE_PASSAGE","value":{"args":[{"type":"register","value":"$HYDE_PROMPT"}],"name":"inference_no_ws"}}},{"type":"registeroperation","value":{"register":"$HYDE_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"string","value":". "},{"type":"register","value":"$HYDE_PASSAGE"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$EMBEDDINGS","value":{"args":[{"type":"register","value":"$HYDE_INPUT"}],"name":"search_embeddings_in_job_scope"}}}]}],"name":"Initialize"},{"body":[{"type":"composite","value":[{"type":"registeroperation","value":{"register":"$CONNECTOR","value":"\\nLeverage the following information to answer the previous query: --- start ---"}},{"type":"registeroperation","value":{"register":"$NEW_INPUT","value":{"args":[{"type":"register","value":"$INPUT"},{"type":"register","value":"$CONNECTOR"},{"type":"register","value":"$EMBEDDINGS"}],"name":"concat"}}},{"type":"registeroperation","value":{"register":"$RESULT","value":{"args":[{"type":"register","value":"$NEW_INPUT"}],"name":"inference"}}}]}],"name":"Summarize"}],"sticky":true,"version":"v0.1"}},true],"type":"Workflow"}]"#; diff --git a/shinkai-bin/shinkai-node/src/wallet/coinbase_mpc_wallet.rs b/shinkai-bin/shinkai-node/src/wallet/coinbase_mpc_wallet.rs index fc2c194d5..68ab89680 100644 --- a/shinkai-bin/shinkai-node/src/wallet/coinbase_mpc_wallet.rs +++ b/shinkai-bin/shinkai-node/src/wallet/coinbase_mpc_wallet.rs @@ -1,5 +1,5 @@ -use bigdecimal::BigDecimal; use bigdecimal::num_bigint::BigInt; +use bigdecimal::BigDecimal; use ethers::prelude::*; use serde::ser::SerializeStruct; use serde::{Deserialize, Deserializer, Serialize, Serializer}; @@ -8,7 +8,7 @@ use std::future::Future; use std::pin::Pin; use std::str::FromStr; use std::sync::{Arc, Weak}; -use tokio::sync::Mutex; +use tokio::sync::RwLock; use crate::lance_db::shinkai_lance_db::LanceShinkaiDb; use crate::tools::js_toolkit_headers::ToolConfig; @@ -26,7 +26,7 @@ pub struct CoinbaseMPCWallet { pub network: Network, pub address: Address, pub config: CoinbaseMPCWalletConfig, - pub lance_db: Option>>, + pub lance_db: Option>>, } // Note: do we need access to ToolRouter? (maybe not, since we can call the Coinbase SDK directly) @@ -50,7 +50,7 @@ impl Serialize for CoinbaseMPCWallet { state.serialize_field("address", &self.address)?; state.serialize_field("config", &self.config)?; // Serialize lance_db as a placeholder since Weak references cannot be serialized directly - state.serialize_field("lance_db", &"Option>>")?; + state.serialize_field("lance_db", &"Option>>")?; state.end() } } @@ -82,20 +82,20 @@ impl<'de> Deserialize<'de> for CoinbaseMPCWallet { } impl CoinbaseMPCWallet { - pub fn update_lance_db(&mut self, lance_db: Arc>) { + pub fn update_lance_db(&mut self, lance_db: Arc>) { self.lance_db = Some(Arc::downgrade(&lance_db)); } - + pub async fn create_wallet( network: Network, - lance_db: Weak>, // Changed to Weak + lance_db: Weak>, // Changed to Weak config: Option, ) -> Result { let lance_db_strong = lance_db.upgrade().ok_or(WalletError::ConfigNotFound)?; let mut config = match config { Some(cfg) => cfg, None => { - let db = lance_db_strong.lock().await; + let db = lance_db_strong.read().await; let tool_id = ShinkaiToolCoinbase::CreateWallet.definition_id(); let shinkai_tool = db.get_tool(tool_id).await?.ok_or(WalletError::ConfigNotFound)?; @@ -179,7 +179,7 @@ impl CoinbaseMPCWallet { pub async fn restore_wallet( network: Network, - lance_db: Weak>, + lance_db: Weak>, config: Option, wallet_id: String, ) -> Result { @@ -189,7 +189,7 @@ impl CoinbaseMPCWallet { let config = match config { Some(cfg) => cfg, None => { - let db = lance_db_strong.lock().await; + let db = lance_db_strong.read().await; let tool_id = ShinkaiToolCoinbase::CreateWallet.definition_id(); let shinkai_tool = db .get_tool(tool_id) @@ -276,14 +276,14 @@ impl CoinbaseMPCWallet { pub async fn call_function( config: CoinbaseMPCWalletConfig, - lance_db: Weak>, // Changed to Weak + lance_db: Weak>, // Changed to Weak function_name: ShinkaiToolCoinbase, params: Value, ) -> Result { let lance_db_strong = lance_db .upgrade() .ok_or(WalletError::LanceDBError("LanceDB not found".to_string()))?; - let db = lance_db_strong.lock().await; + let db = lance_db_strong.read().await; let tool_id = function_name.definition_id(); let shinkai_tool = db .get_tool(tool_id) @@ -389,7 +389,8 @@ impl CommonActions for CoinbaseMPCWallet { }); let response = - CoinbaseMPCWallet::call_function(config.clone(), lance_db, ShinkaiToolCoinbase::GetBalance, params).await?; + CoinbaseMPCWallet::call_function(config.clone(), lance_db, ShinkaiToolCoinbase::GetBalance, params) + .await?; eprintln!("response: {:?}", response); @@ -424,7 +425,11 @@ impl CommonActions for CoinbaseMPCWallet { }) .collect(); - let has_more = response.clone().get("has_more").and_then(|v| v.as_bool()).unwrap_or(false); + let has_more = response + .clone() + .get("has_more") + .and_then(|v| v.as_bool()) + .unwrap_or(false); let next_page = response .get("next_page") @@ -432,7 +437,11 @@ impl CommonActions for CoinbaseMPCWallet { .map(|s| s.to_string()) .unwrap_or_default(); // Set to empty string if None - let total_count = response.clone().get("total_count").and_then(|v| v.as_u64()).unwrap_or(0); + let total_count = response + .clone() + .get("total_count") + .and_then(|v| v.as_u64()) + .unwrap_or(0); let address_balance_list = AddressBalanceList { data, @@ -609,7 +618,6 @@ impl ShinkaiToolCoinbase { } } - #[cfg(test)] mod tests { use super::*; diff --git a/shinkai-bin/shinkai-node/src/wallet/wallet_manager.rs b/shinkai-bin/shinkai-node/src/wallet/wallet_manager.rs index eee681409..f37acadb8 100644 --- a/shinkai-bin/shinkai-node/src/wallet/wallet_manager.rs +++ b/shinkai-bin/shinkai-node/src/wallet/wallet_manager.rs @@ -2,7 +2,7 @@ use std::sync::Weak; use chrono::Utc; use serde::{ser::SerializeStruct, Deserialize, Deserializer, Serialize, Serializer}; -use tokio::sync::Mutex; +use tokio::sync::{Mutex, RwLock}; use uuid::Uuid; use crate::{ @@ -181,7 +181,7 @@ impl WalletManager { pub async fn create_coinbase_mpc_wallet_manager( network: Network, - lance_db: Weak>, + lance_db: Weak>, config: Option, ) -> Result { let payment_wallet: Box = @@ -197,7 +197,7 @@ impl WalletManager { pub async fn recover_coinbase_mpc_wallet_manager( network: Network, - lance_db: Weak>, + lance_db: Weak>, config: Option, wallet_id: String, ) -> Result {