{"id":84,"date":"2026-08-02T08:00:36","date_gmt":"2026-08-02T08:00:36","guid":{"rendered":"https:\/\/www.dobryakov.net\/blog\/84\/"},"modified":"2026-08-02T08:20:27","modified_gmt":"2026-08-02T08:20:27","slug":"dev-department-obsolete","status":"publish","type":"post","link":"https:\/\/www.dobryakov.net\/blog\/84\/","title":{"rendered":"The core role of people in software development is over"},"content":{"rendered":"<p>Try getting a development team to consistently write tests before every commit. Not &quot;agree in principle&quot; \u2014 actually do it, without reminders. Or document their code. Or have a senior engineer support code three juniors wrote six months ago.<\/p>\n<p>If you&#x27;ve never managed developers, this sounds like a process problem. If you have \u2014 you understand why what I&#x27;m about to describe doesn&#x27;t surprise me anymore.<\/p>\n<hr \/>\n<p><!--more--><\/p>\n<h2>The standard playbook, tried for 10 years<\/h2>\n<p>A company in warehouse logistics. Complex domain: multi-site warehouse management, integration-heavy, layered placement and picking rules.<\/p>\n<p>Ten years of building the automation platform with external teams. The team grew. There was a CTO. Specs were written. Budgets spent. And the output was unstable legacy code where every deployment was a nightmare. Clients churned.<\/p>\n<p>The usual overhead: coordination costs, telephone-game communication between analysts and developers, management friction, human error. The team got bigger. The system got worse.<\/p>\n<p>At some point the founder \u2014 someone with deep domain expertise in logistics and an engineering background \u2014 cut his losses, scrapped the entire codebase, and rewrote the platform alone. With a different foundation.<\/p>\n<hr \/>\n<h2>What &quot;different&quot; actually means<\/h2>\n<p>This isn&#x27;t a story about using AI to write code faster. That&#x27;s a tool.<\/p>\n<p>What the founder built was mature AI infrastructure: an agentic loop with proper orchestration across every stage of the SDLC. The difference matters: a tool plugs into an existing process and speeds up individual steps. Infrastructure replaces the process itself.<\/p>\n<hr \/>\n<h2>Six months of results<\/h2>\n<p><strong>Deployment frequency.<\/strong> Instead of painful nightly releases followed by &quot;nothing works in the morning&quot; \u2014 10 to 15 deploys per day during business hours. Users notice nothing. Not a delivery target, just the default operating mode.<\/p>\n<p><strong>Stability.<\/strong> Thousands of automated tests run before every commit. Six months in: zero system failures. Not &quot;significant improvement.&quot; Zero. The logging infrastructure pipes automatically into tickets.<\/p>\n<p><strong>Throughput.<\/strong> What used to take a full team&#x27;s two-week sprint now takes 10 to 30 minutes. Tasks are broken down jointly by the human and the agent.<\/p>\n<p><strong>Documentation.<\/strong> AI updates multilingual help files and API specs daily. It takes fresh interface screenshots and inserts them into the docs \u2014 automatically, every day. The thing teams plan to do and never get to is running on autopilot.<\/p>\n<p><strong>First-line support.<\/strong> When tickets come in, the agent reads the logs, reconstructs the user&#x27;s session timeline, and surfaces a hypothesis \u2014 where the collision happened and why \u2014 before the engineer opens the ticket. The engineer looks at a diagnosis, not raw logs.<\/p>\n<hr \/>\n<h2>Why this is different from &quot;AI as a tool&quot;<\/h2>\n<p>When finance teams tried to replace accountants with Excel, or analysts with SQL, it was messy. The tool required people to adapt to it, created new skill requirements, and didn&#x27;t eliminate the fundamental coordination problems.<\/p>\n<p>Deep domain expertise combined with mature AI infrastructure cuts through those problems at the source. The coordination overhead goes away. So does the telephone game between roles, the management friction, the human error in the loop.<\/p>\n<p>One person who genuinely understands <em>what<\/em> the system should do and <em>how<\/em> \u2014 in this combination \u2014 ships a higher-quality product faster and more reliably than a classic development department.<\/p>\n<p>Not because the person is more capable. Because the coordination layer is gone \u2014 and that was where most of the resources were going.<\/p>\n<hr \/>\n<h2>The prerequisite<\/h2>\n<p>This only works under one condition: the person needs genuine domain expertise \u2014 enough to specify precisely what the agents need to build.<\/p>\n<p>The founder in this case knew warehouse logistics from the inside. That&#x27;s what made it possible to define tasks at the level of detail the agents needed. The AI infrastructure multiplied that expertise. It didn&#x27;t replace it.<\/p>\n<p>That&#x27;s also why companies trying the same tools get different results \u2014 the tools are there, the expertise in the right place isn&#x27;t.<\/p>\n<hr \/>\n<p>I&#x27;ve seen this pattern more than once. The core role of people in software development is over. There are enough examples now to stop calling it an edge case.<\/p>\n<p>The question is where you&#x27;ll be standing when it gets to you.<\/p>\n<p>If this is where you are right now \u2014 you know where to find me.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Try getting a development team to consistently write tests before every commit. Not &quot;agree in principle&quot; \u2014 actually do it, without reminders. Or document their code. Or have a senior engineer support code three juniors wrote six months ago. If you&#x27;ve never managed developers, this sounds like a process problem. If you have \u2014 you &hellip; <a href=\"https:\/\/www.dobryakov.net\/blog\/84\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;The core role of people in software development is over&#8221;<\/span><\/a><\/p>\n","protected":false},"author":0,"featured_media":85,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-84","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.dobryakov.net\/blog\/84\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Grigoriy Dobryakov - IT+AI Blog - Grigoriy Dobryakov&#039;s blog: management, development and testing\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"One person, AI infrastructure, zero downtime: when domain expertise changes the equation\" \/>\n\t\t<meta property=\"og:description\" content=\"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.dobryakov.net\/blog\/84\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-02T08:00:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-02T08:20:27+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"One person, AI infrastructure, zero downtime: when domain expertise changes the equation\" \/>\n\t\t<meta name=\"twitter:description\" content=\"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#blogposting\",\"name\":\"One person, AI infrastructure, zero downtime: when domain expertise changes the equation\",\"headline\":\"The core role of people in software development is over\",\"author\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/author\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/dev-department-obsolete-1.jpg\",\"width\":1200,\"height\":630,\"caption\":\"The core role of people in software development is over\"},\"datePublished\":\"2026-08-02T08:00:36+00:00\",\"dateModified\":\"2026-08-02T08:20:27+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#webpage\"},\"articleSection\":\"Uncategorized\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#listItem\",\"name\":\"The core role of people in software development is over\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#listItem\",\"position\":3,\"name\":\"The core role of people in software development is over\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/#organization\",\"name\":\"Grigoriy Dobryakov - IT+AI Blog\",\"description\":\"Grigoriy Dobryakov's blog: management, development and testing\",\"url\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#webpage\",\"url\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/\",\"name\":\"One person, AI infrastructure, zero downtime: when domain expertise changes the equation\",\"description\":\"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/author\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/author\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/dev-department-obsolete-1.jpg\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#mainImage\",\"width\":1200,\"height\":630,\"caption\":\"The core role of people in software development is over\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/84\\\/#mainImage\"},\"datePublished\":\"2026-08-02T08:00:36+00:00\",\"dateModified\":\"2026-08-02T08:20:27+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/\",\"name\":\"Grigoriy Dobryakov - IT+AI Blog\",\"description\":\"Grigoriy Dobryakov's blog: management, development and testing\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dobryakov.net\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","canonical_url":"https:\/\/www.dobryakov.net\/blog\/84\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#blogposting","name":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","headline":"The core role of people in software development is over","author":{"@id":"https:\/\/www.dobryakov.net\/blog\/author\/#author"},"publisher":{"@id":"https:\/\/www.dobryakov.net\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.dobryakov.net\/blog\/wp-content\/uploads\/2026\/08\/dev-department-obsolete-1.jpg","width":1200,"height":630,"caption":"The core role of people in software development is over"},"datePublished":"2026-08-02T08:00:36+00:00","dateModified":"2026-08-02T08:20:27+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.dobryakov.net\/blog\/84\/#webpage"},"isPartOf":{"@id":"https:\/\/www.dobryakov.net\/blog\/84\/#webpage"},"articleSection":"Uncategorized"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.dobryakov.net\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/#listItem","position":2,"name":"Uncategorized","item":"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#listItem","name":"The core role of people in software development is over"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#listItem","position":3,"name":"The core role of people in software development is over","previousItem":{"@type":"ListItem","@id":"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}}]},{"@type":"Organization","@id":"https:\/\/www.dobryakov.net\/blog\/#organization","name":"Grigoriy Dobryakov - IT+AI Blog","description":"Grigoriy Dobryakov's blog: management, development and testing","url":"https:\/\/www.dobryakov.net\/blog\/"},{"@type":"WebPage","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#webpage","url":"https:\/\/www.dobryakov.net\/blog\/84\/","name":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.dobryakov.net\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.dobryakov.net\/blog\/84\/#breadcrumblist"},"author":{"@id":"https:\/\/www.dobryakov.net\/blog\/author\/#author"},"creator":{"@id":"https:\/\/www.dobryakov.net\/blog\/author\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.dobryakov.net\/blog\/wp-content\/uploads\/2026\/08\/dev-department-obsolete-1.jpg","@id":"https:\/\/www.dobryakov.net\/blog\/84\/#mainImage","width":1200,"height":630,"caption":"The core role of people in software development is over"},"primaryImageOfPage":{"@id":"https:\/\/www.dobryakov.net\/blog\/84\/#mainImage"},"datePublished":"2026-08-02T08:00:36+00:00","dateModified":"2026-08-02T08:20:27+00:00"},{"@type":"WebSite","@id":"https:\/\/www.dobryakov.net\/blog\/#website","url":"https:\/\/www.dobryakov.net\/blog\/","name":"Grigoriy Dobryakov - IT+AI Blog","description":"Grigoriy Dobryakov's blog: management, development and testing","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.dobryakov.net\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Grigoriy Dobryakov - IT+AI Blog - Grigoriy Dobryakov's blog: management, development and testing","og:type":"article","og:title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","og:description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","og:url":"https:\/\/www.dobryakov.net\/blog\/84\/","article:published_time":"2026-08-02T08:00:36+00:00","article:modified_time":"2026-08-02T08:20:27+00:00","twitter:card":"summary_large_image","twitter:title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","twitter:description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes."},"aioseo_meta_data":{"post_id":"84","title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","og_description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":"One person, AI infrastructure, zero downtime: when domain expertise changes the equation","twitter_description":"A founder scrapped 10 years of legacy code and rebuilt the entire platform alone with AI orchestration. Six months in: zero failures, 15 deploys a day, sprint time cut from two weeks to 30 minutes.","schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-02 08:00:41","updated":"2026-08-02 08:20:31"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.dobryakov.net\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tThe core role of people in software development is over\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.dobryakov.net\/blog"},{"label":"Uncategorized","link":"https:\/\/www.dobryakov.net\/blog\/category\/uncategorized\/"},{"label":"The core role of people in software development is over","link":"https:\/\/www.dobryakov.net\/blog\/84\/"}],"_links":{"self":[{"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/posts\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":1,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/posts\/84\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/posts\/84\/revisions\/86"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/media\/85"}],"wp:attachment":[{"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/media?parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/categories?post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dobryakov.net\/blog\/wp-json\/wp\/v2\/tags?post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}