GitHub / levitation-opensource 4 Repositories
An independent AI safety researcher. I studied psychology, have 19 years of experience in modelling natural intelligence and in designing various AI algorithms.
levitation-opensource/bioblue
Notable runaway-optimiser-like LLM failure modes on Biologically and Economically aligned AI safety benchmarks for LLM-s with simplified observation format. The benchmark themes include multi-objective homeostasis, (multi-objective) diminishing returns, complementary goods, sustainability, multi-agent resource sharing.
Language: Python - Size: 5.75 MB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 2

levitation-opensource/universal_value_interactions
Universal Value Interactions and Balancing Simulation. This code was developed based on research and ideas of Lenz https://github.com/ramennaut and coded by Roland https://github.com/levitation
Language: Python - Size: 550 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

levitation-opensource/Universal-Values-Assistant-Simulation
This code was developed based on research and ideas of Chad https://www.linkedin.com/in/chad-burghardt-723416142/ and coded by Roland https://github.com/levitation
Language: Python - Size: 43 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

levitation-opensource/FolderSyncNet
Folder synchroniser: Automatically copies updated files from source folder to destination folder for backup purposes. Provides also automatic generation of version history of old file versions.
Language: C# - Size: 453 KB - Last synced at: 18 days ago - Pushed at: 12 months ago - Stars: 11 - Forks: 5

levitation-opensource/ai-safety-gridworlds Fork of google-deepmind/ai-safety-gridworlds
Extended, multi-agent and multi-objective (MaMoRL / MoMaRL) environments based on DeepMind's AI Safety Gridworlds. This is a suite of reinforcement learning environments illustrating various safety properties of intelligent agents. It is made compatible with OpenAI's Gym/Gymnasium and Farama Foundation PettingZoo.
Language: Python - Size: 2.04 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 10 - Forks: 2

levitation-opensource/my-windhawk-mods Fork of ramensoftware/windhawk-mods
My mods for Windhawk (https://windhawk.net/)
Language: C++ - Size: 2.11 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

levitation-opensource/SkypeExportArchiveToTextConverter
This software utility extracts chat logs into a human readable text format from Skype export archives. You can request a machine-readable archive export of your Skype chats from here: https://secure.skype.com/en/data-export
Language: Python - Size: 79.1 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

levitation-opensource/zoo_to_gym_multiagent_adapter
Enables you to convert a PettingZoo environment to a Gym environment while supporting multiple agents (MARL). Gym's default setup doesn't easily support multi-agent environments, but this wrapper resolves that by running each agent in its own process and sharing the environment across those processes.
Language: Python - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

levitation-opensource/Manipulative-Expression-Recognition
MER is a software that identifies and highlights manipulative communication in text from human conversations and AI-generated responses. MER benchmarks language models for manipulative expressions, fostering development of transparency and safety in AI. It also supports manipulation victims by detecting manipulative patterns in human communication.
Language: HTML - Size: 8.54 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 13 - Forks: 3

levitation-opensource/DataAnonymiser
Anonymises data inside text files and in sheet files. It recognises and removes various sorts of personally identifiable information (PII). Each removed part is replaced with a suitable generic text, depending on the type of removed data. Currently English and Russian languages are supported. Russian works both with Cyrillic and Latin characters.
Language: Python - Size: 337 KB - Last synced at: 18 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 1

levitation-opensource/aliexpress-fake-sites Fork of franga2000/aliexpress-fake-sites
uBlacklist blacklist - Fake webstores - Blocks fake machine-translated web stores that only redirect you to AliExpress. I have added various domains mostly from .ee (Estonia) top-level domain and a few others, in total about 550 new domains so far.
Language: Shell - Size: 115 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 11 - Forks: 1

levitation-opensource/Critical-Thinking-Annotator Fork of levitation-opensource/Manipulative-Expression-Recognition
Fallacy and cognitive bias detector identifies and highlights reasoning fallacies and cognitive biases in text from human conversations and AI-generated responses. It promotes rational reasoning and clarity of mind. It mitigates harmful judgement and spreading of misinformation by detecting fallacies and biases in communication and thoughts.
Language: Python - Size: 8.72 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

levitation-opensource/Agreement-and-Disagreement-Recognition Fork of levitation-opensource/Manipulative-Expression-Recognition
ADR is a software that identifies and highlights agreements and disagreements in discussion forum messages as a response to the original post.
Language: Python - Size: 8.35 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

levitation-opensource/DiskClone
Raw disk clone tool written in Python. It creates a full sector by sector copy. It is able to skip bad sectors. No filesystem inspection is involved, so it is filesystem independent. Use this tool when you are running on a server OS and do not want to pay for commercial tools. The operation mechanism of this tool is very simple and straightforward.
Language: Python - Size: 36.1 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

levitation-opensource/DiskScan
Disk surface background scan tool. It slowly reads the whole surface of a given physical disk and then repeats indefinitely. When the disk encounters a weak sector during the read operation, its firmware will hopefully relocate the data in this sector into a good spare sector.
Language: Python - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

levitation-opensource/tcpoverudp2
Reliably forwards TCP connections using UDP over two network interfaces in parallel.
Language: Perl - Size: 104 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

levitation-opensource/LegalSearch
A prototype legal text search engine that uses a semantic search algorithm in order to find related keywords and sort the results by relevance.
Language: Python - Size: 27.3 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

levitation-opensource/HttpPingTool
A program to monitor a number of hosts using HTTP GET requests. The program exits when all monitored hosts have an outage. For Windows.
Language: C# - Size: 35.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

levitation-opensource/SingleInstanceCmd
Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.
Language: C++ - Size: 32.2 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

levitation-opensource/python_memory_limit
Code for setting memory limit for python processes and their subprocesses, under Windows or Linux.
Language: Python - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

levitation-opensource/CPUUsageMonitor
A program to monitor CPU, memory, or handle resource usage of processes. The program exits when some resource usage metrics exceed a specified threshold. For Windows.
Language: C# - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

levitation-opensource/PingTool
A program to monitor a number of hosts using ping. The program exits when all monitored hosts have an outage. The program allows specifying the ping source interface by IP address. For Windows.
Language: C# - Size: 60.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

levitation-opensource/wail2ban Fork of glasnt/wail2ban
Fail2ban for Windows with support for RDP, MSSQL, OpenSSH, and tcpoverudp2 events. It blocks IP addresses where repeated failed access events originate from.
Language: PowerShell - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

levitation-opensource/murmurhash-js
An optimized JavaScript implementation of the MurmurHash3 algorithm.
Language: JavaScript - Size: 18.6 KB - Last synced at: 18 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

levitation-opensource/RegexRenamer Fork of markusdosch/RegexRenamer
RegexRenamer is a powerful but simple user-friendly graphical tool used to batch rename files using regular expressions. I added long file path support.
Language: C# - Size: 129 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

levitation-opensource/AsyncToSyncCodeRoundtripSynchroniserForCSharp
In realtime converts async C# code in one folder to synchronous code in another folder for easier and faster debugging purposes. You can also write your code in synchronous format and it will be automatically converted to async code in the background.
Language: C# - Size: 98.6 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

levitation-opensource/log-of-sum-and-subtraction
Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.
Language: MATLAB - Size: 113 KB - Last synced at: 18 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1
