[{"data":1,"prerenderedAt":421},["ShallowReactive",2],{"blog-/blog/ai-on-modern-instruments":3},{"id":4,"title":5,"author":6,"body":7,"date":406,"description":407,"draft":408,"extension":409,"image":410,"meta":411,"navigation":412,"path":413,"seo":414,"stem":415,"tags":416,"__hash__":420},"blog/blog/ai-on-modern-instruments.md","AI on Modern Analytical Instruments","Adam",{"type":8,"value":9,"toc":399},"minimark",[10,15,19,31,38,42,45,48,170,173,177,180,183,212,351,355,358,361,376,382,385,389,392,395],[11,12,14],"h2",{"id":13},"the-interface-problem-in-modern-labs","The interface problem in modern labs",[16,17,18],"p",{},"Most analytical instruments today still require scientists to navigate deep menus of parameters, manually configure run sequences, and translate their experimental intent into the language the machine understands. This is backwards.",[16,20,21,22,26,27,30],{},"The scientist knows ",[23,24,25],"em",{},"what"," they want to measure. The instrument knows ",[23,28,29],{},"how"," to measure it. The gap between intent and execution is filled with button clicks, dropdown menus, and parameter tables that haven't fundamentally changed in decades.",[32,33,35],"callout",{"type":34},"info",[16,36,37],{},"Surface Plasmon Resonance (SPR) measures molecular binding kinetics in real-time without labels, making it the gold standard for interaction analysis in drug discovery.",[11,39,41],{"id":40},"from-parameters-to-intent","From parameters to intent",[16,43,44],{},"What if you could describe an experiment the way you'd describe it to a colleague?",[16,46,47],{},"Instead of manually setting flow rates, contact times, regeneration conditions, and concentration series, imagine declaring your experimental intent:",[49,50,55],"pre",{"className":51,"code":52,"language":53,"meta":54,"style":54},"language-python shiki shiki-themes 2026 Dark 2026 Dark","experiment = {\n    \"analyte\": \"mAb-123\",\n    \"ligand\": \"Protein-A\",\n    \"concentrations\": [1, 3, 10, 30, 100],\n    \"unit\": \"nM\",\n    \"regeneration\": \"glycine-pH2\"\n}\n","python","",[56,57,58,74,90,103,140,153,164],"code",{"__ignoreMap":54},[59,60,63,67,71],"span",{"class":61,"line":62},"line",1,[59,64,66],{"class":65},"snv8h","experiment ",[59,68,70],{"class":69},"srH4v","=",[59,72,73],{"class":65}," {\n",[59,75,77,81,84,87],{"class":61,"line":76},2,[59,78,80],{"class":79},"skZ57","    \"analyte\"",[59,82,83],{"class":65},": ",[59,85,86],{"class":79},"\"mAb-123\"",[59,88,89],{"class":65},",\n",[59,91,93,96,98,101],{"class":61,"line":92},3,[59,94,95],{"class":79},"    \"ligand\"",[59,97,83],{"class":65},[59,99,100],{"class":79},"\"Protein-A\"",[59,102,89],{"class":65},[59,104,106,109,112,116,119,122,124,127,129,132,134,137],{"class":61,"line":105},4,[59,107,108],{"class":79},"    \"concentrations\"",[59,110,111],{"class":65},": [",[59,113,115],{"class":114},"sEQcL","1",[59,117,118],{"class":65},", ",[59,120,121],{"class":114},"3",[59,123,118],{"class":65},[59,125,126],{"class":114},"10",[59,128,118],{"class":65},[59,130,131],{"class":114},"30",[59,133,118],{"class":65},[59,135,136],{"class":114},"100",[59,138,139],{"class":65},"],\n",[59,141,143,146,148,151],{"class":61,"line":142},5,[59,144,145],{"class":79},"    \"unit\"",[59,147,83],{"class":65},[59,149,150],{"class":79},"\"nM\"",[59,152,89],{"class":65},[59,154,156,159,161],{"class":61,"line":155},6,[59,157,158],{"class":79},"    \"regeneration\"",[59,160,83],{"class":65},[59,162,163],{"class":79},"\"glycine-pH2\"\n",[59,165,167],{"class":61,"line":166},7,[59,168,169],{"class":65},"}\n",[16,171,172],{},"The instrument understands the context. It knows what flow rates produce clean kinetics for this analyte class. It knows the optimal contact time for reliable curve fitting. It can adapt regeneration conditions based on real-time surface stability monitoring.",[11,174,176],{"id":175},"what-self-driving-means-for-biophysics","What self-driving means for biophysics",[16,178,179],{},"Self-driving doesn't mean removing the scientist from the loop. It means elevating their role from machine operator to experiment designer.",[16,181,182],{},"A self-driving SPR instrument:",[184,185,186,194,200,206],"ul",{},[187,188,189,193],"li",{},[190,191,192],"strong",{},"Plans"," the experiment sequence from a high-level declaration",[187,195,196,199],{},[190,197,198],{},"Adapts"," in real-time based on data quality signals",[187,201,202,205],{},[190,203,204],{},"Validates"," results against expected binding models",[187,207,208,211],{},[190,209,210],{},"Reports"," findings in the context of the experimental question",[49,213,217],{"className":214,"code":215,"language":216,"meta":54,"style":54},"language-yaml shiki shiki-themes 2026 Dark 2026 Dark","# Declarative experiment configuration\nmethod:\n  type: kinetics\n  analyte: mAb-123\n  ligand: Protein-A\n  design: single-cycle\n  concentrations:\n    values: [1, 3, 10, 30, 100]\n    unit: nM\n  quality:\n    min_rmax: 20\n    max_chi2: 1.0\n","yaml",[56,218,219,225,234,244,254,264,274,281,310,321,329,340],{"__ignoreMap":54},[59,220,221],{"class":61,"line":62},[59,222,224],{"class":223},"sI3U9","# Declarative experiment configuration\n",[59,226,227,231],{"class":61,"line":76},[59,228,230],{"class":229},"sV7Mv","method",[59,232,233],{"class":65},":\n",[59,235,236,239,241],{"class":61,"line":92},[59,237,238],{"class":229},"  type",[59,240,83],{"class":65},[59,242,243],{"class":79},"kinetics\n",[59,245,246,249,251],{"class":61,"line":105},[59,247,248],{"class":229},"  analyte",[59,250,83],{"class":65},[59,252,253],{"class":79},"mAb-123\n",[59,255,256,259,261],{"class":61,"line":142},[59,257,258],{"class":229},"  ligand",[59,260,83],{"class":65},[59,262,263],{"class":79},"Protein-A\n",[59,265,266,269,271],{"class":61,"line":155},[59,267,268],{"class":229},"  design",[59,270,83],{"class":65},[59,272,273],{"class":79},"single-cycle\n",[59,275,276,279],{"class":61,"line":166},[59,277,278],{"class":229},"  concentrations",[59,280,233],{"class":65},[59,282,284,287,289,291,293,295,297,299,301,303,305,307],{"class":61,"line":283},8,[59,285,286],{"class":229},"    values",[59,288,111],{"class":65},[59,290,115],{"class":114},[59,292,118],{"class":65},[59,294,121],{"class":114},[59,296,118],{"class":65},[59,298,126],{"class":114},[59,300,118],{"class":65},[59,302,131],{"class":114},[59,304,118],{"class":65},[59,306,136],{"class":114},[59,308,309],{"class":65},"]\n",[59,311,313,316,318],{"class":61,"line":312},9,[59,314,315],{"class":229},"    unit",[59,317,83],{"class":65},[59,319,320],{"class":79},"nM\n",[59,322,324,327],{"class":61,"line":323},10,[59,325,326],{"class":229},"  quality",[59,328,233],{"class":65},[59,330,332,335,337],{"class":61,"line":331},11,[59,333,334],{"class":229},"    min_rmax",[59,336,83],{"class":65},[59,338,339],{"class":114},"20\n",[59,341,343,346,348],{"class":61,"line":342},12,[59,344,345],{"class":229},"    max_chi2",[59,347,83],{"class":65},[59,349,350],{"class":114},"1.0\n",[11,352,354],{"id":353},"the-convergence-of-ai-and-instrumentation","The convergence of AI and instrumentation",[16,356,357],{},"Large language models are not going to replace analytical chemists or biophysicists. But they are going to change how scientists interact with their tools.",[16,359,360],{},"When an instrument has a semantic understanding of the experiment being run, it can:",[362,363,364,367,370,373],"ol",{},[187,365,366],{},"Suggest experimental designs based on literature precedent",[187,368,369],{},"Identify anomalies in real-time and suggest corrective actions",[187,371,372],{},"Generate publication-ready reports from raw data",[187,374,375],{},"Learn from previous experiments to optimize future runs",[32,377,379],{"type":378},"tip",[16,380,381],{},"The best instrument interface is one that disappears. The scientist thinks about science, and the instrument handles the rest.",[16,383,384],{},"This is the future we're building at Instromeda. Not instruments with chatbots bolted on, but instruments where intelligence is fundamental to the measurement architecture.",[11,386,388],{"id":387},"what-comes-next","What comes next",[16,390,391],{},"The transition from parameter-driven to intent-driven instruments won't happen overnight. It requires rethinking not just the software interface, but the hardware architecture, the data pipeline, and the relationship between the scientist and their tools.",[16,393,394],{},"We believe the instruments of the next decade will be defined not by their optical sensitivity or fluidic precision alone, but by their ability to understand what the scientist is trying to achieve and autonomously deliver the answer.",[396,397,398],"style",{},"html pre.shiki code .snv8h, html code.shiki .snv8h{--shiki-default:#BBBEBF;--shiki-dark:#BBBEBF}html pre.shiki code .srH4v, html code.shiki .srH4v{--shiki-default:#FF7B72;--shiki-dark:#FF7B72}html pre.shiki code .skZ57, html code.shiki .skZ57{--shiki-default:#A5D6FF;--shiki-dark:#A5D6FF}html pre.shiki code .sEQcL, html code.shiki .sEQcL{--shiki-default:#79C0FF;--shiki-dark:#79C0FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sI3U9, html code.shiki .sI3U9{--shiki-default:#8B949E;--shiki-dark:#8B949E}html pre.shiki code .sV7Mv, html code.shiki .sV7Mv{--shiki-default:#7EE787;--shiki-dark:#7EE787}",{"title":54,"searchDepth":76,"depth":76,"links":400},[401,402,403,404,405],{"id":13,"depth":76,"text":14},{"id":40,"depth":76,"text":41},{"id":175,"depth":76,"text":176},{"id":353,"depth":76,"text":354},{"id":387,"depth":76,"text":388},"2025-06-15","How conversational AI is changing the way scientists interact with lab hardware - from rigid parameter entry to natural language experiment design.",false,"md",null,{},true,"/blog/ai-on-modern-instruments",{"title":5,"description":407},"blog/ai-on-modern-instruments",[417,418,419],"AI","instrumentation","lab-automation","HqOrVxIu8xk6SqzQ69K-gb3Uc-c0oMwFZdKaH6lPzwo",1780474229837]