{"id":11738,"date":"2026-04-01T09:09:42","date_gmt":"2026-04-01T09:09:42","guid":{"rendered":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/"},"modified":"2026-04-01T09:09:38","modified_gmt":"2026-04-01T09:09:38","slug":"from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica","status":"publish","type":"post","link":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/","title":{"rendered":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica"},"content":{"rendered":"\n<p>Artificial intelligence is changing engineering workflows at a remarkable pace. But in the race to adopt AI, one question matters more than most:<\/p>\n\n\n\n<p><strong>What kinds of engineering tools are actually ready for this new era?<\/strong><\/p>\n\n\n\n<p>The answer may have less to do with flashy interfaces and more to do with something foundational: open, structured, machine-readable, physics-based modeling languages. <\/p>\n\n\n\n<p>That is where Modelica stands out.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-why-modelica-is-built-for-the-ai-era\">Why Modelica Is Built for the AI Era<\/h3>\n\n\n\n<p id=\"h-today-s-thermal-cliff\">There are several reasons Modelica works especially well with modern AI systems. <strong>First, Modelica is equation based.<\/strong> Today&#8217;s reasoning-focused language models are becoming increasingly capable at handling mathematics, symbolic structure, and constraint-based logic. A modeling language built around equations, physical relationships, and modular composition aligns naturally with how these models reason.<\/p>\n\n\n\n<p><strong>Second, Modelica is both human friendly and machine friendly.<\/strong> Engineers can read and understand physical intent directly in the code, while AI systems can parse structure, relationships, and constraints. This creates a direct bridge between domain expertise and automation.<\/p>\n\n\n\n<p id=\"h-today-s-thermal-cliff\"><strong>Third, the ecosystem matters.<\/strong> A clear language specification, shared libraries, technical examples, open publications, and decades of adoption make Modelica unusually learnable for AI systems. This foundation allows AI to operate on Modelica models in ways that are not possible with black-box or GUI-centric tools. <\/p>\n\n\n\n<p>It\u2019s worth emphasizing that the strengths described above didn\u2019t appear by accident. The <a href=\"https:\/\/www.modelica.org\">Modelica <\/a>community has spent decades refining a language where physical intent is expressed with clarity and transparency\u2014and this is precisely what makes today\u2019s AI systems able to operate on it so effectively. This foundation allows AI to generate meaningful models even from a blank slate, which we\u2019ll explore next.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-early-signals-when-ai-met-equation-based-modeling\">Early Signals: When AI Met Equation-Based Modeling<\/h3>\n\n\n\n<p>In 2023, before today&#8217;s reasoning models and long-context systems became widely available, we ran an experiment while preparing a pre-sales demonstration. We prompted GPT-4 to generate Modelica code for a diffusive-reactive fluid system. Within minutes, it produced syntactically correct code with coherent structure, documentation, and test examples.<\/p>\n\n\n\n<p>The result was not perfect. One clear issue was that time derivatives were approximated using finite differences rather than the der() operator. This limitation was easy to identify and correct through a follow-up prompt.<\/p>\n\n\n\n<p>The experience showed that equation-based modeling provides a strong substrate for AI assistance. Instead of spending time on boilerplate coding, engineers can focus on shaping questions, interpreting results, and solving the actual problem.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-fast-forward-to-today-ai-turns-engineering-intent-into-models\">Fast-Forward to Today: AI Turns Engineering Intent into Models<\/h3>\n\n\n\n<p>Today\u2019s AI systems offer longer context windows, stronger mathematical reasoning, improved code generation, and more robust debugging behavior. We explored what a general-purpose AI assistant could do in Modelica with almost no special setup.<\/p>\n\n\n\n<p>Using simple conversational prompts such as &#8216;define the model structure&#8217;, &#8216;create the components&#8217;, &#8216;run the simulation&#8217;, and &#8216;update the equations&#8217;, we guided the AI to build a small Modelica package for analyzing thermal behavior in a data-center-like system.<\/p>\n\n\n\n<p>This workflow represents what we refer to as <em>vibe coding<\/em> in Modelica: a fast, creative way to explore model structures directly from natural language. The AI relied only on first principles and publicly available libraries. <\/p>\n\n\n\n<p>The result was not production-grade. Important effects such as detailed hydraulics and validated component maps were missing. However, the models were physically reasonable and useful for early-stage analysis, achieved in roughly half a day starting from an empty workspace.<\/p>\n\n\n\n\n\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-12dd3699 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"287\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure1_VibeCoding.png\" alt=\"\" class=\"wp-image-11735\" srcset=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure1_VibeCoding.png 624w, https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure1_VibeCoding-300x138.png 300w\" sizes=\"auto, (max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"573\" height=\"427\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/sites\/3\/2026\/04\/Results-in-AI.jpg\" alt=\"\" class=\"wp-image-11736\" style=\"width:600px\" srcset=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Results-in-AI.jpg 573w, https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Results-in-AI-300x224.jpg 300w\" sizes=\"auto, (max-width: 573px) 100vw, 573px\" \/><figcaption class=\"wp-element-caption\">Figures 1-2: <em>Microsoft 365 Copilot selects and interprets the top system designs based on simulation results from Modelon Impact<\/em><\/figcaption><\/figure>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-changes-when-validated-libraries-are-present\">What Changes When Validated Libraries Are Present<\/h3>\n\n\n\n<p>Exploratory models demonstrate speed, but they also expose a boundary. Plausible is not the same as trustworthy. To understand what changes when that boundary is crossed, we ran a second experiment using validated vehicle dynamics models.<\/p>\n\n\n\n<p>Starting from an empty workspace, we used AI assistance to set up a complete vehicle dynamics assessment based on an existing validated vehicle dynamics library. Instead of inventing components, the AI assembled and configured trusted model structures.<a id=\"_msocom_1\"><\/a><\/p>\n\n\n\n<p id=\"h-key-simulation-resultsthis-tightly-aligns-with-ongoing-trends-in-f1-where-teams-use-advanced-manufacturing-and-3d-printed-metal-cores-to-achieve-compact-aerodynamically-favorable-exchanger-shapes\">Within a single AI-supported session, we generated handling diagrams, transient response analyses, sensitivity studies, optimization results, and a structured engineering report summarizing the findings.<\/p>\n\n\n\n<p id=\"h-key-simulation-resultsthis-tightly-aligns-with-ongoing-trends-in-f1-where-teams-use-advanced-manufacturing-and-3d-printed-metal-cores-to-achieve-compact-aerodynamically-favorable-exchanger-shapes\">This workflow produced decision-grade results. The AI did not guess the physics. It accelerated configuration, analysis, and interpretation of models whose behavior was already trusted.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"936\" height=\"492\" src=\"https:\/\/modelon.com\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure2_MI_CodeStudio_03_26.png\" alt=\"AI-Driven Physics Based Modeling - Modelon\" class=\"wp-image-11737\" srcset=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure2_MI_CodeStudio_03_26.png 936w, https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure2_MI_CodeStudio_03_26-300x158.png 300w, https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure2_MI_CodeStudio_03_26-768x404.png 768w, https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/Figure2_MI_CodeStudio_03_26-314x164.png 314w\" sizes=\"auto, (max-width: 936px) 100vw, 936px\" \/><figcaption class=\"wp-element-caption\">Figure 3: Screen shot of Modelon Impact Code Studio, the AI study creation with the resulting report (right) and the AI generated models (left)<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-from-exploration-to-engineering-acceleration\">From Exploration to Engineering Acceleration<\/h3>\n\n\n\n<p>Together, these examples show the progression clearly. AI combined with Modelica enables rapid movement from intent to executable models, even when starting from nothing. Real engineering acceleration occurs when AI operates on top of validated libraries.<\/p>\n\n\n\n<p>In practice, this requires an environment that combines equation-based modeling, programmable workflows, validated libraries, and integrated AI assistance. Product naming is intentionally kept to figures. The value lies in the physics-based modeling platform, not the language model itself.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-is-your-moonshot\">What is your moonshot?<\/h3>\n\n\n\n<p>If AI-assisted, physics-based modeling is already possible today, the question is what problems become feasible when engineers can move from intent to insight in hours rather than weeks. Modelica did not become AI-ready by accident. It became AI-ready by design.<a id=\"_msocom_1\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial intelligence is changing engineering workflows at a remarkable pace. But in the race to adopt AI, one question matters more than most: What kinds of engineering tools are actually ready for this new era? The answer may have less to do with flashy interfaces and more to do with something foundational: open, structured, machine-readable, [&hellip;]<\/p>\n","protected":false},"author":82,"featured_media":11740,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","inline_featured_image":false,"editor_notices":[],"footnotes":""},"categories":[192],"tags":[196,197,194],"class_list":["post-11738","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-2","tag-ai","tag-modelica-2","tag-modelon-impact"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica - Modelon (JA)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica\" \/>\n<meta property=\"og:description\" content=\"Artificial intelligence is changing engineering workflows at a remarkable pace. But in the race to adopt AI, one question matters more than most: What kinds of engineering tools are actually ready for this new era? The answer may have less to do with flashy interfaces and more to do with something foundational: open, structured, machine-readable, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/\" \/>\n<meta property=\"og:site_name\" content=\"Modelon (JA)\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-01T09:09:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"625\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"lauren\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"lauren\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/\"},\"author\":{\"name\":\"lauren\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#\\\/schema\\\/person\\\/aeb420ff4439b9137405617461654296\"},\"headline\":\"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica\",\"datePublished\":\"2026-04-01T09:09:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/\"},\"wordCount\":854,\"image\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2026\\\/04\\\/AI-Driven-Blog-Screen-Shot_03_26v2.png\",\"keywords\":[\"AI\",\"Modelica\",\"Modelon Impact\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/\",\"name\":\"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica - Modelon (JA)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2026\\\/04\\\/AI-Driven-Blog-Screen-Shot_03_26v2.png\",\"datePublished\":\"2026-04-01T09:09:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#\\\/schema\\\/person\\\/aeb420ff4439b9137405617461654296\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#primaryimage\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2026\\\/04\\\/AI-Driven-Blog-Screen-Shot_03_26v2.png\",\"contentUrl\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2026\\\/04\\\/AI-Driven-Blog-Screen-Shot_03_26v2.png\",\"width\":1200,\"height\":625},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/modelon.com\\\/ja\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#website\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/\",\"name\":\"Modelon (JA)\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/modelon.com\\\/ja\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#\\\/schema\\\/person\\\/aeb420ff4439b9137405617461654296\",\"name\":\"lauren\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g\",\"caption\":\"lauren\"},\"jobTitle\":\"Marketing Manager\",\"worksFor\":\"Modelon\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/blog\\\/author\\\/lauren\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica - Modelon (JA)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/","og_locale":"en_US","og_type":"article","og_title":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica","og_description":"Artificial intelligence is changing engineering workflows at a remarkable pace. But in the race to adopt AI, one question matters more than most: What kinds of engineering tools are actually ready for this new era? The answer may have less to do with flashy interfaces and more to do with something foundational: open, structured, machine-readable, [&hellip;]","og_url":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/","og_site_name":"Modelon (JA)","article_published_time":"2026-04-01T09:09:42+00:00","og_image":[{"width":1200,"height":625,"url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png","type":"image\/png"}],"author":"lauren","twitter_card":"summary_large_image","twitter_misc":{"Written by":"lauren","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#article","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/"},"author":{"name":"lauren","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/aeb420ff4439b9137405617461654296"},"headline":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica","datePublished":"2026-04-01T09:09:42+00:00","mainEntityOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/"},"wordCount":854,"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png","keywords":["AI","Modelica","Modelon Impact"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/","url":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/","name":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica - Modelon (JA)","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#primaryimage"},"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png","datePublished":"2026-04-01T09:09:42+00:00","author":{"@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/aeb420ff4439b9137405617461654296"},"breadcrumb":{"@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#primaryimage","url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png","contentUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2.png","width":1200,"height":625},{"@type":"BreadcrumbList","@id":"https:\/\/modelon.com\/ja\/blog\/from-intent-to-insight-ai-driven-physics-based-modeling-with-modelica\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/modelon.com\/ja\/"},{"@type":"ListItem","position":2,"name":"From Intent to Insight: AI-Driven, Physics-Based Modeling with Modelica"}]},{"@type":"WebSite","@id":"https:\/\/modelon.com\/ja\/#website","url":"https:\/\/modelon.com\/ja\/","name":"Modelon (JA)","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/modelon.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/aeb420ff4439b9137405617461654296","name":"lauren","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/475c3a4012779377bd82a945192d15a7702ac196003e9f02e86e72ce76f12f6d?s=96&d=mm&r=g","caption":"lauren"},"jobTitle":"Marketing Manager","worksFor":"Modelon","url":"https:\/\/modelon.com\/ja\/blog\/author\/lauren\/"}]}},"featured_image_src":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2-600x400.png","featured_image_src_square":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2026\/04\/AI-Driven-Blog-Screen-Shot_03_26v2-600x600.png","author_info":{"display_name":"lauren","author_link":"https:\/\/modelon.com\/ja\/blog\/author\/lauren\/"},"_links":{"self":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/11738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/users\/82"}],"replies":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/comments?post=11738"}],"version-history":[{"count":0,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/11738\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media\/11740"}],"wp:attachment":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media?parent=11738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/categories?post=11738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/tags?post=11738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}