R&D Campaign
Define controls, objectives, hard bounds, quality constraints, experiment cost, and stopping rules.
AI PROCESS R&D · CLOSED-LOOP OPTIMIZATION
Ingot turns equipment trajectories, actual recipes, and quality outcomes into learnable experiments, combining physical priors with Bayesian optimization to choose the next run within safe process boundaries.
MANUFACTURING R&D · CAMPAIGN-042
Product UI illustration · every recommendation includes intervals, risk, and rationale
THE COMPLETE PRODUCT
This is not an algorithm tab attached to data collection. Data, models, decisions, and knowledge are organized around one question: what experiment should run next?
Define controls, objectives, hard bounds, quality constraints, experiment cost, and stopping rules.
RunKey joins setpoints, realized trajectories, process features, inspections, and validity.
Return one or many candidates with intervals, safety probability, information value, and rationale.
Compare candidates, lock variables, adjust bounds, approve execution, and preserve evidence.
Identify process windows, repeatability, and drift; recommend stopping when marginal value falls.
Turn validated relationships and model posteriors into warm-start priors for similar products.
THE SELF-IMPROVING LOOP
Every run becomes evidence in the loop. The system continuously updates its process belief instead of periodically producing a model report that never learns again.
objectives · constraints · variables · cost
setpoints · trajectories · quality
physical mean + GP residual
safe · multi-objective · cost-aware
execute · inspect · update · converge
THE NUMERICAL CORE
PyTorch, GPyTorch, and BoTorch make numerical decisions. An LLM can parse intent, structure knowledge, and explain recommendations, but never invents process settings.
GP₁ learns how controls create realized temperature, pressure, displacement, and other trajectories.
GP₂ combines settings, trajectories, and context to predict optical objectives and safety outcomes.
qLogNEI, qLogNEHVI, batching, and cost-aware strategies balance exploration and exploitation.
Hard bounds, outcome constraints, calibration, drift detection, and fallback policies work together.
ONE OPTIMIZATION SYSTEM
Equipment, sensors, manufacturing execution, and quality systems are data sources—not platform boundaries. For another process, replace mappings, feature definitions, objectives, constraints, and physical priors; the experiment model and optimization engine remain.
Industrial data mappingMap equipment, sensors, manufacturing systems, and quality systems into one experimental observation
Feature & objective specConfigure stages, trajectory features, controls, objectives, constraints, and cost
GP · BO · physics priorUse one core for small data, multiple objectives, noise, and safety boundaries
Transferable priorCarry validated relationships into the next model, material, or process scenario
FROM ONE PROCESS TO THE NEXT
The reusable asset is not an address map for any device. It is the complete capability for sequential experiment optimization.
Campaign workflow, experiment model, GP/BO core, review, and convergence logic
Device mappings, stage features, quality objectives, constraints, and physical priors
Cross-product priors, material knowledge, process windows, and explainable evidence
RUN IT YOURSELF
MIT licensed. Edge acquisition, experiment platform, optimizer, engineering workbench, and documentation live in one repository. Evaluate with historical replay, then connect real equipment.
git clone https://github.com/liuweichaox/Ingot.git
cd Ingot
cp .env.example .env
docker compose -f docker-compose.app.yml up -d --buildBUILD THE FIRST CLOSED LOOP
Replay history first, assist the next run, then let every new process begin with knowledge from the last.