Technology

Technical explanations, how-tos, tutorials, and implementation methods for the latest technology trends.

Claude Code Was Surprisingly Well-Crafted and User-Friendly Beyond My Expectations
Technology

Claude Code Was Surprisingly Well-Crafted and User-Friendly Beyond My Expectations

Analysis of Anthropic's Claude Code based on actual usage experience, examining its distinctive strengths and challenges. Proposes practical selection criteria for AI agent tools through comparison with alternatives like Roo Code, focusing on practical value of features like ToDo lists and parallel processing.

May 26, 2025
13 min read
MCP Server Construction Guide: Building an AI Assistant with TypeScript+PostgreSQL to Search Through Experiences
Technology

MCP Server Construction Guide: Building an AI Assistant with TypeScript+PostgreSQL to Search Through Experiences

This guide explains how to build an MCP server based on the Model Context Protocol. From environment setup to vector search implementation and debugging, it provides a practical guide for freely extending AI agents.

April 16, 2025
4 min read
Why I, a Python Developer, Now Build Products with Next.js
Technology

Why I, a Python Developer, Now Build Products with Next.js

Why has a machine learning engineer who primarily used Python shifted to Next.js for web development? This article reconsiders the 'right tool for the right job' principle from an implementation cost perspective and offers a new viewpoint on technology selection in the AI era.

April 15, 2025
11 min read
Understanding AI's Essence Through Solomonoff Induction: The Science of Generalization Through Compression
Technology

Understanding AI's Essence Through Solomonoff Induction: The Science of Generalization Through Compression

What is Solomonoff induction that's been trending on X? Exploring the fundamental principle of machine learning that 'compression is generalization' to solve the mystery of unsupervised learning. From theoretical foundations to latest trends, explained from a practical perspective for AI engineers.

April 13, 2025
18 min read
Complete Guide to Google's Agent2Agent (A2A) Protocol: The New Era of LLM Agent Collaboration
Technology

Complete Guide to Google's Agent2Agent (A2A) Protocol: The New Era of LLM Agent Collaboration

A comprehensive analysis of the Agent2Agent (A2A) protocol announced by Google at Cloud Next '25. This guide examines the technical foundations and strategic implications, including integration with MCP, and its impact on corporate AI strategies from a practical perspective.

April 10, 2025
22 min read
Complete Guide to Model Context Protocol (MCP): Transforming AI Agent Development
Technology

Complete Guide to Model Context Protocol (MCP): Transforming AI Agent Development

A comprehensive exploration of Anthropic's Model Context Protocol (MCP), the 'USB-C for AI' that standardizes integration between LLM agents and external tools. Covers technical mechanisms, implementation methods, and industry trends accelerated by OpenAI's participation.

April 7, 2025
26 min read
Complete Guide to GitHub Copilot Agent Mode: Transforming Development Paradigms
Technology

Complete Guide to GitHub Copilot Agent Mode: Transforming Development Paradigms

A comprehensive guide to GitHub Copilot Agent Mode in VS Code - covering features, pricing, setup methods, and comparison with other tools. Learn practical strategies to leverage this AI-powered development assistant and explore the future of human-AI collaborative programming.

April 6, 2025
21 min read
AI Orchestration Revolution: Development Automation Through Boomerang Mode
Technology

AI Orchestration Revolution: Development Automation Through Boomerang Mode

Explore the revolutionary 'Boomerang Mode' feature in Roo Code and its impact on AI collaborative development. This guide explains how automatic task division and execution management liberates developers from the hidden burden of creating prompts for AI, with practical implementation details.

April 4, 2025
11 min read
Building Multilingual Sites with Next.js: Expand Your Global Reach Tenfold
Technology

Building Multilingual Sites with Next.js: Expand Your Global Reach Tenfold

A comprehensive exploration of multilingual implementation using Next.js App Router. From strategic URL design to complete directory restructuring and language detection, discover the key decisions and implementation approaches that drive successful global content strategies.

April 3, 2025
14 min read
Building a Next.js Blog with MDX: Implementation Guide with Generative AI
Technology

Building a Next.js Blog with MDX: Implementation Guide with Generative AI

A comprehensive guide to MDX implementation with Next.js App Router, detailing optimal patterns for integrating Shiki, Mermaid.js, and KaTeX. Learn practical approaches to bridge the gap between ideal architecture and real-world constraints.

April 2, 2025
12 min read
Knowledge Graph Design & Implementation Guide for LLM Applications
Technology

Knowledge Graph Design & Implementation Guide for LLM Applications

A comprehensive guide to designing and implementing knowledge graphs that express relationships beyond numerical evaluations. Learn practical methods for structuring complex knowledge for LLM-powered applications, with insights gained from developing an investment interview system.

April 1, 2025
14 min read
Memory Bank: A Practical Guide to Efficient AI Collaboration
Technology

Memory Bank: A Practical Guide to Efficient AI Collaboration

The essential guide to context sharing in AI collaborative development and the practical evolution of Memory Bank technology. Explore how knowledge structuring and abstraction improve efficiency when developing with AIs that reset their memory with each task.

March 31, 2025
11 min read
Test Trophy Strategy Guide for AI-Driven Development: Evolution from the Test Pyramid
Technology

Test Trophy Strategy Guide for AI-Driven Development: Evolution from the Test Pyramid

A practical guide to implementing the test trophy strategy in AI collaborative development. Learn why traditional test pyramid approaches can be counterproductive for prototypes, and discover a new approach to test design optimized for the AI era.

March 30, 2025
16 min read
Implementing Uncertainty Modeling with Bayesian Updates in LLM Applications
Technology

Implementing Uncertainty Modeling with Bayesian Updates in LLM Applications

A comprehensive guide to probabilistic parameter modeling using Bayesian updates and question generation strategies based on information gain. Learn how to improve LLM-based decision-making quality by explicitly handling uncertainty in your AI applications.

March 30, 2025
18 min read
Optimal Testing Strategy for Next.js: When to Use Jest, RTL, and Playwright
Technology

Optimal Testing Strategy for Next.js: When to Use Jest, RTL, and Playwright

How the 15-minute-per-task development cycle in AI collaboration changes testing tool selection criteria. Based on real-world experience with Jest, RTL, and Playwright, this guide explains the importance of relative execution time and review efficiency in modern frontend testing.

March 30, 2025
14 min read