{"id":17861,"date":"2025-11-12T15:49:07","date_gmt":"2025-11-12T23:49:07","guid":{"rendered":"https:\/\/www.scotthyoung.com\/blog\/?p=17861"},"modified":"2025-11-13T06:13:36","modified_gmt":"2025-11-13T14:13:36","slug":"vibe-coding-future-work","status":"publish","type":"post","link":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/","title":{"rendered":"Is Vibe Coding the Future of Skilled Work?"},"content":{"rendered":"<p><a href=\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/03\/ai-whats-worth-learning\/\">Last week<\/a>, I shared some tentative thoughts on how AI changes the nature of learning useful skills and developing human capital.<\/p>\n<p>It\u2019s tough to make predictions, especially about the future. Thus, many of my early conclusions try to answer the question of what we should learn given the large amount of uncertainty, rather than adapting narrowly for a specific vision of the future.<\/p>\n<p>I don\u2019t know what\u2019s coming in terms of AI capabilities. And even if I somehow knew, the second- and third-order effects of technological change would still be hard to predict. When the Internet was nascent, experts easily predicted the rise of global communication. But nobody, as far as I can tell, predicted social media and its effects on politics and discourse.<\/p>\n<p>Similarly, noting that AI might automate or speed up some tasks is much easier than trying to determine what society will look like once that automation has been taken into account.<\/p>\n<p>As a trivial example, I remember when early AI image and video generators were demoed. I thought they were a near-magical technology, but I hadn\u2019t anticipated slop, where the telltale signs of AI generation become synonymous with low-quality.<\/p>\n<p>Of course, art is a somewhat unusual case. The meaning behind art has always gone beyond its superficial characteristics. A Leonardo da Vinci painting can sell for <a href=\"https:\/\/www.nytimes.com\/2017\/11\/15\/arts\/design\/leonardo-da-vinci-salvator-mundi-christies-auction.html\">hundreds of millions<\/a>, while a nearly-identical copy is worthless. So it wouldn\u2019t be unprecedented if AI art was devalued, even if it is technically competent.<\/p>\n<p>But what about something that has more utilitarian, not merely aesthetic, properties, such as programming? Is \u201cvibe coding\u201d\u2014where you instruct a coding agent to write code on your behalf\u2014a democratization of programming ability? Or is it just more AI slop, flooding the software market with junk?<\/p>\n<h2 class=\"wp-block-heading\">Vibe Coding: Magic or Slop?<\/h2>\n<p>Talking to a lot of professional programmers, there seems to be some skepticism about the quality of vibe coding. And, since professional programmers have a better ability to discern quality code than non-coders, this judgement carries some weight.<\/p>\n<p>However, we also can\u2019t rule out self-interest here. Just as many artists and illustrators deplore image generation, in part because of its aesthetic inferiority and also out of concerns it might lower the value of their hard-won skills, I suspect a lot of programmer protests against vibe coding are recognition that it may be an existential threat to their livelihood.<\/p>\n<p>As for me, I\u2019m a somewhat unusual case. I\u2019m a programmer, but I\u2019m an amateur. I learned some coding in high school and university, and I learned a lot more theory and did more hands-on work during my <a href=\"https:\/\/www.scotthyoung.com\/blog\/myprojects\/mit-challenge-2\/\">MIT Challenge<\/a>. Since then, however, I\u2019ve mostly dabbled.<\/p>\n<p>As a result, I\u2019m a lousy judge of code quality. I don\u2019t have decades of experience managing large code bases to have a taste for good code. I defer to more experienced practitioners.<\/p>\n<p>But, I also don\u2019t have skin in the game. If the entire industry happily agreed to let coding agents write all code, it wouldn\u2019t make much difference to my career. Thus, I\u2019m more dispassionate about vibe coding than people whose livelihoods depend on having mastered this particular rare and valuable skillset.<\/p>\n<h2 class=\"wp-block-heading\">My Experiences Vibe Coding<\/h2>\n<p>When coding agents first arrived several months ago, I was happy to use them to create a few simple programs that I wanted to make but lacked the time and motivation to pursue on my own:<\/p>\n<ul class=\"wp-block-list\">\n<li>I made a helper script for watching videos in Chinese. It can download a raw video from YouTube, transcribe it, and generate a study guide which includes an English summary and key words. The goal was to reduce the cognitive load for content I was interested in but found hard to follow.<\/li>\n<li>I made a tool to help with planning watercolor paintings. It automatically splits a reference photo into lights, midtones and darks and can smooth out features for added simplification.<\/li>\n<li>I created a reading game for my son. It matches simple phonetic words to pictures. He enjoyed playing it for a little while before he got bored.<\/li>\n<\/ul>\n<p>In all of these cases, vibe coding was a major improvement over the alternative, since I could \u201cmake\u201d a script or simple application with only a handful of back-and-forth calls to the coding agent. In most of these cases I probably could have written the code myself, but it would have taken a lot longer and the end product would likely not have been worth my time.<\/p>\n<p>One thing that struck me, however, even with those simple applications, was how much conceptual knowledge was required. Even if I wasn\u2019t writing the code, I needed the knowledge of how code works and what design constraints to set up to get a good result. Even if vibe coding is not the same as writing and understanding code from the bottom up, it requires more technical savvy than AI image generation or chatbot Q&amp;A.<\/p>\n<p>This seems even more true once you move from simple scripts to bigger projects. My latest vibe coding effort has been trying to design a flashcard app for language learning. This is largely to scratch my own itch\u2014I love <a href=\"https:\/\/apps.ankiweb.net\/\">Anki<\/a>, but I find its usefulness drops off at intermediate levels and above.<\/p>\n<p>I had the idea of creating an application that would generate study material by drawing on the actual corpus of words in a language, thus allowing me to fine-tune the difficulty automatically. This would help with languages where I have some proficiency, but native media consumption still has a frustratingly high cognitive load.<\/p>\n<p>This experience of vibe coding has been interesting. It\u2019s basically removed all of the actual implementation difficulty, but I\u2019m still left with a lot of the conceptual difficulty of deciding what the behavior of the software should be. In this sense, vibe coding may not involve writing code, but it seems to rely on having abstract knowledge of how software works.<\/p>\n<p>For instance, in trying to design a feature that weighed whether to give the user a new card or have them review an old card, I had an extended back-and-forth with ChatGPT trying to integrate research findings from things like <a href=\"https:\/\/en.wikipedia.org\/wiki\/Zipf's_law\">Zipf\u2019s law<\/a>, <a href=\"https:\/\/www.scotthyoung.com\/blog\/2022\/02\/15\/act-r\/\">ACT-R<\/a> modeling of skill acquisition, and implementing <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bayes'_theorem\">Bayes\u2019 rule<\/a> to estimate parameters like the level of prior knowledge. When I brought these ideas up, ChatGPT was happy to follow my thinking and suggest helpful additions. But if I didn\u2019t nudge the conversation in those directions, the AI never suggested them spontaneously.<\/p>\n<p>In some senses, vibe coding, far from being a kind of slop, was a more rarefied kind of activity. I\u2019m spending all of my time thinking about the underlying algorithms and the central \u201cpuzzle\u201d I\u2019m trying to solve, and very little time debugging things like user interface problems or stumbling over elements of unfamiliar programming languages.<\/p>\n<p>At the same time, despite ChatGPT\u2019s incredible breadth of knowledge, it is weak at bringing together insights. I\u2019m confident that if I wanted a generic flashcard application the coding agent would deliver something suitable, but it can only do something original with much prodding and guidance.<\/p>\n<h2 class=\"wp-block-heading\">Centaur Coding and What Skills Remain<\/h2>\n<p>This recent experience toying around with a flashcard app fits most closely the collaborative regime I described in my <a href=\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/03\/ai-whats-worth-learning\/\">last essay<\/a>: AI as a tool to augment human intelligence and skill, rather than a straight substitute.<\/p>\n<p>In some ways, vibe coding dramatically reduces the skill level required to produce working software, at least that of minimal complexity. It speeds up prototyping and allows us to explore bespoke software that would previously have been prohibitively expensive to create.<\/p>\n<p>But if vibe coding becomes reliable enough in the future that most code is written by coding agents, it also shifts more burden onto human beings to have better conceptual understanding, product vision and design taste. A world where everyone can code is probably one where there\u2019s a lot more slop, but perhaps also a much higher bar for what counts as genuinely useful software. In that sense, vibe coding may impact the variance more than the mean\u2014making software both a lot worse and a lot better at the same time.<\/p>\n<p>Another takeaway is that, to the extent that coding agents take away a lot of the low-level programming skill required, software developers are going to have to rely more on abstract concerns about things like architecture, algorithms, user experience and design to add value to the process. A successful computer science education may be more theory-heavy and less hands-on.<\/p>\n<p>This was a bias I noted in <a href=\"https:\/\/ocw.mit.edu\/\">MIT\u2019s open classes<\/a>, which are heavy on theory but light on practical coding skills. At the time, I felt like that bias hurt me as a programmer, as I learned the theory of computation and multivariate calculus but never learned JavaScript.<span id='easy-footnote-1-17861' class='easy-footnote-margin-adjust'><\/span><span class='easy-footnote'><a href='https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#easy-footnote-bottom-1-17861' title='At the time, nearly all MIT classes were taught in Python, with a few in C++, Java and Scheme.'><sup>1<\/sup><\/a><\/span><\/p>\n<p>But now it feels like that might actually be more useful in the long run. Perhaps AI-mediated careers will increase the value of more general liberal arts\/science education as opposed to more vocationally-focused schooling?<\/p>\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I\u2019m curious what professional programmers think of the recent vibe coding trend. Do you use coding agents in your work? What do you think is the future of programming skill as things like Copilot and coding agents become more adept at handling the routine parts of tasks? Which aspects of the job do you think are more dependent on human strengths?<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Does the future of work look more like assigning an AI agent to do your job? If so, what does that mean for human intelligence?<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[3],"tags":[],"class_list":{"0":"post-17861","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-personal-development","7":"entry"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Is Vibe Coding the Future of Skilled Work? - Scott H Young<\/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:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is Vibe Coding the Future of Skilled Work? - Scott H Young\" \/>\n<meta property=\"og:description\" content=\"Does the future of work look more like assigning an AI agent to do your job? If so, what does that mean for human intelligence?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\" \/>\n<meta property=\"og:site_name\" content=\"Scott H Young\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AuthorScottYoung\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-12T23:49:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T14:13:36+00:00\" \/>\n<meta name=\"author\" content=\"Scott Young\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@scotthyoung\" \/>\n<meta name=\"twitter:site\" content=\"@scotthyoung\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Young\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\"},\"author\":{\"name\":\"Scott Young\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e\"},\"headline\":\"Is Vibe Coding the Future of Skilled Work?\",\"datePublished\":\"2025-11-12T23:49:07+00:00\",\"dateModified\":\"2025-11-13T14:13:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\"},\"wordCount\":1615,\"commentCount\":0,\"articleSection\":[\"General\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\",\"url\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\",\"name\":\"Is Vibe Coding the Future of Skilled Work? - Scott H Young\",\"isPartOf\":{\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/#website\"},\"datePublished\":\"2025-11-12T23:49:07+00:00\",\"dateModified\":\"2025-11-13T14:13:36+00:00\",\"author\":{\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.scotthyoung.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Is Vibe Coding the Future of Skilled Work?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/#website\",\"url\":\"https:\/\/www.scotthyoung.com\/blog\/\",\"name\":\"Scott H Young\",\"description\":\"Learn faster, achieve more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.scotthyoung.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e\",\"name\":\"Scott Young\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g\",\"caption\":\"Scott Young\"},\"url\":\"https:\/\/www.scotthyoung.com\/blog\/author\/vatadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Is Vibe Coding the Future of Skilled Work? - Scott H Young","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.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/","og_locale":"en_US","og_type":"article","og_title":"Is Vibe Coding the Future of Skilled Work? - Scott H Young","og_description":"Does the future of work look more like assigning an AI agent to do your job? If so, what does that mean for human intelligence?","og_url":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/","og_site_name":"Scott H Young","article_publisher":"https:\/\/www.facebook.com\/AuthorScottYoung\/","article_published_time":"2025-11-12T23:49:07+00:00","article_modified_time":"2025-11-13T14:13:36+00:00","author":"Scott Young","twitter_card":"summary_large_image","twitter_creator":"@scotthyoung","twitter_site":"@scotthyoung","twitter_misc":{"Written by":"Scott Young","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#article","isPartOf":{"@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/"},"author":{"name":"Scott Young","@id":"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e"},"headline":"Is Vibe Coding the Future of Skilled Work?","datePublished":"2025-11-12T23:49:07+00:00","dateModified":"2025-11-13T14:13:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/"},"wordCount":1615,"commentCount":0,"articleSection":["General"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/","url":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/","name":"Is Vibe Coding the Future of Skilled Work? - Scott H Young","isPartOf":{"@id":"https:\/\/www.scotthyoung.com\/blog\/#website"},"datePublished":"2025-11-12T23:49:07+00:00","dateModified":"2025-11-13T14:13:36+00:00","author":{"@id":"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e"},"breadcrumb":{"@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.scotthyoung.com\/blog\/2025\/11\/12\/vibe-coding-future-work\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.scotthyoung.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Is Vibe Coding the Future of Skilled Work?"}]},{"@type":"WebSite","@id":"https:\/\/www.scotthyoung.com\/blog\/#website","url":"https:\/\/www.scotthyoung.com\/blog\/","name":"Scott H Young","description":"Learn faster, achieve more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.scotthyoung.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.scotthyoung.com\/blog\/#\/schema\/person\/9904804296dddc70b5fdedde997fd92e","name":"Scott Young","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ca5b31d9b26a01360fe494ba6c936b8e0c27dd00453bc606c4ad946850239bf7?s=96&d=mm&r=g","caption":"Scott Young"},"url":"https:\/\/www.scotthyoung.com\/blog\/author\/vatadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/posts\/17861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/comments?post=17861"}],"version-history":[{"count":13,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/posts\/17861\/revisions"}],"predecessor-version":[{"id":17877,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/posts\/17861\/revisions\/17877"}],"wp:attachment":[{"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/media?parent=17861"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/categories?post=17861"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scotthyoung.com\/blog\/wp-json\/wp\/v2\/tags?post=17861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}