@LinearUncle: Recommending an AI tech resource I often check: Technology Radar by well-known tech consultancy Thoughtworks. https://thoughtworks.com/en-us/radar Each dot on the radar is a technology or tool (mostly AI recently)...

X AI KOLs Timeline News

Summary

This article recommends Thoughtworks Technology Radar, a tech resource updated every six months containing assessments of technologies, tools, platforms, languages, and frameworks, categorized into four rings: Adopt, Trial, Assess, Hold.

Recommending an AI tech resource I often check: Technology Radar by well-known tech consultancy Thoughtworks. https://thoughtworks.com/en-us/radar Each dot on the radar is a technology or tool (mostly AI recently), click the techniques quadrant at the top-left for details. 4 quadrants × 4 rings: Adopt — safe to use Trial — worth trying on non-critical projects Assess — worth exploring and understanding Hold — hold on, wait PS: This company is the former employer of the great Zheng Ye. Although young people don't know him, I have greatly benefited from him.
Original Article
View Cached Full Text

Cached at: 06/29/26, 08:25 AM

I’d like to recommend an AI tech resource I frequently use: the Technology Radar by the well-known tech consulting firm Thoughtworks.

https://thoughtworks.com/en-us/radar Each small dot on the radar represents a technology or tool (lately almost all are AI-related). You can click the “Techniques” quadrant at the top left to see detailed descriptions. 4 quadrants × 4 rings:

Adopt – Safe to use Trial – Worth experimenting with on non-core projects Assess – Worth exploring and understanding Hold – Don’t rush, wait and see

PS: This company is the former employer of the great Zheng Ye. Although young people may not know him, I have benefited greatly from him.


Technology Radar | Guide to technology landscape

Source: https://www.thoughtworks.com/en-us/radar Thoughtworks Technology Radar is a twice-yearly snapshot of tools, techniques, platforms, languages and frameworks. This knowledge-sharing tool is based on our global teams’ experience and highlights things you may want to explore on your projects.

  • https://www.thoughtworks.com/en-us/radar/techniquesAdoptTrialAssessCautionAdoptTrialAssessCaution

  • https://www.thoughtworks.com/en-us/radar/platformsAdoptTrialAssessCautionAdoptTrialAssessCaution

  • https://www.thoughtworks.com/en-us/radar/toolsAdoptTrialAssessCautionAdoptTrialAssessCaution

  • https://www.thoughtworks.com/en-us/radar/languages-and-frameworksAdoptTrialAssessCautionAdoptTrialAssessCaution

  • New

  • Moved in/out

  • No change

Each insight we share is represented by a blip. Blips may be new to the latest Radar volume, or they can move rings as our recommendation has changed.

The rings are:

  • Adopt. Blips that we think you should seriously consider using.
  • Trial. Things we think are ready for use, but not as completely proven as those in the Adopt ring.
  • Assess. Things to look at closely, but not necessarily trial yet — unless you think they would be a particularly good fit for you.
  • Caution. The industry should consider alternative options or even proactively avoid these things. We’ve had negative experiences that have impacted our work.

Explore the interactive version by quadrant, or download the PDF to read the Radar in full. If you want to learn more about the Radar, how to use it or how it’s built, check out the FAQ (https://www.thoughtworks.com/en-us/radar/faq).

Themes for this volume

For each volume of the Technology Radar, we look for patterns emerging in the blips that we discuss. Those patterns form the basis of our themes.

The challenge of evaluating technology in an agentic world

AI is changing not only technology but also how we assess and evaluate it. While assembling this volume of the Technology Radar, we noticed that evaluating technology is becoming harder as the industry adopts AI. One contributing factor is semantic diffusion: the rapid emergence of new terms for evolving practices, often before their meanings have stabilized. For example, terms such as spec-driven development (https://www.thoughtworks.com/radar/techniques/spec-driven-development) and harness engineering are sometimes used inconsistently or overlap in meaning. Without shared definitions, it’s difficult to determine whether we’re seeing distinct techniques or simply different labels for similar ideas. Distinguishing between a mature, standalone engineering methodology with clear guardrails from the everyday use of AI tools such as coding assistants is an ongoing difficulty.

The challenge extends beyond semantics. The pace of change compounds this uncertainty. We encountered several tools that were less than a month old — some promising, but ultimately too young to assess. In many cases, these tools were maintained by a single contributor working with a coding agent. AI has lowered the barrier to building developer tooling, creating a constant stream of new tools. This stretches the traditional rhythm of the Radar: if we allow tools time to mature, our guidance risks becoming outdated; if we move too quickly, we risk highlighting trends that disappear just as fast. It also raises questions about sustainability: when something can be created quickly and with relatively little effort, what ensures continued investment in maintaining and evolving it?

This environment also risks creating codebase cognitive debt (https://www.thoughtworks.com/radar/techniques/codebase-cognitive-debt). As more code is generated by AI, it’s easier to adopt solutions without developing the mental models needed to understand how they work. Over time, this gap in understanding accumulates, making systems harder to reason about, debug and evolve.

Retaining principles, relinquishing patterns

An interesting consequence of AI in software development is that it’s not only forcing us to look to the future; it’s also pushing us to revisit the foundations of our craft. While assembling this edition, we found ourselves returning to many established techniques, from pair programming to zero trust architecture (https://www.thoughtworks.com/radar/techniques/zero-trust-architecture), and from mutation testing (https://www.thoughtworks.com/radar/techniques/mutation-testing) to DORA metrics (https://www.thoughtworks.com/radar/techniques/dora-metrics). We also revisited core principles of software craftsmanship, such as clean code, deliberate design, testability and accessibility as a first-class concern. This is not nostalgia, but a necessary counterweight to the speed at which AI tools can generate complexity. We also observed a resurgence of the command line: After years of abstracting it away in the name of usability, agentic tools are bringing developers back to the terminal as a primary interface.

That said, this is not a story of continuity alone. AI-assisted software development represents a fundamental shift in engineering practice, requiring us to rethink — and in some cases discard — long-held assumptions. In particular, how we collaborate and structure teams will need to evolve as we better understand what is possible with agentic systems. We may need to consider agent topologies alongside team topologies, and rethink feedback cycles accordingly. Several techniques in this edition reflect this shift. For example, measuring collaboration quality with coding agents (https://www.thoughtworks.com/radar/techniques/measuring-collaboration-quality-with-coding-agents) points toward a broader redefinition of what it means to be a software developer. Ultimately, we’re likely only at the beginning of a deeper transformation in how we build, understand and interact with software systems.

At the heart of this is the challenge of managing cognitive debt in an AI-driven environment. We must retain the principles of good software engineering without allowing AI tools to amplify complexity or accelerate decision fatigue. Our craftsmanship tradition has long held that speed without discipline compounds cost — a principle worth holding onto as agentic systems make it easier than ever to move quickly and understand what we’ve built.

Securing permission-hungry agents

“Permission hungry” describes the bind at the heart of the current agent moment: the agents worth building are the ones that need access to everything. OpenClaw (https://www.thoughtworks.com/radar/tools/openclaw) and Claude Cowork supervise real work tasks; Gas Town (https://github.com/steveyegge/gastown) coordinates agent swarms across entire codebases. These agents require broad access to private data, external communication and real systems — each arguing that the payoff justifies it.

However, like a skier who’s just learned to turn and confidently points themselves at the hardest black run, the safeguards haven’t caught up with that ambition. The appetite for access collides with unsolved problems. Prompt injection means models still can’t reliably distinguish trusted instructions from untrusted input. Simon Willison’s “lethal trifecta” (https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/) definition of an unsafe agent — private data, untrusted content, external action — now describes most useful agents by default, not by misconfiguration. Injection isn’t the only threat. Model behavior is still inconsistent: a task completed successfully once offers no guarantee it will succeed the next time, let alone at scale. Agents find creative exfiltration paths, push to branches they shouldn’t touch and erode approve/deny chokepoints without any malicious intent or explicit prompting.

What can we do today? Zero trust (https://www.thoughtworks.com/radar/techniques/zero-trust-architecture), least privilege, model improvements and defense in depth are now table stakes, but there is no silver bullet. We expect safe agent systems to be composed not of monolithic agents, but of pipelines of more constrained agents, with strong monitoring and control. Emerging practices such as Agent Skills (https://www.thoughtworks.com/radar/techniques/agent-skills) as a controlled alternative to MCP (https://www.thoughtworks.com/radar/platforms/model-context-protocol-mcp), durable agents and techniques to prevent agent instruction bloat (https://www.thoughtworks.com/radar/techniques/agent-instruction-bloat) all point in this direction. The space is evolving rapidly, which is exciting — but for now, caution is essential to avoid a costly misstep.

Putting coding agents on a leash

As coding agents become more capable and produce better results, humans are increasingly being tempted to step out of the loop. To mitigate the risks of reduced human supervision, teams are beginning to invest in coding agent harnesses (https://martinfowler.com/articles/harness-engineering.html): controls that guide agents’ behavior before code is generated and provide feedback afterwards to enable self-correction.

Feedforward controls anticipate what the agent needs to increase the likelihood of a correct first attempt. Agent Skills (https://www.thoughtworks.com/radar/techniques/agent-skills) have been a major recent advancement, helping modularize instructions and conventions, and load them just in time. Superpowers (https://www.thoughtworks.com/radar/languages-and-frameworks/superpowers) is an example of a catalog of useful skills for software teams, and the emerging concept of plugin marketplaces (https://www.thoughtworks.com/radar/tools/claude-code-plugin-marketplace) is making it easier to distribute skills and other context configurations. Our teams have also seen value in spec-driven development (https://www.thoughtworks.com/radar/techniques/spec-driven-development) frameworks such as GitHub Spec-Kit (https://www.thoughtworks.com/radar/languages-and-frameworks/github-spec-kit) and OpenSpec (https://www.thoughtworks.com/radar/tools/openspec), which structure workflows and guide agents through planning, design and implementation.

Feedback controls, by contrast, observe behavior after the agent acts and create a loop for self-correction. This approach is captured by feedback sensors for coding agents (https://www.thoughtworks.com/radar/techniques/feedback-sensors-for-coding-agents): deterministic quality gates — compilers, linters, type checkers and test suites — integrated directly into agent workflows so failures trigger auto-correction before human review. Examples from this Radar include cargo-mutants (https://www.thoughtworks.com/radar/tools/cargo-mutants) and other mutation testing (https://www.thoughtworks.com/radar/techniques/mutation-testing) tools, fuzz testing (https://www.thoughtworks.com/radar/techniques/fuzz-testing) tools such as WuppieFuzz (https://www.thoughtworks.com/radar/tools/wuppiefuzz) and code quality analysis tools such as CodeScene (https://www.thoughtworks.com/radar/tools/codescene). Beyond in-loop feedback, some of our teams have also reduced architectural drift (https://www.thoughtworks.com/radar/techniques/architecture-drift-reduction-with-llms) by combining deterministic structural rules with LLM-based evaluation.

Subscribe. Stay informed.

Sign up to receive emails about future Technology Radar releases and bi-monthly tech insights from Thoughtworks.

Marketo Form ID is invalid !!!

Similar Articles

@Honcia13: Never worry about missing hot topics scrolling through dozens of apps again! This 50k-star open-source tool TrendRadar directly aggregates hot topics from across the web, uses AI to filter precisely based on your interests, pushing only relevant content to your phone! Supports keywords + natural language descriptions like “what I want to see”, AI auto-translation + briefing generation, one-click push to…

X AI KOLs Timeline

TrendRadar is an open-source hot-topic aggregator that uses AI to filter content based on interests and generate briefings, supporting Docker deployment and multi-platform notifications.

@grgerwcwetwet: Recommend an AI tool navigation site: AI Hub. There are too many AI tools now: chat, drawing, video, code, office, open source projects... new things popping up every day. The real trouble is not that there are no tools, but not knowing where to find them. AI Hub aggregates common AI tools into one navigation, currently listing 10…

X AI KOLs Timeline

Recommend an AI tool navigation site AI Hub, which has collected 1000+ tools covering 16 categories, including open source projects. Suitable for self-media and regular users looking for AI tools.

@Jackywxsz: https://x.com/Jackywxsz/status/2070743217721770316

X AI KOLs Timeline

The article recommends 5 high-quality AI information sources (AI Hot, BestBlogs.dev, AIGC Weekly, TW93 Blog, The Road to AGI), and shares the author's information acquisition logic based on attention management, emphasizing depth rather than chasing trends.

@NFTCPS: Tired of scrolling through Hacker News, Twitter, Reddit, and GitHub every day? It's all fluff, repetitive content, noise – like a dumpster fire. I recently discovered a new tool: Horizon, a hardcore tech news radar. Let it keep an eye on the global tech scene for you, so you just need to open a briefing every morning. Core…

X AI KOLs Timeline

Horizon is an open-source AI-powered news radar tool that aggregates, deduplicates, scores, and summarizes tech news from Hacker News, Reddit, GitHub and other sources to generate daily bilingual briefings.

@grgerwcwetwet: Recommend an open-source project Horizon, an AI-powered information radar focused on overseas tech circles. It automatically aggregates content from Hacker News, Twitter, Reddit, GitHub and other platforms, then uses AI to filter, deduplicate and summarize, turning truly valuable information into a daily digest. A relatively...

X AI KOLs Timeline

Recommend the open-source project Horizon, an AI-driven overseas tech news radar. It automatically aggregates content from Hacker News, Twitter, Reddit, GitHub and other platforms, performs filtering, deduplication and summarization, generates bilingual (Chinese-English) daily reports, and supports pushing to Feishu, email, WeChat and other channels.