{"id":242047,"date":"2026-04-29T10:19:10","date_gmt":"2026-04-29T14:19:10","guid":{"rendered":"https:\/\/ibkrcampus.com\/campus\/?p=242047"},"modified":"2026-04-30T03:52:23","modified_gmt":"2026-04-30T07:52:23","slug":"a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one","status":"publish","type":"post","link":"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/","title":{"rendered":"A Conversation with Professor Lars Kotthoff &#8211; Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One"},"content":{"rendered":"\n<p>Professor Lars Kotthoff, a researcher specializing in artificial intelligence and machine learning at Scotland\u2019s University of St. Andrews, brings a unique perspective to discussions about AI in finance.<\/p>\n\n\n\n<p>&#8220;My perspective is simple: I have absolutely no background in financial services. If you took a quick look at my stock portfolio you would agree that I have no idea what I&#8217;m doing. I got involved with the R\/Finance conference last year because I\u2019ve been part of a development team for machine learning software that can also be used in the financial industry. I personally have absolutely no experience with this whatsoever \u2013 which is why I&#8217;m not quitting my day job.&#8221;<\/p>\n\n\n\n<p>Kotthoff&#8217;s journey into AI began during his undergraduate years, sparked by a moment of revelation.<\/p>\n\n\n\n<p>&#8220;You sit in class and you listen to the professor, and they&#8217;re going on and on. My impression for a lot of what we were talking about was, honestly, this is all trivial. Why are we even talking about it? In a sense I was right. We were talking about things humans do all the time. No big deal, right? &#8220;<\/p>\n\n\n\n<p>The turning point came when theory met practice.<\/p>\n\n\n\n<p>&#8220;I had to do a practical exercise where I had to implement some practices in code \u2013 again, trivial things \u2013 except what immediately became clear was those trivial things were super difficult. Activities that human beings see as trivial, turned out to be really, really hard for an AI system. Today this is changing almost in real time, but back then it was all new territory.&#8221;<\/p>\n\n\n\n<p><strong>The Long Road to Modern AI<\/strong><\/p>\n\n\n\n<p>The technology underlying today&#8217;s AI revolution has deeper roots than many people realize.<\/p>\n\n\n\n<p>&#8220;Neural networks, the fundamental technology underlying all of what most people now call generative AI, aka large language models (LLMs), actually go back to the 50s and 60s. In fact the first paper about deep neural networks was talking about analog computers. These were not just simple things with an input layer, an output layer, and maybe something in between, but multiple layers and quite sophisticated architectures. Of course, back then it was all conceptual. There was no way to actually do it.&#8221;<\/p>\n\n\n\n<p>Progress came in waves, with key breakthroughs in the 2010s.<\/p>\n\n\n\n<p>&#8220;Two things came together. On the one hand, we had more data, which mostly came from the internet. On the other, we had GPUs, which had existed since the mid-90s. Back in the day, GPUs were all about gaming. You always felt you needed the latest and greatest from Nvidia. Now, of course, they&#8217;re doing very different things. When all this came together, deep neural networks really took off.&#8221;<\/p>\n\n\n\n<p>Kotthoff sees this history as a powerful argument for basic research funding.<\/p>\n\n\n\n<p>&#8220;Generative AI is a great success story for pie-in-the-sky, ivory tower research that has no immediate application whatsoever, not even something on the horizon. Because somewhere down the line, it might result in something really fantastic and transformational. If back in the 50s, 60s, and 70s, people hadn&#8217;t had the opportunity and funding to investigate the foundations, even though they didn&#8217;t yet have a way to create anything, none of what we see today would have happened.&#8221;<\/p>\n\n\n\n<p><strong>Two Approaches to AI: Statistical vs. Symbolic<\/strong><\/p>\n\n\n\n<p>Kotthoff&#8217;s research focuses on symbolic reasoning systems rather than the statistical models that power large language models. He says the distinction matters enormously.<\/p>\n\n\n\n<p>&#8220;LLMs hallucinate. They tell us some things that are just completely and obviously wrong. All the time. No one\u2019s really solved that problem. So far, with statistical systems there\u2019s no way to prevent it.&#8221;<\/p>\n\n\n\n<p>Symbolic systems work differently.<\/p>\n\n\n\n<p>&#8220;Symbolic reasoning systems are much more restricted in what they can do\u2014they don\u2019t generate completely new text, for example. There are safeguards because they&#8217;re actually doing reasoning, not just predicting the next thing through pattern matching.&#8221;<\/p>\n\n\n\n<p>He uses Sudoku as an illustrative example.<\/p>\n\n\n\n<p>&#8220;You have your 9&#215;9 grid, and you have a bunch of numbers. There&#8217;s a lot of reasoning you can do. You look at the first row and see there&#8217;s a 5 in there, so there can&#8217;t be a 5 in any of the other cells. You combine that with reasoning for all the other rules, columns, and so on. In some cases, you might solve the puzzle directly just by reasoning. A human has built these systems\u2014we&#8217;ve written the code that has integrated the rules.&#8221;<\/p>\n\n\n\n<p>Symbolic approaches have widespread industrial applications.<\/p>\n\n\n\n<p>&#8220;One practical application is logistics problems. You have a certain number of trucks, drivers, and parcels that have to be delivered to particular locations. Or chip companies use these for chip design\u2014how do you place your components such that you can connect all of them while minimizing the total amount of wire being used? The state of the art for these types of problems is still symbolic reasoning.&#8221;<\/p>\n\n\n\n<p>The key advantage is robustness in responding to change. <\/p>\n\n\n\n<p>&#8220;If you have two different problems\u2014maybe you have an additional truck, or a truck is out of order today\u2014the problems might be sufficiently different that with statistical inference, you can&#8217;t figure out what to do, or you get completely nonsensical solutions. With symbolic approaches, you can solve the problem from scratch or start from a previous solution and repair it.&#8221;<\/p>\n\n\n\n<p><strong>The Portfolio Connection<\/strong><\/p>\n\n\n\n<p>Surprisingly, financial portfolio theory has directly influenced AI research.<\/p>\n\n\n\n<p>&#8220;There&#8217;s actually a connection between AI and financial services that goes the other way. State-of-the-art approaches in symbolic AI use portfolios of solvers. This comes directly from financial services. The first paper on this, back in 1998 or so, was written by economists. The title was something like &#8216;An Economics Approach to Solving Hard Combinatorial Problems.'&#8221;<\/p>\n\n\n\n<p>The parallel is striking.<\/p>\n\n\n\n<p>&#8220;Because people have been doing decades of research into solving these hard AI problems, there are many different approaches. Most rely on heuristics. It&#8217;s similar to how you build a portfolio\u2014you use expert knowledge to do something in a particular context. The idea is essentially the same as for financial portfolios: don&#8217;t put all your eggs in one basket. When one component performs badly, you have the rest of the portfolio to still get some return. Portfolio techniques have been really successful in pushing the state of the art in symbolic AI.&#8221;<\/p>\n\n\n\n<p><em>Stay tuned for Part Two to read about MLR3: Machine Learning for R<\/em>.<\/p>\n\n\n\n<p><em><em>Professor Lars Kotthoff recently moved from the University of Wyoming to Scotland\u2019s University of St. Andrews. His research focuses on artificial intelligence and machine learning, with particular emphasis on making these technologies accessible to non-experts. He is a core developer of the MLR3 machine learning framework for R.<\/em><\/em><\/p>\n\n\n\n<p><strong>Reference<\/strong><\/p>\n\n\n\n<p>&#8220;An Economics Approach to Hard Computational Problems&#8221; by Bernardo A. Huberman, Rajan M. Lukose, and Tad Hogg: <a href=\"https:\/\/www.science.org\/doi\/10.1126\/science.275.5296.51\">https:\/\/www.science.org\/doi\/10.1126\/science.275.5296.51<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Professor Lars Kotthoff, a researcher specializing in artificial intelligence and machine learning at Scotland\u2019s University of St. Andrews, brings a unique perspective to discussions about AI in finance.<\/p>\n","protected":false},"author":1261,"featured_media":242071,"comment_status":"open","ping_status":"closed","sticky":true,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[339,343,338,341,342],"tags":[912,2697,15374,17508,852,21445,15593,487],"contributors-categories":[13576],"class_list":{"0":"post-242047","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-data-science","8":"category-programing-languages","9":"category-ibkr-quant-news","10":"category-quant-development","11":"category-r-development","12":"tag-artificial-intelligence","13":"tag-deep-neural-networks","14":"tag-generative-ai","15":"tag-large-language-models","16":"tag-machine-learning","17":"tag-mlr3","18":"tag-neural-networks","19":"tag-r","20":"contributors-categories-interactive-brokers"},"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>A Conversation with Professor Lars Kotthoff &#8211; Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One<\/title>\n<meta name=\"description\" content=\"Kotthoff\u2019s journey into AI began during his undergraduate years, sparked by a moment of revelation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/242047\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Conversation with Professor Lars Kotthoff - Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One\" \/>\n<meta property=\"og:description\" content=\"Professor Lars Kotthoff, a researcher specializing in artificial intelligence and machine learning at the University of St. Andrews, brings a unique perspective to discussions about AI in finance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/\" \/>\n<meta property=\"og:site_name\" content=\"IBKR Campus US\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-29T14:19:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T07:52:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"556\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Burt Shulman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Burt Shulman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"NewsArticle\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"Burt Shulman\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/a850fa566867c9ffbdedc42c374a5181\"\n\t            },\n\t            \"headline\": \"A Conversation with Professor Lars Kotthoff &#8211; Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One\",\n\t            \"datePublished\": \"2026-04-29T14:19:10+00:00\",\n\t            \"dateModified\": \"2026-04-30T07:52:23+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/\"\n\t            },\n\t            \"wordCount\": 1162,\n\t            \"commentCount\": 0,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/tech-future-ai.jpg\",\n\t            \"keywords\": [\n\t                \"Artificial Intelligence\",\n\t                \"Deep Neural Networks\",\n\t                \"Generative AI\",\n\t                \"large language models\",\n\t                \"Machine Learning\",\n\t                \"MLR3\",\n\t                \"Neural Networks\",\n\t                \"R\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"Data Science\",\n\t                \"Programming Languages\",\n\t                \"Quant\",\n\t                \"Quant Development\",\n\t                \"R Development\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/\",\n\t            \"name\": \"A Conversation with Professor Lars Kotthoff - Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One | IBKR Campus US\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/tech-future-ai.jpg\",\n\t            \"datePublished\": \"2026-04-29T14:19:10+00:00\",\n\t            \"dateModified\": \"2026-04-30T07:52:23+00:00\",\n\t            \"description\": \"Kotthoff\u2019s journey into AI began during his undergraduate years, sparked by a moment of revelation.\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/ibkr-quant-news\\\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/tech-future-ai.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/tech-future-ai.jpg\",\n\t            \"width\": 1000,\n\t            \"height\": 556,\n\t            \"caption\": \"Tech AI\"\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"name\": \"IBKR Campus US\",\n\t            \"description\": \"Financial Education from Interactive Brokers\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\",\n\t            \"name\": \"Interactive Brokers\",\n\t            \"alternateName\": \"IBKR\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"width\": 669,\n\t                \"height\": 669,\n\t                \"caption\": \"Interactive Brokers\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"publishingPrinciples\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/about-ibkr-campus\\\/\",\n\t            \"ethicsPolicy\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/cyber-security-notice\\\/\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/person\\\/a850fa566867c9ffbdedc42c374a5181\",\n\t            \"name\": \"Burt Shulman\",\n\t            \"description\": \"Burt Shulman, Contributing Writer at Interactive Brokers (IBKR), has been a writer and creative marketer in financial information and media for more than 35 years. Before joining IBKR he served as Vice President of Marketing for major divisions of Reuters, Standard &amp; Poor\u2019s, Scholastic, and Universal Music Group, and worked as an independent writer, journalist, and creative consultant.\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/author\\\/burt1shulman\\\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A Conversation with Professor Lars Kotthoff &#8211; Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One","description":"Kotthoff\u2019s journey into AI began during his undergraduate years, sparked by a moment of revelation.","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:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/posts\/242047\/","og_locale":"en_US","og_type":"article","og_title":"A Conversation with Professor Lars Kotthoff - Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One","og_description":"Professor Lars Kotthoff, a researcher specializing in artificial intelligence and machine learning at the University of St. Andrews, brings a unique perspective to discussions about AI in finance.","og_url":"https:\/\/www.interactivebrokers.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/","og_site_name":"IBKR Campus US","article_published_time":"2026-04-29T14:19:10+00:00","article_modified_time":"2026-04-30T07:52:23+00:00","og_image":[{"width":1000,"height":556,"url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","type":"image\/jpeg"}],"author":"Burt Shulman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Burt Shulman","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#article","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/"},"author":{"name":"Burt Shulman","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/a850fa566867c9ffbdedc42c374a5181"},"headline":"A Conversation with Professor Lars Kotthoff &#8211; Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One","datePublished":"2026-04-29T14:19:10+00:00","dateModified":"2026-04-30T07:52:23+00:00","mainEntityOfPage":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/"},"wordCount":1162,"commentCount":0,"publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","keywords":["Artificial Intelligence","Deep Neural Networks","Generative AI","large language models","Machine Learning","MLR3","Neural Networks","R"],"articleSection":["Data Science","Programming Languages","Quant","Quant Development","R Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/","url":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/","name":"A Conversation with Professor Lars Kotthoff - Symbolic AI, Financial Portfolios, and the Growth of LLMs \u2013 Part One | IBKR Campus US","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#primaryimage"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","datePublished":"2026-04-29T14:19:10+00:00","dateModified":"2026-04-30T07:52:23+00:00","description":"Kotthoff\u2019s journey into AI began during his undergraduate years, sparked by a moment of revelation.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/ibkr-quant-news\/a-conversation-with-professor-lars-kotthoff-symbolic-ai-financial-portfolios-and-the-growth-of-llms-part-one\/#primaryimage","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","width":1000,"height":556,"caption":"Tech AI"},{"@type":"WebSite","@id":"https:\/\/ibkrcampus.com\/campus\/#website","url":"https:\/\/ibkrcampus.com\/campus\/","name":"IBKR Campus US","description":"Financial Education from Interactive Brokers","publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ibkrcampus.com\/campus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ibkrcampus.com\/campus\/#organization","name":"Interactive Brokers","alternateName":"IBKR","url":"https:\/\/ibkrcampus.com\/campus\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","width":669,"height":669,"caption":"Interactive Brokers"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/"},"publishingPrinciples":"https:\/\/www.interactivebrokers.com\/campus\/about-ibkr-campus\/","ethicsPolicy":"https:\/\/www.interactivebrokers.com\/campus\/cyber-security-notice\/"},{"@type":"Person","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/person\/a850fa566867c9ffbdedc42c374a5181","name":"Burt Shulman","description":"Burt Shulman, Contributing Writer at Interactive Brokers (IBKR), has been a writer and creative marketer in financial information and media for more than 35 years. Before joining IBKR he served as Vice President of Marketing for major divisions of Reuters, Standard &amp; Poor\u2019s, Scholastic, and Universal Music Group, and worked as an independent writer, journalist, and creative consultant.","url":"https:\/\/www.interactivebrokers.com\/campus\/author\/burt1shulman\/"}]}},"jetpack_featured_media_url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2026\/04\/tech-future-ai.jpg","_links":{"self":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/242047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/users\/1261"}],"replies":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/comments?post=242047"}],"version-history":[{"count":0,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/posts\/242047\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media\/242071"}],"wp:attachment":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media?parent=242047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/categories?post=242047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/tags?post=242047"},{"taxonomy":"contributors-categories","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/contributors-categories?post=242047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}