<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Development on Ted Factory</title><link>https://tedfactory.com/en/tags/development/</link><description>Recent content in Development on Ted Factory</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 08 Jun 2026 01:55:45 +0900</lastBuildDate><atom:link href="https://tedfactory.com/en/tags/development/index.xml" rel="self" type="application/rss+xml"/><item><title>Research for One-Person Startups Using AI</title><link>https://tedfactory.com/en/books/ai-for-startup/</link><pubDate>Sat, 27 Dec 2025 00:00:00 +0900</pubDate><guid>https://tedfactory.com/en/books/ai-for-startup/</guid><description>&lt;h1 id="research-for-one-person-startups-using-ai"&gt;Research for One-Person Startups Using AI&lt;a class="anchor" href="#research-for-one-person-startups-using-ai"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="finding-ai-business-strategies-you-can-execute-alone"&gt;Finding AI Business Strategies You Can Execute Alone&lt;a class="anchor" href="#finding-ai-business-strategies-you-can-execute-alone"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;br&gt;
&lt;p&gt;&lt;img src="https://tedfactory.com/images/books/ai-for-startup/book-cover-ai-for-startup-en.png" alt="Research for One-Person Startups Using AI Book Cover" /&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;a class="anchor" href="#table-of-contents"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Introduction: Getting Started&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Evolution of AI Technology and the Potential of One-Person Startups&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Key AI Concepts&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Key AI Concepts (1): AI (Artificial Intelligence), Machine Learning / Deep Learning, Training Methods in Machine Learning, LLM (Large Language Models)&lt;/li&gt;
&lt;li&gt;Key AI Concepts (2): Fine-tuning, RAG (Retrieval-Augmented Generation), Function Calling, MCP (Model Context Protocol)&lt;/li&gt;
&lt;li&gt;Key AI Concepts (3): Prompt Engineering, Context Engineering&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Key AI Services and Tools&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>AI Services and Tools (2): OpenAI API Types and Usage</title><link>https://tedfactory.com/en/books/ai-for-startup/ai-services-and-tools-2/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0900</pubDate><guid>https://tedfactory.com/en/books/ai-for-startup/ai-services-and-tools-2/</guid><description>&lt;h1 id="ai-services-and-tools-2"&gt;AI Services and Tools (2)&lt;a class="anchor" href="#ai-services-and-tools-2"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;In this chapter, we briefly introduce the APIs provided by OpenAI, along with short explanations and example code for each. Even if you’re not a developer, if you understand the basic idea of what an API is, this chapter may help you get a rough sense of “what you can do” and set direction when you want to build a service using OpenAI’s APIs.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="about-the-apis-provided-by-openai"&gt;About the APIs provided by OpenAI&lt;a class="anchor" href="#about-the-apis-provided-by-openai"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;AI providers such as OpenAI offer consumer-facing services like ChatGPT, but they also provide APIs to third-party developers, expanding the ecosystem. For startups, using an API instead of training your own model can be a very practical way to ship high-quality AI features quickly.&lt;/p&gt;</description></item><item><title>Harness Engineering — A Practical Guide to Safe AI Agent Operations</title><link>https://tedfactory.com/en/notes/essays/harness-engineering-guide/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0900</pubDate><guid>https://tedfactory.com/en/notes/essays/harness-engineering-guide/</guid><description>&lt;h1 id="harness-engineering--a-practical-guide-to-safe-ai-agent-operations"&gt;Harness Engineering — A Practical Guide to Safe AI Agent Operations&lt;a class="anchor" href="#harness-engineering--a-practical-guide-to-safe-ai-agent-operations"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;2026-04-04&lt;/p&gt;
&lt;p&gt;&lt;img src="https://tedfactory.com/images/notes/harness-engineering-cover.png" alt="Harness Engineering" /&gt;&lt;/p&gt;
&lt;h2 id="why-i-wrote-this"&gt;Why I Wrote This&lt;a class="anchor" href="#why-i-wrote-this"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I actively use AI agents (Cursor, Claude Code, etc.) across multiple projects. At first, having an agent write code was impressive enough on its own. But as I integrated them more deeply into real projects, I kept running into recurring problems.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Every time I open a new session, the agent forgets the project conventions&lt;/li&gt;
&lt;li&gt;It repeats the same mistakes today that we already solved yesterday&lt;/li&gt;
&lt;li&gt;The quality of agent-generated code fluctuates wildly between sessions&lt;/li&gt;
&lt;li&gt;When managing multiple projects, I have to repeat the same setup for each one&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The root cause of these problems wasn&amp;rsquo;t a lack of agent intelligence — it was that the &lt;strong&gt;environment surrounding the agent was not properly set up&lt;/strong&gt;. As 2026 arrived, this concern spread across the industry and began to be systematized under the name &amp;ldquo;harness engineering.&amp;rdquo;&lt;/p&gt;</description></item><item><title>I Decided to Call Them Harness Skills — Breaking the Illusion of Doing Well and Opening Up My Harness</title><link>https://tedfactory.com/en/notes/essays/harness-skills-opening-my-harness/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0900</pubDate><guid>https://tedfactory.com/en/notes/essays/harness-skills-opening-my-harness/</guid><description>&lt;h1 id="i-decided-to-call-them-harness-skills--breaking-the-illusion-of-doing-well-and-opening-up-my-harness"&gt;I Decided to Call Them Harness Skills — Breaking the Illusion of Doing Well and Opening Up My Harness&lt;a class="anchor" href="#i-decided-to-call-them-harness-skills--breaking-the-illusion-of-doing-well-and-opening-up-my-harness"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;2026-06-08&lt;/p&gt;
&lt;p&gt;&lt;img src="https://tedfactory.com/images/notes/harness-skills-opening-my-harness-cover.png" alt="Harness Skills — selectively absorbing external skills into your own harness" /&gt;&lt;/p&gt;
&lt;h2 id="facing-things-without-a-name"&gt;Facing Things Without a Name&lt;a class="anchor" href="#facing-things-without-a-name"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When I first saw something called LLM Wiki, and then GStack, the first thing that came to mind was surprisingly: &amp;ldquo;What should I even call these?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It was clear that both were means for handling AI agents better. From the perspective of &lt;strong&gt;harness engineering&lt;/strong&gt; — the discipline of designing infrastructure to operate AI agents safely and reliably, which I covered in an earlier piece — these were obviously &amp;ldquo;tools you reach for when building a harness.&amp;rdquo;&lt;/p&gt;</description></item></channel></rss>