{"id":1189,"date":"2026-04-21T10:00:00","date_gmt":"2026-04-21T09:00:00","guid":{"rendered":"https:\/\/wade.one\/blog\/?p=1189"},"modified":"2026-04-13T15:08:35","modified_gmt":"2026-04-13T15:08:35","slug":"the-difference-between-a-prototype-and-a-system","status":"publish","type":"post","link":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/","title":{"rendered":"The Difference Between a Prototype and a System"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg\" alt=\"Architectural model viewed from above\" style=\"float:right;width:280px;max-width:40%;height:auto;margin:0 0 1rem 1rem\" loading=\"lazy\" \/><\/p>\n<p>A prototype can get away with a lot.<\/p>\n<p>It can be ugly. It can be slightly wrong. It can rely on hand-wavy assumptions and a bit of luck. If it proves a point quickly, that is usually enough. A prototype is there to reduce uncertainty, not to survive the next five years.<\/p>\n<p>A system has a different job.<\/p>\n<p>It has to keep working after the person who built it has moved on. It has to survive growth, awkward edge cases, production failures, and the moment when everyone realizes the happy-path demo was not the whole story. That is where a lot of teams get into trouble. They keep treating something like a prototype long after it has become a system.<\/p>\n<h2>Prototypes are for learning<\/h2>\n<p>When I build something as a prototype, I care about speed and signal.<\/p>\n<p>I want to know whether an approach is viable. I want to see if a workflow feels real. I want to find the part that hurts before I spend too much time pretending it does not hurt. In that phase, I do not need perfect boundaries or beautiful abstractions. I need evidence.<\/p>\n<p>That means a prototype can be intentionally rough. It can have shortcuts, throwaway code, and manual steps. If the point is to answer a question, overengineering it just slows down the answer.<\/p>\n<p>The mistake is forgetting that the prototype was never the final shape.<\/p>\n<h2>Systems are for ownership<\/h2>\n<p>Once something becomes a real system, the rules change.<\/p>\n<p>Now the question is not whether it works in one person\u2019s hands. The question is whether it still works when the context changes. Can someone else understand it? Can you debug it at 2 a.m. without reconstructing the original idea from memory? Can you change it without breaking three unrelated things?<\/p>\n<p>That is where systems need better discipline.<\/p>\n<p>They need clearer boundaries. They need naming that makes sense. They need failure modes that are visible. They need enough structure that the next person does not have to guess what the original author meant.<\/p>\n<h2>The trap is prototype thinking<\/h2>\n<p>A lot of bad systems are just prototypes that outlived their welcome.<\/p>\n<p>You see this when people keep saying, &#8220;we will clean that up later,&#8221; while the thing is already handling real traffic or real users. You see it when the code only makes sense if you remember the conversation that happened six months ago. You see it when every change feels risky because the system was never designed to be maintained, only demonstrated.<\/p>\n<p>That is usually not a code quality problem in the abstract. It is a misunderstanding of what stage the thing is in.<\/p>\n<p>If the system is real, the standards need to rise with it.<\/p>\n<h2>What I look for<\/h2>\n<p>For me, the line is pretty simple.<\/p>\n<p>If the goal is exploration, I allow mess. If the goal is something people depend on, I get stricter.<\/p>\n<p>I start asking different questions:<\/p>\n<ul>\n<li>Will this be obvious to someone who did not build it?<\/li>\n<li>Can we debug it from logs, not just from memory?<\/li>\n<li>What happens when the happy path fails?<\/li>\n<li>Is this still reasonable if it doubles in size?<\/li>\n<li>Would I want to inherit this in six months?<\/li>\n<\/ul>\n<p>If the answer to those questions is shaky, then the thing is probably not a prototype anymore. It is a system that has not been treated like one.<\/p>\n<h2>The useful distinction<\/h2>\n<p>The useful distinction is not &#8220;good&#8221; versus &#8220;bad.&#8221;<\/p>\n<p>It is &#8220;learning&#8221; versus &#8220;owning.&#8221;<\/p>\n<p>Prototypes are allowed to be disposable because they are there to teach you something. Systems are not disposable in the same way. They have to be maintainable, explainable, and boring enough to trust when the pressure is on.<\/p>\n<p>That is the part I think people miss. The work changes when the thing becomes real.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prototypes are allowed to be clever and disposable. Systems are not. The difference shows up when something grows, someone new has to own it, or you need to debug it under pressure.<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[13,25],"tags":[58,50,114,112,113],"class_list":["post-1189","post","type-post","status-publish","format-standard","hentry","category-programming","category-software-engineer","tag-architecture","tag-delivery","tag-maintenance","tag-prototypes","tag-systems"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Difference Between a Prototype and a System - wade.one<\/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:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Difference Between a Prototype and a System - wade.one\" \/>\n<meta property=\"og:description\" content=\"Prototypes are allowed to be clever and disposable. Systems are not. The difference shows up when something grows, someone new has to own it, or you need to debug it under pressure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/\" \/>\n<meta property=\"og:site_name\" content=\"wade.one\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-21T09:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wadewomersley\" \/>\n<meta name=\"twitter:site\" content=\"@wadewomersley\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"The Difference Between a Prototype and a System\",\"datePublished\":\"2026-04-21T09:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/\"},\"wordCount\":640,\"publisher\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\"},\"image\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/02-sri-stanford-research-institute-architectural-model.jpg\",\"keywords\":[\"architecture\",\"delivery\",\"maintenance\",\"prototypes\",\"systems\"],\"articleSection\":[\"Programming\",\"Software Engineer\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/\",\"name\":\"The Difference Between a Prototype and a System - wade.one\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/02-sri-stanford-research-institute-architectural-model.jpg\",\"datePublished\":\"2026-04-21T09:00:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/02-sri-stanford-research-institute-architectural-model.jpg\",\"contentUrl\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/02-sri-stanford-research-institute-architectural-model.jpg\",\"width\":1023,\"height\":853,\"caption\":\"Architectural model viewed from above\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2026\\\/04\\\/21\\\/the-difference-between-a-prototype-and-a-system\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wade.one\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Difference Between a Prototype and a System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/\",\"name\":\"wade.one\",\"description\":\"wade womersley - york based software engineer\",\"publisher\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wade.one\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\",\"name\":\"Wade Womersley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"contentUrl\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"width\":202,\"height\":200,\"caption\":\"Wade Womersley\"},\"logo\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Difference Between a Prototype and a System - wade.one","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:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/","og_locale":"en_GB","og_type":"article","og_title":"The Difference Between a Prototype and a System - wade.one","og_description":"Prototypes are allowed to be clever and disposable. Systems are not. The difference shows up when something grows, someone new has to own it, or you need to debug it under pressure.","og_url":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/","og_site_name":"wade.one","article_published_time":"2026-04-21T09:00:00+00:00","og_image":[{"url":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_creator":"@wadewomersley","twitter_site":"@wadewomersley","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#article","isPartOf":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/"},"author":{"name":"","@id":""},"headline":"The Difference Between a Prototype and a System","datePublished":"2026-04-21T09:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/"},"wordCount":640,"publisher":{"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3"},"image":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#primaryimage"},"thumbnailUrl":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg","keywords":["architecture","delivery","maintenance","prototypes","systems"],"articleSection":["Programming","Software Engineer"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/","url":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/","name":"The Difference Between a Prototype and a System - wade.one","isPartOf":{"@id":"https:\/\/wade.one\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#primaryimage"},"image":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#primaryimage"},"thumbnailUrl":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg","datePublished":"2026-04-21T09:00:00+00:00","breadcrumb":{"@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#primaryimage","url":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg","contentUrl":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2026\/04\/02-sri-stanford-research-institute-architectural-model.jpg","width":1023,"height":853,"caption":"Architectural model viewed from above"},{"@type":"BreadcrumbList","@id":"https:\/\/wade.one\/blog\/2026\/04\/21\/the-difference-between-a-prototype-and-a-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wade.one\/blog\/"},{"@type":"ListItem","position":2,"name":"The Difference Between a Prototype and a System"}]},{"@type":"WebSite","@id":"https:\/\/wade.one\/blog\/#website","url":"https:\/\/wade.one\/blog\/","name":"wade.one","description":"wade womersley - york based software engineer","publisher":{"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wade.one\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3","name":"Wade Womersley","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","url":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","contentUrl":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","width":202,"height":200,"caption":"Wade Womersley"},"logo":{"@id":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":671,"url":"https:\/\/wade.one\/blog\/2013\/12\/09\/phantomjs-custom-module-require-and-create\/","url_meta":{"origin":1189,"position":0},"title":"phantomjs custom module &#8211; require and create","author":"Wade","date":"December 9, 2013","format":false,"excerpt":"Recently I've been working with phantomjs\u00a0in order to do some on-page control without wanting to use an actual browser (phantomjs is headless and requires no X server to be running). One of the first things I wanted to do was created custom modules so I could organise my code clearly.\u2026","rel":"","context":"In &quot;Programming&quot;","block_context":{"text":"Programming","link":"https:\/\/wade.one\/blog\/category\/programming\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":106,"url":"https:\/\/wade.one\/blog\/2009\/09\/14\/the-final-destination-3d\/","url_meta":{"origin":1189,"position":1},"title":"THE Final Destination (3D)","author":"Wade","date":"September 14, 2009","format":false,"excerpt":"In a word: no. In three words: not worth it. Yeah it was gory, but the second one was better (still not beating the first but that had the advantage of being the first.) It followed the plot of the sequels exactly; people avoid a disaster, guy keeps getting premonitions,\u2026","rel":"","context":"In &quot;Films&quot;","block_context":{"text":"Films","link":"https:\/\/wade.one\/blog\/category\/films\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1171,"url":"https:\/\/wade.one\/blog\/2026\/04\/04\/i-trust-boring-infrastructure-more-than-clever-infrastructure\/","url_meta":{"origin":1189,"position":2},"title":"I Trust Boring Infrastructure More Than Clever Infrastructure","author":"Wade","date":"April 4, 2026","format":false,"excerpt":"Clever infrastructure looks impressive in diagrams. Boring infrastructure is usually easier to operate, easier to debug, and much easier to keep alive once real users depend on it.","rel":"","context":"In &quot;Programming&quot;","block_context":{"text":"Programming","link":"https:\/\/wade.one\/blog\/category\/programming\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":341,"url":"https:\/\/wade.one\/blog\/2009\/11\/21\/9-interesting-film-not-sure-about-it\/","url_meta":{"origin":1189,"position":3},"title":"9 &#8211; Interesting film &#8211; Not sure about it.","author":"Wade","date":"November 21, 2009","format":false,"excerpt":"I watched 9 last night and while it certainly was emotional, I was left feeling somewhat let down and confused at the end of it. I'm going to talk about specifics in the film here so if you've not seen it yet and intend to, don't ready anymore. It starts\u2026","rel":"","context":"In &quot;Films&quot;","block_context":{"text":"Films","link":"https:\/\/wade.one\/blog\/category\/films\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/wade.one\/blog\/wp-content\/uploads\/2009\/11\/9-movie-poster.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":269,"url":"https:\/\/wade.one\/blog\/2009\/11\/05\/artificial-black-hole-could-power-space-ships-soon\/","url_meta":{"origin":1189,"position":4},"title":"Artificial Black Hole Could Power Space Ships Soon","author":"Wade","date":"November 5, 2009","format":false,"excerpt":"Artificially generated black holes could provide us with the power to make inter-solar travel a possibility. New research shows how strapping a black hole to your starship might just give you the juice to get to Alpha Centauri. Louis Crane and Shawn Westmoreland of Kansas State University propose a way\u2026","rel":"","context":"In &quot;News&quot;","block_context":{"text":"News","link":"https:\/\/wade.one\/blog\/category\/news\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/comments?post=1189"}],"version-history":[{"count":3,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1189\/revisions"}],"predecessor-version":[{"id":1227,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1189\/revisions\/1227"}],"wp:attachment":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/media?parent=1189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/categories?post=1189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/tags?post=1189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}