Table of Contents
Artificial Intelligence Translates the Language of Animals
Kim Kyung-jin, Attorney at Law
The Story of AI Learning to Listen to Whales, Dolphins, Birds, and Bees
Twelve chapters on how AI listens to dolphins, sperm whales, humpback whales, birds, and bees to find rules in their sounds, and what this technology means for its risks and for animal rights. Written in simple sentences a child can read, with verified sources in every section.
Table of Contents
AI Deciphers Ancient Scripts
Kim Kyung-jin, Attorney at Law
Ancient Records Revived by AI
In twelve chapters, this book explains how AI revives records once unreadable, from burned scrolls and wooden slips buried in mud to broken clay tablets. It covers virtual unrolling at Herculaneum, virtual collation of oracle-bone texts, reading Silla wooden tablets, computational analysis of undeciphered scripts, and multispectral archives, with verified references for each chapter.
Table of Contents
Artificial Intelligence for New Materials Design and Rocket Propulsion Engineering
Kim Kyung-jin, Attorney at Law
AI Potentials, Self-Driving Laboratories, and Physics-Informed Machine Learning (PIML)
Ten chapters on how artificial intelligence is changing new materials and rocket propulsion: atomic simulation, generative models, self-driving labs, high-temperature alloys, metal 3D printing, combustion, cooling design, and engine diagnosis and control. Written without equations, with verified sources in every chapter.
AI Library
The Age of Autonomous Scientific Discovery
Kim Kyung-jin, Attorney at Law
AI Scientists and Self-Driving Labs
This book follows how AI scientists and self-driving labs are changing the way science generates and verifies claims. It covers literature-based discovery, natural-language protocols translated into robot commands, multi-agent research systems, closed-loop laboratories, materials search, the verification gap, chains of evidence, research harnesses, journal ethics, and legal responsibility.
AI Library
A New Era of Life Sciences Opened by Artificial Intelligence
Structural Proteomics, Genomic Foundation Models, Autonomous Laboratories, and Global Governance
Kim Kyung-jin, Attorney at Law
This book is a research volume compiled with artificial intelligence. A human selected the materials and structured the work, while AI models drafted the sentences and cross-checked the facts.
AI Library
The Double Structure of Digital Sovereignty
Europe’s Departure from Palantir and the Chains of American Big Tech
Kim Kyung-jin, Attorney at Law
This is a record of 2026, when European intelligence agencies and defense ministries began removing analytics tools from America’s Palantir. It covers the replacement decisions made by France’s General Directorate for Internal Security (DGSI), Germany’s Federal Office for the Protection of the Constitution (BfV), and the Netherlands Ministry of Defense; the incident in which US export controls severed an ally’s ac…
New English Edition
Artificial Intelligence in Horticulture
Kim Kyung-jin, Attorney at Law
Across five chapters and ten sections, this book examines computer vision for crop diagnosis, harvesting robots and autonomous field systems, smart greenhouses and digital twins, precision irrigation and supply-chain quality control, high-throughput phenotyping, and predictive breeding.
New English Edition
Artificial Intelligence in Food Crop Agriculture
Kim Kyung-jin, Attorney at Law
Across six chapters and eighteen sections, the book examines digital agricultural infrastructure, remote sensing, crop diagnosis, yield forecasting, precision irrigation, genomics, molecular breeding, agricultural robotics, climate-smart agriculture, and global food security.
New English Edition
The Future of Forestry and Agroforestry
Kim Kyung-jin, Attorney at Law
Driven by Artificial Intelligence and Digital Innovation
Across five chapters and fifteen sections, the book follows satellites, drones, LiDAR, digital twins, forest-specific language models, wildfire and pest forecasting, forestry robotics, agroforestry, timber traceability, and forest carbon markets.
New English Edition
Smart Livestock Farming: AI Enters the Barn
Kim Kyung-jin, Attorney at Law
Sensors listen, cameras watch, and artificial intelligence helps farmers decide.
Across five chapters and fifteen sections, the book follows precision livestock farming from animal health and reproduction to robotic milking, virtual fencing, digital twins, methane reduction, welfare, and data ownership.
Table of Contents
Han Dong-hoon, Busan Buk-gu Gap: A Record of the 100 Days Before and After the Election (Mar. 26-Jul. 3, 2026)
Kim Kyung-jin
Table of Contents and 13 sections
From March 26 to July 3, 2026, this record follows the spring after expulsion, the Busan Buk-gu Gap by-election, victory as an independent, and the first bill submitted in the National Assembly.

Table of Contents
Artificial Intelligence and Medicine
Kim Kyung-jin, Attorney at Law
AI in clinical care, hospitals, education, and research
AI in medical imaging, risk prediction, treatment planning, hospital operations, education, and research, with patient safety, privacy, and accountability.
[AI Library] Chapter 18: Common Workflow Pitfalls and How to Overcome Them
Mastering Claude Code
Chapter 18: Common Workflow Pitfalls and How to Overcome Them
Kim Kyung-jin
Mastering Claude Code
Mistake 1: Not Explaining Your Goal Clearly Enough
"I need a LinkedIn lead scraper."
Throw this single sentence at Claude Code and watch what happens. The agent cannot tell what industry of leads you want. It does not know which job titles to target. It ends up collecting random profiles. You waste time and model tokens, and you are left with a useless Excel file.
Recall when we scraped 622 job postings in the previous chapter. In plan mode, we provided the URL, told the agent how many pages there were, and described the fields we wanted. Claude Code came back with specific questions: Should we scrape individual detail pages, where should we save the data, are there filter conditions? Only after answering these questions did the agent establish an execution plan.
The Cascade Effect of Ambiguity
When your goal is ambiguous, every single judgment call the agent makes becomes uncertain. If you only say "lead scraper," the agent must make these decisions on its own.
A single wrong judgment about any of these questions throws off your entire result. The agent can ask clarifying questions, but only if you provided sufficient context in plan mode. In bypass permission mode with vague instructions, the agent guesses and proceeds on its own.
The Formula for Clear Goal Setting
Good goal setting follows a pattern.
Vague request:
Clear request:
You see the difference. The latter includes target (tech company CEOs), quantity (75 people), required data (name, company, email, profile link), output format (spreadsheet), and completion criteria (reaching 75).
[Figure 18-1] Comparison of Results: Vague Request vs. Clear Request
Treat the Agent as a Professional
A crucial shift in perspective is needed here. The agent is not a tool that mechanically follows instructions. It is a professional. You play the role of manager, delegating technical details to the agent.
Imagine hiring a real software developer to build an app. If you only say "Build me an app," the developer is stuck. They need information about what features are needed, who will use it, when the deadline is. The agent works the same way.
You do not need to know every technical detail. Ask "I want this result, what approach would work best?" and the agent uses a reasoning model like Opus 4.5 to compare five approaches and pick the optimal one.
Mistake 2: Not Defining What "Done" Means
If the first mistake is about "what," the second is about "when to stop."
Without a clear stopping point for the agent, three problems emerge: over-complication, needless repetition, endless research. If the agent thinks it can produce a better result, it keeps trying. This is both a strength and a weakness.
The Danger of Endless Loops
Look back at the dentist lead scraping case. We only asked to "find dentists in the U.S. and collect their contact information." What if the agent, after collecting 120 records, decides "we could gather more"? It might add new cities, explore new data sources, and keep refining the scraping tools without stopping.
The context gets exhausted, token costs balloon, and you never get the result you wanted.
Designing Completion Criteria
Completion criteria work on two axes: quantitative metrics and qualitative standards.
Examples of quantitative metrics:
Examples of qualitative standards:
We saw this principle work in the European sales lead scraping case. We set a goal of "500 records," and when the agent found only 52 in Europe, it spontaneously presented options. That happened because the completion criteria were clear. The agent itself recognized the gap between the goal and current status.
[Figure 18-2] Comparison of Execution Paths: Workflows with vs. without Completion Criteria
Co-Creating a Project Requirements Document with Your Agent
The solution to both mistakes converges on one practice: co-authoring a Project Requirements Document with your agent.
The Actual Process of Co-Authoring a Requirements Document
Switch on plan mode. Then say this.
The agent receiving this request goes through three stages.
Stage 1: Brainstorming and Research. Based on your stated goal, the agent investigates relevant APIs, MCP servers, and data sources. It may perform web searches. When we designed the YouTube analytics workflow, the agent compared YouTube Data API against MCP servers,that was this stage.
Stage 2: Questions and Answers. The agent asks multiple questions at once: "Which channels will we track?", "How often do you want reports?", "Should data also go into a sheet?", "Which email address should reports go to?" These questions fill in the blanks of the requirements document.
Stage 3: Planning. Once questions and answers are complete, the agent presents a comprehensive execution plan. It covers the goal, workflow structure, required tools, inputs, outputs, and edge case handling.
The Structure of a Workflow Document
When you look at a finished workflow document, its structure is itself the requirements document.
Because this document exists, when you run the same workflow next time, the agent produces consistent results. Without it, the agent approaches things differently each time, and output quality becomes uneven.
[Figure 18-3] A Real Example of a Workflow Document Based on Requirements
Three Benefits of Agent Workflows: Automatic Debugging, Voice-Based Control, Self-Learning
Now that we've covered how to avoid mistakes, let's examine three ways agent workflows are fundamentally different from traditional automation approaches.
Automatic Debugging: You No Longer Need to Read Logs
This was the daily reality of traditional workflow automation. You built something, ran it, and the system halted on an unforeseen edge case. Then you opened logs, analyzed error messages, and traced execution data one piece at a time to find the cause. Hours evaporated.
In agent workflows, this process is automated. You remember from the previous chapter when the dental lead web scraping tool extracted only two records. The agent self-diagnosed that "there's a problem with the parsing pattern," corrected the regular expression, updated the tool file, and ran it again. All of this happened without human intervention.
This is self-healing. Practically speaking, this matters greatly. While the agent builds workflows on your right monitor, you can work on something else on your left. You simply check in occasionally and keep it on track. Because AI is non-deterministic, it can veer off course, but it recovers from most errors on its own.
Voice-Based Control: You Don't Need to Learn Nodes
With tools like n8n, you had to learn what each node does, when to use it, and what parameters and settings mean. To connect to an API, you read documentation, found endpoints, configured JSON structure correctly, and figured out authentication. The barrier to entry was high.
In agent workflows, you describe what you want in natural language. The agent reviews available tools, checks for MCP connection servers, and researches API documentation if needed. A single sentence like "Please scrape European sales positions" encompasses tool selection, filter logic implementation, and Excel output format decisions.
The difference is summarized in the table below.
[Figure 18-4: Workflow Comparison Diagram of Traditional Automation and Agent Workflows]
Self-Learning: It Improves with Use
In the past, updating automation required manually modifying nodes and reconfiguring them. In agent workflows, the agent learns whenever it encounters a problem and updates both the workflow and tools.
Looking back at the job scraping workflow's progression, this quality becomes clear. In the first run, we successfully collected 209 records. In the second run, we reused the tool we had built. In the third run (dental leads), we created an entirely new tool but applied scraping patterns learned from earlier experience. Each workflow file and tool file grows more refined with each execution.
The Difference Between Manual Triggers and Scheduled Triggers
One important distinction needs to be made. Sitting in front of Claude Code and saying "Please do this task" is a manual trigger. In this case, the agent performs self-healing and learns in real time.
But when you deploy to run automatically every Monday at 6 AM, the situation changes. What gets deployed is the workflow and tools. The agent itself does not get deployed. So if the deployed workflow encounters an error during execution, it cannot fix itself. The agent is not there with it.
This is a current limitation of agent workflows. To improve a workflow operating on scheduled triggers, you must return to Claude Code, revise the workflow, and redeploy the updated version.
We've examined how to design robust workflows and the benefits that an agentic approach brings. When you clarify goals, define completion criteria, and draft requirements documents alongside the agent, workflow quality leaps forward. Now it's time to take these principles and learn how to connect powerful tool ecosystems provided by Google to your agent.
Kyung-Jin Kim, AI Expert Attorney
Specialist in AI Policy and Law, Former Member of National Assembly, Author of Multiple Books
If this book has stayed with you even for a moment, please support the next story coming into the world.
(Voluntary support account: Nonghyup Bank 302-1096-0948-81, Account holder: Kyung-Jin Kim)
Kim Kyung-jin
Attorney · Former Member of the National Assembly · AI Policy Researcher
© 2026 Kim Kyung-jin. All rights reserved.
















