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

Understanding Large Language Models (LLMs) Using First-Principles Thinking

Instead of memorizing AI jargon, let’s break down Large Language Models (LLMs) from first principles —starting with the most fundamental questions and building up from there. Step 1: What is Intelligence? Before we talk about AI, let’s define intelligence at the most basic level: Intelligence is the ability to understand, learn, and generate meaningful responses based on patterns. Humans do this by processing language, recognizing patterns, and forming logical connections. Now, let’s apply this to machines. Step 2: Can Machines Imitate Intelligence? If intelligence is about recognizing patterns and generating responses, then in theory, a machine can simulate intelligence by: Storing and processing vast amounts of text. Finding statistical patterns in language. Predicting what comes next based on probability. This leads us to the core function of LLMs : They don’t think like humans, but they generate human-like text by learning from data. Step 3: How Do LLMs Wor...

Prompt Analysis Using First-Principles Thinking (FPT)

Instead of memorizing existing prompt patterns, let’s break down Prompt Analysis from First-Principles Thinking (FPT) —understanding what makes a prompt effective at its core and how to optimize it for better AI responses. Step 1: What is a Prompt? At its most fundamental level, a prompt is just: An input instruction → What you ask the AI to do. Context or constraints → Additional details that guide the response. Expected output format → Defining how the AI should structure its answer. A well-designed prompt maximizes relevance, clarity, and accuracy while minimizing misunderstandings. Step 2: Why Do Prompts Fail? Prompts fail when: ❌ Ambiguity exists → The model doesn’t know what’s truly being asked. ❌ Lack of context → Missing background information leads to weak responses. ❌ Overloaded instructions → Too many requirements confuse the AI. ❌ Vague output expectations → No clear structure is provided. ❌ Incorrect assumptions about AI behavior → The prompt d...

AI, Languages and Neuro-Kernels

“A radical rethinking of OS architecture for the age of AI: from legacy kernels to self-optimizing neuro-kernels powered by contextual intelligence.” I believe that the future will ditch Linux and Windows because AI will create it's own kernel that's ready to be fused with AI model to become neuro-kernel. Why? Because they were not created for AI. They were created several decades ago when LLM wasn’t even a phrase. They were born out of necessity, not intention — a way to make silicon respond to keyboards, screens, and human commands. Over time, they adapted: adding graphical user interfaces like Window User Interface and desktop environments of Linux, supporting mobile devices such as Android and iOS, and surviving by bolting on complexity, you get the gist. But at their core, they are still human-first operating systems, not built for real-time machine reasoning, context shifts, or model-to-model communication. Now Let's Talk Inefficiencies The inefficiencies are baked in...