Skip to main content

money works

money makes the world go round: that's half true. money and people makes the world go round. sad to say, people are letting money make the world go round when it should be the other way around. people are working for money instead of letting money work for the people.

let's take a look at the three kinds of people-money relationship, which i have in mind.

employment: when one is employed, one is working for money. he works to receive money for him to use for daily activity. once depleted, the cycle is repeated. it's advantage: it's basic, no complications and no stress (depending on whose looking at it). drawback: unstable and routinary. once you're laid off, the pay stops and you need to look for another job.

business: when one owns a business, one is working with his money. to clarify, he is helping his money grow by making the business stay afloat. then the owner would hire managers to take charge of the operations so he can sit back. then, from time to time he takes part on the operations. that's better than being an employee, in so many ways. one disadvantage though. it consumes time. not like if you are going be an investor

investor:  when one invests, he uses his money to generate more money. sample would be time deposit, real estate, stocks, bonds, etc. simplest form would be saving up in a bank with compounding interest. that may return the smallest but adding it up to, let's say, 15 years: that's big. 1,500 monthly with 0.5%interest rate for 15 years would have a future value of 281,939.13, regardless of the currency(i think).

final note, make your money work for you. do not just work for money.

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...