FunTester
Author

FunTester

10k followers, 1k articles | completely useless

1.4k
Articles
0
Likes
2.1k
Views
0
Comments
Recent Articles

Latest from FunTester

100 recent articles max
FunTester
FunTester
May 13, 2026 · Artificial Intelligence

How to Become an AI Quality Architect: A Practical Guide

The article explains how quality should be designed rather than merely measured, contrasts traditional QA with modern Quality Engineering, outlines the AI‑driven challenges and required metrics, and provides a concrete career roadmap for aspiring AI Quality Architects.

AICost of QualityQuality Architect
0 likes · 9 min read
How to Become an AI Quality Architect: A Practical Guide
FunTester
FunTester
May 12, 2026 · Industry Insights

How to Become an AI Test Architect and Build Deep Engineering Skills

The article explains why engineering depth is the strongest defense against AI replacement, defines the Test Architect role as a systems‑design position distinct from test execution, outlines core responsibilities such as test layering, CI/CD integration, AI testing infrastructure, cites ISTQB certifications, Gartner's AI testing quadrant, salary data, and describes the ideal candidate profile.

AI testingSoftware qualityTest architecture
0 likes · 9 min read
How to Become an AI Test Architect and Build Deep Engineering Skills
FunTester
FunTester
May 11, 2026 · Artificial Intelligence

Why AI-Generated Code Produces More Bugs

Despite promises of faster development, AI‑generated code shows 1.7× more defects, up to 2× more security vulnerabilities, and forces 67% of developers to spend extra time debugging, because the probabilistic nature of large language models creates unavoidable hallucinations and context‑blindness.

AI codeLLMcode quality
0 likes · 7 min read
Why AI-Generated Code Produces More Bugs
FunTester
FunTester
May 9, 2026 · Industry Insights

Why ATMs Didn't Kill Bank Tellers—and AI Won't Erase Test Engineers

The article debunks the myth that automation eliminates jobs by tracing the ATM era, three waves of software testing evolution, and current AI trends, showing that repetitive tasks disappear while roles requiring judgment and context shift and expand.

AIATMsautomation
0 likes · 10 min read
Why ATMs Didn't Kill Bank Tellers—and AI Won't Erase Test Engineers
FunTester
FunTester
May 8, 2026 · R&D Management

Software 3.0 Arrives, Yet the Real Bottleneck Persists Downstream

Although AI coding tools dramatically accelerate code generation, the true delivery bottleneck has moved from writing code to downstream stages like review, testing, integration, and stability verification, requiring teams to redesign processes, invest in architecture, and manage AI agents effectively.

AI codingAgent-based developmentDevOps
0 likes · 11 min read
Software 3.0 Arrives, Yet the Real Bottleneck Persists Downstream
FunTester
FunTester
May 6, 2026 · Fundamentals

How to Turn AI-Generated Knowledge into Long-Term Memory

The article explains why rapid AI‑driven information consumption often fails to create lasting memory, outlines the three core mechanisms of encoding, retrieval, and reconstruction, and offers a four‑step workflow plus practical AI usage tips to transform fleeting learning into durable knowledge.

AIMemorycognitive science
0 likes · 10 min read
How to Turn AI-Generated Knowledge into Long-Term Memory
FunTester
FunTester
May 5, 2026 · Artificial Intelligence

Is AI Undermining Our Long‑Term Memory?

While AI dramatically boosts efficiency in drafting, coding, and research, the author warns that over‑reliance can disrupt the slow, effortful process of turning new information into long‑term memory, leading to superficial understanding and a hidden decline in true cognitive ability.

AIMemorycognitive process
0 likes · 13 min read
Is AI Undermining Our Long‑Term Memory?
FunTester
FunTester
May 4, 2026 · Industry Insights

How AI Amplifies the Matthew Effect: Why the Strong Get Stronger

AI speeds up output but also widens existing skill gaps, turning capable users into fast decision‑makers while leaving others with vague results; the article explains how AI acts as an amplifier, why basic tasks disappear, and what abilities are needed to stay valuable.

AIautomationcareer development
0 likes · 9 min read
How AI Amplifies the Matthew Effect: Why the Strong Get Stronger
FunTester
FunTester
May 1, 2026 · Artificial Intelligence

DeepSeek‑TUI: A Terminal‑Native Programming Agent for DeepSeek V4

DeepSeek‑TUI is a terminal‑native programming agent built for DeepSeek V4 that goes beyond simple chat by reading project files, modifying code, executing shell commands, managing git, and supporting three interaction modes (Plan, Agent, YOLO) with a 1 million‑token context window and parallel RLM sub‑tasks.

AI programmingCLI toolDeepSeek
0 likes · 10 min read
DeepSeek‑TUI: A Terminal‑Native Programming Agent for DeepSeek V4
FunTester
FunTester
Apr 30, 2026 · Backend Development

Understanding Gatherer and Groovy’s Collection Capabilities

The article explains how JDK 24’s Gatherer API extends Java streams with custom intermediate operations, compares its functionality to Groovy’s rich collection methods, and provides concrete Gatherer implementations for slicing, fixed and sliding windows, folding, and subsequence detection, complete with runnable code examples.

CollectionFunctional ProgrammingGatherer
0 likes · 16 min read
Understanding Gatherer and Groovy’s Collection Capabilities