{"id":4504,"date":"2026-01-24T03:10:44","date_gmt":"2026-01-24T09:10:44","guid":{"rendered":"https:\/\/ykim.synology.me\/wordpress\/?p=4504"},"modified":"2026-01-24T11:25:05","modified_gmt":"2026-01-24T17:25:05","slug":"how-coding-skills-shift-with-human-ai-contribution","status":"publish","type":"post","link":"https:\/\/ykim.synology.me\/wordpress\/how-coding-skills-shift-with-human-ai-contribution-4504\/","title":{"rendered":"Coding Skills by Human\u2013AI Contribution"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In 2026, the landscape of software engineering has shifted from &#8220;writing code&#8221; to &#8220;orchestrating intelligence.&#8221; The following list sorts these coding skills from the highest human involvement to the highest AI autonomy, along with the tools currently defining each category. <br>Coding skills are ordered by decreasing human involvement, as show below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Human-Centric (Human:AI=90:10)<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> Pure algorithmic thinking, low-level memory management, and high-stakes security auditing where AI hallucinations are unacceptable [1].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> C\/C++, Rust, Neovim, IDA Pro, VS Code, PyCharm.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. Shadow Engineering (Human:AI=75:25)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> The practice of using unauthorized or &#8220;under-the-radar&#8221; AI tools to refactor legacy code or solve complex logic before committing to the official codebase [2].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> Personal LLM instances (Llama 3), ChatGPT (Private mode).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-3-color\">AI-Assisted Coding <\/mark>(Human:AI=60:40)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> The standard &#8220;<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-13-color\">copilot<\/mark>&#8221; experience where AI provides real-time suggestions, documentation, and boilerplate completion [3].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> GitHub Copilot, Tabnine, Amazon CodeWhisperer, Claude, PyCharm.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-3-color\">Co-Development <\/mark>(Human:AI=50:50)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> A collaborative &#8220;<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-13-color\">pair programming<\/mark>&#8221; dynamic where the human and AI take turns driving the architecture and implementation [4].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> Cursor, VS Code with Copilot Chat, Replit Ghostwriter, Claude, PyCharm with JetBrains AI Assistant.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Vibe Coding (Human:AI=40:60)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> Programming by describing the &#8220;<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-13-color\">feel<\/mark>,&#8221; aesthetic, and high-level behavior of an app, allowing the AI to interpret intent rather than strict logic [5].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> Lovable, v0.dev, Bolt.new, Claude.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">6. Prompt-as-Code (Human:AI=30:70)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> Treating prompts as the primary source of truth; prompts are version-controlled, tested, and deployed to generate ephemeral code [6].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> LangChain, Promptfoo, Weights &amp; Biases.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">7. Natural Language Programming (NLP) (Human:AI=20:80)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> Building functional software using plain spoken or written language, abstracting away syntax entirely for the user [7].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> GPT-4o, Claude 3.5 Sonnet, Microsoft Power Apps (Natural Language).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-3-color\">8. Agentic Coding <\/mark>(Human:AI=15:85)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-13-color\">Autonomous agents<\/mark> that can browse a repo, identify a bug, write a fix, run tests, and open a Pull Request with minimal oversight [8].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> Devin, OpenDevin, Sweep.ai, Claude.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">9. Multi-Agent Orchestration (Human:AI=5:95)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summary:<\/strong> The human acts as a &#8220;<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-theme-palette-13-color\">Product Manager<\/mark>&#8221; managing a swarm of AI agents (Architect, Coder, Tester, DevOps) that collaborate to build entire systems [9].<\/li>\n\n\n\n<li><strong>Tools:<\/strong> CrewAI, AutoGen, LangGraph.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Summary Table: 2026 Skill Evolution<\/h2>\n\n\n\n<figure style=\"margin-right:var(--wp--preset--spacing--80);margin-left:var(--wp--preset--spacing--50)\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Skill Category<\/strong><\/td><td><strong>Human Primary Role<\/strong><\/td><td><strong>AI Primary Role<\/strong><\/td><td><strong>Core Tool Example<\/strong><\/td><\/tr><\/thead><tbody><tr><td><strong>High Human<\/strong><\/td><td>Decision &amp; Logic<\/td><td>Syntax Correction<\/td><td>Rust \/ IDA Pro<\/td><\/tr><tr><td><strong>Hybrid<\/strong><\/td><td>Intent &amp; Review<\/td><td>Generation &amp; Execution<\/td><td>Cursor \/ Bolt.new<\/td><\/tr><tr><td><strong>High AI<\/strong><\/td><td>Objective Setting<\/td><td>Strategy &amp; Implementation<\/td><td>Devin \/ CrewAI<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">References<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/spectrum.ieee.org\/ai-coding-human-factor\" target=\"_blank\" rel=\"noreferrer noopener\">IEEE Spectrum: Why Human-Centric Code Still Matters<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.gartner.com\/en\/information-technology\/topics\/ai-in-software-engineering\" target=\"_blank\" rel=\"noreferrer noopener\">Gartner: Managing Shadow AI and Engineering Risks<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/github.blog\/2023-06-27-the-economic-impact-of-the-ai-developer-lifecycle\/\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub: The Economic Impact of AI-Assisted Coding<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/blog.replit.com\/ai-coders\" target=\"_blank\" rel=\"noreferrer noopener\">Replit: The Rise of AI Co-Development<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/a16z.com\/vibe-coding-ui-generation\/\" target=\"_blank\" rel=\"noreferrer noopener\">Andreessen Horowitz: Vibe Coding and the Future of UI\/UX<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/wandb.ai\/site\/solutions\/prompt-engineering\" target=\"_blank\" rel=\"noreferrer noopener\">Weights &amp; Biases: Prompt Engineering as Source Code<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/devblogs.microsoft.com\/dotnet\/ai-natural-language-programming\/\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Blog: Natural Language Programming for Everyone<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cognition.ai\/blog\/introducing-devin\" target=\"_blank\" rel=\"noreferrer noopener\">Cognition Labs: Devin &#8211; The World&#8217;s First AI Software Engineer<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/research\/project\/autogen\/\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Research: AutoGen and Multi-Agent Frameworks<\/a><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Gemini<\/p>\n\n\n\n<!--nextpage-->\n\n\n\n<h1 class=\"wp-block-heading\">Claude\uc758 \ucf54\ub529 \uc2a4\ud0ac \ubd84\ub958 \ubc0f \ud65c\uc6a9 \ubaa8\ub378<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">\uc0ac\uc6a9\uc790\uc758 \ud65c\uc6a9 \ubc29\uc2dd\uc5d0 \ub530\ub77c <strong>Claude<\/strong>\ub294 \uc5ec\ub7ec \uce74\ud14c\uace0\ub9ac\uc5d0 \uac78\uccd0 \ud65c\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 2026\ub144 \ud604\uc7ac Claude\ub294 \ub2e8\uc21c\ud55c \ucc57\ubd07\uc744 \ub118\uc5b4 API\uc640 Artifacts \uae30\ub2a5\uc744 \ud1b5\ud574 \uac1c\ubc1c \uc0dd\ud0dc\uacc4\uc758 \ud575\uc2ec\uc73c\ub85c \uc790\ub9ac \uc7a1\uc558\uc2b5\ub2c8\ub2e4. Claude\uac00 \ud3ec\ud568\ub418\ub294 \uc8fc\uc694 \ucf54\ub529 \uc2a4\ud0ac \ubc94\uc8fc\ub97c \uc778\uac04 \uac1c\uc785 \ube44\uc911\uc774 \ub192\uc740 \uc21c\uc11c\ub300\ub85c \ubd84\ub958\ud558\uba74 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. AI-Assisted Coding (AI \ubcf4\uc870 \ucf54\ub529)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\ud65c\uc6a9 \ubc29\uc2dd:<\/strong> VS Code\ub098 IntelliJ \uac19\uc740 IDE \ub0b4\uc5d0\uc11c Claude API\ub97c \uc5f0\uacb0\ud558\uc5ec \ucf54\ub4dc \uc870\uac01\uc744 \uc81c\uc548\ubc1b\uac70\ub098 \uc5d0\ub7ec \ub85c\uadf8\ub97c \ubd84\uc11d\ud560 \ub54c\uc785\ub2c8\ub2e4 [1].<\/li>\n\n\n\n<li><strong>\ud2b9\uc9d5:<\/strong> \uac1c\ubc1c\uc790\uac00 \uc9c1\uc811 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\ub2e4\uac00 \ub9c9\ud788\ub294 \ubd80\ubd84\uc5d0\uc11c Claude\uc5d0\uac8c &#8220;\uc774 \ud568\uc218\ub97c \ucd5c\uc801\ud654\ud574\uc918&#8221;\ub77c\uace0 \uc694\uccad\ud558\ub294 \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \ud615\ud0dc\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. Co-Development (\ud611\uc5c5 \uac1c\ubc1c)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\ud65c\uc6a9 \ubc29\uc2dd:<\/strong> <strong>Claude Artifacts<\/strong> \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2e4\uc2dc\uac04\uc73c\ub85c \ucf54\ub4dc\ub97c \ub80c\ub354\ub9c1\ud558\uace0, \uc778\uac04\uacfc AI\uac00 UI\/UX\ub97c \ud568\uaed8 \uc218\uc815\ud574 \ub098\uac00\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4 [2].<\/li>\n\n\n\n<li><strong>\ud2b9\uc9d5:<\/strong> \uac1c\ubc1c\uc790\uac00 \uae30\ud68d\uc744 \uc804\ub2ec\ud558\uba74 Claude\uac00 \ud504\ub85c\ud1a0\ud0c0\uc785\uc744 \ub9cc\ub4e4\uace0, \ub2e4\uc2dc \uac1c\ubc1c\uc790\uac00 \uc138\ubd80 \ub85c\uc9c1\uc744 \uc218\uc815\ud558\ub294 \uae34\ubc00\ud55c \ud611\uc5c5\uc774 \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. Vibe Coding (\ubc14\uc774\ube0c \ucf54\ub529)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\ud65c\uc6a9 \ubc29\uc2dd:<\/strong> Claude 3.5 Sonnet\uc774\ub098 \ucc28\uc138\ub300 \ubaa8\ub378\uc5d0\uac8c \ucd94\uc0c1\uc801\uc778 \uc758\ub3c4(\uc608: &#8220;\uc138\ub828\ub41c \ub300\uc2dc\ubcf4\ub4dc \ud558\ub098 \ub9cc\ub4e4\uc5b4\uc918&#8221;)\ub9cc \uc804\ub2ec\ud558\uc5ec \uc804\uccb4 \ud504\ub860\ud2b8\uc5d4\ub4dc \ucf54\ub4dc\ub97c \uc0dd\uc131\ud560 \ub54c\uc785\ub2c8\ub2e4 [3].<\/li>\n\n\n\n<li><strong>\ud2b9\uc9d5:<\/strong> \uc0ac\uc6a9\uc790\uac00 \uc5c4\uaca9\ud55c \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc758 \ubb38\ubc95\uc744 \uc9c0\ud0a4\uc9c0 \uc54a\uace0 \uc624\uc9c1 &#8216;\ub300\ud654\uc758 \ub290\ub08c&#8217;\ub9cc\uc73c\ub85c \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uad6c\ucd95\ud558\ub294 \ubc29\uc2dd\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Agentic Coding (\uc5d0\uc774\uc804\ud2f1 \ucf54\ub529)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\ud65c\uc6a9 \ubc29\uc2dd:<\/strong> <strong>Claude\uc758 Computer Use<\/strong> \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec, Claude\uac00 \uc2a4\uc2a4\ub85c \ube0c\ub77c\uc6b0\uc800\ub97c \uc5f4\uace0 \ud130\ubbf8\ub110\uc5d0 \uba85\ub839\uc5b4\ub97c \uc785\ub825\ud558\uba70 \ubc84\uadf8\ub97c \uc7a1\ub3c4\ub85d \uc2dc\ud0a4\ub294 \ub2e8\uacc4\uc785\ub2c8\ub2e4 [4].<\/li>\n\n\n\n<li><strong>\ud2b9\uc9d5:<\/strong> \uc778\uac04\uc740 &#8220;\ub85c\uadf8\uc778 \ud398\uc774\uc9c0\uc758 \uc624\ub958\ub97c \uace0\uccd0&#8221;\ub77c\ub294 \ubaa9\ud45c\ub9cc \ubd80\uc5ec\ud558\uace0, Claude\uac00 \uc5d0\uc774\uc804\ud2b8\ub85c\uc11c \uc790\uc728\uc801\uc73c\ub85c \ud30c\uc77c \ud0d0\uc0c9\uacfc \ucf54\ub4dc \uc218\uc815\uc744 \uc218\ud589\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\uc694\uc57d: Claude\uc758 \uc704\uce58<\/h2>\n\n\n\n<figure style=\"margin-right:var(--wp--preset--spacing--80);margin-bottom:0;margin-left:var(--wp--preset--spacing--50)\" class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\uc0ac\uc6a9 \ud615\ud0dc<\/th><th>\ud574\ub2f9 \uc2a4\ud0ac\uc14b<\/th><th>\uc778\uac04 \ube44\uc911<\/th><th>\uc8fc\uc694 \ub3c4\uad6c\/\uae30\ub2a5<\/th><\/tr><\/thead><tbody><tr><td>IDE \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8<\/td><td><strong>AI-Assisted<\/strong><\/td><td>60%<\/td><td>Claude Dev, Continue.dev [1]<\/td><\/tr><tr><td>\uc2e4\uc2dc\uac04 \ud611\uc5c5 \ub80c\ub354\ub9c1<\/td><td><strong>Co-Development<\/strong><\/td><td>50%<\/td><td>Claude Artifacts [2]<\/td><\/tr><tr><td>\uc758\ub3c4 \uae30\ubc18 \uc0dd\uc131<\/td><td><strong>Vibe Coding<\/strong><\/td><td>40%<\/td><td>Claude.ai Chat [3]<\/td><\/tr><tr><td>\uc790\uc728\uc801 \ubb38\uc81c \ud574\uacb0<\/td><td><strong>Agentic Coding<\/strong><\/td><td>15%<\/td><td>Claude Computer Use \/ API [4]<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">References<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/github.blog\/2023-06-27-the-economic-impact-of-the-ai-developer-lifecycle\/\" target=\"_blank\" rel=\"noopener\">GitHub: The Economic Impact of AI-Assisted Coding<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.anthropic.com\/news\/claude-3-5-sonnet\" target=\"_blank\" rel=\"noopener\">Anthropic: Introducing Artifacts on Claude.ai<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/search?q=https:\/\/a16z.com\/vibe-coding-ui-generation\/\" target=\"_blank\" rel=\"noopener\">Andreessen Horowitz: Vibe Coding and the Future of UI\/UX<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.anthropic.com\/news\/3-5-models-and-computer-use\" target=\"_blank\" rel=\"noopener\">Anthropic: Introducing Computer Use on Claude<\/a><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Gemini<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>In 2026, the landscape of software engineering has shifted from &#8220;writing code&#8221; to &#8220;orchestrating intelligence.&#8221; The following list sorts these coding skills from the highest human involvement to the highest AI autonomy, along with the tools currently defining each category. Coding skills are ordered by decreasing human involvement, as show below. 1. Human-Centric (Human:AI=90:10) 2&#8230;.<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","fifu_image_url":"","fifu_image_alt":"","iawp_total_views":0,"footnotes":""},"categories":[10,40],"tags":[],"class_list":["post-4504","post","type-post","status-publish","format-standard","hentry","category-software-slug","category-coding-slug"],"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/posts\/4504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/comments?post=4504"}],"version-history":[{"count":10,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/posts\/4504\/revisions"}],"predecessor-version":[{"id":4521,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/posts\/4504\/revisions\/4521"}],"wp:attachment":[{"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/media?parent=4504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/categories?post=4504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ykim.synology.me\/wordpress\/wp-json\/wp\/v2\/tags?post=4504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}