The 2 biggest rumors I've seen for iOS 18 are both hilarious:
Being able to put your icons wherever you want on your homescreen
AI-generated emojis based on what you're texting
Full LLM stack with fastapi server. Their ui for tools and agents is pretty good.
I finally understand how GPT generates text.
Really helps to code it from scratch in Python.
There are 5 components:
• token embeddings
• positional embeddings
• transformer blocks
• layer normalization
• output head
It sounds complex, but grokking GPT is simple.
Token embeddings turn input text into meaningful vectors that capture semantic mea... See more