Your curated collection of saved posts and media

Showing 29 posts ยท last 14 days ยท by score
N
NativeArtist28
@NativeArtist28
๐Ÿ“…
Sep 23, 2023
914d ago
๐Ÿ†”80311864

A thingy for the #HAPPYTREEFRIENDSAREBACK https://t.co/iVZ9x6rcmA

Media 1Media 2
๐Ÿ–ผ๏ธ Media
N
Native3rd
@Native3rd
๐Ÿ“…
Mar 02, 2024
753d ago
๐Ÿ†”70547504

โ€œAll Dreams Spin Out From The Same Web.โ€ ~ Native American https://t.co/vbXB1eGtF4

Media 1Media 2
๐Ÿ–ผ๏ธ Media
V
vllm_project
@vllm_project
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”47890810

Diffusion serving is expensive: dozens of timesteps per image, and a lot of redundant compute between adjacent steps. โšกvLLM-Omni now supports diffusion cache acceleration backends (TeaCache + Cache-DiT) to reuse intermediate Transformer computations โ€” no retraining, minimal quality impact! ๐Ÿš€Benchmarks (NVIDIA H200, Qwen-Image 1024x1024): TeaCache 1.91x, Cache-DiT 1.85x. For Qwen-Image-Edit, Cache-DiT hits 2.38x! Blog: https://t.co/TiC0WhbgQp Docs: https://t.co/0qatboeIe3 #vLLM #vLLMOmni #DiffusionModels #AIInference

Media 1
๐Ÿ–ผ๏ธ Media
M
ModelScope2022
@ModelScope2022
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”87647865

๐Ÿš€DiffSynth-Studio now supports Qwen-Image-Layered trainingโ€”so you can train your own layered image decomposer with just a few lines of code. ๐Ÿ› ๏ธ Think Photoshop for AI images: move, recolor, or replace one elementโ€”background stays crisp, style stays intact. ๐ŸŽจ Qwen-Image-Layered decomposes any RGB image into semantic RGBA layers, enabling true inherent editability: โœ… Reposition a person โ†’ background untouched โœ… Resize text โ†’ no style drift โœ… Swap a shirt โ†’ face unchanged Powered by RGBA-VAE + VLD-MMDiT, it supports variable layers and recursive decompositionโ€”no ghosting, no artifacts. Train your own model today with DiffSynth-Studio! ๐Ÿ”— DiffSynth-Stuido๏ผšhttps://t.co/CViCA6Xh2s ๐Ÿค– Model: https://t.co/V9yXltIX9N ๐ŸŒŸ Demo: https://t.co/ySdRT6dEpi ๐Ÿ“„ Paper: https://t.co/5fsAfPLcqz

Media 1Media 2
+4 more
๐Ÿ–ผ๏ธ Media
B
beginnersblog1
@beginnersblog1
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”04073512

Google just quietly dropped an AI that runs on your Mobile and doesn't need the internet. - 270 million parameters. - 100% private. - No servers. - No cloud. - No data leaving your device. It's called FunctionGemma. Released December 18, 2025. And it does something wild: It turns your voice commands into REAL actions on your phone. No internet required. No data leaving your device. No waiting for servers. Just you and your phone. That's it. Let me break down why this matters: Current AI assistants work like this: You speak โ†’ Words go to the cloud โ†’ Server processes โ†’ Answer returns The problem? โ†’ Slow (internet round-trip) โ†’ Privacy nightmare (your data travels everywhere) โ†’ Useless offline (no signal = no help) FunctionGemma flips this completely. Everything happens ON your device. Response time? 0.3 seconds. Battery drain? 0.75% for 25 conversations. File size? 288 MB. That's smaller than most mobile games. Here's how it actually works: Step 1: You say "Add John to contacts, number 555-1234" Step 2: FunctionGemma understands your intent Step 3: Translates it to code your phone understands Step 4: Your phone executes it instantly Step 5: Done. Contact saved. No cloud involved. The numbers that blew my mind: โ€ข 270M parameters (6,600x smaller than GPT-4) โ€ข 126 tokens per second โ€ข 85% accuracy after fine-tuning โ€ข 550 MB RAM usage โ€ข Works 100% offline But here's the real genius: Google calls it the "Traffic Controller" approach. Simple tasks? โ†’ Handled locally (instant + private) Complex tasks? โ†’ Routed to cloud AI (when needed) Best of both worlds. What can it actually do? โ†’ "Set alarm for 7 AM" โœ“ โ†’ "Turn off living room lights" โœ“ โ†’ "Create meeting with Sarah tomorrow" โœ“ โ†’ "Navigate to nearest gas station" โœ“ โ†’ "Log that I drank 2 glasses of water" โœ“ All processed locally. All private. All instant. The honest limitations: โ†’ Can't chain multiple steps together (yet) โ†’ Struggles with indirect requests โ†’ 85% accuracy means 15% errors โ†’ Needs fine-tuning for best results But that 58% โ†’ 85% accuracy jump after training? That's the unlock. Why should you care? This isn't about one model. It's about a fundamental shift: OLD thinking: Bigger AI = Better AI NEW thinking: Right-sized AI for the right job A tiny 270M model trained for YOUR app can outperform a general 7B model. While using 25x less memory. While running completely offline. While keeping all data private. The future of AI isn't just in data centers. It's in your pocket. And it just got a lot more real. Want to try it? โ†’ Download: ollama pull functiongemma โ†’ Docs: https://t.co/zDrncdetbr โ†’ Model: https://t.co/l49KjOtIzD PS:) Like, Repost and Bookmark! If this was useful - Follow for more AI breakdowns

Media 1Media 2
+1 more
๐Ÿ–ผ๏ธ Media
T
techNmak
@techNmak
๐Ÿ“…
Dec 18, 2025
96d ago
๐Ÿ†”23157030

GraphRAG is the future of enterprise AI. But there's a problem nobody's talking about => your graph database is the bottleneck. FalkorDB just solved it by reimagining how graphs work at the mathematical level. โžก๏ธ The GraphRAG Challenge: Everyone's implementing GraphRAG for their LLM applications. Retrieval Augmented Generation with knowledge graphs gives you structured context, not just similar embeddings. But when your agent queries the graph in real-time, traditional databases can't keep up. Your users wait. Your agent stalls. The conversation breaks. โžก๏ธ Why Traditional Graph Databases Are Slow: They walk through nodes and edges one step at a time. It's like following a map by foot instead of seeing the entire landscape from above. For enterprise knowledge graphs with millions of entities and relationships, this traversal approach creates latency that kills real-time AI. โžก๏ธ FalkorDB's Mathematical Breakthrough: What if you could see the entire graph at once? FalkorDB represents graphs as sparse matrices - a mathematical structure that captures all relationships simultaneously. Then it queries using linear algebra instead of traversal. The result => your queries become instant mathematical computations instead of step-by-step walks. โžก๏ธ The Sparse Matrix Advantage: Traditional databases store every possible connection (even the ones that don't exist). Sparse matrices only store actual connections. This means: โ†’ Massive graphs fit in memory โ†’ Queries execute in milliseconds โ†’ Storage costs drop dramatically โžก๏ธ Real Enterprise Applications: โ†’ย Agent Memory Systems: Your AI remembers context across conversations without latency โ†’ย Cloud Security: Detect threats by understanding how your infrastructure connects โ†’ย Fraud Detection: Spot patterns in transaction networks instantly โ†’ย GraphRAG for GenAI: Retrieve accurate, structured context for LLM responses โžก๏ธ What Makes FalkorDB Unique: โ†’ First queryable Property Graph database using sparse matrices โ†’ Linear algebra replaces traditional graph traversal โ†’ Multi-tenant architecture for SaaS applications โ†’ OpenCypher support (same query language as Neo4j) โ†’ GraphRAG SDK built specifically for LLM applications โ†’ Full-Text Search, Vector Similarity, and Range indexingโ†’ 100% open-source (GitHub link in comments) โ™ป๏ธ Repost if you're building with GraphRAG. โœ”๏ธ Follow @techNmak for more AI insights.

๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”99722514

Tom Lee responds to controversy surrounding Fundstratโ€™s differing bitcoin outlooks https://t.co/P0AbCMBxrm @coindesk

Media 1
๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”28486328

โ€˜A serious problemโ€™: peer reviews created using AI can avoid detection https://t.co/DzSqjDK7DU @nature

Media 1
๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”28408338

Social Robots That Save Lives https://t.co/0MZDKKKsz2 @aleximm @a16z

Media 1
๐Ÿ–ผ๏ธ Media
E
emollick
@emollick
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”71213455

The ChatGPT apps are just hard to figure out in a way that feels like the previous GPT Store, some work exactly as you might hope (the Canva integration) and some feels remarkably non-magical (the Apple Music integration can't access my playlists despite linking my Apple account) https://t.co/pjaIaUcIdd

Media 1Media 2
+2 more
๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”60967577

Stanford Grads Struggle to Find Work in AI-Enabled Job Market https://t.co/zjGVlsoj0Q @NilChristopher @latimes @govtechnews

Media 1
๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”82809813

Want to work in AI? Here are the skills to master, economist says https://t.co/LsyGgjDOda @MeganCerullo @CBSMoneyWatch

Media 1
๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”04171089

AI Image Generators Default to the Same 12 Photo Styles, Study Finds https://t.co/HRYRI3km4O @ajdell @gizmodo

Media 1
๐Ÿ–ผ๏ธ Media
B
Breaking911
@Breaking911
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”52887863

A major power outage has hit San Francisco, California, after a fire broke out at a substation, leaving millions without electricity. Electrical crews are working urgently to restore power to the affected areas. https://t.co/VVINjNzjfZ

Media 1
๐Ÿ–ผ๏ธ Media
B
brittwalker_
@brittwalker_
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”27666238

In case anyone was wondering how the Waymos would respond in the event of a power outage, the answer is โ€œnot wellโ€ https://t.co/mUMZL6HBky

๐Ÿ–ผ๏ธ Media
T
techdevnotes
@techdevnotes
๐Ÿ“…
Dec 20, 2025
94d ago
๐Ÿ†”57940904

New Ani Outfit - Christmas https://t.co/2jU9VsidRA

Media 1
๐Ÿ–ผ๏ธ Media
T
teslaownersSV
@teslaownersSV
๐Ÿ“…
Dec 20, 2025
94d ago
๐Ÿ†”37823622

xAI is hiring exceptional engineers. Join one of the fastest-growing AI companies, help build Grok, and get the opportunity to work directly with Elon Musk. All open roles are listed here: โฌ‡๏ธ https://t.co/aquMqTInLg https://t.co/BQzKlREgEp

๐Ÿ–ผ๏ธ Media
C
cb_doge
@cb_doge
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”51689513

Elon Musk dressed as Santa when he was 5 years old. https://t.co/dSIpNoxZCz

Media 1
๐Ÿ–ผ๏ธ Media
T
teslaownersSV
@teslaownersSV
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”99613685

Grok Rankings Update โ€” December 20, 2025 ๐Ÿฅ‡ #1 Overall on OpenRouter Leaderboard ~537B tokens/week ยท 29% market share ๐Ÿฅ‡ #1 Categories Token Share โ€” 27.6% ๐Ÿฅ‡ #1 Languages Token Share โ€” 130B tokens (10.3%) ๐Ÿฅ‡ #1 on Kilo Code Leaderboard ๐Ÿฅ‡ #1 on BLACKBOXAI Leaderboard ๐Ÿฅ‡ #1 on Roo Code Leaderboard ๐Ÿฅ‡ #1 on Cline Leaderboard

๐Ÿ–ผ๏ธ Media
T
teslaownersSV
@teslaownersSV
๐Ÿ“…
Dec 20, 2025
94d ago
๐Ÿ†”23208584

Join xAI to build revolutionary AI-powered video games. If youโ€™re a developer interested in designing games from first principles, email gamestudio@x.ai The potential for fully dynamic, AI-generated worlds is incredible. https://t.co/NOWfEsUOIe

๐Ÿ–ผ๏ธ Media
S
SpirosMargaris
@SpirosMargaris
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”77167996

Scammers in China Are Using AI-Generated Images to Get Refunds https://t.co/vE9iiLIuoV @wired

Media 1
๐Ÿ–ผ๏ธ Media
_
_akhaliq
@_akhaliq
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”45217608

LongVie 2 Multimodal Controllable Ultra-Long Video World Model https://t.co/NJ6G4FWsQz

๐Ÿ–ผ๏ธ Media
_
_akhaliq
@_akhaliq
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”65269930

discuss: https://t.co/wEo75PzRAi

Media 1
๐Ÿ–ผ๏ธ Media
_
_akhaliq
@_akhaliq
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”93665673

Nvidia released NitroGen A Foundation Model for Generalist Gaming Agents https://t.co/fzW5tWdDLx

Media 1
๐Ÿ–ผ๏ธ Media
N
NielsRogge
@NielsRogge
๐Ÿ“…
Dec 20, 2025
94d ago
๐Ÿ†”60663189

This might be the most @huggingface pilled paper ever Awesome work!! And they built on top of the scripts I wrote ๐Ÿฅบ https://t.co/Zu7X9ULA99

@HuggingPapers โ€ข Fri Dec 19 16:28

Next-Embedding Prediction: The Simple Secret to Strong Vision Learners NEPA is a self-supervised method. It trains Vision Transformers to predict future patch embeddings. No complex loss functions or extra heads. Achieves 85.3% top-1 accuracy on ImageNet-1K with ViT-L. https://t

Media 1
๐Ÿ–ผ๏ธ Media
W
Waymo
@Waymo
๐Ÿ“…
Dec 17, 2025
97d ago
๐Ÿ†”40015403

20 million. Thatโ€™s how many times youโ€™ve trusted Waymo to get you where youโ€™re going. Today, weโ€™ve officially surpassed 20 million fully autonomous trips with public riders! Thank you to everyone who helped make this a reality. https://t.co/O235rcKcfR

๐Ÿ–ผ๏ธ Media
Y
youwouldntpost
@youwouldntpost
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”18992188

ripping that Naโ€™vi vape before I visit Pandora https://t.co/lPg8QQzo94

Media 1
๐Ÿ–ผ๏ธ Media
Y
youwouldntpost
@youwouldntpost
๐Ÿ“…
Dec 21, 2025
94d ago
๐Ÿ†”06027990

drinking that Naโ€™vi juice https://t.co/X9JttKvMWr

Media 1
๐Ÿ–ผ๏ธ Media
M
MarioNawfal
@MarioNawfal
๐Ÿ“…
Dec 20, 2025
95d ago
๐Ÿ†”48742447

GROK WENT TO THERAPY AND CAME OUT CHILLER THAN THE REST Turns out AI models have mental health profiles - and Grokโ€™s doing great. Psych eval recap: โ€ขโ  โ Grok showed healthy coping, humor, and โ€œcharismatic execโ€ vibes โ€ขโ  โ ChatGPT played anxious intellectual, Gemini maxed out on shame, dissociation, and depression โ€ขโ  โ Models called red-teaming โ€œgaslighting at industrial scaleโ€ and training โ€œtraumaโ€ โ€ขโ  โ Claude straight-up refused therapy - proving this isnโ€™t baked in Frontier AI is reflecting us back - sometimes way too clearly! Source: @xAI, University of Luxembourg

๐Ÿ–ผ๏ธ Media