<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ML Engineering And Infra on tab-foundry Docs</title><link>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/</link><description>Recent content in ML Engineering And Infra on tab-foundry Docs</description><generator>Hugo</generator><language>en</language><copyright>tab-foundry contributors</copyright><atom:link href="https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>Artifacts &amp; Inference</title><link>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/artifacts-and-inference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/artifacts-and-inference/</guid><description>&lt;p&gt;Use this page when the question is about the files and contracts this repo
owns.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;tab-foundry&lt;/code&gt; turns manifests, corpora, and training configs into run
directories, checkpoints, benchmark results, and export bundles. This repo
stops at producing validated handoff artifacts; downstream runtime systems own
long-lived serving.&lt;/p&gt;
&lt;h2 id="start-with"&gt;Start With&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/"&gt;ML Engineering&lt;/a&gt;: the
fastest operational route through repo ownership, artifacts, and verification
flows&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/workflows/"&gt;Workflows&lt;/a&gt;: command
syntax and artifact expectations&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/inference/"&gt;Inference Contract&lt;/a&gt;:
export-bundle schema and runtime handoff boundary&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/getting-started/"&gt;Getting Started&lt;/a&gt;: repo
orientation and shared terminology&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="key-questions"&gt;Key Questions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What does a training run emit?&lt;/li&gt;
&lt;li&gt;What is the difference between a manifest, a checkpoint, and an export
bundle?&lt;/li&gt;
&lt;li&gt;How do I inspect one run or validate one bundle?&lt;/li&gt;
&lt;li&gt;What does this repo own, and what belongs in downstream runtime systems?&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Workflows</title><link>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/workflows/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/workflows/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Use this runbook when you need command syntax, artifact expectations, or the
smallest safe verification slice.&lt;/p&gt;
&lt;p&gt;Use these alongside this runbook:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/getting-started/repo-overview/"&gt;README.md&lt;/a&gt; for repo overview and quickstart&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/getting-started/contributing/"&gt;CONTRIBUTING.md&lt;/a&gt; for review expectations&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/development/codebase-navigation/"&gt;Codebase Navigation&lt;/a&gt; for ownership&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/development/dataset-curation/"&gt;Dataset Curation&lt;/a&gt; for license policy&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/inference/"&gt;Inference Contract&lt;/a&gt; for export/runtime details&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bensonlee5.github.io/tab-foundry/docs/research-contributors/sweep-contract/"&gt;program.md&lt;/a&gt; for sweep policy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="environment-and-verification"&gt;Environment And Verification&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Python &lt;code&gt;3.14&lt;/code&gt; is pinned in &lt;code&gt;.python-version&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;./scripts/dev&lt;/code&gt; for bootstrap, doctor, verification, and Iris smoke.&lt;/li&gt;
&lt;li&gt;Use the packaged CLI for everything else.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bootstrap the repo-local environment:&lt;/p&gt;</description></item><item><title>Inference Contract</title><link>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/inference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://bensonlee5.github.io/tab-foundry/docs/ml-engineering/inference/</guid><description>&lt;p&gt;Use this contract when you need to know what this repo hands to downstream
runtime systems and what must remain stable.&lt;/p&gt;
&lt;p&gt;Use these alongside this contract:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;quickstart: &lt;code&gt;README.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;workflow runbooks: &lt;code&gt;docs/workflows.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;design decisions and repo structure: &lt;code&gt;docs/development/design-decisions.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;architecture reference: &lt;code&gt;docs/development/model-architecture.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;model config reference: &lt;code&gt;docs/development/model-config.md&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;canonical roadmap: &lt;code&gt;docs/development/roadmap.md&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Planning and architecture rationale live under &lt;code&gt;docs/development/&lt;/code&gt;, while this
page stays focused on the exported bundle and the validation boundary that
downstream consumers rely on.&lt;/p&gt;</description></item></channel></rss>