{"id":5556,"date":"2026-06-10T15:53:55","date_gmt":"2026-06-10T12:53:55","guid":{"rendered":"https:\/\/ai.taltech.ee\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/"},"modified":"2026-06-10T16:08:51","modified_gmt":"2026-06-10T13:08:51","slug":"ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled","status":"publish","type":"post","link":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/","title":{"rendered":"AI, gestures, and magic spells &#8211; how advanced are you by now?"},"content":{"rendered":"<p>Over the past few years, the use of artificial intelligence has become commonplace both at work and in education, yet we still use it in very different ways. Some are figuring out how to write better prompts, while others dream of \u201ctaking over the world\u201d with AI agents. This short video will help you discover what level you are currently at and how to move on to the next one: <a href=\"https:\/\/www.youtube.com\/watch?v=JFO9TfZLnT8\">The 7 Levels of AI User (and how to level up)<\/a><\/p>\n<p>If you look at what the frontrunners in the AI revolution are doing, they are talking about how to give AI system instructions, or skills (aka magic spells), that allow artificial intelligence to complete specific tasks faster, more accurately, and more consistently. Here is a video overview of what you should know before starting to build agents, so you can stay safe in the process, and <a href=\"https:\/\/www.youtube.com\/watch?v=mtiOK2QG9Q0\">what the seven new skills of agent builders are.<\/a><\/p>\n<p><strong>AI skills (aka magic spells) &#8211; the next step in using artificial intelligence<\/strong><\/p>\n<p>In addition to human skills, there are also AI skills, or \u201cAI skills,\u201d which are essentially specialized abilities or workflows taught to artificial intelligence that determine how it solves a specific type of problem. While a conventional chatbot can answer general questions, a skill can teach it, for example, to check APA references, prepare thesis reviews, analyze cybersecurity logs, or create learning outcomes. A skill typically includes instructions, examples, knowledge, and, where needed, access to external tools and data sources.<\/p>\n<p>In practice, skills are increasingly used in AI agents. For example, an AI assistant working at a university may use separate skills to answer learners\u2019 questions, analyze course feedback, or evaluate research articles. In companies, skills are used to automate customer support, process documents, analyze security incidents, and support project management.<\/p>\n<p>Skills can also be created without programming knowledge. Often, a well-thought-out instruction, or prompt, is enough, along with the necessary files, rules, and examples. In more complex solutions, such as AI agent platforms or workflow automation systems, skills can be connected to email, calendars, databases, and other information systems. In this way, artificial intelligence becomes not just a conversation partner but a digital work assistant capable of carrying out entire work processes. According to experts, AI skills are one of the most important development trends in the application of artificial intelligence in 2026. If until now the focus has been on asking questions, in the future it will become increasingly important to know how to create and use specialized AI skills that help automate repetitive tasks and support knowledge work in education, research, and business.<\/p>\n<p>One place where a TalTech employee may encounter skills is, for example, OpenAI\u2019s new Codex desktop application, which is essentially a workspace for AI agents for developers and, increasingly, for researchers, analysts, and other knowledge workers as well. The program works with files on your computer or on a TalTech server.<\/p>\n<p><strong>How to use Codex?<\/strong><\/p>\n<p><span data-contrast=\"auto\">1. Install the Codex application.<\/span><\/p>\n<p><span data-contrast=\"auto\">2. Sign in with your ChatGPT account.<\/span><\/p>\n<p><span data-contrast=\"auto\">3. Open the project folder or Git repository that contains the required source files.<\/span><\/p>\n<p><span data-contrast=\"auto\">4. Write Codex a task, for example:<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span data-contrast=\"auto\">4.1 Consolidate the partners\u2019 activity reports into one standardized project report, or analyze the partners\u2019 descriptions and create a table with competencies, work packages, and possible areas of collaboration.<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span data-contrast=\"auto\">4.2 Create a promotional poster or an introductory presentation for the course using the course materials as the source content.<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span data-contrast=\"auto\">4.3 Compare the programme learning outcomes with the course learning outcomes and identify potential gaps or overlaps.<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span data-contrast=\"auto\">4.4 Take a Teams or Zoom meeting transcript and generate a summary of decisions, action items, deadlines, and responsible persons.<\/span><\/p>\n<p style=\"padding-left: 40px;\"><span data-contrast=\"auto\">4.5 Check APA 7 references in theses, identify errors, and suggest corrections.<\/span><\/p>\n<p><span data-contrast=\"auto\">5. Codex performs the work in a separate worktree, shows the proposed changes, and allows you to review them before approving and committing them.<\/span><\/p>\n<p><strong>To ensure consistent quality every time, Codex needs to be taught how you want it to work. For example, you may want one essential AI skill to be checking APA references, something you do not want to explain to the application every time, but instead trigger like a spell in Harry Potter.<\/strong><\/p>\n<p>With Codex, you can use skills by writing the skill description as a file and asking Codex to build the code based on it. Some key terms are in English so that the application can better understand your intentions.<\/p>\n<p>Example: you want to create a skill called <strong>\u201cAPA reference checker.\u201d<\/strong><\/p>\n<p>Give Codex the following instruction:<\/p>\n<p><strong>1. Write it as a skill file<\/strong><\/p>\n<p>Skill name: APA Checker<\/p>\n<p>Goal:<br \/>\nCheck whether the references in the text conform to APA 7 style.<\/p>\n<p>Input:<\/p>\n<p>text or a list of references<\/p>\n<p>Steps:<\/p>\n<p>Find all references.<br \/>\nCheck the author, year, title, and source.<br \/>\nMark errors.<br \/>\nProvide a corrected version.<\/p>\n<p>Output:<br \/>\nTable: original, problem, correction.<\/p>\n<p><strong>2. Codex builds the required skill and installs it in the Skill Library.<\/strong><\/p>\n<p><strong>3. Once the skill is installed in your Skill Library, you usually do not need to \u201crun\u201d it manually. ChatGPT will invoke it automatically when your query matches the skill description.<\/strong><\/p>\n<p>For example:<\/p>\n<p>\u201cCheck whether these references conform to APA 7 style.\u201d<\/p>\n<p>\u201cAnalyze the references in the following article according to APA.\u201d<\/p>\n<p>\u201cFind APA errors in this bibliography.\u201d<\/p>\n<p>\u201cCheck the in-text citations and the reference list.\u201d<\/p>\n<p><strong>Ideas for creating skills:<\/strong><\/p>\n<p>Here are skills that a lecturer or researcher might genuinely need \u2014 in other words, instructions that can be used systematically, so they do not have to be explained to AI every time again:<\/p>\n<ul>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">apa-checker \u2014 APA 7 reference checker<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">paper-summarizer \u2014 scientific article summaries<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">literature-mapper \u2014 mapping literature by topic<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">research-idea-refiner \u2014 refining the research question and hypothesis<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">grant-proposal-helper \u2014 drafting a grant application text and project idea<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">ethics-review-checker \u2014 ethics compliance checker<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">methodology-reviewer \u2014 identifying weaknesses in methodology<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">survey-builder \u2014 creating a survey<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">interview-guide-maker \u2014 creating interview questions<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">coding-rubric-builder \u2014 building an assessment rubric<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">exam-question-generator \u2014 creating test or exam questions<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">lecture-outline-builder \u2014 creating a lecture structure<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">lab-instruction-writer \u2014 writing a lab manual<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">csv-analyzer \u2014 quick analysis of a data file<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">stats-report-writer \u2014 writing results in an academic style<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">figure-caption-writer \u2014 captions for figures and tables<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">peer-review-responder \u2014 assistant for responding to reviews<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">course-syllabus-builder \u2014 creating a course syllabus<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">moodle-content-creator \u2014 creating e-learning content<\/li>\n<li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"3\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\">plagiarism-risk-checker \u2014 flagging risks of textual overlap<\/li>\n<\/ul>\n<p>At the same time, I also have a question for the university community: could these skills be created collectively, so that we agree on what level of quality a given task should be carried out to? Then anyone who wants to use a university-created base skill could download it from the university\u2019s internal skill library. I imagine that would already save a lot of time, because then everyone would not have to reinvent the same collection of skills, whose quality varies depending on each person\u2019s ability to tame the \u201ckratt.\u201d<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over the past few years, the use of artificial intelligence has become commonplace both at work and in education, yet&#8230;<\/p>\n","protected":false},"author":16,"featured_media":5558,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[413,312],"tags":[419,420,433,443,447],"class_list":["post-5556","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-blog","category-trends","tag-ai-integration","tag-ai-machine-learning","tag-ai-at-taltech","tag-ai-blog","tag-ai-blogi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center<\/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:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center\" \/>\n<meta property=\"og:description\" content=\"Over the past few years, the use of artificial intelligence has become commonplace both at work and in education, yet...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/\" \/>\n<meta property=\"og:site_name\" content=\"AI Focus Center\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-10T12:53:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-10T13:08:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karoliina Konno\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karoliina Konno\" \/>\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\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/\"},\"author\":{\"name\":\"Karoliina Konno\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#\\\/schema\\\/person\\\/a8a2d0e92f5014fcf1456c1e2f897059\"},\"headline\":\"AI, gestures, and magic spells &#8211; how advanced are you by now?\",\"datePublished\":\"2026-06-10T12:53:55+00:00\",\"dateModified\":\"2026-06-10T13:08:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/\"},\"wordCount\":1116,\"publisher\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DSCF2393_-foto-Aron-Urb-scaled.jpg\",\"keywords\":[\"AI integration\",\"AI Machine Learning\",\"AI at TalTech\",\"AI Blog\",\"AI blogi\"],\"articleSection\":[\"AI blog\",\"Future Directions and Trends\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/\",\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/\",\"name\":\"AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DSCF2393_-foto-Aron-Urb-scaled.jpg\",\"datePublished\":\"2026-06-10T12:53:55+00:00\",\"dateModified\":\"2026-06-10T13:08:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DSCF2393_-foto-Aron-Urb-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DSCF2393_-foto-Aron-Urb-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI, gestures, and magic spells &#8211; how advanced are you by now?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/\",\"name\":\"Tehisintellekti fookustippkeskus\",\"description\":\"AI Focus Center\",\"publisher\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#organization\",\"name\":\"TalTech\",\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/taltech-favorites.png\",\"contentUrl\":\"https:\\\/\\\/ai.taltech.ee\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/taltech-favorites.png\",\"width\":512,\"height\":512,\"caption\":\"TalTech\"},\"image\":{\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/#\\\/schema\\\/person\\\/a8a2d0e92f5014fcf1456c1e2f897059\",\"name\":\"Karoliina Konno\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g\",\"caption\":\"Karoliina Konno\"},\"url\":\"https:\\\/\\\/ai.taltech.ee\\\/en\\\/author\\\/karoliina\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center","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:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/","og_locale":"en_US","og_type":"article","og_title":"AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center","og_description":"Over the past few years, the use of artificial intelligence has become commonplace both at work and in education, yet...","og_url":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/","og_site_name":"AI Focus Center","article_published_time":"2026-06-10T12:53:55+00:00","article_modified_time":"2026-06-10T13:08:51+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg","type":"image\/jpeg"}],"author":"Karoliina Konno","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karoliina Konno","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#article","isPartOf":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/"},"author":{"name":"Karoliina Konno","@id":"https:\/\/ai.taltech.ee\/en\/#\/schema\/person\/a8a2d0e92f5014fcf1456c1e2f897059"},"headline":"AI, gestures, and magic spells &#8211; how advanced are you by now?","datePublished":"2026-06-10T12:53:55+00:00","dateModified":"2026-06-10T13:08:51+00:00","mainEntityOfPage":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/"},"wordCount":1116,"publisher":{"@id":"https:\/\/ai.taltech.ee\/en\/#organization"},"image":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#primaryimage"},"thumbnailUrl":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg","keywords":["AI integration","AI Machine Learning","AI at TalTech","AI Blog","AI blogi"],"articleSection":["AI blog","Future Directions and Trends"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/","url":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/","name":"AI, gestures, and magic spells - how advanced are you by now? | AI Focus Center","isPartOf":{"@id":"https:\/\/ai.taltech.ee\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#primaryimage"},"image":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#primaryimage"},"thumbnailUrl":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg","datePublished":"2026-06-10T12:53:55+00:00","dateModified":"2026-06-10T13:08:51+00:00","breadcrumb":{"@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#primaryimage","url":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg","contentUrl":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2026\/06\/DSCF2393_-foto-Aron-Urb-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/ai.taltech.ee\/en\/ai-viiped-ja-noidusloitsud-mis-tasemel-sina-juba-oled\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/ai.taltech.ee\/en\/"},{"@type":"ListItem","position":2,"name":"AI, gestures, and magic spells &#8211; how advanced are you by now?"}]},{"@type":"WebSite","@id":"https:\/\/ai.taltech.ee\/en\/#website","url":"https:\/\/ai.taltech.ee\/en\/","name":"Tehisintellekti fookustippkeskus","description":"AI Focus Center","publisher":{"@id":"https:\/\/ai.taltech.ee\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ai.taltech.ee\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ai.taltech.ee\/en\/#organization","name":"TalTech","url":"https:\/\/ai.taltech.ee\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ai.taltech.ee\/en\/#\/schema\/logo\/image\/","url":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2024\/11\/taltech-favorites.png","contentUrl":"https:\/\/ai.taltech.ee\/wp-content\/uploads\/2024\/11\/taltech-favorites.png","width":512,"height":512,"caption":"TalTech"},"image":{"@id":"https:\/\/ai.taltech.ee\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ai.taltech.ee\/en\/#\/schema\/person\/a8a2d0e92f5014fcf1456c1e2f897059","name":"Karoliina Konno","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7a39d19824675b34141359107326bc511be5e4edd1faeb5563d9abf601a52d7f?s=96&d=mm&r=g","caption":"Karoliina Konno"},"url":"https:\/\/ai.taltech.ee\/en\/author\/karoliina\/"}]}},"_links":{"self":[{"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/posts\/5556","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/comments?post=5556"}],"version-history":[{"count":2,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/posts\/5556\/revisions"}],"predecessor-version":[{"id":5561,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/posts\/5556\/revisions\/5561"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/media\/5558"}],"wp:attachment":[{"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/media?parent=5556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/categories?post=5556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ai.taltech.ee\/en\/wp-json\/wp\/v2\/tags?post=5556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}