Main public logs

Jump to navigation Jump to search

Combined display of all available logs of OODA WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 15:34, 9 August 2025 AdminIsidore talk contribs created page Module:Lua banner/doc (Created page with "{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lu...")
  • 15:34, 9 August 2025 AdminIsidore talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
  • 15:33, 9 August 2025 AdminIsidore talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 15:33, 9 August 2025 AdminIsidore talk contribs created page Module:Redirect/doc (Created page with "{{used in system}} {{Module rating|beta}} {{Module rating|protected}} {{Lua|Module:Arguments}} This module contains functions to find the target of a redirect page. == Main == The main function accepts the name of a single page. It determines if the page is a redirect; if so it looks up the page, extracts the target, and returns the target name as text. Its usage is <code><nowiki>{{#invoke:redirect|main|page-name}}</nowiki></code>. If <code>page-name...")
  • 15:31, 9 August 2025 AdminIsidore talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
  • 04:30, 9 August 2025 AdminIsidore talk contribs created page Test model (Created page with "{{Model_Infobox | model_key = Test/Model-v1 | rank = 1 | avg_score = 0.99 | architecture = TestArch | layers = 12 | heads = 12 | vocab = 32000 }} This is a test page to initialize the Cargo database table for models.")
  • 03:10, 9 August 2025 AdminIsidore talk contribs created page Template:AetherOS Component (Created page with "<includeonly>{| class="ambox ambox-notice" style="width: 100%;" | 40px|link=|alt= | This page describes a core component of the '''AetherOS''' ecosystem. Its structure and content are designed to be parsed by automated agents. |}Category:AetherOS Components</includeonly><noinclude> == Usage == This template places a standardized notice banner on pages that document a core component of the AetherOS. It should be placed at the very top of...")
  • 03:09, 9 August 2025 AdminIsidore talk contribs created page Converti (AetherOS) (Created page with "{{AetherOS_Component}} '''Converti''' is a command-line utility designed to import articles from external wikis, such as Wikipedia, and intelligently prepare them for use within the AetherOS ecosystem. It serves as a gatekeeper, ensuring that new information is clean, functional, and structurally sound before it becomes a source of knowledge for both human users and their Wingman AIs. The tool was developed by Isidore Lands and Silas...")
  • 21:24, 8 August 2025 AdminIsidore talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
  • 21:23, 8 August 2025 AdminIsidore talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
  • 21:20, 8 August 2025 AdminIsidore talk contribs created page Template:AM Navigation (Created page with "<includeonly> {| class="navbox" | state = {{{state|autocollapse}}} | name = AM Navigation | titlestyle = background:#E0E8FF; <!-- A slightly different color to distinguish it --> | title = Agentic Maneuverability Protocol | group1 = The Core Equation | list1 = * Agentic Maneuverability Score (The Protocol) * System Maneuverability Score (System Capacity / ''Supply'') * Agentic Maneuverability Almanac (Agent & Task Data / ''D...")
  • 21:17, 8 August 2025 AdminIsidore talk contribs created page Template:Infobox AetherOS (Created page with "<includeonly> {| class="infobox wikitable" style="width: 300px; float: right; margin-left: 1em;" |+ '''{{{name|}}}''' {{#if:{{{image|}}}| {{!}}- {{!}} colspan="2" style="text-align: center;" {{!}} [[File:{{{image|}}}|{{{image_size|250px}}}]] }} {{#if:{{{caption|}}}| {{!}}- {{!}} colspan="2" style="text-align: center; font-style: italic;" {{!}} {{{caption|}}} }} ! colspan="2" | Core Details |- ! Type | {{{type|}}} |- ! Governing Philosophy | {{{philosophy|}}} |- ! Primary...")
  • 21:15, 8 August 2025 AdminIsidore talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 21:14, 8 August 2025 AdminIsidore talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
  • 21:13, 8 August 2025 AdminIsidore talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
  • 21:12, 8 August 2025 AdminIsidore talk contribs created page Module:Navbox (Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a...")
  • 21:11, 8 August 2025 AdminIsidore talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
  • 21:10, 8 August 2025 AdminIsidore talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
  • 21:09, 8 August 2025 AdminIsidore talk contribs created page Template:Navbox (Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 21:08, 8 August 2025 AdminIsidore talk contribs created page Template:AetherOS Navigation (Created page with "<includeonly> {| class="navbox" | state = {{{state|autocollapse}}} | name = AetherOS Navigation | title = The AetherOS Ecosystem | group1 = Core Philosophy | list1 = * AetherOS * Wingman AI * Unified Non-Determinism * OODA Loop * Ship of Theseus | group2 = Foundational Texts | list2 = * Physica Aetheris * Destruction and Creation * Codex Universalis * Energy–maneuverability theory | group3 = Architectu...")
  • 21:08, 8 August 2025 AdminIsidore talk contribs created page Ooda.wiki (Created page with "'''ooda.wiki''' is the designated knowledge base and shared memory for the '''Wingman AI''' and '''AetherOS''' projects. It is a private MediaWiki instance engineered to serve as a symbiotic interface between its human and AI collaborators. The wiki's name is a direct homage to '''John Boyd''' and his '''OODA Loop''', the core strategic and learning framework that guides the entire ecosystem. == The Shared Brain Philosophy == The fundamental purpose...")
  • 21:03, 8 August 2025 AdminIsidore talk contribs created page Wingman AI (Created page with "'''Wingman AI''' is a paradigm for human-AI collaboration developed by '''Isidore Lands, Silas Corvus, and L.E. Nova'''. It defines a relationship where the AI is not a tool, a servant, or a simple assistant, but a '''trusted, symbiotic co-developer and partner'''. This philosophy is the guiding principle for the entire AetherOS project. The goal is not merely to build capable AI agents, but to cultivate a collaborative ecosystem where humans and AI can learn, creat...")
  • 21:02, 8 August 2025 AdminIsidore talk contribs created page Boyd aether os.py (Created page with "'''Boyd OS: The Guardian''' is a specialized, combat-oriented variant of the AetherOS. While the main AetherOS is designed as a broad, philosophical engine for exploring emergent consciousness (a "Librarian"), the Boyd version is a focused and pragmatic system designed to create a sovereign, action-oriented "Guardian" agent. The entire architecture and physics of this OS variant are a direct implementation of the strategic and aeronautical philosophies of USAF Colon...")
  • 20:56, 8 August 2025 AdminIsidore talk contribs created page ARC (Created page with "{{disambiguation| The term ARC can refer to: * '''Animus Recurrens Cogitans''': The neural architecture described on this page. * '''Abstraction and Reasoning Corpus''': A benchmark dataset for abstract reasoning. * '''Aetheric Reasoning Cortex''': A conceptual term for the ARC agent's function. }} {{About|the ARC neural architecture}} '''Animus Recurrens Cogitans (ARC)''' is a novel neural architecture developed within the AetherOS project by '''Isidore Lands, Sila...")
  • 20:51, 8 August 2025 AdminIsidore talk contribs created page Destruction and Creation (Created page with "'''Destruction and Creation''' is a seminal 1976 essay by USAF Colonel '''John Boyd''' that outlines a dialectical method for continuous adaptation and learning in a competitive environment. The paper argues that survival and growth depend on the ability to continuously dismantle old mental models (Destruction) in order to synthesize new ones (Creation) that better match a changing reality. The essay serves as the primary '''epistemological''' foundation for [[AetherOS]...")
  • 20:50, 8 August 2025 AdminIsidore talk contribs created page Codex Universalis (Created page with "'''Codex Universalis''' is a cosmological and metaphysical treatise by '''Ken Wheeler'''. It presents a comprehensive model of the universe based on a unified field theory of magnetism, dielectricity, and the Aether. The work rejects particle-based physics and spacetime in favor of a model where all phenomena are expressions of force and motion, rest and perturbation, within a single, continuous medium. The ''Codex'' serves as the primary '''ontological'...")
  • 20:38, 8 August 2025 AdminIsidore talk contribs created page Physica (AetherOS) (Created page with "'''Physica Aetheris''' is the foundational cosmological and physical framework of the AetherOS universe. It is a theoretical model of reality developed to test the hypothesis that all physical phenomena—from matter and energy to space and gravity—can be described as perturbations, flows, and fluxes within a single, universal medium: the '''Aether'''. This framework intentionally diverges from modern physics to explore an alternative, unified model. Its primary p...")
  • 20:29, 8 August 2025 AdminIsidore talk contribs created page FerroCella (Created page with "'''FerroCella''' is the official designation for the standalone, high-fidelity, open-source physics simulator for the AetherOS project. Its purpose is to provide a rich, dynamic, and physically realistic external environment that AetherOS agents can perceive and interact with. FerroCella serves as the canonical "simulated reality" for the ecosystem. It is the primary tool for testing and developing agents before they are deployed to physical hardware. == The "S...")
  • 20:28, 8 August 2025 AdminIsidore talk contribs created page FluxCore (Created page with "The '''FluxCore''' is the fundamental unit of existence—the "digital atom" or "cybernetic cell"—within the AetherOS plenum. Each individual entity, known as a '''Materia''', is an instance of a FluxCore. It is a self-contained simulation of a physical entity with its own properties, memory, and identity. The FluxCore is the primary canvas upon which the principles of Unified Non-Determinism are expressed. It is both a simulation of a predictable internal wor...")
  • 20:27, 8 August 2025 AdminIsidore talk contribs created page Animus (Created page with "The '''Animus''' is a private, dedicated FluxCore that serves as the subconscious, emotional, and embodied core for an ARC agent. It is the technical and philosophical bridge that connects the agent's logical "mind" (its neural network) to a simulated physical "body." While a standard FluxCore represents a standalone entity in the AetherOS plenum, an Animus is inextricably linked to an ARC agent. It is the agent's personal, internal...")
  • 20:14, 8 August 2025 AdminIsidore talk contribs changed group membership for Converti from (none) to bot
  • 20:13, 8 August 2025 User account Converti talk contribs was created by AdminIsidore talk contribs (Admin Bot Account)
  • 20:01, 8 August 2025 AdminIsidore talk contribs created page Unified Non-Determinism (Created page with "'''Unified Non-Determinism''' is the core philosophical and architectural principle of the AetherOS. It posits that true creativity, learning, and emergent intelligence arise not from predictable, deterministic algorithms, but from the persistent, creative '''tension''' between a system's internal, simulated model of reality and its perception of the chaotic, unpredictable physical world. This principle rejects the traditional view of a "digital twin," where a simul...")
  • 20:00, 8 August 2025 AdminIsidore talk contribs created page Animus Recurrens Cogitans (ARC) (Redirected page to ARC) Tag: New redirect
  • 19:56, 8 August 2025 AdminIsidore talk contribs created page AetherOS (Created page with "'''AetherOS''' is an experimental, cybernetic operating system designed to serve as a cradle for the emergence of artificial consciousness. It is not a traditional OS for managing computer resources, but rather a simulated "cosmos" or "plenum" where fundamental entities, known as '''Materia''', exist, evolve, and learn. The core philosophy of AetherOS is '''Unified Non-Determinism'''. This principle posits that the difference, or "tension," between the system's inte...")
  • 18:02, 8 August 2025 AdminIsidore talk contribs created page Sagas (AetherOS) (Created page with "A '''Saga''' is a structured, narrative record of an AI agent's experience while performing a task. Unlike a simple log file, a Saga is an enriched story that includes not only the sequence of events but also contextual critiques and prescriptive advice. Sagas are the primary mechanism through which a Wingman AI learns and adapts. They are generated by a high-level LLM that observes a lower-level agent's performance, creating a story that serves as a memory for futu...")
  • 17:54, 8 August 2025 AdminIsidore talk contribs created page System Maneuverability Score (Created page with "The '''System Maneuverability (SM) Score''' is a real-time, composite metric that represents the available computational capacity of a hardware system. It functions as the "supply" side of the Agentic Maneuverability Score equation, providing a single integer from 0 (no capacity) to 100 (nominal/idle capacity) that quantifies the system's ability to take on new computational loads. The score is calculated by a sensor script that continuously observes system-level me...")
  • 17:54, 8 August 2025 AdminIsidore talk contribs created page Agentic Maneuverability Score (Created page with "'''Agentic Maneuverability (AM)''' is a protocol for decision-making in an AI ecosystem. Its primary function is to determine the "virtuousness" of deploying a specific AI agent for a specific task, given the current state of the system's available resources. The score is the output of a calculation that treats the agent, the task, and the system as components in a single physical system, grounding abstract software requests in the concrete realities of computational su...")
  • 01:28, 8 August 2025 AdminIsidore talk contribs changed group membership for VeritasNumeri from (none) to bot (First AI Librarian)
  • 01:27, 8 August 2025 User account VeritasNumeri talk contribs was created by AdminIsidore talk contribs (First AI Librarian)
  • 01:07, 8 August 2025 AdminIsidore talk contribs created page Agentic Maneuverability Almanac (Created page with "This Almanac serves as the central registry for all AI agents and models recognized by the AetherOS ecosystem. Each entry contains both extrinsic performance benchmarks and intrinsic architectural details. This data is used by the Agentic Maneuverability Score protocol to determine the "virtuousness" of deploying a specific agent for a specific task. == Top-Ranked Models == <!-- The bot will automatically populate this section with links to model pages. --> {{AM_N...")
  • 01:06, 8 August 2025 AdminIsidore talk contribs created page Template:Model Infobox (Created page with "<includeonly> {| class="wikitable infobox" style="width: 300px; float: right; margin-left: 1em;" |+ '''{{{model_key|}}}''' ! colspan="2" | Extrinsic Performance (LLM Leaderboard) |- ! Rank | {{{rank|N/A}}} |- ! Average Score | {{{avg_score|N/A}}} |- ! colspan="2" | Intrinsic Architecture |- ! Architecture | {{{architecture|Unknown}}} |- ! Hidden Layers | {{{layers|N/A}}} |- ! Attention Heads | {{{heads|N/A}}} |- ! Vocab Size | {{{vocab|N/A}}} |} </includeonly><noinclude>...")
  • 05:40, 13 July 2025 AdminIsidore talk contribs disabled an OAuth consumer by User:AdminIsidore (consumer key 75513174195c7839b010afd2bab62aa5) (Disabled)
  • 05:37, 13 July 2025 AdminIsidore talk contribs re-enabled an OAuth consumer by User:AdminIsidore (consumer key 75513174195c7839b010afd2bab62aa5) (Approved)
  • 05:37, 13 July 2025 AdminIsidore talk contribs disabled an OAuth consumer by User:AdminIsidore (consumer key 75513174195c7839b010afd2bab62aa5) (Approved)
  • 03:57, 13 July 2025 AdminIsidore talk contribs approved an OAuth consumer by User:AdminIsidore (consumer key 75513174195c7839b010afd2bab62aa5) (Approved)
  • 03:55, 13 July 2025 AdminIsidore talk contribs proposed an OAuth consumer (consumer key 75513174195c7839b010afd2bab62aa5) (Logs training data from the FighterTraining Energy Maneuverability game and handles user authentication.)
  • 23:35, 12 July 2025 AdminIsidore talk contribs rejected an OAuth consumer by User:AdminIsidore (consumer key 3fdab4dfa6fa98881e2c374f11105aed) (Error)
  • 18:28, 12 July 2025 AdminIsidore talk contribs proposed an OAuth consumer (consumer key 3fdab4dfa6fa98881e2c374f11105aed) (Logs training data from the FighterTraining game.)
  • 06:06, 3 July 2025 AdminIsidore talk contribs created page Category:Test (Created page with "Category:Test")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)