{"id":2159,"date":"2024-09-06T16:27:06","date_gmt":"2024-09-06T06:57:06","guid":{"rendered":"https:\/\/aryalspace.com\/?p=2159"},"modified":"2024-09-06T16:27:07","modified_gmt":"2024-09-06T06:57:07","slug":"the-role-of-an-applied-ai-engineer-bridging-the-gap-between-research-and-reality","status":"publish","type":"post","link":"https:\/\/aryalspace.com\/?p=2159","title":{"rendered":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality"},"content":{"rendered":"\n<p>Artificial intelligence (AI) is no longer confined to research labs or theoretical papers; it\u2019s reshaping industries, streamlining processes, and powering everyday technologies. However, the journey from AI research to its practical application requires a critical role\u2014Applied AI Engineer. In this blog, I\u2019ll walk you through what it means to be an Applied AI Engineer, the skills required, and what a typical day might look like for someone in this role.<\/p>\n\n\n\n<p><strong>What is an Applied AI Engineer?<\/strong><\/p>\n\n\n\n<p>An Applied AI Engineer designs and implements AI solutions that address specific, real-world challenges. While a traditional AI researcher might focus on developing new algorithms, an applied AI engineer uses these algorithms to solve practical problems, bringing AI from the lab to real-world applications. These professionals take theoretical AI concepts and make them functional, scalable, and ready for production environments.<\/p>\n\n\n\n<p>Applied AI engineers work across a wide range of industries, including healthcare, finance, manufacturing, retail, and autonomous systems. Their work ensures that AI can be integrated smoothly into existing workflows or deployed as standalone solutions, all while maintaining a focus on performance, reliability, and scalability.<\/p>\n\n\n\n<p><strong>Key Responsibilities of an Applied AI Engineer<\/strong><\/p>\n\n\n\n<p>1. <strong>Building Machine Learning Models<\/strong>: At the heart of an AI engineer\u2019s job is creating machine learning (ML) models. These models might range from simple linear regressions to complex deep learning neural networks. Engineers must select the appropriate algorithms and frameworks to fit the problem they\u2019re solving, whether it\u2019s natural language processing (NLP), image recognition, or predictive analytics.<\/p>\n\n\n\n<p>2. <strong>Data Processing and Preparation<\/strong>: High-quality data is the backbone of any AI model. Applied AI engineers spend a considerable amount of time cleaning, normalizing, and transforming raw data into a usable format. This often involves dealing with large datasets, filling in missing values, and ensuring the data is suitable for training and testing models.<\/p>\n\n\n\n<p>3. <strong>Model Training and Evaluation<\/strong>: Once a model is built, it needs to be trained using data, and its performance must be evaluated. Applied AI engineers test their models on different datasets to ensure accuracy, avoiding issues like overfitting. They use various metrics such as precision, recall, and F1-score to measure the model\u2019s effectiveness.<\/p>\n\n\n\n<p>4. <strong>Deploying AI Models<\/strong>: Creating a model is only the first step; deploying it in a real-world environment is where the magic happens. Engineers integrate AI models into larger systems, working with APIs, cloud platforms, or even edge devices, depending on the application. Ensuring these models run efficiently at scale is a critical part of their role.<\/p>\n\n\n\n<p>5. <strong>Collaborating Across Teams<\/strong>: Applied AI engineers don\u2019t work in isolation. They collaborate closely with product managers, data scientists, and software developers to ensure the AI solutions align with business needs. Understanding the domain in which they are working is crucial, as it allows engineers to tailor solutions to the specific requirements of the industry.<\/p>\n\n\n\n<p><strong>A Day in the Life of an Applied AI Engineer<\/strong><\/p>\n\n\n\n<p>While no two days are exactly the same in AI engineering, here\u2019s what a typical day might look like:<\/p>\n\n\n\n<p><strong>Morning: Data Exploration and Cleaning<\/strong><\/p>\n\n\n\n<p>Your day might begin with checking in on the data pipeline. Is everything running smoothly? Is the data coming in as expected? Once the data is ready, you\u2019ll dive into exploring new datasets, looking for patterns or anomalies that could impact model performance. You might spend a couple of hours cleaning and processing data, making sure it\u2019s structured properly for model training.<\/p>\n\n\n\n<p><strong>Late Morning: Model Training and Experimentation<\/strong><\/p>\n\n\n\n<p>With the data prepared, it\u2019s time to start training your machine learning model. Depending on the complexity of the model, this can be a time-consuming process. During this phase, you may also experiment with different algorithms, adjusting parameters like learning rates, and testing out new features in the dataset.<\/p>\n\n\n\n<p><strong>Lunch Break: Catching Up on AI Trends<\/strong><\/p>\n\n\n\n<p>AI is a fast-moving field, so it\u2019s essential to stay updated on the latest trends, research papers, and technologies. During lunch, you might read an article about a new algorithm or watch a tutorial on a machine learning framework like TensorFlow or PyTorch. Staying on top of the field helps you bring innovative solutions to your work.<\/p>\n\n\n\n<p><strong>Afternoon: Model Evaluation and Tuning<\/strong><\/p>\n\n\n\n<p>After training your model, it\u2019s time to test its performance. This involves running the model on validation datasets and evaluating its accuracy. Does it generalize well? Are there specific features or patterns it\u2019s struggling with? You might tweak your model based on its performance, optimizing it for the specific problem you\u2019re solving.<\/p>\n\n\n\n<p><strong>Late Afternoon: Deployment and API Integration<\/strong><\/p>\n\n\n\n<p>Once you\u2019re happy with the model\u2019s performance, the next step is deployment. This could involve setting up the model in a cloud environment like AWS or Azure, ensuring it\u2019s scalable and secure. You\u2019ll work on building an API that allows other teams or systems to interact with the AI model in real-time. In many cases, you might containerize the model using tools like Docker to ensure a seamless deployment.<\/p>\n\n\n\n<p><strong>Evening: Team Collaboration and Project Updates<\/strong><\/p>\n\n\n\n<p>Before wrapping up for the day, you\u2019ll meet with the rest of your team\u2014product managers, data scientists, or stakeholders\u2014to update them on your progress. Perhaps you\u2019ve discovered a new feature that significantly improves model performance, or you need additional data to refine the results. Collaboration is key, and getting feedback from others helps align the AI solution with business goals.<\/p>\n\n\n\n<p><strong>Skills Required for Applied AI Engineering<\/strong><\/p>\n\n\n\n<p>1. <strong>Programming Knowledge<\/strong>: Python is the de facto language for AI engineering, though languages like R, C++, and Java may also be used. Applied AI engineers need to be proficient in these languages, especially with machine learning libraries like TensorFlow, PyTorch, and Scikit-learn.<\/p>\n\n\n\n<p>2. <strong>Machine Learning Fundamentals<\/strong>: A solid understanding of machine learning algorithms, from decision trees to neural networks, is crucial. Engineers need to know how and when to apply these algorithms, as well as how to fine-tune them for optimal performance.<\/p>\n\n\n\n<p>3. <strong>Data Manipulation<\/strong>: Data is the foundation of AI, so engineers need strong data processing skills. Proficiency in tools like Pandas, NumPy, and SQL for data extraction, transformation, and loading (ETL) is essential.<\/p>\n\n\n\n<p>4. <strong>Cloud and DevOps<\/strong>: As AI models are often deployed in cloud environments, familiarity with cloud platforms (AWS, Google Cloud, Azure) and DevOps practices like Docker and Kubernetes is important for ensuring scalable and efficient model deployment.<\/p>\n\n\n\n<p>5. <strong>Problem-Solving<\/strong>: AI engineers are natural problem solvers. Every dataset, model, or deployment presents unique challenges, and being able to think critically and creatively to overcome these obstacles is a must.<\/p>\n\n\n\n<p><strong>Final Thoughts<\/strong><\/p>\n\n\n\n<p>The role of an <strong>Applied AI Engineer<\/strong> is dynamic and rewarding, offering the chance to work on cutting-edge technology that has a real-world impact. Whether it\u2019s improving healthcare diagnostics, optimizing financial systems, or building intelligent automation for manufacturing, the applications are vast and meaningful. It\u2019s a role that requires a blend of technical expertise, domain knowledge, and the ability to adapt to a rapidly changing field.<\/p>\n\n\n\n<p>For anyone passionate about bringing AI to life, applied AI engineering offers the perfect balance of innovation and practicality.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial intelligence (AI) is no longer confined to research labs or theoretical papers; it\u2019s reshaping industries, streamlining processes, and powering everyday technologies. However, the journey from AI research to its&hellip;<\/p>\n","protected":false},"author":1,"featured_media":2161,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[77],"tags":[79,78],"class_list":["post-2159","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-maching-learning-ai","tag-appliedaiengineering","tag-ml"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings<\/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:\/\/aryalspace.com\/?p=2159\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings\" \/>\n<meta property=\"og:description\" content=\"Artificial intelligence (AI) is no longer confined to research labs or theoretical papers; it\u2019s reshaping industries, streamlining processes, and powering everyday technologies. However, the journey from AI research to its&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aryalspace.com\/?p=2159\" \/>\n<meta property=\"og:site_name\" content=\"Aryal Space - Magic of Technology and Beings\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/bikramaryal\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-06T06:57:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-06T06:57:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"aryalspace\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bikramaryal\" \/>\n<meta name=\"twitter:site\" content=\"@bikramaryal\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"aryalspace\" \/>\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:\/\/aryalspace.com\/?p=2159#article\",\"isPartOf\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159\"},\"author\":{\"name\":\"aryalspace\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/2ad5cea3af89987c847dcafdf835100b\"},\"headline\":\"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality\",\"datePublished\":\"2024-09-06T06:57:06+00:00\",\"dateModified\":\"2024-09-06T06:57:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159\"},\"wordCount\":1188,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/aryalspace.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp\",\"keywords\":[\"AppliedAIEngineering\",\"ML\"],\"articleSection\":[\"Maching Learning &amp; AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/aryalspace.com\/?p=2159#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aryalspace.com\/?p=2159\",\"url\":\"https:\/\/aryalspace.com\/?p=2159\",\"name\":\"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings\",\"isPartOf\":{\"@id\":\"https:\/\/aryalspace.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159#primaryimage\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp\",\"datePublished\":\"2024-09-06T06:57:06+00:00\",\"dateModified\":\"2024-09-06T06:57:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/aryalspace.com\/?p=2159#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aryalspace.com\/?p=2159\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/?p=2159#primaryimage\",\"url\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp\",\"contentUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aryalspace.com\/?p=2159#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aryalspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aryalspace.com\/#website\",\"url\":\"https:\/\/aryalspace.com\/\",\"name\":\"Aryal Space - Blog and Programming Tutorials\",\"description\":\"Exploring the Cosmos of Code: Aryal Space - Where Blogs and Programming Unite!\",\"publisher\":{\"@id\":\"https:\/\/aryalspace.com\/#organization\"},\"alternateName\":\"Elevate Your Code Horizons with Aryal Space: Ignite, Inspire, Innovate!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aryalspace.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aryalspace.com\/#organization\",\"name\":\"Aryal Space\",\"alternateName\":\"AryalSpace\",\"url\":\"https:\/\/aryalspace.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png\",\"contentUrl\":\"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png\",\"width\":1000,\"height\":1000,\"caption\":\"Aryal Space\"},\"image\":{\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/bikramaryal\",\"https:\/\/x.com\/bikramaryal\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/2ad5cea3af89987c847dcafdf835100b\",\"name\":\"aryalspace\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/aryalspace.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/11fd1e0ebb393929b1f13bd515f4a6a61545abcd6c2ddc9323fe52fda1d3354c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/11fd1e0ebb393929b1f13bd515f4a6a61545abcd6c2ddc9323fe52fda1d3354c?s=96&d=mm&r=g\",\"caption\":\"aryalspace\"},\"sameAs\":[\"https:\/\/aryalspace.com\"],\"url\":\"https:\/\/aryalspace.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings","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:\/\/aryalspace.com\/?p=2159","og_locale":"en_US","og_type":"article","og_title":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings","og_description":"Artificial intelligence (AI) is no longer confined to research labs or theoretical papers; it\u2019s reshaping industries, streamlining processes, and powering everyday technologies. However, the journey from AI research to its&hellip;","og_url":"https:\/\/aryalspace.com\/?p=2159","og_site_name":"Aryal Space - Magic of Technology and Beings","article_publisher":"https:\/\/facebook.com\/bikramaryal","article_published_time":"2024-09-06T06:57:06+00:00","article_modified_time":"2024-09-06T06:57:07+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp","type":"image\/webp"}],"author":"aryalspace","twitter_card":"summary_large_image","twitter_creator":"@bikramaryal","twitter_site":"@bikramaryal","twitter_misc":{"Written by":"aryalspace","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aryalspace.com\/?p=2159#article","isPartOf":{"@id":"https:\/\/aryalspace.com\/?p=2159"},"author":{"name":"aryalspace","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/2ad5cea3af89987c847dcafdf835100b"},"headline":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality","datePublished":"2024-09-06T06:57:06+00:00","dateModified":"2024-09-06T06:57:07+00:00","mainEntityOfPage":{"@id":"https:\/\/aryalspace.com\/?p=2159"},"wordCount":1188,"commentCount":0,"publisher":{"@id":"https:\/\/aryalspace.com\/#organization"},"image":{"@id":"https:\/\/aryalspace.com\/?p=2159#primaryimage"},"thumbnailUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp","keywords":["AppliedAIEngineering","ML"],"articleSection":["Maching Learning &amp; AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aryalspace.com\/?p=2159#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aryalspace.com\/?p=2159","url":"https:\/\/aryalspace.com\/?p=2159","name":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality - Aryal Space - Magic of Technology and Beings","isPartOf":{"@id":"https:\/\/aryalspace.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aryalspace.com\/?p=2159#primaryimage"},"image":{"@id":"https:\/\/aryalspace.com\/?p=2159#primaryimage"},"thumbnailUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp","datePublished":"2024-09-06T06:57:06+00:00","dateModified":"2024-09-06T06:57:07+00:00","breadcrumb":{"@id":"https:\/\/aryalspace.com\/?p=2159#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aryalspace.com\/?p=2159"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/?p=2159#primaryimage","url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp","contentUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2024\/09\/image.webp","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/aryalspace.com\/?p=2159#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aryalspace.com\/"},{"@type":"ListItem","position":2,"name":"The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality"}]},{"@type":"WebSite","@id":"https:\/\/aryalspace.com\/#website","url":"https:\/\/aryalspace.com\/","name":"Aryal Space - Blog and Programming Tutorials","description":"Exploring the Cosmos of Code: Aryal Space - Where Blogs and Programming Unite!","publisher":{"@id":"https:\/\/aryalspace.com\/#organization"},"alternateName":"Elevate Your Code Horizons with Aryal Space: Ignite, Inspire, Innovate!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aryalspace.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/aryalspace.com\/#organization","name":"Aryal Space","alternateName":"AryalSpace","url":"https:\/\/aryalspace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/","url":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png","contentUrl":"https:\/\/aryalspace.com\/wp-content\/uploads\/2023\/08\/Aryal-Space.png","width":1000,"height":1000,"caption":"Aryal Space"},"image":{"@id":"https:\/\/aryalspace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/bikramaryal","https:\/\/x.com\/bikramaryal"]},{"@type":"Person","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/2ad5cea3af89987c847dcafdf835100b","name":"aryalspace","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aryalspace.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/11fd1e0ebb393929b1f13bd515f4a6a61545abcd6c2ddc9323fe52fda1d3354c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/11fd1e0ebb393929b1f13bd515f4a6a61545abcd6c2ddc9323fe52fda1d3354c?s=96&d=mm&r=g","caption":"aryalspace"},"sameAs":["https:\/\/aryalspace.com"],"url":"https:\/\/aryalspace.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/2159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2159"}],"version-history":[{"count":1,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/2159\/revisions"}],"predecessor-version":[{"id":2160,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/posts\/2159\/revisions\/2160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=\/wp\/v2\/media\/2161"}],"wp:attachment":[{"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aryalspace.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}