Mijns inziens is dit een van de beste use cases voor AI-videocontent op dit moment. Een AI-influencer reist terug in de tijd naar 1536 om te vloggen over haar ervaringen in Tudor-Londen.
https://t.co/hN6MydIwwR is essentially npm for agent skills: instead of having to come up with your own “AI workflow” every time, you simply install ready-made skills with a single command and assemble your own working setup from them.
This feels like setting cron jobs for the real world. Task semi-autonomous drones to periodically survey your own sanctum or the sandbox.
I especially like how the 3d camera frustum changes based on the field of view of the sensor you’re looking through.
The robot era isn't coming — it's already here. 🤖
We sat down with @ijustine to break down what we unveiled at 6.16:
▸ The first-half launch of our Six-Series Full-Form FF EAI Robot World
▸ The first-half reveal of the All-New Futurist & the launch of FX Navi — available now
▸ Our EAI robot education ecosystem — with education as the first entry point for bringing embodied AI robots into C-end homes
The next generation won't just use AI. They'll build it.
Learn more at: https://t.co/RckztKV49R
#FFEAI #EmbodiedAI #Robotics #RobotEducation #FXNavi
NEW: malware developers added nuclear & biological weapons text to to their spyware.
Goal? To trigger LLM safety refusals... so that their spyware wouldn't be analyzed by an AI security scanner.
Cleanest practical example I can think of for why over-indexing on first order safety alignment is risky.
When closed (and open) models ship with aggressive refusals, they will be sprinkled with second-order blindspots that attackers will discover...and exploit.
We are only in the earliest days of attackers leveraging these features, and it wouldn't surprise me if users systems that need to handle complex cybersecurity issues demand that models be less safety-blunted.
In the weeds: @SocketSecurity's post also shows why intention matters in how you design a malware analysis pipeline to avoid prompt manipulation.
H/T to colleagues that shared this with me https://t.co/f3Aj9TYxU4
GPT image 2 on Chatgpt
Prompt:
Professional luxury birthday poster, 3:4 ratio. Entire frame filled with a premium off white luxury paper textured wall. Large number “2” precisely carved in the wall with visible depth and realistic inner shadows. Inside the number: soft pink and pink balloons, subtle white flowers, elegant bouquet arrangement, premium celebration styling. A happy 2 year old child with preserved reference facial features, wearing a milky white T shirt and pink denim overalls, laughing naturally. Face, shoulder, one hand and one foot extend outside the number creating a realistic 3D effect. Warm cinematic sunlight from one side, soft rim light, photorealistic skin, premium studio photography, ultra realistic, sharp focus. Typography on wall: MUNONYE, CHAPTER 2, 365 MORE DAYS OF WONDER. Clean minimalist layout, luxury magazine cover aesthetic, high end art direction, realistic shadows, natural colors, no tree shadows, no fake lighting, no AI artifacts.
Holy SHittttt Claude Fable 5 just finished Pokémon FireRed with vision alone 🤯
raw screenshots only
no map / no nav / no hidden game state
older Claude needed a helper harness
This timelapse goes hardddddd....
I got tired of copy-pasting between Codex and ChatGPT to use GPT-5.5 Pro.
Codex is where my coding happens.
ChatGPT is where I do deeper planning, online research, and strategic planning with Pro and long context.
So I built a visible bridge between them. [1/n]
Claude Code creator:
"I don't prompt Claude anymore. I write loops - and the loops do the work. My job is to write loops."
in 30 minutes Boris reveals his actual daily Claude Code setup.
Claude Code + loops + dynamic workflow
Worth more than a $500 vibe-coding course
GPT Image 2 on @SocialSight
PROMPT:
Black-and-white fashion casting contact sheet of [HUMAN] with [HAIR], arranged in a clean 2x2 grid of four close portrait frames against [BACKGROUND], wearing [CLOTHING] and [ACCESSORY]. Each frame shows a different expression and angle: [EXPRESSIONS]. Soft studio lighting, crisp monochrome contrast, natural skin texture, visible facial details, clean plain backdrop, subtle film grain, high-end editorial test shoot, minimal styling, intimate camera distance, professional portrait photography, aspect ratio 4:5.
Role-specific plugins in Codex are built around the work teams actually do.
Plugins for Data Analytics, Creative Production, and Product Design give Codex the tools and context to create reports, creative directions, and prototypes.
Built and used by OpenAI teams.
Training an LLM from scratch is easier to study when the whole path is in one repo.
Train LLM From Scratch is a PyTorch repository for learning how a transformer language model is built, trained, saved, and used for text generation.
It helps you move from “I understand attention on paper” to a runnable training pipeline by pairing model code with data download, preprocessing, config, training, and generation scripts.
Key features:
• Transformer components from scratch – separate PyTorch modules for MLP, attention, transformer blocks, and the final model
• Pile-based data path – scripts download The Pile files and preprocess JSONL.ZST text into tokenized HDF5 datasets
• Configurable training setup – model size, context length, heads, blocks, batch size, learning rate, and file paths live in https://t.co/zuPqaR3MhP
• Hardware guidance – README compares common GPUs for 13M and 2B-class training runs
• Generation workflow included – generate_text.py loads trained checkpoints and produces sample text outputs
It’s open-source (MIT license).
Link in the reply 👇