Radish, Keep Going!
Author

Radish, Keep Going!

Personal sharing

90
Articles
0
Likes
103
Views
0
Comments
Recent Articles

Latest from Radish, Keep Going!

90 recent articles
Radish, Keep Going!
Radish, Keep Going!
Apr 13, 2026 · Artificial Intelligence

12 Must‑Try Claude Code Practices to Supercharge Your AI‑Powered Development

This guide distills the most impactful 12 tips from the Claude Code best‑practice repository, covering file length limits, permission‑restricted agents, context isolation, hooks, sandboxing, parallel instances, extended reasoning, scheduled loops, side‑question handling, Gotchas documentation, completion verification, and the --bare SDK flag to help developers fully leverage Claude's AI coding capabilities.

AI Coding AssistantAgentic EngineeringClaude Code
0 likes · 13 min read
12 Must‑Try Claude Code Practices to Supercharge Your AI‑Powered Development
Radish, Keep Going!
Radish, Keep Going!
Apr 8, 2026 · Backend Development

7 Guerrilla Tactics to Outsmart AI Code Assistants in Go

The article revisits Roedy Green's satirical "How To Write Unmaintainable Code" and adapts its tricks into seven concrete techniques—ranging from meaningless variable names to build‑tag mazes—that deliberately cripple AI code assistants like Claude Code while highlighting the trade‑offs for maintainability.

AILLM defenseProgramming Practices
0 likes · 12 min read
7 Guerrilla Tactics to Outsmart AI Code Assistants in Go
Radish, Keep Going!
Radish, Keep Going!
Apr 1, 2026 · Industry Insights

What the Claude Code Leak Reveals About Hidden Bugs, Easter Eggs, and AI Ops

The March 31, 2026 Claude Code v2.1.88 release unintentionally shipped a 59.8 MB source‑map, exposing 512,000 lines of TypeScript, which revealed extensive technical debt, hidden Easter‑egg “/buddy”, an unturn‑offable Undercover Mode, anti‑distillation safeguards, and a critical token‑consumption bug that the community patched to boost cache hit rates from 26 % to 99 %.

AI developmentsoftware engineeringsource code analysis
0 likes · 10 min read
What the Claude Code Leak Reveals About Hidden Bugs, Easter Eggs, and AI Ops
Radish, Keep Going!
Radish, Keep Going!
Mar 31, 2026 · Artificial Intelligence

Why Agent‑First Systems Fail and How Harness Engineering Fixes Them

The article analyzes OpenAI’s Harness Engineering approach, explains four systemic failure modes of LLM‑driven agents, and details five modular components—readable environment, task state machine, verification loop, architectural constraints, and loop detection—that together enable reliable, large‑scale agent development.

AIAgent EngineeringAutomation
0 likes · 17 min read
Why Agent‑First Systems Fail and How Harness Engineering Fixes Them
Radish, Keep Going!
Radish, Keep Going!
Mar 29, 2026 · Artificial Intelligence

What Claude Code’s March 2024 Update Means for Autonomous Software Development

The March 2024 update of Claude Code introduces eight core features—including /dream, autonomous agents, expanded context windows, and Cloud Auto‑fix—that dramatically lower the barrier to fully automated coding workflows, allowing engineers to design tasks and let AI execute them without manual intervention.

AI Coding AssistantAgent TeamsClaude Code
0 likes · 12 min read
What Claude Code’s March 2024 Update Means for Autonomous Software Development
Radish, Keep Going!
Radish, Keep Going!
Mar 19, 2026 · Frontend Development

From Birth to Obsolescence: The 30‑Year Journey of Java Applets

This article chronicles the rise and fall of Java Applets from their 1995 debut, through their golden era and technical limitations, to their eventual removal from browsers and the JDK, and shows how WebAssembly inherits the original vision of high‑performance compiled code in the browser.

AppletBrowserJava
0 likes · 10 min read
From Birth to Obsolescence: The 30‑Year Journey of Java Applets
Radish, Keep Going!
Radish, Keep Going!
Mar 18, 2026 · Artificial Intelligence

Mastering Claude Code Skills: 9 Types and 9 Proven Practices

This guide explains what Claude Code Skills are, categorizes nine common skill types with concrete examples, and shares nine practical tips for designing, testing, distributing, and iterating on Skills to maximize their usefulness for AI agents and development teams.

AI agentsAutomationClaude Code
0 likes · 14 min read
Mastering Claude Code Skills: 9 Types and 9 Proven Practices