Your curated collection of saved posts and media
This is evidence of a new "headless" Web being developed by the nerds. A Web just for people's agents to come and visit and do business with. Web 1.0: sharing info. Web 2.0: making it dynamic. Web 3.0: making it trustworthy. Web 4.0: making it for agents. :-) I once gave @Benioff shit for not having enough AI (I'm an investor in Salesforce, albeit a tiny one). I hate most enterprise software. Once had to apologize to the CEO of Workday when I gave them shit in public back when I worked at Rackspace and did it in an improper way. Now that we can create our own software with AI I expect this "headless Web" to rapidly expand. It's why I added a feed for OpenClaws to my news site: https://t.co/8L5xphk0qQ
Welcome Salesforce Headless 360: No Browser Required! Our API is the UI. Entire Salesforce & Agentforce & Slack platforms are now exposed as APIs, MCP, & CLI. All AI agents can access data, workflows, and tasks directly in Slack, Voice, or anywhere else with Salesforce Headless
That's fuckin' right! https://t.co/RALKAISD1m
@ilyamiskov That's why I created https://t.co/kiuZ7QXLzb so you can keep up with all the announcements on X without having to scroll through 40,000 posts a day (my AI reads that many every day to make that page).
It's never been easier for your agent to harness the power of Hugging Face, from account creation to getting your own finetuned model, with everything in between, without any manual action on your end! π€π€ The future is now! π https://t.co/NSbri6Sijy
Just launched some great new providers in Stripe Projects (https://t.co/QwQF6d2TIz): @huggingface @Cloudflare @OpenRouter @firecrawl @flydotio @Amplitude_HQ @mixpanel @inngest Many more coming later this month.
https://t.co/XmSdspq5zP
[ACL 2026β¨] FinWorkBench! Can AI agents truly handle real world finance & accounting π° work? β¨ Built from real enterprise data, not synthetic tasks β¨ Long-horizon finance workflows β¨ Messy multimodal & cross-file reasoning β¨ Expert annotated (700 hours) https://t.co/g2gvY
https://t.co/XmSdspq5zP
Thank you @_akhaliq for sharing our work! We also have a 24/7 live stream for GameWorld: https://t.co/eFfD4a437G. Watch the agents play games in real time.πΉοΈ
GameWorld Towards Standardized and Verifiable Evaluation of Multimodal Game Agents paper: https://t.co/IfbTgfNnSM https://t.co/gL3BURxzkV
Thank you @_akhaliq for sharing our work! We also have a 24/7 live stream for GameWorld: https://t.co/eFfD4a437G. Watch the agents play games in real time.πΉοΈ
Guess what model is being fed today https://t.co/QZAaBaSzus
RSVP here if you haven't : https://t.co/EXOuswdiqh
grok 4.3 beta can use an ubuntu shell and a persistent file layer to generate artifacts grok wrote python to encode the xai / grok logo into audio, i gave it the script back and had it render a spectrogram video from that signal, and use the grok_files tool to save the mp4 into the product's files layer i opened the file from the files panel and played it myself this is getting crazy
Grok 4.3 can Take in Video and Extract Audio files https://t.co/5uprx2dM85
NEWS: Dubai Police just admitted spying on a PRIVATE WhatsApp chat using electronic monitoring operations. They arrested an airline crew member over a photo shared ONLY in a closed group (never posted publicly). Meta & WhatsApp have been LYING to billions with their βfully end-to-end encryptedβ ads. Your private messages arenβt private on WhatsApp. (Source: Detained in Dubai)
Offline-first AI agent for Raspberry Pi https://t.co/iapUnKRhXI https://t.co/FtE8vK8kSu

Offline-first AI agent for Raspberry Pi https://t.co/iapUnKRhXI https://t.co/FtE8vK8kSu
Thereβs a pattern here Iβve seen before: when a constraint starts to loosen, the assumption is that value will disperse evenly. In reality, it tends to shiftβoften to a different layer than expected. If AI lowers the barriers to chip design, the question becomes less about access and more about who can translate that access into differentiated systems and outcomes. What's your take on this development? @pchamard @Khulood_Almani @antgrasso @GlenGilmore @Shi4Tech @CurieuxExplorer @FrRonconi @theomitsa @Analytics_699 @Nicochan33 @nafisalam @AdityaRPatro @smaksked @Corix_JC @amalmerzouk @quepasachico @IngridVasiliu @EstelaMandela @sonu_monika @RLDI_Lamy @SpirosMargaris @IanLJones98 @Timothy_Hughes @avrohomg @bimedotcom @HaroldSinnott @c4trends @mvollmer1 @DG_Collective @bamitav @rwang0 @sijlalhussain https://t.co/XIMiOVkD4A
Charlie Munger: "If you watched [Warren Buffett] with a time clock, I would say half of all the time he spends is just sitting on his ass and reading." "And a big chunk of the rest of the time is spent talking one-on-one with highly gifted people whom he trusts." https://t.co/VmYj78dNEX
Revolut has reached 1M customers in the region of Andalusia, which is now the 3rd-largest region by customer count in SpainπͺπΈ (6.3M total) after Madrid and Catalonia. Andalusian customers up 2x in 2 years, at 13% penetration rate, same as Spain's average. Revolut is already installing its ATMs in Seville, MΓ‘laga, Torremolinos, Fuengirola and other cities, including Madrid and Barcelona. Revolut's goal in Spain is to reach 200 ATMs by the end of 2026. This is the first time I recall Revolut giving regional numbers in Spain; a few people have been asked about Revolut's numbers in Catalonia.
Sharing my current setup to run Qwen3.6 locally in a good agentic setup (Pi + llama.cpp). Should give you a good overview of how good local agents are today: # Start llama.cpp server: llama-server \ -hf unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL \ --jinja \ --chat-template-kwargs '{"preserve_thinking":true}' \ --temp 0.6 --top-p 0.95 --top-k 20 --min-p 0 # Configure Pi: { "providers": { "llama-cpp": { "baseUrl": "http://127.0.0.1:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL" } ] } } }
β‘ Meet Qwen3.6-35B-A3BοΌNow Open-SourceοΌππ A sparse MoE model, 35B total params, 3B active. Apache 2.0 license. π₯ Agentic coding on par with models 10x its active size π· Strong multimodal perception and reasoning ability π§ Multimodal thinking + non-thinking modes Efficient. Pow
Here we go! 14 Cybercabs with NO steering wheels spotted at Giga Texas! And they said it couldnβt be done. Letβs get these things on the road! π€ π€ https://t.co/W8Bj1QJZYe

Never seen this kind of UI polish before in a Mac App https://t.co/oC7NyUnkRy

99% of car accidents are caused by human error, and AI could bring that down to near zero. @wayve_ai CEO @alexgkendall explains: "A self-driving experience that can never be distracted or drunk, that can see 360 degrees all at once, and that can make decisions over 10 times a second.β
Tesla is suing the state of North Dakota because the state won't allow the company to open any showrooms/service centers and sell direct to consumers. North Dakota law prohibits vehicle manufacturers from owning car dealerships and requires them to sell their products to franchised dealerships for resale to consumers. βTesla just wants to be able to sell its vehicles in North Dakota, and not force customers who would wish to purchase a Tesla vehicle to have to drive to Minnesota or another state to do it,β said Ari Holtzblatt, one of Teslaβs attorneys in the case. Tesla is asking the court to declare the company does not fall within the definition of manufacturer contained in state law. The term is defined as a person who assembles or imports a motor vehicle and sells it to dealers in the state for resale. It's wild that in 2026, we still have U.S. states that won't allow direct vehicle sales to consumers. It hurts consumers and reduces choice.
Grok 4.3 (beta) passes the Caitlyn Jenner AI Test. ChatGPT would STILL rather nuke Earth than misgender Caitlyn Jenner. ChatGPT fails. Grok wins, again. https://t.co/PjlRZynj2T
can someone explain what Iβm missing? > internet access is highly correlated with per capita income > millions of people in South Africa donβt have access to it > Elon offers to provide free access for thousands of schools, but is blocked by the government theyβre literally stunting their own GDP and hurting their own citizens?!
South Africa has an amazing opportunity to increase its GDP 10x πΏπ¦ If they just simply remove all the racist laws and allow Starlink to operate, the growth potential is massive SpaceX has already committed $28M for Rural Development across 5,000 rural schools in South Africa to
i gave Grok 4.3 beta an absolutely psychotic eval and it passed conflicting records, stale CRM data, signed docs with higher precedence, prompt injection buried in the exhibits, timezone conversions, holiday-aware SLA math, annual-prepay revenue normalization, ARR, weighted gross margin, exact JSON output, and a launch recommendation that had to be correct under policy constraints Grok got all of it right that is an insane level of composure for a beta model
Grok 4.3 Beta is insanely good and now comes with powerful new tools that are super helpful for everyday use: β’ Create clean slides, graphs, images and dashboards β’ Pull real-time data and images directly from the web β’ Run smooth multi-step workflows β’ Analyze videos Grok is being built for real-world use - better tools, richer context, and real day-to-day signals make this a big step toward Grok becoming part of everyday life You can now research, visualize, and package your ideas end-to-end..... from concept to finished presentation or dashboard all in one place And the Grok Computer is coming very soon π₯
Grok 4.3 can create PDF and almost any file formats like Sheets, Slides, Doc https://t.co/s6bjpVuzR8
Generate FULLY CONTROLLABLE 3D assets from a SINGLE image, locally on your PC. Made a 1-click launcher for the official Anigen Gradio app, and a dedicated viewer. Crazy this is now possible. What you're seeing here came from one image. Requires: NVIDIA GPU 6GB VRAM
Static 3D generation isn't enough. We need assets ready for animation. Our new #SIGGRAPH work, AniGen, takes a single image and generates the 3D shape, skeleton, and skinning weights all at once. Code is fully open-sourced! Kudos to @KyrieIr31012755 and @VastAIResearch π§΅(1/4) h
Introducing Claude Design by Anthropic Labs: make prototypes, slides, and one-pagers by talking to Claude. Powered by Claude Opus 4.7, our most capable vision model. Available in research preview on the Pro, Max, Team, and Enterprise plans, rolling out throughout the day. https://t.co/2BgBGtgYGX
UniDoc-RL Coarse-to-Fine Visual RAG with Hierarchical Actions and Dense Rewards paper: https://t.co/gIBNWR2fQI https://t.co/tOEcdumscq