{"id":13796,"date":"2024-02-20T10:48:32","date_gmt":"2024-02-20T10:48:32","guid":{"rendered":"https:\/\/ee.yelkdev.site\/?p=13796"},"modified":"2024-12-09T18:04:59","modified_gmt":"2024-12-09T18:04:59","slug":"how-copilot-and-other-llms-transformed-my-coding-process","status":"publish","type":"post","link":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/","title":{"rendered":"How Copilot and other LLMs transformed my coding process"},"content":{"rendered":"<p>We know that LLMs can help with software development, but which tools can actually save time, and how?<\/p>\n<p>As a software engineer, I was curious to try <a href=\"https:\/\/github.com\/features\/copilot\" target=\"_blank\" rel=\"noopener\">Github Copilot<\/a> and similar more code-specific tools to see if they could help me produce quality code more quickly. I\u2019ve been using several \u201cgeneral\u201d chat based-LLMs such as ChatGPT and Anthropic for eight months now, and I really love them.<\/p>\n<p>In this post, I want to share some of the ways these tools have improved my working practices (and some ways they haven\u2019t).<\/p>\n<h2>Useful applications of LLM tools<\/h2>\n<h3>Simple commands<\/h3>\n<p>Copilot is great at auto-completing those simple commands that I don\u2019t use often. For example, I wanted to get the size of a file in Python. I know that it is \u2018os.path\u2026\u2019, then something about \u2018size\u2019. Copilot successfully auto-completes it to \u2018os.path.getsize\u2019. It seems silly, but these single line completions that would otherwise be a Google search &#8211; however quick &#8211; are still a distraction and break the flow.<\/p>\n<h3>Doing things in unfamiliar languages<\/h3>\n<p>I wanted to create a simple script in AppleScript that allowed me to be able to click a Finder icon and have a new empty file automatically created. I have no experience in AppleScript, and just the thought of having to spend hours searching for examples and explanations would have completely put me off. But with ChatGPT, all I had to do was say \u201cI want an AppleScript that when I right-click I get a new file\u201d, and then follow up with \u201cHow do I deploy this?\u201d I was able to get a new app icon in Finder in just 20 minutes that did exactly what I wanted. I literally couldn\u2019t have done this before.<\/p>\n<h3>Resolving difficult error messages<\/h3>\n<p>We\u2019re all familiar with development problems where our code doesn\u2019t work and you just can\u2019t see what the problem is. It\u2019s the smallest error, and you\u2019ve just been staring at it for too long. You end up painstakingly going through the code, line by line, token by token &#8211; only to find it was something very simple, like using the wrong sort of quote or import statement order. If I even suspect I have this type of problem, I just dump the entire file in ChatGPT, along with the error message, and it almost always quickly shows me where I went wrong.<\/p>\n<h2>Things that didn\u2019t work so well<\/h2>\n<h3>Creating whole function bodies<\/h3>\n<p>I do find that I have almost cognitive dissonance when Copilot creates an entire function body for me. Before even naming the function, I would have mentally planned out what I want my function to do, and when Copilot creates the body for me, I now have to try and figure out what\u2019s happening, and map it to what I would have done. I find that a bit confusing.<\/p>\n<h3>Unit tests<\/h3>\n<p>Lots of people find LLMs such as CodiumAI great for generating unit tests, but my own experience has been that if you need to test multiple scenarios that have a pattern with a subtle difference, the LLM can run ahead of itself generating hundreds of meaningless characters (such as test_case01, test_case02, test_case03, etc.) So, one needs care here.<\/p>\n<h3>You need to pick a tool<\/h3>\n<p>Most IDEs (integrated development environments) allow only one LLM, so it\u2019s difficult to code a single project and compare each LLM, which is unfortunate.<\/p>\n<h2>Tips for making the most of LLMs<\/h2>\n<h3>Prompts matter<\/h3>\n<p>Creating the best possible prompt for an AI tool like Copilot is more of an art than a science. Don\u2019t be afraid to try things out, and learn what works best for different challenges. Clear function names and descriptions are not just good coding practices, they\u2019re also good prompts.<\/p>\n<h3>Ask the LLM for help<\/h3>\n<p>This is purely anecdotal, but I\u2019m convinced that if you\u2019re nice to the LLM, it\u2019ll be nice back to you. So saying , \u2018please help me\u2019 works better than just asking the tool to \u2018write this code\u2019. Try to imagine that the LLM works with you, rather than for you.<\/p>\n<h3>LLMs do sometimes get it wrong<\/h3>\n<p>LLMs can be prone to hallucinations. The code may look right, but really isn\u2019t. If you\u2019re working in a language you know, it\u2019s hopefully easy to spot the error, and you can prompt the LLM to fix this. Regardless, and especially if doing something in a language you are unfamiliar with (like AppleScript), simply running the generated code gives you an error message that you can just feed right back into the same prompt thread and the LLM will often fix it for you.<\/p>\n<h3>Pre-prompt with useful context<\/h3>\n<p>I\u2019ve found that LLM tools need plenty of useful context. Make sure you complete the \u201ccustom instructions\u201d, and don\u2019t be afraid to experiment if they don\u2019t work, because it really matters. For example, ChatGPT begins every response to me with the context that \u201cI am a developer and data engineer, working with SQL and Python\u201d and that \u201cWhen answering, assume I have a python environment with necessary packages installed. When explaining code, always try to give examples.<\/p>\n<p>I haven\u2019t formally measured the impact of LLM tools on my work, but I definitely feel that these tools have reduced lots of points of friction in the development process, making it easier and faster for me to produce better quality code.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We know that LLMs can help with software development, but which tools can actually save time, and how? As a software engineer, I was curious to try Github Copilot and similar more code-specific tools to see if they could help me produce quality code more quickly. I\u2019ve been using several \u201cgeneral\u201d chat based-LLMs such as [&hellip;]<\/p>\n","protected":false},"author":245,"featured_media":20366,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[412,179],"tags":[99,338,740,694],"location":[417],"class_list":["post-13796","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-data","tag-ai","tag-chatgpt","tag-llm-tools","tag-llms"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How Copilot and LLMs Revolutionized My Coding Process<\/title>\n<meta name=\"description\" content=\"Many of us know that LLMs can help with software development, but which tools can actually save time, and how?\" \/>\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.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Copilot and other LLMs transformed my coding process | Equal Experts\" \/>\n<meta property=\"og:description\" content=\"We know that LLMs can help with software development, but which tools can actually save time, and how?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\" \/>\n<meta property=\"og:site_name\" content=\"Equal Experts\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-20T10:48:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-09T18:04:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/B-Blog-Image-TwitterLinkedIn-1024px-x-512px-17.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Neil Murray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How Copilot and other LLMs transformed my coding process | Equal Experts\" \/>\n<meta name=\"twitter:description\" content=\"We know that LLMs can help with software development, but which tools can actually save time, and how?\" \/>\n<meta name=\"twitter:creator\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:site\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neil Murray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\"},\"author\":{\"name\":\"Neil Murray\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/d897ccf8ef13d100f1be78ec3ec5312c\"},\"headline\":\"How Copilot and other LLMs transformed my coding process\",\"datePublished\":\"2024-02-20T10:48:32+00:00\",\"dateModified\":\"2024-12-09T18:04:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\"},\"wordCount\":924,\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png\",\"keywords\":[\"AI\",\"chatGPT\",\"LLM Tools\",\"LLMs\"],\"articleSection\":[\"AI\",\"Data\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\",\"url\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\",\"name\":\"How Copilot and LLMs Revolutionized My Coding Process\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png\",\"datePublished\":\"2024-02-20T10:48:32+00:00\",\"dateModified\":\"2024-12-09T18:04:59+00:00\",\"description\":\"Many of us know that LLMs can help with software development, but which tools can actually save time, and how?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png\",\"width\":1200,\"height\":514,\"caption\":\"How Copilot and other LLMs transformed my coding process\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.equalexperts.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Copilot and other LLMs transformed my coding process\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.equalexperts.com\/#website\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"name\":\"Equal Experts\",\"description\":\"Making Software. Better.\",\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.equalexperts.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.equalexperts.com\/#organization\",\"name\":\"Equal Experts\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"width\":719,\"height\":340,\"caption\":\"Equal Experts\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/EqualExperts\",\"https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/d897ccf8ef13d100f1be78ec3ec5312c\",\"name\":\"Neil Murray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bee315559ac161a7a3e2a5f7cef5e47396587ba41b90ed119dbf8b9f422d05fa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bee315559ac161a7a3e2a5f7cef5e47396587ba41b90ed119dbf8b9f422d05fa?s=96&d=mm&r=g\",\"caption\":\"Neil Murray\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How Copilot and LLMs Revolutionized My Coding Process","description":"Many of us know that LLMs can help with software development, but which tools can actually save time, and how?","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.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/","og_locale":"en_GB","og_type":"article","og_title":"How Copilot and other LLMs transformed my coding process | Equal Experts","og_description":"We know that LLMs can help with software development, but which tools can actually save time, and how?","og_url":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/","og_site_name":"Equal Experts","article_published_time":"2024-02-20T10:48:32+00:00","article_modified_time":"2024-12-09T18:04:59+00:00","og_image":[{"width":1024,"height":512,"url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/B-Blog-Image-TwitterLinkedIn-1024px-x-512px-17.png","type":"image\/png"}],"author":"Neil Murray","twitter_card":"summary_large_image","twitter_title":"How Copilot and other LLMs transformed my coding process | Equal Experts","twitter_description":"We know that LLMs can help with software development, but which tools can actually save time, and how?","twitter_creator":"@EqualExperts","twitter_site":"@EqualExperts","twitter_misc":{"Written by":"Neil Murray","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#article","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/"},"author":{"name":"Neil Murray","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/d897ccf8ef13d100f1be78ec3ec5312c"},"headline":"How Copilot and other LLMs transformed my coding process","datePublished":"2024-02-20T10:48:32+00:00","dateModified":"2024-12-09T18:04:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/"},"wordCount":924,"publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"image":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage"},"thumbnailUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png","keywords":["AI","chatGPT","LLM Tools","LLMs"],"articleSection":["AI","Data"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/","url":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/","name":"How Copilot and LLMs Revolutionized My Coding Process","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage"},"image":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage"},"thumbnailUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png","datePublished":"2024-02-20T10:48:32+00:00","dateModified":"2024-12-09T18:04:59+00:00","description":"Many of us know that LLMs can help with software development, but which tools can actually save time, and how?","breadcrumb":{"@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#primaryimage","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2024\/02\/Blog_Lead-17-1.png","width":1200,"height":514,"caption":"How Copilot and other LLMs transformed my coding process"},{"@type":"BreadcrumbList","@id":"https:\/\/www.equalexperts.com\/blog\/ai\/how-copilot-and-other-llms-transformed-my-coding-process\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.equalexperts.com\/"},{"@type":"ListItem","position":2,"name":"How Copilot and other LLMs transformed my coding process"}]},{"@type":"WebSite","@id":"https:\/\/www.equalexperts.com\/#website","url":"https:\/\/www.equalexperts.com\/","name":"Equal Experts","description":"Making Software. Better.","publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.equalexperts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.equalexperts.com\/#organization","name":"Equal Experts","url":"https:\/\/www.equalexperts.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","width":719,"height":340,"caption":"Equal Experts"},"image":{"@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/EqualExperts","https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true"]},{"@type":"Person","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/d897ccf8ef13d100f1be78ec3ec5312c","name":"Neil Murray","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bee315559ac161a7a3e2a5f7cef5e47396587ba41b90ed119dbf8b9f422d05fa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bee315559ac161a7a3e2a5f7cef5e47396587ba41b90ed119dbf8b9f422d05fa?s=96&d=mm&r=g","caption":"Neil Murray"}}]}},"_links":{"self":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/13796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/users\/245"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/comments?post=13796"}],"version-history":[{"count":0,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/13796\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media\/20366"}],"wp:attachment":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media?parent=13796"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/categories?post=13796"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/tags?post=13796"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/location?post=13796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}