<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Poem on kenji.blog</title><link>http://kenji.blog/en/tags/poem/</link><description>Recent content in Poem on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>kenjinote</copyright><lastBuildDate>Sun, 20 Jul 2025 21:52:42 +0900</lastBuildDate><atom:link href="http://kenji.blog/en/tags/poem/index.xml" rel="self" type="application/rss+xml"/><item><title>The Wall of AI Development</title><link>http://kenji.blog/en/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/</link><pubDate>Sun, 20 Jul 2025 21:52:42 +0900</pubDate><guid>http://kenji.blog/en/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/</guid><description>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1.png" alt="Featured image of post The Wall of AI Development" />&lt;h1 id="the-wall-of-ai-development">The Wall of AI Development
&lt;/h1>&lt;p>&lt;strong>〜Made it to the 8th station, but from there it was hell〜&lt;/strong>&lt;/p>
&lt;p>Hello, I&amp;rsquo;m kenji.&lt;/p>
&lt;p>Recently, I&amp;rsquo;ve been hearing a ton of people saying, &amp;ldquo;I asked AI and it made an app for me!&amp;rdquo;
We&amp;rsquo;ve moved past the era of no-code and low-code, and are entering a phase of &amp;ldquo;vibe coding&amp;rdquo; (writing code by feel).&lt;/p>
&lt;p>For example, if you say, &amp;ldquo;Make an app that processes images and posts them to SNS,&amp;rdquo; AI will spit out the code and even the UI.
&lt;strong>It&amp;rsquo;s amazing, you&amp;rsquo;d think we don&amp;rsquo;t need humans anymore, right?&lt;/strong>&lt;/p>
&lt;p>But you know, that&amp;rsquo;s like &lt;strong>landing at the 8th station of Mount Fuji in sandals&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="getting-to-the-8th-station-looks-easy">Getting to the 8th station looks &amp;ldquo;easy&amp;rdquo;
&lt;/h2>&lt;p>Development with AI is really easy at first.
File I/O? It runs for now.
Network? Well, it connects.
Database? JSON is fine.
UI? ChatGPT spit out React code.
Billing? Just copy-paste the Stripe API.&lt;/p>
&lt;p>Here, you get the illusion of &amp;ldquo;Am I an engineer now?&amp;rdquo;.
But the real hell begins from here.&lt;/p>
&lt;p>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img.png"
width="1024"
height="1024"
srcset="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_huf56c5201f3b1d8f8800773fd39442f1f_2016892_480x0_resize_box_3.png 480w, http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_huf56c5201f3b1d8f8800773fd39442f1f_2016892_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="img.png"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="240px"
>&lt;/p>
&lt;hr>
&lt;h2 id="why-you-get-stuck">Why you get stuck
&lt;/h2>&lt;p>The reason is simple: &amp;ldquo;AI makes it look like it&amp;rsquo;s done, but leaves the final adjustments entirely to humans.&amp;rdquo;&lt;/p>
&lt;ul>
&lt;li>Data gets lost in File I/O&lt;/li>
&lt;li>DB normalization is weak so searches are slow&lt;/li>
&lt;li>UI is not intuitive&lt;/li>
&lt;li>Crashes from access concentration because no load testing was done&lt;/li>
&lt;li>Rejected by Apple/Google review&lt;/li>
&lt;li>(Almost) causes an uproar by violating legal requirements&lt;/li>
&lt;/ul>
&lt;p>In other words, **AI is good at creating a prototype that looks like a finished product &lt;strong>, but ** finishing it into a product that actually works in the real world is still a human&amp;rsquo;s job today&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="but-theres-a-paradox">But there&amp;rsquo;s a paradox
&lt;/h2>&lt;p>Here you notice one &lt;strong>paradox&lt;/strong>.&lt;/p>
&lt;blockquote>
&lt;p>What if AI becomes able to truly do everything in the future?
In other words, what if &amp;ldquo;AI can perfectly handle security, billing, and design all by itself&amp;rdquo;?&lt;/p>
&lt;/blockquote>
&lt;p>At that time, &lt;strong>the need for humanity to create apps itself might disappear&lt;/strong>.&lt;/p>
&lt;p>Because if a user directly tells the AI, &amp;ldquo;I want to do this kind of thing,&amp;rdquo; the task will be executed immediately without an app.&lt;/p>
&lt;hr>
&lt;h3 id="for-example">🌀For example
&lt;/h3>&lt;p>In the past, we &amp;ldquo;launched a calculator app to calculate&amp;rdquo;, but now it&amp;rsquo;s done just by saying, &amp;ldquo;Hey Siri, what&amp;rsquo;s 12 x 32?&amp;rdquo;.&lt;/p>
&lt;p>In the same way, if you say &amp;ldquo;AI, process this photo and share it&amp;rdquo;, the process might be completed without going through any app UI or API.&lt;/p>
&lt;p>In other words, &lt;strong>when the goal of &amp;ldquo;making apps with AI&amp;rdquo; is realized, a world where apps themselves are unnecessary might arrive&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="in-the-end-what-we-can-do-now">In the end, what we can do now
&lt;/h2>&lt;p>So, what should we do?&lt;/p>
&lt;ul>
&lt;li>Right now, &amp;ldquo;above the 8th station&amp;rdquo; is still the human domain, so polish that&lt;/li>
&lt;li>Focus on essential user understanding and service design&lt;/li>
&lt;li>Think about &amp;ldquo;what&amp;rsquo;s valuable&amp;rdquo; rather than &amp;ldquo;what can be made&amp;rdquo;&lt;/li>
&lt;li>Rather, explore ways of providing value that are &amp;ldquo;not bound by the format of an app&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;p>AI is a tool, a lift, and sometimes a competitor.
But, &lt;strong>&amp;ldquo;what to make&amp;rdquo; and &amp;ldquo;why to make it&amp;rdquo; remain questions for us humans&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="conclusion">Conclusion:
&lt;/h2>&lt;p>&lt;strong>The wall of AI development is not a paradox of technology, but of structure&lt;/strong>&lt;/p>
&lt;p>An era where anyone can get to the 8th station of Mount Fuji.
But the real thing starts from there.&lt;/p>
&lt;p>And by the time we reach the summit, a future might be waiting where we ask ourselves, &amp;ldquo;Did we even need to climb the mountain?&amp;rdquo;.&lt;/p>
&lt;p>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1.png"
width="1024"
height="1024"
srcset="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1_hu929f602c53dcc1c0d00e8a53b025b29e_1978511_480x0_resize_box_3.png 480w, http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1_hu929f602c53dcc1c0d00e8a53b025b29e_1978511_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="img_1.png"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="240px"
>&lt;/p></description></item><item><title>Market-In and Product-Out</title><link>http://kenji.blog/en/p/%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88%E3%82%A4%E3%83%B3%E3%81%A8%E3%83%97%E3%83%AD%E3%83%80%E3%82%AF%E3%83%88%E3%82%A2%E3%82%A6%E3%83%88/</link><pubDate>Tue, 15 Jul 2025 20:18:22 +0900</pubDate><guid>http://kenji.blog/en/p/%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88%E3%82%A4%E3%83%B3%E3%81%A8%E3%83%97%E3%83%AD%E3%83%80%E3%82%AF%E3%83%88%E3%82%A2%E3%82%A6%E3%83%88/</guid><description>&lt;img src="http://kenji.blog/p/%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%83%E3%83%88%E3%82%A4%E3%83%B3%E3%81%A8%E3%83%97%E3%83%AD%E3%83%80%E3%82%AF%E3%83%88%E3%82%A2%E3%82%A6%E3%83%88/img.png" alt="Featured image of post Market-In and Product-Out" />&lt;h1 id="market-in-vs-product-out">Market-In vs. Product-Out
&lt;/h1>&lt;p>Hello, this is kenji.&lt;/p>
&lt;p>Sometimes in business books or proposals,&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;We use a market-in strategy.&amp;rdquo;
&amp;ldquo;This is a product-out approach, isn&amp;rsquo;t it?&amp;rdquo;&lt;/p>
&lt;/blockquote>
&lt;p>You see people saying things like this, but&amp;hellip;&lt;/p>
&lt;p>&lt;strong>Wait, market-in? Product-out? Which one is better???&lt;/strong>&lt;/p>
&lt;p>Don&amp;rsquo;t you ever feel that way?&lt;/p>
&lt;p>So this time, I want to break down these terms &amp;ldquo;market-in&amp;rdquo; and &amp;ldquo;product-out&amp;rdquo; as simply as possible, with a slightly critical eye.&lt;/p>
&lt;hr>
&lt;h2 id="simply-put">Simply put&amp;hellip;
&lt;/h2>&lt;ul>
&lt;li>&lt;strong>Market-in&lt;/strong>: Listening to the voice of the market and creating products that match it.&lt;/li>
&lt;li>&lt;strong>Product-out&lt;/strong>: Creating what you think is good (the product) and putting it out into the world.&lt;/li>
&lt;/ul>
&lt;p>That&amp;rsquo;s it. Simple.&lt;/p>
&lt;hr>
&lt;h2 id="for-example-with-a-ramen-shop">For example, with a ramen shop&amp;hellip;
&lt;/h2>&lt;p>A market-in ramen shop would be like,
&amp;ldquo;Iekei ramen is popular lately. Alright, let&amp;rsquo;s go with plenty of fat and garlic!&amp;rdquo;&lt;/p>
&lt;p>A product-out ramen shop would be like,
&amp;ldquo;This soy milk basil salt ramen I made is seriously the best, so eat it.&amp;rdquo;&lt;/p>
&lt;hr>
&lt;h2 id="which-one-is-the-correct-answer-both-are">Which one is the correct answer&amp;hellip; Both are.
&lt;/h2>&lt;p>With market-in, you cater to customer needs, so &amp;ldquo;the probability of it selling is high,&amp;rdquo; but it&amp;rsquo;s hard to produce breakthrough ideas or innovations.&lt;/p>
&lt;p>With product-out, you &amp;ldquo;give shape to the justice you believe in,&amp;rdquo; so it&amp;rsquo;s edgy and attractive, but if you miss the mark, it won&amp;rsquo;t resonate with anyone.&lt;/p>
&lt;hr>
&lt;h2 id="the-iphone-is-quite-product-out">The iPhone is quite product-out
&lt;/h2>&lt;p>Apple released the iPhone in an era when people were saying &amp;ldquo;I don&amp;rsquo;t need a smartphone.&amp;rdquo;&lt;/p>
&lt;p>This is &lt;strong>completely a successful example of product-out&lt;/strong>.&lt;/p>
&lt;p>If they had just listened to users, they would have been told &amp;ldquo;A phone without a keyboard? Impossible,&amp;rdquo; and that would have been the end of it.&lt;/p>
&lt;hr>
&lt;h2 id="but-product-out-can-easily-become-self-satisfaction">But product-out can easily become &amp;ldquo;self-satisfaction&amp;rdquo;
&lt;/h2>&lt;p>Sometimes there are companies or people who say, &amp;ldquo;We are a product-out type,&amp;rdquo; but&lt;/p>
&lt;blockquote>
&lt;p>Wait, isn&amp;rsquo;t that just ignoring the user?&lt;/p>
&lt;/blockquote>
&lt;p>I sometimes think that.&lt;/p>
&lt;p>&amp;ldquo;I made it because I wanted to. But it didn&amp;rsquo;t sell.&amp;rdquo;
That&amp;rsquo;s not product-out, that&amp;rsquo;s &amp;ldquo;self-indulgent-out.&amp;rdquo;&lt;/p>
&lt;hr>
&lt;h2 id="market-in-has-pitfalls-too">Market-in has pitfalls too
&lt;/h2>&lt;p>On the other hand, market-in is not omnipotent either.&lt;/p>
&lt;p>If you say, &amp;ldquo;I&amp;rsquo;ll do everything because the users want it!&amp;rdquo;, the core of the product gets blurred, and in the end, it might not resonate with anyone.&lt;/p>
&lt;p>It&amp;rsquo;s like when you keep adding features, and before you know it, it&amp;rsquo;s become a chaotic tool.&lt;/p>
&lt;hr>
&lt;h2 id="the-ones-who-are-truly-amazing-are-those-doing-both">The ones who are truly amazing are &amp;ldquo;those doing both&amp;rdquo;
&lt;/h2>&lt;p>Amazing products perfectly present &amp;ldquo;something users truly wanted but couldn&amp;rsquo;t put into words.&amp;rdquo;&lt;/p>
&lt;p>In other words, it means &amp;ldquo;getting market-in style empathy with a product-out mindset.&amp;rdquo;&lt;/p>
&lt;p>It&amp;rsquo;s easy to say, but incredibly difficult to do.
However, if you can pull this off, it instantly becomes a &amp;ldquo;god-tier product.&amp;rdquo;&lt;/p>
&lt;hr>
&lt;h2 id="conclusion-user-reaction-is-everything-not-words">Conclusion: User reaction is everything, not words
&lt;/h2>&lt;p>Market-in or product-out.
Which is right is a pretty meaningless question.&lt;/p>
&lt;p>&lt;strong>&amp;ldquo;Is it properly reaching the users&amp;rsquo; hearts?&amp;rdquo; That&amp;rsquo;s everything,&lt;/strong> I think.&lt;/p>
&lt;p>I feel like saying &amp;ldquo;we&amp;rsquo;re doing this kind of strategy&amp;rdquo; is fine as long as you can write it in marketing materials later.&lt;/p>
&lt;hr>
&lt;p>So, that was a talk about market-in and product-out!&lt;/p>
&lt;p>Without being confused by weird loanwords, thinking about &amp;ldquo;In the end, what will make people happy?&amp;rdquo; is the healthiest approach, I think.&lt;/p>
&lt;p>See you around~.&lt;/p></description></item><item><title>What it Takes to Avoid Falling for Conspiracy Theories</title><link>http://kenji.blog/en/p/%E9%99%B0%E8%AC%80%E8%AB%96%E3%81%AB%E3%81%AF%E3%81%BE%E3%82%89%E3%81%AA%E3%81%84%E3%81%9F%E3%82%81%E3%81%AB%E4%BD%95%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B/</link><pubDate>Mon, 26 May 2025 22:23:34 +0900</pubDate><guid>http://kenji.blog/en/p/%E9%99%B0%E8%AC%80%E8%AB%96%E3%81%AB%E3%81%AF%E3%81%BE%E3%82%89%E3%81%AA%E3%81%84%E3%81%9F%E3%82%81%E3%81%AB%E4%BD%95%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B/</guid><description>&lt;img src="http://kenji.blog/p/%E9%99%B0%E8%AC%80%E8%AB%96%E3%81%AB%E3%81%AF%E3%81%BE%E3%82%89%E3%81%AA%E3%81%84%E3%81%9F%E3%82%81%E3%81%AB%E4%BD%95%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B/img.png" alt="Featured image of post What it Takes to Avoid Falling for Conspiracy Theories" />&lt;h2 id="mental-security-needed-to-avoid-being-drawn-into-conspiracy-theories">&amp;ldquo;Mental Security&amp;rdquo; Needed to Avoid Being Drawn into Conspiracy Theories
&lt;/h2>&lt;p>When browsing the internet, you may sometimes come across &amp;ldquo;conspiracy theory&amp;rdquo;-like stories.&lt;/p>
&lt;p>&amp;ldquo;Isn&amp;rsquo;t there someone operating behind the scenes of this event?&amp;rdquo;
&amp;ldquo;Could the real truth be hidden?&amp;rdquo;
Many of you have probably seen such narratives spread in a plausible manner.&lt;/p>
&lt;p>To avoid being drawn too deeply into such information, it is very important to develop not only &amp;ldquo;knowledge&amp;rdquo; and &amp;ldquo;thinking skills&amp;rdquo; but also your &lt;strong>state of mind&lt;/strong>—in other words, your &amp;ldquo;mental security.&amp;rdquo;&lt;/p>
&lt;p>Here are six effective ways of thinking for this purpose.&lt;/p>
&lt;hr>
&lt;h3 id="do-not-immediately-connect-anxiety-with-an-answer">Do Not Immediately Connect Anxiety with an &amp;ldquo;Answer&amp;rdquo;
&lt;/h3>&lt;p>A major characteristic of conspiracy theories is that they present a clear and simple &amp;ldquo;answer&amp;rdquo; to anxieties and questions.&lt;/p>
&lt;p>For example, to questions like:&lt;/p>
&lt;ul>
&lt;li>&amp;ldquo;Why did such an incident happen?&amp;rdquo;&lt;/li>
&lt;li>&amp;ldquo;Who is benefiting from this?&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;p>When a plot like &amp;ldquo;Actually, XX is manipulating things behind the scenes&amp;rdquo; is shown, it is easy to inadvertently be convinced.&lt;/p>
&lt;p>However, especially when you feel anxious, it is important to &lt;strong>reserve judgment and not jump to conclusions right away&lt;/strong>.&lt;/p>
&lt;blockquote>
&lt;p>The &amp;ldquo;ability to remain in a state of not knowing&amp;rdquo; is a sign of intellectual maturity.&lt;/p>
&lt;/blockquote>
&lt;hr>
&lt;h3 id="intentionally-broaden-your-information-sources">Intentionally Broaden Your Information Sources
&lt;/h3>&lt;p>Many people who fall deep into conspiracy theories tend to intensively view only &amp;ldquo;information with similar perspectives.&amp;rdquo;&lt;/p>
&lt;p>This is called &amp;ldquo;confirmation bias,&amp;rdquo; a psychological bias where one is exposed only to information that reinforces one&amp;rsquo;s existing beliefs.&lt;/p>
&lt;p>In particular, the algorithms of social media and video sites constantly push posts that seem to match your preferences, which can naturally narrow your perspective.&lt;/p>
&lt;p>Consciously aiming for a &lt;strong>diversification of information sources&lt;/strong> can help avoid this risk, such as:&lt;/p>
&lt;ul>
&lt;li>Accessing media with different viewpoints&lt;/li>
&lt;li>Viewing overseas news and academic sources&lt;/li>
&lt;li>Listening to opinions that differ from your own&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="do-not-think-i-wont-be-fooled">Do Not Think &amp;ldquo;I Won&amp;rsquo;t Be Fooled&amp;rdquo;
&lt;/h3>&lt;p>People who are knowledgeable or logical can actually be more susceptible to being drawn into conspiracy theories.&lt;/p>
&lt;p>If you assume, &amp;ldquo;I can notice the truth that others don&amp;rsquo;t,&amp;rdquo; that becomes a factor that clouds your judgment.&lt;/p>
&lt;p>No matter how careful you are, humans make mistakes. That is exactly why &lt;strong>acting on the premise that you too might be fooled&lt;/strong> can be considered a more rational attitude.&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;Doubting, yet not jumping to conclusions&amp;rdquo; becomes your defense.&lt;/p>
&lt;/blockquote>
&lt;hr>
&lt;h3 id="look-at-the-structure-without-being-pulled-by-the-story">Look at the Structure, Without Being Pulled by the Story
&lt;/h3>&lt;p>Conspiracy theories always come with a &amp;ldquo;dramatic narrative.&amp;rdquo;&lt;/p>
&lt;ul>
&lt;li>The conflict between good and evil&lt;/li>
&lt;li>Rulers and the ruled&lt;/li>
&lt;li>The awakened self vs. the brainwashed others&lt;/li>
&lt;/ul>
&lt;p>Such simple dichotomies may be attractive as a story, but they do not necessarily reflect reality correctly.&lt;/p>
&lt;p>Real-world events and social movements involve a tangle of many elements, such as complex causal relationships, historical backgrounds, and institutional structures.&lt;/p>
&lt;p>It is important to have a &lt;strong>perspective that understands structurally&lt;/strong> &amp;ldquo;why things are the way they are,&amp;rdquo; without getting too emotionally pulled into the story.&lt;/p>
&lt;hr>
&lt;h3 id="do-not-leave-loneliness-unaddressed">Do Not Leave Loneliness Unaddressed
&lt;/h3>&lt;p>Behind the strong attraction to conspiracy theories, there may be hidden &amp;ldquo;isolation&amp;rdquo; or a &amp;ldquo;lack of a place to belong.&amp;rdquo;&lt;/p>
&lt;p>When people feel lonely, they become deeply dependent on individuals or groups that understand them. Conspiracy theory communities can sometimes function as that &amp;ldquo;place to belong.&amp;rdquo;&lt;/p>
&lt;p>Therefore, making efforts not to become lonely also contributes to your mental security.&lt;/p>
&lt;p>For example, actions such as:&lt;/p>
&lt;ul>
&lt;li>Having regular conversations with people&lt;/li>
&lt;li>Joining communities where you can share hobbies and interests&lt;/li>
&lt;li>Having connections offline, not just online&lt;/li>
&lt;/ul>
&lt;p>can lead to mental stability.&lt;/p>
&lt;hr>
&lt;h3 id="focus-on-dialogue-rather-than-denial">Focus on Dialogue Rather Than Denial
&lt;/h3>&lt;p>Even if someone close to you leans toward conspiracy theories, &lt;strong>denying them outright can backfire&lt;/strong>.&lt;/p>
&lt;p>When their beliefs are denied, people tend to psychologically protect them (known as &amp;ldquo;defensive cognition&amp;rdquo;).&lt;/p>
&lt;p>Instead, taking a &lt;strong>dialogue-based approach&lt;/strong> can create the possibility of naturally broadening the other person&amp;rsquo;s perspective:&lt;/p>
&lt;ul>
&lt;li>Asking carefully, &amp;ldquo;What made you think that?&amp;rdquo;&lt;/li>
&lt;li>Gently offering your own perspective, such as &amp;ldquo;There might be this way of thinking too.&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="conclusion-what-you-can-do-to-keep-your-distance-from-conspiracy-theories">Conclusion: What You Can Do to Keep Your Distance from Conspiracy Theories
&lt;/h2>&lt;ul>
&lt;li>Have the ability to suspend judgment and not immediately connect anxiety with answers&lt;/li>
&lt;li>Diversify information sources and be aware of biases&lt;/li>
&lt;li>Recognize that your own judgment is not absolute&lt;/li>
&lt;li>Look at things through structures and causal relationships, not stories&lt;/li>
&lt;li>Avoid loneliness and maintain connections&lt;/li>
&lt;li>Face others&amp;rsquo; conspiracy theories with dialogue rather than denial&lt;/li>
&lt;/ul>
&lt;hr>
&lt;p>It is said that whether one is attracted to conspiracy theories is influenced more by psychological states and environmental factors than by the amount of knowledge.&lt;/p>
&lt;p>Therefore, without assuming &amp;ldquo;I am fine,&amp;rdquo; making a gradual effort in your daily life to &lt;strong>enhance your mental security&lt;/strong> will surely become a great support for living flexibly in the future information society.&lt;/p></description></item><item><title>Thou Shalt Not Die</title><link>http://kenji.blog/en/p/%E5%90%9B%E6%AD%BB%E3%81%AB%E3%81%9F%E3%81%BE%E3%81%B5%E3%81%93%E3%81%A8%E3%81%AA%E3%81%8B%E3%82%8C/</link><pubDate>Thu, 25 Jul 2024 13:16:47 +0900</pubDate><guid>http://kenji.blog/en/p/%E5%90%9B%E6%AD%BB%E3%81%AB%E3%81%9F%E3%81%BE%E3%81%B5%E3%81%93%E3%81%A8%E3%81%AA%E3%81%8B%E3%82%8C/</guid><description>&lt;p>&lt;img src="http://kenji.blog/p/%E5%90%9B%E6%AD%BB%E3%81%AB%E3%81%9F%E3%81%BE%E3%81%B5%E3%81%93%E3%81%A8%E3%81%AA%E3%81%8B%E3%82%8C/img.png"
width="1080"
height="1080"
srcset="http://kenji.blog/p/%E5%90%9B%E6%AD%BB%E3%81%AB%E3%81%9F%E3%81%BE%E3%81%B5%E3%81%93%E3%81%A8%E3%81%AA%E3%81%8B%E3%82%8C/img_hub1fb50838efd9b9ec0f364c86e062d91_1677486_480x0_resize_box_3.png 480w, http://kenji.blog/p/%E5%90%9B%E6%AD%BB%E3%81%AB%E3%81%9F%E3%81%BE%E3%81%B5%E3%81%93%E3%81%A8%E3%81%AA%E3%81%8B%E3%82%8C/img_hub1fb50838efd9b9ec0f364c86e062d91_1677486_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="img.png"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="240px"
>&lt;/p>
&lt;h1 id="akiko-yosano">Akiko Yosano
&lt;/h1>&lt;p>&lt;strong>&amp;ldquo;Thou Shalt Not Die&amp;rdquo;&lt;/strong>&lt;/p>
&lt;p>―― Grieving for my younger brother in the besieging army at Port Arthur&lt;/p>
&lt;p>Ah, my brother, I weep for you,&lt;br>
Thou shalt not die,&lt;br>
Being the youngest born,&lt;br>
You received the most of our parents&amp;rsquo; love.&lt;br>
Did they place a blade in your hand&lt;br>
And teach you to kill?&lt;br>
Did they raise you to twenty-four&lt;br>
Just to tell you to kill and die?&lt;/p>
&lt;p>As the master of an old and proud&lt;br>
Merchant house in the town of Sakai,&lt;br>
Since you are the one to inherit our parents&amp;rsquo; name,&lt;br>
Thou shalt not die.&lt;br>
Whether the fortress of Port Arthur falls,&lt;br>
Or whether it does not, what does it matter?&lt;br>
You surely know, such things&lt;br>
Are not the way of a merchant&amp;rsquo;s house.&lt;/p>
&lt;p>Thou shalt not die.&lt;br>
The Emperor himself&lt;br>
Does not go out to battle.&lt;br>
To shed one another&amp;rsquo;s blood,&lt;br>
To die the death of beasts,&lt;br>
And call such death human glory,&lt;br>
With his great and deep heart,&lt;br>
How could the Emperor possibly desire this?&lt;/p>
&lt;p>Ah, my brother, in battle&lt;br>
Thou shalt not die.&lt;br>
Our mother, who lost our father&lt;br>
Last autumn,&lt;br>
In the midst of her sorrow, pitifully&lt;br>
Having her son summoned, she guards our home.&lt;br>
Even in this great reign heard to be peaceful,&lt;br>
Our mother&amp;rsquo;s white hairs have grown.&lt;/p>
&lt;p>Weeping behind the shop curtains&lt;br>
Is your fragile, young bride,&lt;br>
Have you forgotten her, do you think of her?&lt;br>
Parted before being together for even ten months,&lt;br>
Think of the young girl&amp;rsquo;s heart.&lt;br>
In this world, with only you,&lt;br>
Ah, whom else is she to rely upon?&lt;br>
Thou shalt not die.&lt;/p></description></item></channel></rss>