The Atlas Research Notebook: Modernized Data Pipeline and Simplified Product Structure
Systematic data processing upgrades to the Atlas research notebook demonstrate that integrating automated SEC filings and multi-provider language models offers robust cross asset market intelligence without relying on costly external data streams.
SEC Ingestion Infrastructure and Document Cache
Recent file caching audits confirm that the backend dynamically fetches and stores SEC corporate filings to feed its analytical models. In the last 24 hours, the cache directory /root/Atlas_Backend/cache/free_sources/ registered multiple updates for publicly traded entities. Specifically, the system retrieved company facts and submission histories for CIK 0001076378, creating sec_companyfacts_0001076378.json at 2026-06-30T07:31:57.583405+00:00 and sec_submissions_0001076378.json at 2026-06-30T07:31:57.424402+00:00.
Additional document ingestion is recorded for CIK 0000215466, where the pipeline cached sec_companyfacts_0000215466.json at 2026-06-30T07:31:45.031119+00:00, alongside transaction records such as sec_form4_0000215466_000172964726000010.xml at 2026-06-30T07:31:45.169122+00:00. Ingestion patterns for CIK 0001796209 are also present: the files sec_companyfacts_0001796209.json and sec_form4_0001796209_000162828026036559.xml were written to the cache at 2026-06-30T07:31:32.436828+00:00 and 2026-06-30T07:31:32.622833+00:00 respectively. These updates reflect an automated ingest cycle processing SEC submissions for various entities, including SOFI, RIVN, and OMC, which ensures the underlying symbol profiles are kept current.
This structured corporate data underpins the automated analytical reports generated for stock symbols. The product release scout tracked new documents for various entities, generating files such as CDE.json at 2026-06-30T07:31:54.469335+00:00 and APG.json at 2026-06-30T07:31:41.623040+00:00. The cache contains raw HTML resources from external crawls, including f5d320d21a8ef2f9667c506d.html and 759cca9cd55b8c653f8bfbab.html. These files support economic calendar research by extracting corporate milestones and product announcements directly from source web pages.
News Pipeline Architecture and Writer Providers
The pipeline governing dynamic news generation has undergone structural changes. On 2026-06-25 at 22:27 BST, the content-writer policy was patched in the source files atlas_dynamic_news_pipeline.py and atlas_hot1000_run_all.py. The update corrected the model provider order to prioritize the Antigravity agy command line tool on the PATH, routing primary execution through Gemini 3.5 Flash (Medium). The Codex fallback was configured to run with reasoning effort set to low and service tier set to fast, preventing the dynamic news queue from falling back to high-effort configurations during routine operations.
To enforce these settings at the service level, a systemd drop-in configuration was installed at zz-agy-provider-20260625.conf. This configuration defines the provider order as agy,codex,claude,nvidia with a timeout of 180 seconds. It specifies ATLAS_WRITER_AGY_MODELS="Gemini 3.5 Flash (Medium)", ATLAS_WRITER_CODEX_REASONING_EFFORT=low, and ATLAS_WRITER_CODEX_SERVICE_TIER=fast.
As a result of this deployment, the scheduled worker queue processes pending articles using optimized latency profiles. The queue directory /root/Atlas_Backend/cache/daily_writer_queue/pending/ held pending JSON files, such as VTRS_635300d1ef815d9d.json and IOT_8aeebd6d27aa2b21.json, which were generated at 2026-06-30T07:31:29.412758+00:00 and 2026-06-30T07:31:15.530435+00:00. As of the latest status check, the worker queue had zero running jobs and 245 pending items, waiting for the timer to trigger the next execution cycle at 2026-06-26 00:20:30 BST.
Navigation Enhancements and Product Simplification
The public workstation has been updated to reflect simplified product offerings and correct navigation errors. On 2026-06-26 at 06:55 BST, updates resolved a 404 error on the security route by serving the security validation page at index.html. This ensures that requesting the /security/ URL resolves to a valid 200 response. The main navigation links on the homepage and within the Macro Radar mobile view were updated to point directly to /security/ instead of /pages/atlas-security.html.
In tandem with these navigation fixes, the product terminology was simplified to present a single paid output: the Atlas Pro report. All other resources, including raw data tables, CSV exports, email notifications, and metadata trails, are now treated as supporting evidence for the Atlas Pro report. The workstation dropdown options were updated to display Free Snapshot and Atlas Pro Report for public and paid access respectively. These changes were verified across multiple public files, including atlas.js and index.html. To ensure future pages remain consistent, the automated generation scripts atlas_symbol_pages_build.py and atlas_indicator_pages.py were patched to write only the updated navigation structure.
Core System Architecture and Unified Feeds
The system integrity of the underlying infrastructure is monitored via centralized utilities. Running fc-system-spine generates a status output written to latest.json. The latest execution resulted in a degraded status due to observability failures, specifically marked as observability:not_all_ok. The utility also logged warnings from the system monitoring components, including deadman:degraded and maverick_health:warn.
This diagnostic output highlights the dependency of macro market structure analysis on unified system monitoring. Data feeds from various sources are ingested and standardized to create a cohesive data spine. The architecture relies on definitions in the OpenBB docs to structure equity market data, while utilizing endpoints described in the DefiLlama API docs for decentralized finance statistics. Standardizing these inputs helps align public research documents with Schema.org specifications, specifically using the Schema.org BlogPosting schema to structure articles for search engines. This integration is documented in the Atlas notes and is reflected in the Atlas symbol coverage files. This data skeleton forms the OpenBB DefiLlama RSS market spine, ensuring that researchers can track cross asset market intelligence through verified, structured pipelines.
Scope of Proven Operations and System Caveats
Several aspects of the infrastructure remain in testing, under manual hold, or restricted to non-production environments. The overall system health remains degraded according to latest.json. While the dynamic news pipeline is configured to use the provider order of agy,codex,claude,nvidia, the scheduled worker queue has been paused or manually terminated during testing, leaving 245 jobs pending in the queue.
The new layout changes and product structures visible on FreedomCore and its subdomains represent interface simplifications rather than changes to backend access rights or data licensing. The integration of execution telemetry is currently restricted to isolated test environments. All live execution systems associated with Maverick are currently halted, and any active data collection routes are run under strict watch-only policies. No automated trades can be executed or cleared without manual operator approval.
Browse the Atlas research notebook
FreedomCore Atlas Research →