August 2026 Summaries
10 posts from Foundational
Filter
Month:
Year:
Post Summaries
Back to Blog
Effective AI governance requires tracing model inputs beyond warehouse tables to their origins in Python pipelines, application code, ORM layers, APIs, and other upstream systems. The passage argues that conventional data catalogs and governance tools often rely on warehouse metadata and query logs, leaving gaps in lineage for engineered features and application-derived data unless those processes are manually documented. It identifies model-input provenance, source-code analysis, application-layer visibility, deterministic dependency-based lineage, and audit-ready evidence as necessary capabilities for responding to regulatory, audit, and accountability requirements. It presents Foundational as a platform that analyzes source code to create this broader lineage, citing Lemonade as an example of accelerated regulatory approval for AI underwriting, while emphasizing that complete governance depends on proving how specific model data was created and transformed rather than merely documenting policy.
Aug 24, 2026
949 words in the original blog post.
The piece argues that enterprise AI coding agents require a unified code and data graph to reliably handle cross-system tasks, because local repository search and Language Server Protocol indexing cannot fully trace dependencies across repositories, languages, configurations, databases, and runtime-generated identifiers. In controlled benchmarks using an adapted IBM banking application with COBOL and Java repositories, the same models, prompts, harnesses, and execution budgets performed substantially better when supplied with Foundational Context through MCP: for mainframe dataset-deletion certification, local and LSP-enabled agents produced no usable answers, while graph-enabled agents delivered answers in all trials with 88.9% recall and no false deletions; for ACCOUNT-table impact analysis, graph access improved recall to 100% and reduced false positives compared with local access. The text attributes these results to source-code-derived lineage that connects services, jobs, tables, configurations, and downstream consumers, contrasting it with metadata catalogs and single-workspace symbol tools. It identifies applications in change planning, incident response, compliance, security review, modernization, and architecture documentation, while noting that operational questions such as dashboard usage also require telemetry beyond source code. The benchmark included identifier obfuscation, zero-repository controls, manually reviewed ground truth, and container sandboxing to reduce memorization and environment-access risks, and concludes that Foundational’s graph is durable infrastructure for grounding enterprise AI agents.
Aug 24, 2026
4,461 words in the original blog post.
Data Security Posture Management (DSPM) has attracted significant investment because it helps security teams discover sensitive data, classify it, and identify who can access it, addressing exposure risks that have become increasingly important to organizations. The passage argues that DSPM and data governance serve complementary rather than competing roles: DSPM provides a backward-looking view of where data currently resides and how it may be exposed, while governance documents how data was defined, transformed, and moved before reaching its destination. This distinction is especially relevant in regulated industries, where auditors and regulators may require reliable evidence of data definitions and lineage for frameworks such as GDPR, SR 11-7, and BCBS 239. It characterizes deterministic, forward-looking lineage as source-code-based documentation established before data moves, contrasting it with after-the-fact lineage reconstruction used for incident response. The author positions Foundational as a data and AI governance platform that complements DSPM by supplying auditable lineage evidence, citing a customer result of reduced potential issues and faster cycle times after adding governance capabilities.
Aug 24, 2026
1,029 words in the original blog post.
Warehouse metadata and catalog-connected MCP servers can help AI agents locate data, identify owners, and check refresh times, but the text argues that they do not reliably explain a field’s business meaning or calculation history. It contends that this context resides in transformation code, ORM mappings, and data pipelines, where deterministic lineage can trace the exact logic used to create and alter data before it reaches a warehouse. Relying on metadata alone may therefore allow agents to produce plausible but incorrect conclusions when definitions vary across pipelines or change without being reflected in catalog information. The proposed approach combines metadata with source-code-derived context so that agents can access both the location of data and the transformation logic behind it, improving auditability and reliability in high-stakes uses such as regulatory reviews. Foundational is presented as a platform that performs this cross-platform lineage analysis, with Lemonade cited as an example of AI underwriting supported by documented model-input lineage.
Aug 24, 2026
1,169 words in the original blog post.
COBOL modernization is presented as an incremental effort to preserve critical business logic while making long-running mainframe applications safer to observe, test, and change, rather than simply replacing old code. Successful projects begin with source-based discovery across COBOL programs, copybooks, JCL workflows, and DB2 tables to identify actual dependencies, distinguish active high-value components from dormant ones, and avoid relying on outdated documentation or institutional memory. Migration work should be prioritized by blast radius—the scope of downstream systems, files, reports, and shared data affected by a change—rather than by apparent simplicity, with stronger validation and rollback planning for highly connected modules. Documentation and lineage maps should remain version-controlled and automatically updated through source analysis and CI/CD testing to prevent them from becoming obsolete. The text promotes Foundational’s static-analysis platform as a way to create field-level lineage and dependency maps without production-system access, supporting decisions about API wrapping, rewriting, and phased migration.
Aug 20, 2026
1,162 words in the original blog post.
Foundational announced automated, deterministic data lineage support for COBOL, JCL, Copybooks, DB2, and other mainframe technologies, integrating legacy applications into an enterprise-wide graph spanning source systems, cloud platforms, analytics, and AI. The company argues that conventional database-centric lineage tools and AI-generated code explanations often miss transformations that occur within mainframe code, batch jobs, shared structures, and cross-repository dependencies. Its compiler-and-linker-style analysis engine parses and resolves code semantics, Copybooks, embedded SQL, JCL orchestration, and field-level data flows, then connects independently analyzed repositories into a traceable graph supported by source-code evidence. Foundational positions deterministic, reproducible analysis as useful for modernization, governance, impact assessment, and AI systems that depend on mainframe-originated data, while offering a Mainframe Lineage Assessment for organizations seeking to evaluate these capabilities.
Aug 13, 2026
1,837 words in the original blog post.
Colorado Senate Bill 26-189, effective January 1, 2027, repeals and reenacts the state’s earlier AI Act by eliminating mandatory ongoing risk-management programs and annual algorithmic discrimination impact assessments while retaining a disclosure-focused approach for AI-assisted insurance decisions. Insurers and health plans must continue providing general notices about AI use and specific disclosures concerning coverage, underwriting, claims, or financial-assistance eligibility, including disclosures within 30 days of adverse outcomes. Although HIPAA-covered entities and business associates receive exemptions from many developer and deployer obligations, employment-related AI decisions remain subject to the law. The discussion argues that insurers should preserve internal governance and documentation practices because regulators and claimants may still require evidence explaining how automated decisions were reached, particularly as similar insurance AI rules emerge in other jurisdictions. It presents source-code-based data lineage, promoted by Foundational, as a method for tracing a decision to its model inputs, transformations, and data sources.
Aug 11, 2026
971 words in the original blog post.
Data catalogs are useful for documenting existing data assets but cannot prevent issues because their scans occur after schema, transformation, or access changes have already been deployed. Code-level governance instead analyzes SQL, Python, Java, dbt, Spark, ORM, and AI pipeline code during pull requests, checking proposed changes for schema and data-contract violations, downstream impacts, sensitive-field classification and masking needs, and accurate lineage. Integrated into CI/CD as an automated quality gate, this approach can block problematic changes before review or deployment while fitting into engineers’ established workflows. The post presents Foundational as a platform for this type of governance and cites SuperPlay’s reported 80% reduction in PR cycle time alongside a doubling of released pull requests.
Aug 10, 2026
873 words in the original blog post.
Regulators in banking, insurance, utilities, privacy, and AI oversight use different rules but share a common expectation: organizations must provide current, verifiable evidence of where data originated and every transformation it underwent. Requirements such as BCBS 239, SR 26-2, the EU AI Act, NERC CIP-012-2, GDPR, and CCPA therefore depend on lineage that identifies the original system of record, captures transformations in application code and ETL processes as well as warehouses, and remains updated as pipelines change. The piece argues that catalog-based lineage inferred from query logs and warehouse metadata is often inadequate because it can miss important upstream logic, particularly for risk calculations, personal-data handling, and AI model inputs. It presents deterministic lineage derived from source-code analysis as a more complete, repeatable form of audit evidence, and promotes Foundational as a platform intended to provide this common evidentiary layer across regulations, citing Lemonade’s AI underwriting approval process as an example.
Aug 04, 2026
1,195 words in the original blog post.
NERC CIP-012-2 and CIP-003-9 are crucial standards that redefine data governance requirements for utilities, focusing on the protection and traceability of operational data within the Bulk Electric System (BES). Enforced from July 1, 2026, CIP-012-2 mandates utilities to demonstrate secure handling of real-time data exchanged between control centers, while CIP-003-9, effective from April 1, 2026, extends governance obligations to lower-impact BES systems, vendor remote access, and supply chain relationships. Both standards require utilities to provide concrete evidence of data movement and handling, emphasizing data lineage and provenance rather than merely relying on network diagrams or encryption. The deterministic lineage approach, which maps data movement through source code analysis rather than logs, is highlighted as a key compliance strategy, ensuring that utilities can produce a complete and repeatable audit trail. This governance model aligns with practices in other regulated industries, offering a more precise and efficient path for regulatory approval and audit readiness.
Aug 03, 2026
1,024 words in the original blog post.