{"id":1553,"date":"2023-07-07T06:03:24","date_gmt":"2023-07-07T06:03:24","guid":{"rendered":"https:\/\/geneea.com\/news\/?p=1553"},"modified":"2026-01-28T08:17:04","modified_gmt":"2026-01-28T08:17:04","slug":"geneeas-ai-spotlight-3","status":"publish","type":"post","link":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3","title":{"rendered":"Geneea&#8217;s AI Spotlight #3"},"content":{"rendered":"\n<p>The third edition of our newsletter on Large Language Models is here.&nbsp;<\/p>\n\n\n\n<p>Today, we look at&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>an introduction to LLM models by Andrej Karpathy;<\/li>\n\n\n\n<li>two posts on practical aspects of using LLMs; and<\/li>\n\n\n\n<li>the regulation of AI by the EU.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Overview of GPT in 45 minutes<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=bZQun8Y4L2A\">State of GPT<\/a>&nbsp;(2023-05) \u2013 a great talk by Andrej Karpathy from OpenAI. It covers all the main topics around LLMs: their training, finetuning, prompting strategies, reflection, tools\/plugins, and more.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Practical aspects<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.sequoiacap.com\/article\/llm-stack-perspective\/\">AI in Sequoia companies<\/a><strong>&nbsp;(2023-06)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The post summarizes how 33 Sequoia companies (including Zoom, Midjourney, Airbnb, and Notion) use LLMs.<\/li>\n\n\n\n<li>65% of them have an LLM-based application in production.<\/li>\n\n\n\n<li>94% use a 3rd-party LLM through an&nbsp;<strong>API<\/strong>. 15% train their own models. The authors expect these two approaches to converge. This can mean, for example, using own model for embeddings and API for summarization.<\/li>\n\n\n\n<li>OpenAI&#8217;s&nbsp;<strong>GPT<\/strong>&nbsp;was the favored API for 90+%.&nbsp;<strong>Anthropic<\/strong>&nbsp;API was used by 15%, growing in the last month.<\/li>\n\n\n\n<li>Nearly 90% of companies believe that&nbsp;<strong>retrieval<\/strong>&nbsp;mechanisms, such as&nbsp;<strong>vector databases<\/strong>, are a key part of the stack and address problems like data freshness and hallucinations. We fully agree with this.&nbsp;<\/li>\n\n\n\n<li>Companies want to&nbsp;<strong>customize<\/strong>&nbsp;LLMs. The easiest but still very effective approach is to find the relevant information by other means (e.g., using embeddings) and then provide the right context to the LLM as part of the query. Training a custom model is hard, but the authors expect to see it more often as the tools improve.<\/li>\n\n\n\n<li><strong>It is still early<\/strong>. Output quality and data privacy are major roadblocks to full adoption. Less than 10% of the companies were looking at tools to monitor LLM output or A\/B test prompts. Everybody the authors spoke with said AI is moving&nbsp;<strong>too quickly<\/strong>&nbsp;for them to have high confidence in the end-state stack.<\/li>\n<\/ul>\n\n\n\n<p><a href=\"https:\/\/a16z.com\/2023\/06\/20\/emerging-architectures-for-llm-applications\/?utm_source=pocket_saves\">Emerging Architectures for LLM Applications<\/a><strong>&nbsp;(2023-06)<\/strong><\/p>\n\n\n\n<p>Matt Bornstein and Rajko Radovanovic from Andreessen Horowitz wrote a great post discussing the emerging common&nbsp;<strong>architecture of LLM-based systems<\/strong>.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The common workflow consists of three steps: indexing of information via&nbsp;<strong>embeddings<\/strong>,&nbsp;<strong>retrieval<\/strong>&nbsp;of the most relevant information, and&nbsp;<strong>inference<\/strong>&nbsp;over it.&nbsp;<\/li>\n\n\n\n<li>This workflow is, for example, the backbone of both Langchain and LlamaIndex. And the post above shows that at least Sequoia companies often use it.<\/li>\n\n\n\n<li>The authors discuss each step in more detail but also address aspects like operational tooling, hosting, etc.<\/li>\n\n\n\n<li>Agents are incredibly exciting, but they do not work yet. We agree with this.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"aia\">AI regulation<\/h2>\n\n\n\n<p id=\"europeanaiact\">The European Parliament&nbsp;<a href=\"https:\/\/www.europarl.europa.eu\/news\/en\/press-room\/20230609IPR96212\/meps-ready-to-negotiate-first-ever-rules-for-safe-and-transparent-ai\">passed the EU AI Act<\/a>&nbsp;(AIA) on June 14. We are no lawyers, so for legal analysis, you need to go elsewhere. But from our perspective, the most important points of the bill can be summarized as follows.<\/p>\n\n\n\n<p>Applications are organized into four levels with an increasing level of regulation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Minimal risk<\/strong>&nbsp;(most AI systems in use: AI in video games, spam filters, \u2026 ): No special regulation.<\/li>\n\n\n\n<li><strong>Limited risk<\/strong>&nbsp;(chatbots): Users must be aware they are interacting with AI.<\/li>\n\n\n\n<li><strong>High risk<\/strong>&nbsp;(AI used in planes, cars, medical devices, toys, education, law enforcement, loan scoring, recommenders when used by platforms with 45M+ users, etc.): See below.<\/li>\n\n\n\n<li><strong>Unacceptable risk<\/strong>&nbsp;(social scoring by governments, predictive policing, manipulation of children, etc.): Banned.<\/li>\n<\/ul>\n\n\n\n<p>High-risk applications &amp; foundational models:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Foundational models, including&nbsp;<strong>LLMs<\/strong>&nbsp;such as GPT,&nbsp; are not automatically considered high-risk (according to&nbsp;<a href=\"https:\/\/time.com\/6288245\/openai-eu-lobbying-ai-act\/\">Time magazine, this is the result of OpenAI\u2019s lobbying<\/a>), but in many respects, they come close.<\/li>\n\n\n\n<li>They will need to be assessed&nbsp;<strong>before being put on the market<\/strong>.&nbsp;<\/li>\n\n\n\n<li><strong>Mitigation of risks<\/strong>&nbsp;must be&nbsp;<strong>part of their design and development<\/strong>&nbsp;process, and detailed&nbsp;<strong>documentation<\/strong>&nbsp;about this must be provided to customers.&nbsp;<\/li>\n\n\n\n<li><strong>Quality management of training data<\/strong>&nbsp;is required, and all the&nbsp;<strong>copyrighted data<\/strong>&nbsp;must be&nbsp;<strong>disclosed<\/strong>&nbsp;(but we cannot find anything about paying its authors for it).&nbsp;<\/li>\n\n\n\n<li>An interesting point is that all high-risk and foundational models need to be registered in an EU-wide, publicly accessible&nbsp;<strong>database<\/strong>. All use of these systems by governments must be recorded as well.<\/li>\n\n\n\n<li>In sum, there is a push for bigger&nbsp;<strong>transparency&nbsp;<\/strong>and&nbsp;<strong>caution<\/strong>, rejecting the \u201clet\u2019s release it and see what happens\u201d approach.<\/li>\n\n\n\n<li>Update: Stanford&#8217;s Center for Research on Foundation Models (CRFM) published a\u00a0<a href=\"https:\/\/crfm.stanford.edu\/2023\/06\/15\/eu-ai-act.html\">great article<\/a>\u00a0evaluating how the most often used LLMs comply with the draft AIA. GPT4 got 25 points out of 48, PaLM 2 got 27, Claude got 7.<\/li>\n<\/ul>\n\n\n\n<p>The final version will be the result of a negotiation between the Parliament, the Commission, and the Council (the states), a trialogue in the EU jargon. We can expect it to enter into force around the end of this year. Obviously, a lot can change before then, but similarly to GDPR before, the act has an effect already. And also similarly to GDPR, it is very likely to influence, through the so-called&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Brussels_effect\">Brussels effect<\/a>, AI development around the world.<\/p>\n\n\n\n<p>For more info, see, for example,&nbsp;<a href=\"https:\/\/apnews.com\/article\/ai-act-artificial-intelligence-europe-regulation-94e2b38703b38fdbfabc9580f845ef9a\">AP<\/a>,&nbsp;<a href=\"https:\/\/edition.cnn.com\/2023\/06\/15\/tech\/ai-act-europe-key-takeaways\/index.html\">CNN<\/a>,&nbsp;<a href=\"https:\/\/s3.documentcloud.org\/documents\/23850240\/ares20226851313-openai_aia_white-paper.pdf\">OpenAI\u2019s own AIA White Paper<\/a>, and, obviously, the&nbsp;<a href=\"https:\/\/www.europarl.europa.eu\/news\/en\/press-room\/20230609IPR96212\/meps-ready-to-negotiate-first-ever-rules-for-safe-and-transparent-ai\">act itself<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Please <a href=\"https:\/\/www.linkedin.com\/pulse\/geneeas-ai-spotlight-3-geneea\/?trackingId=2RQI6xwlRFCb4sk2Gn81Sg%3D%3D\">subscribe<\/a> and stay tuned for the next issue of Geneea\u2019s AI Spotlight newsletter!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The third edition of our newsletter on Large Language Models is here.<br \/>\nToday, we look at<br \/>\n\u2022 an introduction to LLM models by Andrej Karpathy;<br \/>\n\u2022 two posts on practical aspects of using LLMs; and<br \/>\n\u2022 the regulation of AI by the EU.<\/p>\n","protected":false},"author":15,"featured_media":1560,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[378,374],"tags":[244,240,242],"class_list":["post-1553","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-large-language-models","category-newsletter","tag-ai","tag-generativeai","tag-newsletter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Geneea&#039;s AI Spotlight #3 - Geneea News<\/title>\n<meta name=\"description\" content=\"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Geneea&#039;s AI Spotlight #3 - Geneea News\" \/>\n<meta property=\"og:description\" content=\"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3\" \/>\n<meta property=\"og:site_name\" content=\"Geneea News\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-07T06:03:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T08:17:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marcela Soukupova\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marcela Soukupova\" \/>\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:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3\"},\"author\":{\"name\":\"Marcela Soukupova\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#\\\/schema\\\/person\\\/69c8751a4c026723f4bac2e892f52cd8\"},\"headline\":\"Geneea&#8217;s AI Spotlight #3\",\"datePublished\":\"2023-07-07T06:03:24+00:00\",\"dateModified\":\"2026-01-28T08:17:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3\"},\"wordCount\":886,\"publisher\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/newsletter3-robot-1.jpg\",\"keywords\":[\"AI\",\"generativeAI\",\"newsletter\"],\"articleSection\":[\"Large language models\",\"Newsletter\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3\",\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3\",\"name\":\"Geneea's AI Spotlight #3 - Geneea News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/newsletter3-robot-1.jpg\",\"datePublished\":\"2023-07-07T06:03:24+00:00\",\"dateModified\":\"2026-01-28T08:17:04+00:00\",\"description\":\"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#primaryimage\",\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/newsletter3-robot-1.jpg\",\"contentUrl\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/newsletter3-robot-1.jpg\",\"width\":1024,\"height\":576},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/geneeas-ai-spotlight-3#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/geneea.com\\\/news\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Geneea&#8217;s AI Spotlight #3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/\",\"name\":\"Geneea News\",\"description\":\"Learn more about what&#039;s happening at Geneea: new NLP features, newest case studies, tutoring projects, conferences we attended, etc.\",\"publisher\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/geneea.com\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#organization\",\"name\":\"Geneea News\",\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/cropped-geneea-logo-50pc.png\",\"contentUrl\":\"https:\\\/\\\/geneea.com\\\/news\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/cropped-geneea-logo-50pc.png\",\"width\":242,\"height\":64,\"caption\":\"Geneea News\"},\"image\":{\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/geneea.com\\\/news\\\/#\\\/schema\\\/person\\\/69c8751a4c026723f4bac2e892f52cd8\",\"name\":\"Marcela Soukupova\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g\",\"caption\":\"Marcela Soukupova\"},\"sameAs\":[\"http:\\\/\\\/Marcela%20Soukupova\"],\"url\":\"https:\\\/\\\/geneea.com\\\/news\\\/author\\\/marcela-soukupova\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Geneea's AI Spotlight #3 - Geneea News","description":"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.","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:\/\/geneea.com\/news\/geneeas-ai-spotlight-3","og_locale":"en_US","og_type":"article","og_title":"Geneea's AI Spotlight #3 - Geneea News","og_description":"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.","og_url":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3","og_site_name":"Geneea News","article_published_time":"2023-07-07T06:03:24+00:00","article_modified_time":"2026-01-28T08:17:04+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg","type":"image\/jpeg"}],"author":"Marcela Soukupova","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marcela Soukupova","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#article","isPartOf":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3"},"author":{"name":"Marcela Soukupova","@id":"https:\/\/geneea.com\/news\/#\/schema\/person\/69c8751a4c026723f4bac2e892f52cd8"},"headline":"Geneea&#8217;s AI Spotlight #3","datePublished":"2023-07-07T06:03:24+00:00","dateModified":"2026-01-28T08:17:04+00:00","mainEntityOfPage":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3"},"wordCount":886,"publisher":{"@id":"https:\/\/geneea.com\/news\/#organization"},"image":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#primaryimage"},"thumbnailUrl":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg","keywords":["AI","generativeAI","newsletter"],"articleSection":["Large language models","Newsletter"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3","url":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3","name":"Geneea's AI Spotlight #3 - Geneea News","isPartOf":{"@id":"https:\/\/geneea.com\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#primaryimage"},"image":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#primaryimage"},"thumbnailUrl":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg","datePublished":"2023-07-07T06:03:24+00:00","dateModified":"2026-01-28T08:17:04+00:00","description":"LLM newsletter #3: an introduction to LLMs by Andrej Karpathy, practical aspects of using LLMs, and how the European Union regulates AI.","breadcrumb":{"@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#primaryimage","url":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg","contentUrl":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2023\/07\/newsletter3-robot-1.jpg","width":1024,"height":576},{"@type":"BreadcrumbList","@id":"https:\/\/geneea.com\/news\/geneeas-ai-spotlight-3#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geneea.com\/news"},{"@type":"ListItem","position":2,"name":"Geneea&#8217;s AI Spotlight #3"}]},{"@type":"WebSite","@id":"https:\/\/geneea.com\/news\/#website","url":"https:\/\/geneea.com\/news\/","name":"Geneea News","description":"Learn more about what&#039;s happening at Geneea: new NLP features, newest case studies, tutoring projects, conferences we attended, etc.","publisher":{"@id":"https:\/\/geneea.com\/news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geneea.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/geneea.com\/news\/#organization","name":"Geneea News","url":"https:\/\/geneea.com\/news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geneea.com\/news\/#\/schema\/logo\/image\/","url":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2022\/02\/cropped-geneea-logo-50pc.png","contentUrl":"https:\/\/geneea.com\/news\/wp-content\/uploads\/2022\/02\/cropped-geneea-logo-50pc.png","width":242,"height":64,"caption":"Geneea News"},"image":{"@id":"https:\/\/geneea.com\/news\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/geneea.com\/news\/#\/schema\/person\/69c8751a4c026723f4bac2e892f52cd8","name":"Marcela Soukupova","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/44f35824640c6a5b31bfef2f478d704874dc3d81bfad511c158ab12274072e16?s=96&d=mm&r=g","caption":"Marcela Soukupova"},"sameAs":["http:\/\/Marcela%20Soukupova"],"url":"https:\/\/geneea.com\/news\/author\/marcela-soukupova"}]}},"_links":{"self":[{"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/posts\/1553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/comments?post=1553"}],"version-history":[{"count":12,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/posts\/1553\/revisions"}],"predecessor-version":[{"id":2127,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/posts\/1553\/revisions\/2127"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/media\/1560"}],"wp:attachment":[{"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/media?parent=1553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/categories?post=1553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geneea.com\/news\/wp-json\/wp\/v2\/tags?post=1553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}