The open-source strategic reasoning engine for technological evolution.
Project description
OmenAI
The AI-Powered Strategic Reasoning Engine.
Simulate the Signs. Reveal the Chaos.
Omen (Chinese: 爻) is an open-source engine built for strategic reasoning in technological evolution. Leveraging multi-agent game theory, capability space modeling, and counterfactual analysis, it calculates how technological evolution reconstructs market landscapes.
中文版 | Official Repo | Concepts | Quick Start | Case Templates | Roadmap
💡 What Omen Does
Unlike traditional predictive models, Omen does not promise to predict a certain future. Instead, it generates interpretable, replayable, and comparable future branching paths. Its core responsibility is to reveal faint omens, critical branching points, and evolutionary trajectories within complex systems, empowering founders, product strategists, technology leaders, and investment analysts to understand:
- 🔄 Substitution Logic: Which technology will replace another under what critical conditions?
- 🛡️ Capability Evolution: Which core capabilities will be enhanced first, and which will coexist long-term?
- 🏆 Strategy Wins: Which strategy combinations are more likely to win the market, capital, and developer ecosystem?
- ⏳ Time Windows: When is the optimal timing for in-house development, alliances, M&A, or contraction?
⚙️ Core Features
| Feature Module | Description |
|---|---|
| 🧬 Technology Capability Modeling | Deconstructs complex tech stacks into quantifiable, comparable capability dimensions (e.g., latency, throughput, ease of use, ecosystem richness). |
| 🤖 Strategic Agent Simulation | Defines different types of market participants (startups, giants, open-source communities, regulators), endowing them with goals, resources, and constraints. |
| 📈 Market Evolution Reasoning | Simulates dynamic changes in adoption rates, market share, cost structures, cash flow, and ecosystems. |
| ⚡ Critical Point Identification | Automatically discovers key thresholds for "when substitution occurs" and "why it happens at this moment." |
| 🔮 Counterfactual Analysis | Answers "What would have happened if event X had not occurred, or if strategy Y had been adopted?" |
| 📖 Result Explanation Engine | Outputs key turning points, causal chain deductions, and strategic implications, rejecting black-box conclusions. |
📊 Typical Outputs
A complete reasoning session typically answers the following questions:
- Substitution? Will the new technology completely replace the old one, or form a complement?
- Time Window? When is the specific time window for substitution or turning points?
- Key Drivers? Which variables (e.g., cost reduction speed, API compatibility) are the decisive factors?
- Winners and Losers? Which entities suffer first, and which benefit unexpectedly?
- Strategy Effectiveness? Under what circumstances is an "open ecosystem" superior to "vertical integration"?
- Endgame Form? Does it move towards monopoly, oligarchic balance, or fragmented coexistence?
🚀 Quick Start
Installation
Environment requirements: Python 3.12+ with pip package manager.
pip install omenai
From source:
git clone https://github.com/StrategyLogic/omen.git
cd omen
pip install --upgrade pip setuptools wheel
pip install -e .
Run Example
# run simulate
omen simulate --scenario data/scenarios/ontology.json
# run simulate with stable seed (reproducible)
omen simulate --scenario data/scenarios/ontology.json --seed 42
# explain results
omen explain --input output/result.json
# compare scenarios with generic overrides
omen compare --scenario data/scenarios/ontology.json --overrides '{"user_overlap_threshold": 0.9}'
# compare with business parameter entrypoint (budget shock)
omen compare --scenario data/scenarios/ontology.json --budget-actor ai-memory --budget-delta 200
# keep historical outputs
omen compare --scenario data/scenarios/ontology.json --budget-actor ai-memory --budget-delta 200 --incremental
View Results
Local File Protection: Output files are written to the root-level output/ directory, which is excluded in .gitignore to avoid being tracked or accidentally uploaded, protecting your data from leakage.
Example: output/result.json, output/explanation.json, output/comparison.json
By default, each run of the simulation will overwrite the previous results; you can add the --incremental to generate new files with a timestamp suffix, which applies to all omen CLI commands.
# This will not overwrite the previous output (output file will automatically have a timestamp suffix)
omen simulate --scenario data/scenarios/ontology.json --incremental
By default, simulate use random seed to generate non-deterministic results; you can set a fixed --seed for reproducibility, it is recommended to compare different scenarios with the same seed to see the pure impact of parameter changes without random noise.
# Run simulate with a fixed seed (results will be reproducible)
omen compare --scenario data/scenarios/ontology.json --budget-actor ai-memory --budget-delta 200 --seed 42
# Run another scenario with the same seed to compare results
omen compare --scenario data/scenarios/ontology.json --budget-actor ai-memory --budget-delta 300 --seed 42
Want to learn more? Read the precision evaluation document.
👥 Target Audience
Omen is built for the following roles:
- Technology Strategy Teams
- Product & Platform Leads
- AI Infrastructure Researchers
- Open Source Ecosystem Observers
- Investors & Industry Analysts
🎬 Show Cases
We have built-in classic reasoning:
More scenarios are under development (contributions welcome):
Agent InfrastructurevsWorkflow PlatformsVertical AIvsGeneral AI StackOpen Source ModelsvsClosed Commercial APIsData GovernancevsAI-Native Knowledge Systems
📦 License
Omen is under AGPL-3.0-or-later, the project is developed and maintained by StrategyLogic ®.
Note: If you wish to use Omen in a closed-source environment or provide it as a SaaS service without open-sourcing your code, please contact us for a commercial license.
🔮 Vision
Omen aims to become an open strategic reasoning workstation:
It does not output a single answer, but helps people systematically understand how the future branches; Understand which conditions shape the outcome; Understand which actions can change the path.
If you are interested in technological evolution, market substitution, strategic modeling, or multi-agent reasoning, welcome to join us in interpreting the omens of this chaotic world together.
Simulate the Signs. Reveal the Chaos.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omenai-0.1.1.tar.gz.
File metadata
- Download URL: omenai-0.1.1.tar.gz
- Upload date:
- Size: 108.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5200c19b56f3e94aabff6e627ece23ff8c1037367c84a8d6945115780a7a3fce
|
|
| MD5 |
7d72c286049201cbe8699899bb22c641
|
|
| BLAKE2b-256 |
df66d660e772d6d50d0f9ae71c7d18f6753a2f09f3c075e1b6fbb933aed15271
|
Provenance
The following attestation bundles were made for omenai-0.1.1.tar.gz:
Publisher:
release.yml on StrategyLogic/omen
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
omenai-0.1.1.tar.gz -
Subject digest:
5200c19b56f3e94aabff6e627ece23ff8c1037367c84a8d6945115780a7a3fce - Sigstore transparency entry: 1245615645
- Sigstore integration time:
-
Permalink:
StrategyLogic/omen@8e7a35087edd196dcef6537e74931dfe7b38b0b5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/StrategyLogic
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8e7a35087edd196dcef6537e74931dfe7b38b0b5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file omenai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: omenai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 137.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08dd99935cfaf87371bb6a48ca8291494dae4d00eb128039e0235e39bf10e690
|
|
| MD5 |
a6fdbfb786d2860711d19f74f2a9db3b
|
|
| BLAKE2b-256 |
3ca4a628a02655fc30c5a6705c2937b23293c8aea10429bde8cc9febd51acf36
|
Provenance
The following attestation bundles were made for omenai-0.1.1-py3-none-any.whl:
Publisher:
release.yml on StrategyLogic/omen
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
omenai-0.1.1-py3-none-any.whl -
Subject digest:
08dd99935cfaf87371bb6a48ca8291494dae4d00eb128039e0235e39bf10e690 - Sigstore transparency entry: 1245615652
- Sigstore integration time:
-
Permalink:
StrategyLogic/omen@8e7a35087edd196dcef6537e74931dfe7b38b0b5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/StrategyLogic
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@8e7a35087edd196dcef6537e74931dfe7b38b0b5 -
Trigger Event:
workflow_dispatch
-
Statement type: