{"id":33893,"date":"2026-05-27T16:00:21","date_gmt":"2026-05-27T14:00:21","guid":{"rendered":"https:\/\/www.angulararchitects.io\/blog\/ai-apps-harnesses-for-angular\/"},"modified":"2026-06-04T14:50:34","modified_gmt":"2026-06-04T12:50:34","slug":"ai-apps-harnesses-for-angular","status":"publish","type":"post","link":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/","title":{"rendered":"Agentic: Which App\/Harness Is Best for Angular Development?"},"content":{"rendered":"<div class=\"wp-post-series-box series-agentic-engineering wp-post-series-box--expandable\">\n\t\t\t<input id=\"collapsible-series-agentic-engineering6a229eacc8d64\" class=\"wp-post-series-box__toggle_checkbox\" type=\"checkbox\">\n\t\n\t<label\n\t\tclass=\"wp-post-series-box__label\"\n\t\t\t\t\tfor=\"collapsible-series-agentic-engineering6a229eacc8d64\"\n\t\t\ttabindex=\"0\"\n\t\t\t\t>\n\t\t<p class=\"wp-post-series-box__name wp-post-series-name\">\n\t\t\tThis is post 2 of 4 in the series <em>&ldquo;Agentic Engineering&rdquo;<\/em>\t\t<\/p>\n\t\t\t<\/label>\n\n\t\t\t<div class=\"wp-post-series-box__posts\">\n\t\t\t<ol>\n\t\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/best-llms-for-angular\/\">Agentic Engineering: Which LLM Is Best for Angular Development?<\/a><\/li>\n\t\t\t\t\t\t\t\t\t<li><span class=\"wp-post-series-box__current\">Agentic: Which App\/Harness Is Best for Angular Development?<\/span><\/li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-costs-for-angular\/\">Agentic Engineering: What Does AI Coding Really Cost?<\/a><\/li>\n\t\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-data-privacy-for-angular\/\">Agentic Engineering: What Do AI Coding Tools Do With Your Code?<\/a><\/li>\n\t\t\t\t\t\t\t<\/ol>\n\t\t<\/div>\n\t<\/div>\n<p>In my <a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/best-llms-for-angular\/\">last post<\/a>, published yesterday, I wrote about which LLMs I currently like to use for <em>Angular<\/em> development and promised a follow-up about the apps and harnesses around them. This is that follow-up.<\/p>\n<p>It is the second post in this small series. The follow-ups look at <a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-costs-for-angular\/\">costs<\/a> and the <a href=\"https:\/\/www.angulararchitects.io\/blog\/ai-data-privacy-angular\/\">data and privacy side<\/a> of agentic coding.<\/p>\n<h2>From Models to Agent Harnesses<\/h2>\n<p>Picking the model is only half the picture. The same <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-7\">Opus 4.7<\/a> behaves very differently in a JetBrains chat window, in <a href=\"https:\/\/www.anthropic.com\/product\/claude-code\">Claude Code<\/a> on the terminal, or wrapped in <a href=\"https:\/\/cursor.com\/download\/\">Cursor<\/a>'s agent mode. The harness decides how the model sees your code, how it edits files, how it runs tools, how much it verifies, and whether it feels like autocomplete, a helpful assistant, or a real agent. For serious <em>Angular<\/em> work, that part matters <strong>at least as much as the underlying model<\/strong>.<\/p>\n<p>So this post is about the other half: the apps, IDE integrations, and agentic coding tools I've used over the last few months. I'll move from classic Copilot-style autocomplete to IDE agents and today's super apps, and then explain where Codex, Claude desktop app, Cursor, Antigravity, VS Code, and WebStorm currently fit (or don't) into my daily <em>Angular<\/em> workflow. I also want to look a little bit at the product philosophy behind these tools, because that often explains the day-to-day experience better than a feature checklist.<\/p>\n<h2>This Is Not a Benchmark<\/h2>\n<p>Before we go any further, one important disclaimer: this is not a scientific benchmark, not a universal ranking, and definitely not the final truth about AI coding tools. It is my <strong>subjective opinion<\/strong> based on my own daily work with <em>Angular<\/em> projects, workshops, code reviews, refactorings, and experiments over the last few months.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-overview.png\" alt=\"Apps\/Harnesses Overview\" \/><\/p>\n<p>The sketch above is a very simplified overview of the different tools and how I see them in terms of their capabilities and my personal preferences. It is not meant to be an objective comparison, but rather a visual aid to understand my current opinion of these apps and harnesses.<\/p>\n<p>Your workflow might be different. Your team might have different constraints. Your preferred IDE, operating system, budget, company policies, and tolerance for agentic autonomy might lead to a completely different result.<\/p>\n<p>So please, read this post as a practical field report from my current setup, not as a neutral lab test.<\/p>\n<h2>TL;DR: My Current Setup<\/h2>\n<p>If you only have thirty seconds: my daily drivers for <em>Angular<\/em> work are currently <strong>Codex<\/strong> (with GPT 5.5) and the <strong>Claude desktop app<\/strong> (with Opus 4.7), used roughly interchangeably. Codex has the more polished app experience, while the Claude desktop app gives me access to the Opus models I trust most for architecture, design, and larger refactorings. <strong>Cursor<\/strong> with Composer 2.5 is a strong third option, especially when speed, cost, IDE integration, or cloud agents matter. <strong>Antigravity<\/strong> is interesting but, in my opinion, not yet on the same level. And whenever I do real handcrafting, I still happily switch back to <strong>WebStorm<\/strong>.<\/p>\n<p>All of this assumes a strict human-in-the-loop workflow: <strong>I review every diff<\/strong>, and I expect every line of generated code to look as if I had written it myself.<\/p>\n<h2>My AI Coding Journey<\/h2>\n<p>To explain where I ended up, I first need to show the path that got me there. I'll start with the more traditional IDE integrations and then move on to the newer agentic coding apps.<\/p>\n<h3>WebStorm + GitHub Copilot<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-webstorm.png\" alt=\"WebStorm by JetBrains\" \/><\/p>\n<p>For over a decade PhpStorm (starting in my WordPress era) and later <a href=\"https:\/\/www.jetbrains.com\/webstorm\/\">WebStorm<\/a> have been my main IDEs for web development. So when <a href=\"https:\/\/github.com\/features\/copilot\">GitHub Copilot<\/a> launched, it was a natural choice to try it out in WebStorm. It was one of the first AI coding tools I used, and it had a big impact on how I thought about AI-assisted coding.<\/p>\n<p>I just looked up in my GitHub <a href=\"https:\/\/github.com\/account\/billing\/history\">Billing History<\/a> and noticed that I've been using Copilot since 2023-10-27. That's exactly 31 months ago. What a journey. For the most part of that time - let's say the first 25 months, I used GitHub Copilot in WebStorm (and <a href=\"https:\/\/code.visualstudio.com\/download\">VS Code<\/a>), which was a great way to get started with AI-assisted coding. It felt like a natural extension of the IDE's existing autocomplete features, and it worked well for small code snippets and boilerplate.<\/p>\n<p>However, it also had its limitations. It often struggled with larger code contexts, complex <em>Angular<\/em> patterns, and multi-file refactorings. In particular, it was usually <strong>a step or two behind modern <em>Angular<\/em> APIs<\/strong>: it kept suggesting <code>NgModule<\/code>-based code long after standalone components had become the default, leaned on <code><em>ngIf<\/code> and <code><\/em>ngFor<\/code> instead of the new control flow syntax, and rarely reached for signals, <code>input()<\/code> or <code>output()<\/code> on its own. It was more of a helper for writing code than a partner for driving larger coding workflows. And sometimes it just was pretty annoying, suggesting irrelevant or incorrect code that I had to manually reject.<\/p>\n<p>In 2025, I also experimented quite a bit with Cursor. However, I still didn't like the VS Code clone too much and preferred to stay in my beloved JetBrains editors.<\/p>\n<h3>WebStorm + AI Assistant + Junie + Opus 4.5<\/h3>\n<p>Switch to November 2025 when <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-5\">Opus 4.5<\/a> was released. People on social platforms got pretty excited and also some of my friends pushed me to try the new model. So again, I followed the easy path and I started to use the new model through AI Assistant and Junie in WebStorm.<\/p>\n<p>For context: <a href=\"https:\/\/www.jetbrains.com\/ai\/ai-assistant-features\/\">JetBrains AI Assistant<\/a> is the AI layer built directly into JetBrains IDEs like WebStorm. It gives you the typical IDE-integrated AI features: chat, code explanations, code generation, documentation help, code completion, and smaller edits in the context of the project. The same AI Assistant interface is also becoming more of a hub for different agents and providers, so depending on your setup you can use tools like Junie, Claude, Codex or even Cursor and a lot more from inside the JetBrains workflow.<\/p>\n<p><a href=\"https:\/\/www.jetbrains.com\/help\/ai-assistant\/junie-agent.html\">Junie<\/a> is JetBrains' own more agentic coding tool. Instead of only answering questions or completing snippets, it can take a task, create a plan, edit multiple files, run commands or tests if you allow it, and iterate inside the IDE.<\/p>\n<p>But then, since I was using <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-6\">Claude Opus 4.6<\/a> most of the time, I wanted to experiment with different harnesses for that model. So I came to a new workflow where I used VS Code with the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=Anthropic.claude-code\">Claude Code extension<\/a> for my agentic coding.<\/p>\n<h3>VS Code + Claude Code + Opus 4.6<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-vs-code.png\" alt=\"VS Code by Microsoft\" \/><\/p>\n<p>A few weeks after <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-6\">Opus 4.6<\/a> was released to the public, I think it was around the end of November, I started to look more seriously for the best harness for that model. Until then, I mostly thought about the model itself: is it good enough, fast enough, and useful enough for real <em>Angular<\/em> work? But the more I compared the different tools, the more obvious it became that <strong>the surrounding app matters a lot<\/strong>.<\/p>\n<p>VS Code was a natural candidate for that experiment. I never loved it as much as my JetBrains IDEs, but I knew it well from the work in my <a href=\"https:\/\/www.angulararchitects.io\/en\/trainer\/alexander-thalhammer\/\"><em>Angular Architects<\/em> workshops<\/a>, where many participants use it as their main editor. And with the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=Anthropic.claude-code\">Claude Code extension<\/a> in VS Code, I had the first setup where Opus really felt <strong>stronger because of the harness<\/strong> around it. Suddenly Opus could read across an entire <em>Angular<\/em> feature folder, follow a signal from <code>computed()<\/code> back to its source, and propose multi-file edits that respected my standalone-component setup, my routing, and even my <code>providedIn: &#039;root&#039;<\/code> services without me having to spoon-feed it the context.<\/p>\n<p>That was the moment where I started to think: OK, this is <strong>not only about the LLM anymore<\/strong>. Well and that was even before I tried the Agentic coding apps or what I like to call them <em>super apps<\/em> for the first time.<\/p>\n<h2>Beyond IDE: Agentic Coding Apps (Super Apps)<\/h2>\n<p>After using VS Code for my agentic coding for about a month or so, I was ready to start a new journey.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-super-apps.png\" alt=\"Super App Candidates\" \/><\/p>\n<p>In the screenshot above, you can see the four main apps I currently use for agentic coding: Claude desktop app, Codex, Cursor, and Antigravity. Oh boy they really look the same, don't they?<\/p>\n<p>To be clear, I strictly follow a human-in-the-loop workflow here. That is because I care a lot about <strong>clean code and high-quality code<\/strong>. Some people think that the quality of the codebase does not, or will not, matter anymore in the future. I strongly disagree with that view, although I accept it as a fair point that challenges my own position.<\/p>\n<p>At first glance, these tools look like different skins around the same idea. But the more I use them, the more I think they are actually making <strong>different bets<\/strong>. The Claude desktop app feels terminal-first and model-first: give a strong model a lot of tool access and let it work. Codex feels app-first and verification-first: keep the interface calm, use the local environment when possible, and make the agent prove more of its work. Cursor feels IDE- and cloud-first: keep the editor close, but also make it possible to run agents somewhere else and bring the result back into the team workflow.<\/p>\n<h3>Claude desktop app + Opus 4.7<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-claude-code.png\" alt=\"Claude desktop app by Anthropic\" \/><\/p>\n<p>That is why I really care about reviewing everything these tools do, and I want every line of code to look exactly <strong>as if I had handcrafted it<\/strong>. Since the Claude desktop app and the VS Code extension share the same underlying Claude Code agent harness, the app already felt familiar to me. The Claude CLI is the canonical surface; the desktop app and the VS Code\/JetBrains extensions are different front-ends that drive that same harness.<\/p>\n<p>To be honest, I have never been much of a CLI guy (nor Linux - I prefer MacOS - but I love Android), so I really prefer using a fancy desktop app. But I fully understand that this is a pure personal preference. And yeah, that's all I can say to that.<\/p>\n<p>So basically, the first one of these super apps that I really used on a day-to-day basis was the <a href=\"https:\/\/www.anthropic.com\/product\/claude-code\">Claude desktop app<\/a>. By the way, it also offers a Co-working tab, which is supposed to be the right choice for knowledge workers, while the Code tab is the choice for us developers.<\/p>\n<p>The big strength of Claude Code is still the <strong>terminal story<\/strong>. It met developers where many of them already live, and that is probably one reason why adoption was so fast. The downside is that this also shapes the whole product: images, rich UI, visual verification, and desktop-app polish will always feel a bit different when the canonical workflow is the CLI. I also notice that Claude Code is very willing to spend tokens if that makes the agent feel more capable, for example with subagents or larger parallel explorations. That can be great for difficult tasks, but it is something I want to keep an eye on when cost and focus matter.<\/p>\n<p>For <em>Angular<\/em> work specifically, Claude Code with Opus 4.7 is the <strong>harness I trust most<\/strong> when a task spans the whole stack: introducing a new feature module, migrating an older area to standalone components and signals, or refactoring a non-trivial RxJS pipeline into a cleaner mix of signals and <code>toSignal()<\/code>. It also handles the boring-but-important parts well, like keeping <code>app.config.ts<\/code>, route definitions, and lazy-loaded feature routes in sync after a rename.<\/p>\n<h3>Codex + GPT 5.5<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-codex.png\" alt=\"Codex by OpenAI\" \/><\/p>\n<p>And that is already a big difference compared with the <a href=\"https:\/\/openai.com\/codex\/\">Codex app<\/a> by OpenAI, because Codex does not split these workflows into separate apps. Instead, it combines coding and co-working in just one app.<\/p>\n<p>Again, starting to use Codex at the end of April felt familiar because it more or less had the same interface as the Claude desktop app. But from day one, I had the feeling that there were fewer bugs and that the Codex app, and therefore the GPT harness, <strong>just worked<\/strong> most of the time.<\/p>\n<p>What I like about Codex is that it usually feels <strong>less theatrical<\/strong>. There is less visual noise, fewer little productivity animations, and more focus on the task, the diff, the terminal output, and the verification. That sounds boring, but for me boring is often good when I work on real code. I especially like the direction around using the machine and environment I already have configured instead of pretending that every project is easy to run in a clean cloud sandbox. For an <em>Angular<\/em> application with local setup, browser checks, environment variables, internal packages, and maybe a slightly weird test configuration, that matters a lot.<\/p>\n<p>And there is another practical detail I really like: <a href=\"https:\/\/openai.com\/index\/work-with-codex-from-anywhere\/\">Codex can now be controlled from the smartphone<\/a> while it still uses the desktop machine as the actual working environment. So I can start or continue a task from the couch, the train, or wherever, without moving the whole project into a cloud runner. Of course, I still review the diff properly later, but for keeping an agent moving this is very convenient.<\/p>\n<p>So my personal verdict would be that the Codex app is <strong>superior<\/strong> to the Claude desktop app. However, the underlying models in the Claude desktop app, Opus 4.5, 4.6, and 4.7, are still <strong>superior<\/strong> to <a href=\"https:\/\/openai.com\/index\/introducing-gpt-5-5\/\">GPT 5.5<\/a> in many cases, especially in the fields I mentioned in the last post, such as architecture, design, and more.<\/p>\n<p>In day-to-day <em>Angular<\/em> tasks, though, the gap is often <strong>smaller than the model benchmarks suggest<\/strong>. Codex with GPT 5.5 is very strong at the kind of work that fills most of my week: writing or updating standalone components, generating Vitest or Jasmine specs that actually use <code>TestBed<\/code>, scaffolding signal-based stores, and producing usable Signal Forms code. Where I still reach for the Claude desktop app is the harder, more design-heavy work, for example shaping a new feature's component tree or untangling a legacy service.<\/p>\n<h3>Cursor + Composer 2.5<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-cursor.png\" alt=\"Cursor\" \/><\/p>\n<p>Once I decided to do a workshop about agentic coding, I realized I had to try out all the available options and not just use my favorite ones. So of course, one candidate for the best super app, or in other words, agentic coding app, is <a href=\"https:\/\/cursor.com\/download\/\">Cursor<\/a>.<\/p>\n<p>Cursor, basically a VS Code fork, was one of the first IDEs to really focus on agentic coding and agentic workflows, and many people started to use these workflows much earlier than I did. But in the past, let's say at the beginning of 2025, I had the feeling that the code generation was not really good enough for my requirements.<\/p>\n<p>Nevertheless, Cursor recently announced a <a href=\"https:\/\/cursor.com\/blog\/spacex-model-training\">major deal with SpaceXAI<\/a> that gives SpaceXAI the option to acquire Cursor for 60 billion dollars, or to pay 10 billion dollars for their partnership instead. So this is no longer only a small IDE story.<\/p>\n<p>So why are Cursor and SpaceXAI such a good match? Because SpaceXAI has huge compute with <a href=\"https:\/\/www.tomshardware.com\/pc-components\/gpus\/nvidia-backs-20-billion-xai-chip-deal\">Colossus 2<\/a>, while Cursor has a ton of collected user data and usage statistics. Together, they are about to enter, or have already entered, the frontier stage of agentic coding.<\/p>\n<p>By the way, <a href=\"https:\/\/cursor.com\/download\/\">Cursor<\/a> and <a href=\"https:\/\/cursor.com\/changelog\/composer-2-5\">Composer 2.5<\/a> are also super fast, and they can be a <strong>cheap alternative<\/strong> if you really have to pay for the tokens and cannot use the subsidized OpenAI or Anthropic subscription model. But more on the costs of using these tools in <a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-costs-for-angular\/\">the next post<\/a>.<\/p>\n<p>The part I had underestimated is <strong>Cursor's cloud story<\/strong>. I used to think of Cursor mostly as the AI-first VS Code clone. That is still part of it, of course, but the more interesting direction is letting agents run away from my local machine and come back with a result. If your team wants to trigger work from Slack, run several agents in parallel, or give non-developers a safe way to start small engineering tasks, Cursor's <a href=\"https:\/\/cursor.com\/blog\/cloud-agents\">cloud agents<\/a> become much more interesting than the editor alone. Of course, this also makes the <a href=\"https:\/\/www.angulararchitects.io\/blog\/ai-data-privacy-angular\/\">data and policy side<\/a> more important.<\/p>\n<p>For <em>Angular<\/em> specifically, I found Composer 2.5 most useful for the mechanical kind of refactor: renaming a service across an entire feature, converting a class-based <a href=\"mailto:code&gt;@Input()&lt;\/code\">code>@Input()<\/code<\/a> to the new <code>input()<\/code> signal API, or rewriting a template from <code><em>ngIf<\/code>\/<code><\/em>ngFor<\/code> to the new <a href=\"mailto:code&gt;@if&lt;\/code\">code>@if<\/code<\/a>\/<a href=\"mailto:code&gt;@for&lt;\/code\">code>@for<\/code<\/a> control flow. It is <strong>fast enough to feel interactive<\/strong>, and that speed changes how often you actually run a refactor instead of postponing it.<\/p>\n<h3>Antigravity + Gemini 3.5 Flash<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-antigravity.png\" alt=\"Antigravity by Google\" \/><\/p>\n<p>A little more than a week ago, Google also announced a new release at <a href=\"https:\/\/blog.google\/innovation-and-ai\/technology\/developers-tools\/google-io-2026-developer-highlights\/\">Google I\/O<\/a>, where they presented the new agentic coding app called <a href=\"https:\/\/antigravity.google\/download\">Antigravity 2.0<\/a>. The interesting thing is that they transformed Antigravity from an IDE with an included agentic coding workflow into a super app similar to the Claude desktop app and Codex. If you compare the user interface to Codex, it almost feels like a one-to-one copy, which is good because I think Codex currently has the <strong>best user interface<\/strong> of all the options.<\/p>\n<p>The former IDE is now kind of an integrated sub-app that can be triggered from the Antigravity app whenever needed. This is actually a really good idea, and I like it very much. The same idea already exists in Codex, where you can open your preferred IDE. In my case, that would be WebStorm, of course. For whatever reason, the Claude desktop app is missing that feature.<\/p>\n<p>So while this 2.0 release is definitely a big step in the right direction, I personally don't think Antigravity is competitive with the other options yet. There are two reasons for that. First, the app still <strong>feels clunky and buggy<\/strong>, and it has fewer settings than the other apps, so it just does not feel as mature. Second, yes, you can use other models, but I think the real point of using Antigravity is to use it with <a href=\"https:\/\/blog.google\/innovation-and-ai\/models-and-research\/gemini-models\/gemini-3-5\/\">Gemini models<\/a>, especially Gemini 3.5 Flash in the new Antigravity 2.0 setup. Usage for models like Opus 4.6 has recently been reduced, and I guess it will be reduced even more in the future.<\/p>\n<p>On <em>Angular<\/em> tasks, Gemini 3.5 Flash is genuinely capable, and its speed is useful when you want fast iterations over a whole feature module or a long template. But in practice I still see it default to slightly older <em>Angular<\/em> idioms more often than Opus 4.7 or GPT 5.5, especially around signals and the new control flow. With clear guardrails it gets there, but it currently <strong>needs more steering<\/strong> than the other two.<\/p>\n<h3>Open Source Alternatives to the Big Ones<\/h3>\n<p>Beyond the big names, I would also keep an eye on <a href=\"https:\/\/opencode.ai\/\">OpenCode<\/a> and <a href=\"https:\/\/t3.codes\/\">T3 Code<\/a>. OpenCode is a solid open-source, terminal-first option if you want a model-agnostic agent and bring your own provider setup. T3 Code is interesting for the opposite reason: it gives you an open-source GUI on top of the agents you may already pay for, like Claude Code, Codex CLI, OpenCode, or Cursor.<\/p>\n<h3>But I'm super happy with working in the terminal<\/h3>\n<p>Fair enough. If you love the terminal, you can absolutely keep using it, but I no longer think it is obviously the best default for agentic coding. <strong>Apps make it easier<\/strong> to review diffs, manage several agents, use screenshots or browser checks, continue from the phone, and turn work into PRs. But that is personal preference, and I don't want to force anybody into my workflow.<\/p>\n<p>If you are still happiest in the terminal, <a href=\"https:\/\/pi.dev\/\">Pi<\/a> is probably the option I would suggest trying first. It is a minimal terminal coding harness with <code>AGENTS.md<\/code> support, skills, extensions, tree-structured sessions, and many model providers. It feels less like a sealed product and more like something you can adapt to your own workflow.<\/p>\n<h2>Which Coding Agent Harness Would I Choose Today?<\/h2>\n<p>Okay, that was either a lot of information to digest, or you were already familiar with all the super apps and IDEs I mentioned. So let's try to summarize the current state of my workflow and which harnesses I prefer for different tasks.<\/p>\n<p>My two favorite tools are definitely Codex and the Claude desktop app. I would put them <strong>roughly on par<\/strong>. I use them daily for almost everything, and I feel really lucky that I can use these tools through subsidized subscription models. More on costs in <a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-costs-for-angular\/\">the next post<\/a>.<\/p>\n<p>While preparing the upcoming workshop, I also found out that Cursor has really become a super app and that it supports agentic workflows very well. All three are capable of code generation, code review, modernization, refactoring, and writing tests in your <em>Angular<\/em> codebases.<\/p>\n<p>The practical difference is not only which one can solve a given prompt. It is also <strong>how it tries to solve it<\/strong>. Claude Code is great when I want to give a strong model a lot of freedom and let it explore. Codex is great when I want a calmer engineering tool that uses my local setup and keeps verification close to the work. Cursor is great when the work should move beyond my own machine into an IDE, browser, cloud, or team workflow.<\/p>\n<p>For Antigravity, however, I still see a lot of work for the Google teams before it reaches the level of the other three apps. And of course, those other apps will continue to improve as well.<\/p>\n<p>For my beloved IDE WebStorm, I see <strong>difficult times ahead<\/strong>. I hope the JetBrains team will be able to catch up with the other apps in terms of productivity and usability when using these models for agentic tasks. There is still a big benefit to using IDEs, and they also allow you to choose between several model providers. Even Cursor allows you to do that, whereas Codex and the Claude desktop app want to lock you into one LLM provider.<\/p>\n<p>So today, I'll still stick with Codex and the Claude desktop app. But maybe in a month or so, I might already be switching to the next super app. We will see.<\/p>\n<h2>Agentic Engineering Workshop<\/h2>\n<p>This is also why I don't think about harnesses in isolation: the model, the app, my <em>Angular<\/em> Guardrails, my <em>Angular<\/em> Coding Style Guide and the <em>Angular<\/em> Skills all belong together.<\/p>\n<p>If you want to learn how to pick the right harness and build a strict human-in-the-loop workflow where every generated line of <em>Angular<\/em> code looks handcrafted, make sure to join our <strong>Agentic Engineering Workshop<\/strong>, both in English and German.<\/p>\n<p>In this workshop, advanced <em>Angular<\/em> developers learn how to move from vibe coding to traceable Agentic Engineering workflows: AI-ready project setup, guardrails, spec-first and plan-first workflows, UX and component prototyping, code review, testing, and brownfield refactoring.<\/p>\n<ul>\n<li>\ud83e\udd16 <a href=\"https:\/\/www.angulararchitects.io\/en\/training\/agentic-engineering-von-vibe-coding-zu-professionellen-ki-gestuetzten-workflows\/\"><strong>Agentic Engineering Workshop<\/strong><\/a> \u2013 2 days, remote<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>The main takeaway is simple: <strong>the harness matters<\/strong>. A great model in a weak app can feel surprisingly limited, while the same model in a strong agentic workflow can become much more useful for real <em>Angular<\/em> work. That is why <em>Angular<\/em> teams should not only ask which model is best, but also which harness, review process, and engineering workflow actually help them ship better code.<\/p>\n<p>For my current workflow, Codex and the Claude desktop app are still my <strong>daily drivers<\/strong>. Codex currently feels like the more polished app to me, while the Claude desktop app gives me access to the Opus models that I trust most for architecture, design, and complex reasoning. By the way, Anthropic has since released <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-8\">Opus 4.8<\/a>, which only underlines the point of this post: the model underneath keeps improving, while the harness around it is what I actually commit to. Cursor deserves a serious look when speed, cost, an IDE-like workflow, or cloud agents matter, and Antigravity is worth watching, but for now it still feels like it needs more time. When I do careful handcrafting, I still switch back to WebStorm.<\/p>\n<p>One thing I learned quickly: don't force the same workflow onto every tool. Codex, the Claude desktop app, Cursor, and even the smaller open-source options work best when you let them shape your workflow a little bit.<\/p>\n<p>So <strong>don't get too attached<\/strong> to one app, one IDE, or one vendor workflow. These tools are changing too quickly, so it is worth trying new harnesses regularly and switching when they make your real project work better.<\/p>\n<p>In the <a href=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-costs-for-angular\/\">costs post<\/a>, I look at pricing, subscriptions, and cost per accepted change. In the <a href=\"https:\/\/www.angulararchitects.io\/blog\/ai-data-privacy-angular\/\">privacy post<\/a>, I look at what these tools actually receive from your codebase and how I would think about company policy.<\/p>\n<p>Thank you for reading \ud83d\ude4f this blog post was written by Alexander Thalhammer. For feedback, remarks or questions, please reach out to me \u2764\ufe0f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>My favorite tools are definitely Codex and Claude desktop app. I would put them roughly on par.<\/p>\n","protected":false},"author":21,"featured_media":33649,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":""},"categories":[18],"tags":[],"class_list":["post-33893","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","post_series-agentic-engineering"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects<\/title>\n<meta name=\"description\" content=\"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.\" \/>\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.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects\" \/>\n<meta property=\"og:description\" content=\"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\" \/>\n<meta property=\"og:site_name\" content=\"ANGULARarchitects\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-27T14:00:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-04T12:50:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Alexander Thalhammer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LX_T\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexander Thalhammer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\"},\"author\":{\"name\":\"Alexander Thalhammer\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/eefb0cd4d115dfd406a02b6dbc760d45\"},\"headline\":\"Agentic: Which App\/Harness Is Best for Angular Development?\",\"datePublished\":\"2026-05-27T14:00:21+00:00\",\"dateModified\":\"2026-06-04T12:50:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\"},\"wordCount\":2669,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\",\"url\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\",\"name\":\"Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects\",\"isPartOf\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg\",\"datePublished\":\"2026-05-27T14:00:21+00:00\",\"dateModified\":\"2026-06-04T12:50:34+00:00\",\"description\":\"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage\",\"url\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg\",\"contentUrl\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg\",\"width\":1536,\"height\":960,\"caption\":\"AI Apps Harnesses Thumbnail\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.angulararchitects.io\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agentic: Which App\/Harness Is Best for Angular Development?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#website\",\"url\":\"https:\/\/www.angulararchitects.io\/en\/\",\"name\":\"ANGULARarchitects\",\"description\":\"AngularArchitects.io\",\"publisher\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.angulararchitects.io\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#organization\",\"name\":\"ANGULARarchitects\",\"alternateName\":\"SOFTWAREarchitects\",\"url\":\"https:\/\/www.angulararchitects.io\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2023\/07\/AA-Logo-RGB-horizontal-inside-knowledge-black.svg\",\"contentUrl\":\"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2023\/07\/AA-Logo-RGB-horizontal-inside-knowledge-black.svg\",\"width\":644,\"height\":216,\"caption\":\"ANGULARarchitects\"},\"image\":{\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/github.com\/angular-architects\",\"https:\/\/www.linkedin.com\/company\/angular-architects\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/eefb0cd4d115dfd406a02b6dbc760d45\",\"name\":\"Alexander Thalhammer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/23f1b6f9b1ee7d04247b8320851762347d56c76b1537d100d07390d6d919b78d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/23f1b6f9b1ee7d04247b8320851762347d56c76b1537d100d07390d6d919b78d?s=96&d=mm&r=g\",\"caption\":\"Alexander Thalhammer\"},\"sameAs\":[\"https:\/\/x.com\/LX_T\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects","description":"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.","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.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/","og_locale":"en_US","og_type":"article","og_title":"Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects","og_description":"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.","og_url":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/","og_site_name":"ANGULARarchitects","article_published_time":"2026-05-27T14:00:21+00:00","article_modified_time":"2026-06-04T12:50:34+00:00","og_image":[{"width":1536,"height":960,"url":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg","type":"image\/jpeg"}],"author":"Alexander Thalhammer","twitter_card":"summary_large_image","twitter_creator":"@LX_T","twitter_misc":{"Written by":"Alexander Thalhammer","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#article","isPartOf":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/"},"author":{"name":"Alexander Thalhammer","@id":"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/eefb0cd4d115dfd406a02b6dbc760d45"},"headline":"Agentic: Which App\/Harness Is Best for Angular Development?","datePublished":"2026-05-27T14:00:21+00:00","dateModified":"2026-06-04T12:50:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/"},"wordCount":2669,"commentCount":0,"publisher":{"@id":"https:\/\/www.angulararchitects.io\/en\/#organization"},"image":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage"},"thumbnailUrl":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/","url":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/","name":"Agentic: Which App\/Harness Is Best for Angular Development? - ANGULARarchitects","isPartOf":{"@id":"https:\/\/www.angulararchitects.io\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage"},"image":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage"},"thumbnailUrl":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg","datePublished":"2026-05-27T14:00:21+00:00","dateModified":"2026-06-04T12:50:34+00:00","description":"Which LLM works best for Angular development? A practical comparison for architecture, coding, refactoring, and agentic engineering workflows.","breadcrumb":{"@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#primaryimage","url":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg","contentUrl":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2026\/05\/ai-apps-harnesses-thumbnail.jpg","width":1536,"height":960,"caption":"AI Apps Harnesses Thumbnail"},{"@type":"BreadcrumbList","@id":"https:\/\/www.angulararchitects.io\/en\/blog\/ai-apps-harnesses-for-angular\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.angulararchitects.io\/en\/"},{"@type":"ListItem","position":2,"name":"Agentic: Which App\/Harness Is Best for Angular Development?"}]},{"@type":"WebSite","@id":"https:\/\/www.angulararchitects.io\/en\/#website","url":"https:\/\/www.angulararchitects.io\/en\/","name":"ANGULARarchitects","description":"AngularArchitects.io","publisher":{"@id":"https:\/\/www.angulararchitects.io\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.angulararchitects.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.angulararchitects.io\/en\/#organization","name":"ANGULARarchitects","alternateName":"SOFTWAREarchitects","url":"https:\/\/www.angulararchitects.io\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.angulararchitects.io\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2023\/07\/AA-Logo-RGB-horizontal-inside-knowledge-black.svg","contentUrl":"https:\/\/www.angulararchitects.io\/wp-content\/uploads\/2023\/07\/AA-Logo-RGB-horizontal-inside-knowledge-black.svg","width":644,"height":216,"caption":"ANGULARarchitects"},"image":{"@id":"https:\/\/www.angulararchitects.io\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/github.com\/angular-architects","https:\/\/www.linkedin.com\/company\/angular-architects\/"]},{"@type":"Person","@id":"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/eefb0cd4d115dfd406a02b6dbc760d45","name":"Alexander Thalhammer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.angulararchitects.io\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/23f1b6f9b1ee7d04247b8320851762347d56c76b1537d100d07390d6d919b78d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/23f1b6f9b1ee7d04247b8320851762347d56c76b1537d100d07390d6d919b78d?s=96&d=mm&r=g","caption":"Alexander Thalhammer"},"sameAs":["https:\/\/x.com\/LX_T"]}]}},"_links":{"self":[{"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/posts\/33893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/comments?post=33893"}],"version-history":[{"count":3,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/posts\/33893\/revisions"}],"predecessor-version":[{"id":33955,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/posts\/33893\/revisions\/33955"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/media\/33649"}],"wp:attachment":[{"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/media?parent=33893"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/categories?post=33893"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.angulararchitects.io\/en\/wp-json\/wp\/v2\/tags?post=33893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}