Tech Radar: Techniques

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:49 PM on 8/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Adopt - Context Engineering

Focuses on what information is available to agents through a dynamic pipeline (progressive context disclosure, prompt caching, dynamic retrieval, and context graphs) to improve reliability and scaling.

2
New cards

Adopt - Curated shared instructions for software teams

Shared operating manual front-loaded to the agent before each task, making agents more consistent and reducing quality variation.

3
New cards

Adopt - Dora Metrics

Metric for measuring software delivery performance (change lead time, deployment frequency, mean time to restore, change failure rate, and rework rate) to promote learning and productivity.

4
New cards

Adopt - Passkeys

Passwordless authentication using device origin cryptographic credentials, offering improved security and convenience.

5
New cards

Adopt - Structured output from LLMs

Forcing LLMs to output in specified formats like JSON to promote automation, reliability, and easier integration.

6
New cards

Adopt - Zero trust architecture

Security model that never trusts and always verifies every user and device using least-privilege principles and short-lived tokens.

7
New cards

Trial - Agent Skills

Capabilities or instructions applied to tasks to make agents more useful by loading only needed information. Caution advised for third-party skills.

8
New cards

Trial - Browser-Based Component Testing

Testing code directly in the actual execution environment, becoming increasingly consistent and useful.

9
New cards

Trial - Feedback sensors for coding agents

Mechanisms providing feedback from tests, reviews, errors, and runtime behavior to improve agent performance before code commit.

10
New cards

Trial - Mapping code smells to refactors techniques

Instructing agents to handle specific code issues with defined approaches or skills, though validation is still recommended.

11
New cards

Trial - Mutation Testing

Deliberately introducing bugs into source code to verify test suite effectiveness, acting as a safeguard for AI testing.

12
New cards

Trial - Progressive Context Disclosure

A context engineering technique giving agents a lightweight index of available data to pull only useful information, reducing token costs.

13
New cards

Trial - Sandboxed execution for Coding agent

Running AI-generated code in an isolated environment before affecting real systems to improve safety.

14
New cards

Trial - Semantic Layer

A shared business meaning layer defining concepts and metrics consistently across systems in an organization.

15
New cards

Trial - Server Driven UI

Moving UI decisions from client apps to server-controlled configurations to enable faster changes in dynamic application areas.

16
New cards

Assess - Agentic Reinforcement Learning Environments

Environments combining context, tools, and feedback to train agents on multi-step tasks, though reliable methods are still emerging.

17
New cards

Assess - Architecture Drift Reduction with LLMs

Using AI to detect structural and semantic violations and fix architectural drift in evolving codebases.

18
New cards

Assess - Code intelligence as agentic tooling

Giving agents direct access to tools aware of Abstract Syntax Trees (AST) to reduce token waste during refactoring.

19
New cards

Assess - Context Graph

Connected representation of relationships between code, docs, and systems to provide better AI context, though difficult to maintain.

20
New cards

Assess - Feedback Flywheel

Continuous retrospective-like improvement step for coding agents, though creating reliable automated feedback loops remains challenging.

21
New cards

Assess - HTML Tools

Portable and shareable scripts or utilities packaged as single HTML files, though they present security risks with untrusted files.

22
New cards

Assess - LLM evaluation using semantic entropy

Measuring uncertainty in LLM responses by analyzing answer variance to filter out false claims.

23
New cards

Assess - Measuring Collaboration Quality with Coding Agents

Evaluating how effectively humans and AI agents work together using specialized metrics beyond traditional developer metrics.

24
New cards

Assess - MITRE ATLAS

A knowledge base of threats and attack techniques targeting AI systems, important for security operations.

25
New cards

Assess - Ralph Loop

Feeding a fixed prompt to an agent in an infinite loop with fresh context to let it autonomously work against specifications.

26
New cards

Assess - Reverse Engineering for Design System

Using tools to extract design systems from legacy applications to aid modernization efforts.

27
New cards

Assess - Role-based contextual isolation in RAG

Architectural access control ensuring AI systems only retrieve context authorized for specific user roles.

28
New cards

Assess - Skills as executable onboarding documentation

Turning team knowledge into executable instructions for AI agents to preserve organizational knowledge.

29
New cards

Assess - Small language models

Compact AI models designed for specific tasks to help reduce operational costs.

30
New cards

Assess - Team of coding agents

Multiple specialized agents collaborating on software development tasks, pending better coordination techniques.

31
New cards

Assess - Temporal Fakes

Simulating real-world sequential systems for testing complex workflows.

32
New cards

Assess - Toxic Flow Analysis for AI

Identifying harmful or risky AI workflows and potential attack surfaces using tools like Agent Scan.

33
New cards

Assess - Vision language models for e2e document parsing

Multimodal AI models processing both images and text for document processing, pending higher reliability.

34
New cards

Caution - Agent Instruction Bloat

Accumulating excessive rules and prompts that breed unpredictability and maintenance overhead.

35
New cards

Caution - AI-accelerated Shadow IT

Building AI tools outside normal governance processes, creating security, compliance, and support risks.

36
New cards

Caution - Codebase cognitive debt

Gaps in developer understanding caused by AI generating the majority of the code, increasing long-term complexity.

37
New cards

Caution - Coding agent swarms

Deploying large numbers of agents on the same problem, resulting in heavy overhead and duplicated work.

38
New cards

Caution - Coding throughput as a measure of productivity

Misleadingly measuring developer output via lines of code or commit volume rather than actual value delivered.

39
New cards

Caution - Ignoring Durability in Agent workflows

Building agent systems lacking state recovery and persistence, leading to production unreliability.

40
New cards

Caution - MCP by default

Automatically integrating Model Context Protocol for every task, introducing unnecessary complexity.

41
New cards

Caution - Pixel-Streamed development environments

Remote development environments streamed as pixels, which can introduce latency and reliability issues.