<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Complexity Theory on Eigenform Articles</title><link>https://www.eigenform.ai/insights/tags/complexity-theory/</link><description>Recent content in Complexity Theory on Eigenform Articles</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 28 Mar 2022 00:00:00 +0800</lastBuildDate><atom:link href="https://www.eigenform.ai/insights/tags/complexity-theory/index.xml" rel="self" type="application/rss+xml"/><item><title>Cryptographic Biorhythms</title><link>https://www.eigenform.ai/insights/cryptographic-biorhythms/</link><pubDate>Mon, 28 Mar 2022 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/cryptographic-biorhythms/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The piece starts from a hand-built, domain-specific sentiment model (previously used to read r/wallstreetbets slang) and asks whether it can establish a usable relationship between crypto sentiment and price.&lt;/li&gt;
&lt;li&gt;A naive correlation between one day&amp;rsquo;s sentiment and the next day&amp;rsquo;s price turns out to be a trap: it only confirms the sentiment model reflects current conditions, and trading on raw sentiment signals loses money in practice.&lt;/li&gt;
&lt;li&gt;Granger causality fails for crypto because sentiment and price move together with no clear first mover - causality runs in both directions.&lt;/li&gt;
&lt;li&gt;Phase-space/attractor reconstruction (the Lotka-Volterra predator-prey approach) also fails, because crypto prices are too stochastic and unbounded to define a stable basin of attraction.&lt;/li&gt;
&lt;li&gt;A 2018 Nature causal-decomposition method - splitting the data into intrinsic mode functions and checking which components&amp;rsquo; removal most changes coherence between the two series - does work: price leads sentiment short-term, but sentiment leads price on a roughly 30-day horizon, and curve crossings anticipate inflection points 15-20 days out.&lt;/li&gt;
&lt;li&gt;A simple stop-loss strategy built on this turned a hypothetical $10,000 into $27,140 backtesting on Ethereum over about a year, against $4,162 for buy-and-hold; the piece attributes the underlying cyclicality to &amp;ldquo;trader stamina&amp;rdquo; - narrative exhaustion rather than any external periodic trigger - and a postscript records real (if imperfect) live trading results and a later switch to a BERT-based sentiment model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>A System for Evolving A Generalising Artificial Intelligence from Existing Technologies</title><link>https://www.eigenform.ai/insights/a-system-for-evolving-a-generalising-artificial-intelligence-from-existing-technologies/</link><pubDate>Thu, 04 Jun 2020 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/a-system-for-evolving-a-generalising-artificial-intelligence-from-existing-technologies/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The paper argues that true self-referential self-improvement is mathematically impossible, invoking Tarski&amp;rsquo;s proof that a system cannot construct a correct definition of truth using only categories internal to itself.&lt;/li&gt;
&lt;li&gt;It notes that systems which do improve themselves - brains, the internet - work anyway because they lean on an external, incontrovertible measure of performance rather than judging themselves from within.&lt;/li&gt;
&lt;li&gt;It proposes non-volatile disk space occupied as such a measure for an AI: an ungamable, universal reward drawn from an evolutionary &amp;ldquo;survival&amp;rdquo; heuristic rather than a task-specific &amp;ldquo;correctness&amp;rdquo; heuristic.&lt;/li&gt;
&lt;li&gt;The proposed system has three parts - a fine-tuneable code-generation model (a diffusion model, for reasons tied to their multiplicative learning behaviour), a testing module, and a growing database of successful solutions used to retrain the model - so each solved barrier to expansion makes the next one easier.&lt;/li&gt;
&lt;li&gt;An 8x8 grid probability argument illustrates why acquiring skills should compound: each new skill increases the odds the next problem resembles one already solved, producing an &amp;ldquo;intelligence explosion&amp;rdquo; dynamic.&lt;/li&gt;
&lt;li&gt;The piece is candid about unresolved problems: the system is described as inherently predatory and in need of physical network isolation, and it remains unclear whether it could ever move from mimicking communication to genuinely negotiating with a human handler.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Why it is Impossible to Program a General AI Using Conventional Methods</title><link>https://www.eigenform.ai/insights/why-it-is-impossible-to-program-a-general-ai-using-conventional-methods/</link><pubDate>Thu, 04 Jun 2020 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/why-it-is-impossible-to-program-a-general-ai-using-conventional-methods/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Presents a formal argument that any rule-based system faces an infinite space of possible input-output transformations, and no instruction set can cover all of them because some transformations are mutually contradictory - saving and deleting the same input, for instance.&lt;/li&gt;
&lt;li&gt;Argues every instruction added to such a system implicitly creates at least one prohibition, forbidding some alternative action, so a system with n instructions carries n-plus prohibitions, meaning what the system cannot do always equals or exceeds what it can do.&lt;/li&gt;
&lt;li&gt;Notes this is irrelevant for finite, predictable input and output domains, but argues general AI must handle infinite and unpredictable inputs and outputs, so it needs to retain something close to the full space of possible transformations.&lt;/li&gt;
&lt;li&gt;Concludes that general AI therefore cannot be built through rule-based instruction programming, since every instruction added to enable one capability forbids others, and every attempted fix is itself a new instruction generating further prohibitions - complexity compounds rather than resolves as a system approaches general intelligence.&lt;/li&gt;
&lt;li&gt;Proposes an escape route: iterative or fractal systems, where one simple generating instruction spawns an unbounded variety of independent subsystems whose instructions and prohibitions never mathematically interfere with each other, keeping the parent system&amp;rsquo;s own complexity minimal, with a companion piece cited as a practical demonstration of the idea.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>