Posts

Showing posts from June, 2026

AugSplit: Teaching AI How to Read and Talk in English

  AugSplit : Teaching AI How to Read and Talk in English using Basic Python - A Less Trained BPE Before an AI can understand what someone is saying, it first needs to learn how to read it. The problem is simple: humans read words, computers read numbers. That's where AugSplit comes in. Step 1: Turn Text Into Numbers When someone types a word like "stress" , a computer doesn't see letters the way we do. AugSplit converts every character into a number the computer can understand. At this point, the AI is basically reading one letter at a time. Step 2: Spot Repeating Patterns Next, AugSplit looks for patterns that appear again and again in language. For example, combinations like "st" , "th" , or "ing" show up very frequently. Instead of treating them as separate letters every time, AugSplit notices these repeated patterns. Step 3: Create Shortcuts Once a pattern appears often enough, AugSplit gives it its own number. So instead of rea...

Feel of Google's Antigravity

  Feel of  Google's Antigravity What is Antigravity ? The easiest way to understand it is to think of a highly capable manager coordinating a team of specialists. Imagine a cricket captain who has played with the same team for years. He knows exactly who to turn to in different situations because he understands every player's strengths, weaknesses, and style of play. He relies on that knowledge to put the right person in the right role at the right time. Now imagine an exceptionally intelligent captain. Suppose your team is defending 160 in a T20 match. The captain does not sit down and work everything out alone. He speaks with the senior-most bowler about the death overs, asks the wicketkeeper what they are noticing about the opposition batters, checks with the spinner about how much the pitch is turning, and may even consult the coach about field placements. Everyone contributes a piece of the puzzle. The captain listens, keeps track of what is happening on the field, and th...