Model
The underlying AI or statistical capability: an LLM, tree model, time-series model, neural network, graph model, anomaly detector, or other algorithmic system.
Models
iPulse uses frontier language models for deep reasoning and narrative market intelligence, while the wider architecture also supports supervised, unsupervised, time-series, neural, graph, anomaly, and simulation model families for signals and validation.
Updated July 3, 2026
Overview
iPulse does not treat a raw model answer as the finished product. A model runs inside a controlled task with a defined AI Agent, execution mode, prompt assembly, input format, output schema, forecast horizon, and validation path. That structure is what turns a model call into a forecast record that can be inspected later.
The public product currently emphasizes AI Agents with deep reasoning and readable investment narratives: users can compare thesis, risks, scenarios, and disagreement. Under the hood, the platform is designed to support many other model families as signal builders, validators, feature engines, and future forecast layers.
The underlying AI or statistical capability: an LLM, tree model, time-series model, neural network, graph model, anomaly detector, or other algorithmic system.
The analytical identity and investment framework that tells a capable model what lens to apply to market evidence.
The configured assignment: mode, data inputs, prompt assembly, output schema, horizon, validation requirements, and lineage fields.
Frontier LLMs
The investment thesis experience references several frontier model providers because iPulse is built for model comparison and portability. These models are especially valuable when the task needs long-context synthesis, reasoning over messy evidence, structured JSON output, and human-readable explanation.
Deep reasoning, long-context synthesis, multimodal understanding, structured market narratives.
Anthropic
Long-form reasoning, careful synthesis, report writing, and nuanced risk explanation.
OpenAI
General reasoning, coding, structured analysis, tool use, and natural-language explanation.
xAI
Fast narrative analysis, market discourse awareness, and alternative model comparison.
Classification
Shared-base enums classify models across learning paradigms, problem types, algorithms, architecture structures, outputs, metrics, and frameworks. This lets iPulse describe a Gemini-style foundation model and a LightGBM tabular model inside the same governance vocabulary without pretending they are the same thing.
Model taxonomy
Learning Paradigm
Problem Type
Algorithm Family
Architecture
Outputs
Frameworks
scikit-learn, TensorFlow, PyTorch, Keras, XGBoost, LightGBM, CatBoost, statsmodels, Prophet, Darts, sktime, tsfresh, PyOD, Hugging Face.
Finance uses
Forecasting, ranking, anomaly detection, regime clustering, factor modeling, event detection, feature extraction, and narrative synthesis.
Governance
Specifications, versions, serving instances, validation metrics, approval notes, performance scores, and retirement records stay separate.
Examples include linear regression, logistic regression, ridge, lasso, elastic net, ARIMA, SARIMA, exponential smoothing, and state-space models. In finance, they are useful for baselines, factor sensitivity, return decomposition, and transparent sanity checks.
Examples include random forests, XGBoost, LightGBM, and CatBoost. These are strong for tabular finance data such as fundamentals, valuation ratios, credit features, event flags, and ranking signals.
Examples include RNNs, LSTMs, GRUs, temporal convolutional networks, N-BEATS, and transformers. These can model non-linear temporal patterns across prices, indicators, sentiment, flows, and macro sequences.
CNN families such as ResNet-style or EfficientNet-style architectures can be useful when the input behaves like an image or grid: limit-order-book tensors, volatility heatmaps, chart-state images, satellite data, or sector correlation maps.
Graph neural networks can represent relationships: supplier networks, ownership structures, board links, capital flows, sector dependencies, sanctions exposure, or customer/vendor concentration.
Large language and multimodal models help synthesize filings, news, macro context, event records, and advisor-style reasoning into structured narratives, risks, scenarios, and forecast explanations.
Lineage
This separation is central to transparency. A model specification describes the family. A model version describes the exact capability snapshot available at a point in time. A serving instance describes the endpoint or execution environment that actually handled a request.
Example model lineage
01 Model Spec
Example name: google_gemini_2_5_pro. Defines provider, source, learning paradigm, problem types, algorithms, architecture structure, strengths, weaknesses, and recommended use cases.
02 Model Version
Example name: gemini_2_5_pro_20250626. Defines API identifier, release date, knowledge cutoff, input and output modalities, context limits, supported modes, version status, release notes, and known limitations.
03 Serving Instance
Example name: gemini_2_5_pro_genai_client. Defines hosting provider, region, endpoint, authentication reference, rate limits, monitoring, traffic split, health checks, and production approval.
The blueprint: provider, model family, learning paradigm, problem types, algorithm categories, architecture structure, general strengths, weaknesses, and intended use cases.
The immutable capability record: API identifier, release date, knowledge cutoff, input/output modalities, context limits, supported modes, known limitations, and retirement status.
The callable service: endpoint, hosting provider, region, auth method, monitoring, rate limits, traffic percentage, scaling behavior, and approval metadata.
What improved
A public provider model name is too ambiguous for serious forecast review. The same family can receive new API identifiers, capability changes, context limits, tool settings, knowledge-cutoff changes, serving regions, and retirement states. iPulse separates those layers so a future review can ask which capability was actually used, not only which brand was displayed.
When a model version changes, iPulse can compare forecast behavior before and after the change instead of mixing two capabilities under one vague label.
Endpoint, region, monitoring, rate limits, traffic allocation, and approval metadata belong to serving instances so operational changes do not rewrite model identity.
Tree models, time-series forecasters, anomaly detectors, neural networks, and graph models can be governed alongside LLMs when each family is classified explicitly.
Users can see the meaningful model lineage in product surfaces while low-level admin-only deployment details remain internal where appropriate.
Supervised Learning
Supervised models learn from examples where the target is known. In finance, that might mean predicting next period return, classifying drawdown risk, ranking assets by expected quality, or estimating whether an event is likely to matter for price.
Linear regression, logistic regression, ridge, lasso, elastic net, SVMs, and neural MLPs can support transparent baselines, factor studies, probability estimates, and model sanity checks.
Random forests, XGBoost, LightGBM, and CatBoost are often strong on tabular data such as fundamentals, valuation ratios, event flags, quality metrics, and macro indicators.
Unsupervised Learning
Unsupervised methods help discover patterns that are not already labeled. For markets, that can mean regime clustering, anomaly detection, peer grouping, factor compression, or identifying unusual combinations of valuation, sentiment, volatility, and macro stress.
K-means, hierarchical clustering, DBSCAN, Gaussian mixtures, PCA, t-SNE, UMAP, and LDA can help map regimes, peer groups, and compressed factor spaces.
Isolation Forest, one-class SVM, LOF, and autoencoders can help flag strange trading behavior, accounting outliers, volatility shocks, or data quality breaks.
Time Series
Time-series forecasting is different from ordinary tabular prediction because order matters. Prices, volumes, rates, earnings revisions, inflation, and sentiment all evolve through time, and the model must respect horizon, lag, regime, autocorrelation, volatility, and look-ahead risk.
AR, ARIMA, SARIMA, exponential smoothing, state-space models, Prophet, N-BEATS, temporal convolutional networks, and transformer forecasters can each serve different horizon and interpretability needs.
Google Research TimeFM is a notable decoder-only foundation model for time-series forecasting. iPulse Labs can evaluate this family for zero-shot and few-shot forecasting signals alongside more traditional models.
In the public product today, these models are best understood as signal and validation candidates rather than the main visible experience. The visible experience remains the AI Agent narrative layer, where users can read why a forecast was produced and compare disagreements across agents.
Neural And Multimodal
Not all market evidence is a clean table. Some useful signals arrive as documents, transcripts, chart images, heatmaps, maps, satellite imagery, audio, video, or relationship graphs. The model taxonomy already leaves room for CNNs, RNNs, LSTMs, GRUs, transformers, GNNs, VAEs, GANs, and diffusion-style models.
CNNs can help when financial evidence becomes spatial or grid-like: chart-state images, order-book tensors, volatility surfaces, sector correlation heatmaps, or satellite-derived activity signals.
Transformers help with long sequences and multimodal reasoning. Graph models can represent ownership, suppliers, customers, political relationships, capital flows, or sector dependencies.
Labs Roadmap
At this stage, iPulse mostly exposes AI Agents with deep reasoning capabilities because users need readable narratives, risks, scenarios, and transparent disagreement. But the architecture is intentionally broader: supervised models, unsupervised models, time-series forecasters, anomaly detectors, graph models, and multimodal systems can all become features, validators, or specialist signals.
Config Details
Eligible signed-in users can use Config Details to inspect readable model and task configuration context for a specific prediction. Access depends on the subscription plan and whether the plan unlocks the relevant asset, batch, or advisor report. Some low-level provider, endpoint, or admin-only deployment details may stay internal even when the public methodology explains the architecture.