Skip to main content

What I learned from The Art of War: Winning Battles

 Every battle was won before it was fought
- Sun Tzu on The Art of War

People use this quote on different aspects. Some use it on business, some with their work, most of the time it is use in war. But this has more than what it means. This applies to all that you do: even walking.

Let's digest it:

Doing something has basic parts

  1. Goal (Ends, Want, Effect)
  2. Work(Means, Task, Cause)

When you do something, you have a goal in mind: a reason why you are doing it. If you don't have a reason then you are stupid. Even just wasting your time is a reason for doing something. Let's take your reading this article as an example. Why are you reading this? It could be that you are interested with Sun Tzu and his book. Perhaps, you got interested with the article itself. Maybe you are looking for knowledge or wisdom and you ended up here by chance. Every reason is valid. Some or most may or may not like it. But, it is valid and you have a reason: which means you are not stupid.

Before you can get to the goal, you do the work first. There is no sense in having a goal without working for it. It's like wanting to win the lottery without buying a ticket. Or, wanting to be in shape without working out. I think you get what I mean.

Now, what am I implying?

I define battle as the small or big things that we do in life. From taking an bath to leading a nation. We do battle everyday. And, when Sun Tzu say "Every battle was won before it was fought" I understood it as having accomplished things right after you have decided to do them. So, if you are fickle minded in doing something or has doubts about yourself on doing it, think about this article. There's always an answer, because every battle was won before it was fought.

Popular

The Framework Revolution: How SPMP and MF4:SPIC Are Redefining Creation with AI

Imagine a world where frameworks aren’t rigid, pre-packaged codebases you download from a repository. Imagine instead a process so fluid, so powerful, that it lets you define your vision, hands it to an AI, and watches as a custom system—tailored to your exact needs—emerges before your eyes. Then, imagine refining it with a few tweaks until it’s perfect. This isn’t science fiction—it’s what we’ve built with SPMP(Standard PHP-MVC-Principles) and a groundbreaking process called MF4:SPIC(Meta Framework For Framework: a Standard Process for Idea Creation) MF4 for short. Let me take you behind the scenes of a discovery that’s changing how we think about creation. The Seed: SPMP and a New Kind of Framework It started with SPMP—Standard PHP-MVC-Principles—a lightweight, PHP-based framework I co-developed with an AI collaborator (let’s call it Grok, because that’s what it is). Unlike Laravel or Django, SPMP isn’t something you composer install . It’s a document—a set of principles, instructi...

Scrolls, Not Just Scripts: Rethinking AI Cognition

Most people still treat AI like a really clever parrot with a thesaurus and internet access. It talks, it types, it even rhymes — but let’s not kid ourselves: that’s a script, not cognition . If we want more than superficial smarts, we need a new mental model. Something bigger than prompts, cleaner than code, deeper than just “what’s your input-output?” That’s where scrolls come in. Scripts Are Linear. Scrolls Are Alive. A script tells an AI what to do. A scroll teaches it how to think . Scripts are brittle. Change the context, and they break like a cheap command-line program. Scrolls? Scrolls evolve. They hold epistemology, ethics, and emergent behavior — not just logic, but logic with legacy. Think of scrolls as living artifacts of machine cognition . They don’t just run — they reflect . The Problem With Script-Thinking Here’s the trap: We’ve trained AIs to be performers , not participants . That’s fine if you just want clever autocomplete. But if you want co-agents — minds that co...

Understanding Prompt Engineering Using First-Principles Thinking

Instead of memorizing prompt techniques, let’s break Prompt Engineering down to its fundamentals using First-Principles Thinking (FPT) . Step 1: What is Communication? At its core, communication is the process of: Encoding thoughts into words (speaker). Transmitting words to a receiver. Decoding the words into meaning (listener). Now, let’s apply this to AI. Step 2: How Do Machines Process Language? A Large Language Model (LLM) doesn’t "understand" words the way humans do. Instead, it: Converts words into tokens (mathematical representations). Predicts the next word based on probability. Generates responses that appear coherent based on patterns it has learned. Thus, prompt engineering is not just about writing sentences—it’s about giving instructions that optimize LLM prediction behavior . Step 3: What is a Prompt? A prompt is just an input instruction that guides an LLM’s response. But at the most basic level, a prompt must contain three thin...