{"id":1310,"date":"2026-07-14T16:13:21","date_gmt":"2026-07-14T16:13:21","guid":{"rendered":"https:\/\/commercialrelocationpros.com\/?p=1310"},"modified":"2026-07-14T16:13:21","modified_gmt":"2026-07-14T16:13:21","slug":"generative-ai-is-an-engineering-disaster","status":"publish","type":"post","link":"https:\/\/commercialrelocationpros.com\/?p=1310","title":{"rendered":"Generative AI Is an Engineering Disaster"},"content":{"rendered":"<section>\n<p>As they scramble to keep their systems online, AI companies are making things expensive for the rest of us. Large language models such as ChatGPT and Claude are so resource-hungry that tech companies may be purchasing <u>70 percent<\/u> of the world\u2019s supply of high-end computer memory, causing a shortage. As a result, the prices of computer memory and storage are skyrocketing: Hard drives that I bought for my reporting two years ago for $350 each were $800 when I checked two weeks ago, and are now out of stock. The prices of some laptops have gone up as much as 50 <u>percent<\/u>, and low-cost computers are being hit the hardest. Affordable entry-level computers may \u201cdisappear by 2028\u201d according to <u>one forecast<\/u>. And the memory shortage is <u>expected<\/u> to continue for years.<\/p>\n<p>Read more <a href=\"https:\/\/commercialrelocationpros.com\/?p=1308\">Ferris Bueller, Influencer<\/a><\/p>\n<p>The memory is being put into data centers, which tech firms are expanding at incredible speed. They are planning to multiply total U.S.-data-center capacity by a <u>factor of eight<\/u> over the next few years. The demand for electricity at these sites is already so great that some companies are <u>repurposing jet engines<\/u> to power them.<\/p>\n<p>The problem is not simply that AI is being deployed so widely or quickly. Other computer technologies have seen similarly massive growth without triggering such a large spike in electricity or a shortage of computer components: Video and music are now streamed around the globe, accounting for many terabytes of internet traffic daily; the smartphone boom required the manufacturing of <u>billions<\/u> of devices that are now transferring huge amounts of data; billions of household devices are also now part of the Internet of Things; and whole industries have moved their operations to cloud software, which is hosted not in the sky but in, yes, data centers.<\/p>\n<p>The problem with generative AI, in the industry\u2019s own jargon, is that it does not scale. The cost of growing from, say, a thousand users to a million is a key factor that venture capitalists examine when they evaluate start-ups. They want to see that the <u>cost of adding<\/u> each new user decreases over time, so that the company can support millions of users and make increasing profits. This is achieved partly through the careful engineering of computer systems that can efficiently handle more users who want to post photos, hail Ubers, or stream music.<\/p>\n<p>With generative AI, the work of building efficient, scalable systems has not been done. And the problem is exacerbated by the <u>ever-larger<\/u> generative-AI models, which have grown from 175 billion parameters in 2020 to more than 1 trillion today, according to independent <u>estimates<\/u> (the actual sizes of the models powering products such as Claude and ChatGPT are secret). The <i>large<\/i> in <i>large language model<\/i> should not be a selling point. But the industry\u2019s observation that bigger models tend to outperform smaller ones has given rise to a totemic belief in <u>\u201c<\/u><u>scaling laws\u201d<\/u> that suggest any problem can be solved by simply making models bigger. \u201cMaybe with 10 gigawatts of compute, AI can figure out how to cure cancer,\u201d OpenAI CEO Sam Altman <u>wrote<\/u> on his blog in September.<\/p>\n<p>Yet the returns are diminishing. The bigger an AI model is, the less it improves with each added parameter, and so it must be made bigger at a faster rate just to sustain steady progress. I asked a few AI researchers whether they could name any other real-world software that scales so poorly. None of them could think of any. Even outside the world of software, it\u2019s hard to find a comparable example, given that <u>economy of scale<\/u> is the principle that has made light bulbs, cars, and clothing so affordable. By economic and engineering measures, generative AI might be the worst technology ever deployed.<\/p>\n<p>But with the massive investment behind the current bloated approach, there may not be much will to change. Ilya Sutskever, a co-founder and former chief scientist at OpenAI, <u>said<\/u> in a November interview that companies take the brute-force approach \u201cbecause it gives you a very low-risk way of investing your resources.\u201d It\u2019s harder, he argued, to invest in research that would reengineer a product currently accruing <u>trillion-dollar<\/u> valuations. Those who suspect we are in an AI-driven <u>bubble<\/u> economy have pointed out that the profitability of these companies remains <u>an open question<\/u>, largely because of the high cost and inefficiency of the technology.<\/p>\n<p>Efficiency is a core principle of computer science. One of the first things undergraduates learn is that writing a program that sorts a list of 50 words is easy. But if you give that program 50 <i>million<\/i> words, it will likely run out of memory or take hours to finish. Much of computer science is learning the clever coding techniques that prevent this from happening. Many of these techniques take advantage of repeating patterns in the data so that as the program receives more input, it takes less time or memory to process each additional bit. Such efficiency is one reason that modern smartphones and computers are so capable and affordable. This is called <i>logarithmic <\/i>scaling, and it looks like this when you graph it:<\/p>\n<p>Large language models do not scale logarithmically. When they\u2019re given more words to process, they get slower and use more memory\u2014the time and resources increase faster as the input grows. In technical terms, LLMs scale <u>quadratically<\/u>. Any computer-science student knows that this is very bad.<\/p>\n<p>Epoch AI, an organization that tries to determine the costs of operating AI models, published a <u>graph<\/u> last year, which is reproduced here with permission. It shows the exponentially increasing costs of serving more \u201ctokens\u201d\u2014the words users type to chatbots\u2014with several public AI models.<\/p>\n<p>Read more <a href=\"https:\/\/commercialrelocationpros.com\/?p=1306\">Punctuation: A Generational Divide<\/a><\/p>\n<p>AI does not have to be built this way. <u>Traditionally<\/u>, the goal of AI was to solve problems in ways that simulated human mental processes. Researchers observed their own thinking and tried to implement their mental habits in code. This approach has mostly been abandoned, partly due to the difficulty of discerning and articulating the rules of human thought, but it did have the benefit of consuming far fewer resources and data.<\/p>\n<p>Today\u2019s approach to AI doesn\u2019t try to describe the rules of human thought; instead, it gives a computer millions of examples to imitate. The huge quantity of examples is one reason that large models can perform better than small ones when generating language, images, and music\u2014they have more material to draw from. Some <u>researchers<\/u> want to bring back the old, more efficient approach and combine it with the modern approach, but so far these projects have not drawn nearly as much attention or funding as the models that power chatbots.<\/p>\n<p>Chatbot companies are aware that their products are inefficient. Some have found <u>techniques<\/u> <u>for<\/u> <u>improving<\/u> <u>performance<\/u>, but they have not yielded significant gains. Occasionally, companies claim to have made breakthroughs\u2014Anthropic CEO Dario Amodei has <u>called them<\/u> \u201ccompute multipliers\u201d\u2014but they are usually described in <u>vague terms<\/u>, and there is no evidence that the basic problems of quadratic scaling and exploding model size have been overcome. (Anthropic declined to comment on the record when I reached out to ask about this.)<\/p>\n<p>Some researchers are working on extremely small models that require fewer data and less computing power. I spoke with Alexia Jolicoeur-Martineau, an AI researcher at Microsoft who independently designed one of these, and asked her about the industry\u2019s brute-force approach. \u201cIt\u2019s a bit insane,\u201d she told me. \u201cAt some point you have to learn to be a bit more efficient.\u201d<\/p>\n<p>Last year, Jolicoeur-Martineau won a $50,000 <u>prize<\/u> for her paper on a \u201ctiny recursive model\u201d that doesn\u2019t consume huge quantities of computing resources. \u201cThe idea that one must rely on massive foundational models trained for millions of dollars by some big corporation in order to achieve success on hard tasks is a trap,\u201d she <u>wrote<\/u>. Her model isn\u2019t a substitute for an LLM\u2014it\u2019s designed to solve logic problems in fields such as biology and electrical engineering, rather than generate language\u2014but it can do some of the tasks that much larger AI models are currently being used for.<\/p>\n<p>Yet we seem stuck with LLMs, perhaps because they have been so aggressively marketed. They are now being added to everything, whether you want them or not. In 2024 and 2025, they were integrated into both <u>Windows<\/u> and <u>MacOS<\/u>, which means that more computing power is now needed to run a basic personal computer. Smartphones are also being sold with <u>upgraded<\/u> <u>hardware<\/u> as companies anticipate new <u>AI<\/u> <u>features<\/u>. Inefficient AI is also being added to common programs such as <u>Adobe Photoshop<\/u> and <u>Microsoft Word<\/u>, meaning that computers need to be more powerful to run this software.<\/p>\n<p>This is all especially bad because computers are no longer improving at the rate they used to. Since the 1950s, manufacturers have learned to make microchips steadily faster, smaller, and cheaper, a trend known colloquially as Moore\u2019s Law. But in the past few years, components have gotten so small that manufacturers have run into molecular-level limitations on shrinking them any further, which has <u>slowed progress<\/u> significantly.<\/p>\n<p>Instead of shrinking components, manufacturers have been focused on developing new hardware that is tailored to AI. This has provided occasional incremental improvements in performance, but none has come close to keeping up with the exponential curve of AI\u2019s increasing demands.<\/p>\n<p>Ultimately, inefficiency may be of little concern to the people within the tech industry who <u>believe<\/u> that they are replicating intelligence itself. There is an almost-religious conviction among many in Silicon Valley that something mindlike could arise from LLMs, which are ultimately just statistical language-generating software\u2014this, despite the software\u2019s <u>inability<\/u> to recall basic facts, its <u>lack<\/u> of common sense, and its complete dissimilarity to a biological brain. Even Yann LeCun, one of AI\u2019s \u201cgodfathers,\u201d <u>told<\/u> <i>The<\/i> <i>New York Times<\/i> recently that \u201cLLMs are not a path to superintelligence or even human-level intelligence.\u201d But the mythological lure of AI is so strong that many engineers believe that nothing should stand in their way. Not even the basic task of writing efficient software.<\/p>\n<p>Read more <a href=\"https:\/\/commercialrelocationpros.com\/?p=1302\">The See-No-Evil Supreme Court<\/a><\/p>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>A shockingly inefficient trillion-dollar project<\/p>\n","protected":false},"author":1,"featured_media":1309,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-1310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Generative AI Is an Engineering Disaster - Commercial Relocation Pros<\/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:\/\/commercialrelocationpros.com\/?p=1310\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generative AI Is an Engineering Disaster - Commercial Relocation Pros\" \/>\n<meta property=\"og:description\" content=\"A shockingly inefficient trillion-dollar project\" \/>\n<meta property=\"og:url\" content=\"https:\/\/commercialrelocationpros.com\/?p=1310\" \/>\n<meta property=\"og:site_name\" content=\"Commercial Relocation Pros\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-14T16:13:21+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/#\\\/schema\\\/person\\\/3a3374a445f1b5d4852b1d7c15b9fe3a\"},\"headline\":\"Generative AI Is an Engineering Disaster\",\"datePublished\":\"2026-07-14T16:13:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310\"},\"wordCount\":1695,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/commercialrelocationpros.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/f541b5120836158555e5cfeb4b066de6.avif\",\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310\",\"url\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310\",\"name\":\"Generative AI Is an Engineering Disaster - Commercial Relocation Pros\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/commercialrelocationpros.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/f541b5120836158555e5cfeb4b066de6.avif\",\"datePublished\":\"2026-07-14T16:13:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/#\\\/schema\\\/person\\\/3a3374a445f1b5d4852b1d7c15b9fe3a\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#primaryimage\",\"url\":\"https:\\\/\\\/commercialrelocationpros.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/f541b5120836158555e5cfeb4b066de6.avif\",\"contentUrl\":\"https:\\\/\\\/commercialrelocationpros.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/f541b5120836158555e5cfeb4b066de6.avif\",\"width\":1200,\"height\":625},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?p=1310#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/commercialrelocationpros.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generative AI Is an Engineering Disaster\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/#website\",\"url\":\"https:\\\/\\\/commercialrelocationpros.com\\\/\",\"name\":\"Commercial Relocation Pros\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/commercialrelocationpros.com\\\/#\\\/schema\\\/person\\\/3a3374a445f1b5d4852b1d7c15b9fe3a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/commercialrelocationpros.com\"],\"url\":\"https:\\\/\\\/commercialrelocationpros.com\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Generative AI Is an Engineering Disaster - Commercial Relocation Pros","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:\/\/commercialrelocationpros.com\/?p=1310","og_locale":"en_US","og_type":"article","og_title":"Generative AI Is an Engineering Disaster - Commercial Relocation Pros","og_description":"A shockingly inefficient trillion-dollar project","og_url":"https:\/\/commercialrelocationpros.com\/?p=1310","og_site_name":"Commercial Relocation Pros","article_published_time":"2026-07-14T16:13:21+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/commercialrelocationpros.com\/?p=1310#article","isPartOf":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310"},"author":{"name":"admin","@id":"https:\/\/commercialrelocationpros.com\/#\/schema\/person\/3a3374a445f1b5d4852b1d7c15b9fe3a"},"headline":"Generative AI Is an Engineering Disaster","datePublished":"2026-07-14T16:13:21+00:00","mainEntityOfPage":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310"},"wordCount":1695,"commentCount":0,"image":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310#primaryimage"},"thumbnailUrl":"https:\/\/commercialrelocationpros.com\/wp-content\/uploads\/2026\/07\/f541b5120836158555e5cfeb4b066de6.avif","articleSection":["Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/commercialrelocationpros.com\/?p=1310#respond"]}]},{"@type":"WebPage","@id":"https:\/\/commercialrelocationpros.com\/?p=1310","url":"https:\/\/commercialrelocationpros.com\/?p=1310","name":"Generative AI Is an Engineering Disaster - Commercial Relocation Pros","isPartOf":{"@id":"https:\/\/commercialrelocationpros.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310#primaryimage"},"image":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310#primaryimage"},"thumbnailUrl":"https:\/\/commercialrelocationpros.com\/wp-content\/uploads\/2026\/07\/f541b5120836158555e5cfeb4b066de6.avif","datePublished":"2026-07-14T16:13:21+00:00","author":{"@id":"https:\/\/commercialrelocationpros.com\/#\/schema\/person\/3a3374a445f1b5d4852b1d7c15b9fe3a"},"breadcrumb":{"@id":"https:\/\/commercialrelocationpros.com\/?p=1310#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/commercialrelocationpros.com\/?p=1310"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/commercialrelocationpros.com\/?p=1310#primaryimage","url":"https:\/\/commercialrelocationpros.com\/wp-content\/uploads\/2026\/07\/f541b5120836158555e5cfeb4b066de6.avif","contentUrl":"https:\/\/commercialrelocationpros.com\/wp-content\/uploads\/2026\/07\/f541b5120836158555e5cfeb4b066de6.avif","width":1200,"height":625},{"@type":"BreadcrumbList","@id":"https:\/\/commercialrelocationpros.com\/?p=1310#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/commercialrelocationpros.com\/"},{"@type":"ListItem","position":2,"name":"Generative AI Is an Engineering Disaster"}]},{"@type":"WebSite","@id":"https:\/\/commercialrelocationpros.com\/#website","url":"https:\/\/commercialrelocationpros.com\/","name":"Commercial Relocation Pros","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/commercialrelocationpros.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/commercialrelocationpros.com\/#\/schema\/person\/3a3374a445f1b5d4852b1d7c15b9fe3a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/50b1ad2e498f523425ee0a8cc5180a210646db1622662a3d56cc405d3e0c346a?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/commercialrelocationpros.com"],"url":"https:\/\/commercialrelocationpros.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/posts\/1310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1310"}],"version-history":[{"count":0,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/posts\/1310\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=\/wp\/v2\/media\/1309"}],"wp:attachment":[{"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/commercialrelocationpros.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}