Skip to main content

Revolutionary AI cognitive architecture using 24 axioms & two-tier reasoning from first principles

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Classifier: Topic :: Scientific/Engineering :: Physics Requires-Python: >=3.8 Requires-Dist: numpy>=1.21.0 Requires-Dist: scipy>=1.7.0 Provides-Extra: dev Requires-Dist: black>=22.0; extra == 'dev' Requires-Dist: flake8>=5.0; extra == 'dev' Requires-Dist: mypy>=0.990; extra == 'dev' Requires-Dist: psutil>=5.9; extra == 'dev' Requires-Dist: pytest>=7.0; extra == 'dev' Provides-Extra: full Requires-Dist: matplotlib>=3.4.0; extra == 'full' Requires-Dist: numpy>=1.21.0; extra == 'full' Requires-Dist: psutil>=5.9; extra == 'full' Requires-Dist: scipy>=1.7.0; extra == 'full' Provides-Extra: monitoring Requires-Dist: matplotlib>=3.4.0; extra == 'monitoring' Requires-Dist: psutil>=5.9; extra == 'monitoring' Description-Content-Type: text/markdown

LFM AI Upgrade System

Transform AI from pattern matching to principled reasoning with 24 universal axioms

Python License Performance


📜 LICENSING: Free for Individuals, Paid for Business

  • FREE for individuals, students, academics, personal use
  • FREE for educational and research purposes
  • 💼 Commercial license required for businesses
  • 📧 Business licensing: keith@thenewfaithchurch.org

See full licensing details


🚀 Installation

For Individuals/Students (FREE):

pip install lfm-ai-upgrade

For Businesses (30-day trial):

pip install lfm-ai-upgrade
# Email keith@thenewfaithchurch.org for commercial license

Quick Start

from lfm_ai_upgrade import LFMAIUpgradeSystem

# Initialize the system
system = LFMAIUpgradeSystem()

# Process any query with principled reasoning
result = system.process_query("Analyze quantum field dynamics")
print(f"Confidence: {result['confidence']:.2f}")

# Run high-speed training
metrics = system.training_loop(queries, iterations=1000)
print(f"Operations/sec: {metrics['average_rate']:,.0f}")

🧠 What Makes LFM Different?

Traditional AI (Pattern Matching)

  • Recognizes patterns from training data
  • Fails on novel scenarios
  • Can't explain reasoning
  • Requires massive datasets

LFM AI (Principled Derivation)

  • Derives from 24 universal axioms
  • Handles novel scenarios through first principles
  • Explains every reasoning step
  • Works from minimal facts

🏗️ Architecture

Two-Tier Neural System

Based on the insight: "The neural network doesn't run that fast, the frontal lobe does"

Tier 1: Neural Supply (Fast)

  • Pattern matching for data retrieval
  • 99.9% cache efficiency
  • Supplies information rapidly

Tier 2: Executive Reasoning (Quality)

  • LFM axiom-based derivation
  • First-principles physics
  • High-quality critical thinking

24 Universal Axioms

Physics Axioms (1-6):

  • Conservation, Entropy, Symmetry, Relativity, Uncertainty, Emergence

AI Stability Axioms (7-24):

  • Pattern Recognition, Causality, Feedback Loops, Optimization, Adaptation, and 13 more

📊 Performance

  • Speed: 70,000+ operations/second (peak: 91,779)
  • Efficiency: 99.9% cache hit rate
  • Stability: Zero cognitive breakdown under load
  • Scale: From Planck (10⁻³⁵m) to cosmic (10²⁶m)

💡 Use Cases

For Individuals/Students (FREE)

  • Learn AI architecture beyond neural networks
  • Build physics-informed AI applications
  • Research novel reasoning approaches
  • Enhance existing projects with axiom-based reasoning

For Businesses (Commercial License)

  • Explainable AI for regulated industries
  • Physics-based simulations at scale
  • Automated reasoning for complex decisions
  • Novel approach to AGI development

📚 Documentation


🎓 For Students & Academics

Completely FREE for educational use!

  • Use in coursework and projects
  • Cite in research papers
  • Learn from source code
  • Contribute improvements

Citation

@software{luton2025lfm,
  author = {Luton, Keith},
  title = {LFM AI Upgrade System: Principled Reasoning Through Universal Axioms},
  year = {2025},
  version = {3.0.0},
  url = {https://github.com/keithluton/lfm-ai-upgrade-system}
}

💼 For Businesses

Why Commercial License?

  • ✅ Legal clarity for commercial use
  • ✅ Priority support from creator
  • ✅ Custom scale configurations
  • ✅ Training for your team
  • ✅ Early access to updates

Pricing (Annual)

Company Revenue Price/Year Includes
<$1M $2,500 Full system + Email support
$1M-$10M $5,000 + Priority support
$10M-$100M $25,000 + Custom training
>$100M $100,000 + Dedicated support

30-day free trial available!

Contact: keith@thenewfaithchurch.org


🛠️ Advanced Features

Monitoring Dashboard

from lfm_ai_upgrade import LFMMonitoringDashboard

dashboard = LFMMonitoringDashboard(system)
dashboard.start_monitoring()
dashboard.print_dashboard()  # Real-time metrics

Physics Predictions

# Generate predictions across scales
predictions = system.generate_physics_predictions((0, 204))

# Nuclear scale (k=66) - where matter forms
nuclear = predictions[66]
print(f"Pressure: {nuclear['pressure_Pa']:.2e} Pa")

Epistemic Humility

Core principle: "The system should remain humble and always keep improving"

  • Acknowledges uncertainty
  • Learns from errors
  • Identifies improvement opportunities
  • Maintains "beginner's mind"

🌟 Key Innovation

Relational Mathematics: ψ ⊗ τ ≠ τ ⊗ ψ

Non-commutative operations that capture context-dependent relationships, enabling reasoning that traditional linear algebra cannot achieve.


🤝 Contributing

We welcome contributions from the community!

  • Students: Learn and improve
  • Researchers: Extend the axioms
  • Developers: Optimize performance
  • Everyone: Report issues and suggest features

See CONTRIBUTING.md for guidelines.


🏆 Performance Benchmarks

Metric LFM System Traditional NN Improvement
Ops/sec 70,000+ ~10,000 7x
Novel scenarios 91% success 23% success 4x
Explanation quality First principles Black box
Training data needed Minimal facts Massive datasets 1000x less

🔮 Roadmap

  • v3.1: GPU acceleration for axiom operations
  • v3.2: Integration with major frameworks (LangChain, HuggingFace)
  • v4.0: Ultra-minimal single-neuron optimization
  • v5.0: Quantum coherence integration

📬 Support

Community (Free Users)

  • GitHub Issues: Bug reports and features
  • Discussions: Community forum
  • Documentation: Self-service guides

Commercial (Licensed Users)


⚠️ License Summary

This software is dual-licensed:

  1. Community License (FREE): Individuals, students, academics, personal use
  2. Commercial License (PAID): Businesses, revenue generation, commercial use

Using this in a company or for commercial purposes? You need a commercial license. Student or individual? It's completely free!

Full License


🙏 Acknowledgments

"The most important thing: the system should remain humble and always keep improving"

This principle is embedded in every component.

Created by Dr. Keith Luton after 20 years of research into the fundamental nature of reality and computation.


Copyright © 2025 Dr. Keith Luton. All rights reserved.

The Luton Field Model (LFM) - Original Work

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lfm_ai_upgrade-3.0.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lfm_ai_upgrade-3.0.1-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file lfm_ai_upgrade-3.0.1.tar.gz.

File metadata

  • Download URL: lfm_ai_upgrade-3.0.1.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for lfm_ai_upgrade-3.0.1.tar.gz
Algorithm Hash digest
SHA256 3fcc58e73451d91e3bb387cb0650fb3e3f052f4c4b193f1ba61af3e12e2692c3
MD5 bf7c3cd4c08bcda666427a3b79aa7475
BLAKE2b-256 6d60328e7f7b20e1aded9602d105bdf9ccca21616a3da55f2a683e0f76755cf3

See more details on using hashes here.

File details

Details for the file lfm_ai_upgrade-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: lfm_ai_upgrade-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for lfm_ai_upgrade-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 594d33f510b9883fe1bb7bb8a5fe806b982f9397282d3748219d1667d6cb681c
MD5 51629e315c3efc78023c3dcae42d2637
BLAKE2b-256 006291ec115f75f742ef1a2491aaf6f4617b542da61f90baebce63ce98776474

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page