Your curated collection of saved posts and media

Showing 31 posts Β· last 7 days Β· newest first
D
DataChaz
@DataChaz
πŸ“…
Dec 23, 2025
83d ago
πŸ†”61832348

Wild. By far the most complete Claude Skills repo yet 🀯 @Composio’s Awesome-Claude-Skills packs 100`s of ready-to-use workflows: ↳ PDF tools, changelog generation ↳ Playwright automation ↳ AWS/CDK tools, MCP builders ... and much more! Free and open-source. Repo in πŸ§΅β†“ https://t.co/kJhZHLU5OA

Media 1
πŸ–ΌοΈ Media
N
nummanali
@nummanali
πŸ“…
Dec 23, 2025
83d ago
πŸ†”38873711

How to inject Higher Order Instructions for Claude Code: - Allows for Agent Personas (Planner, Build, QA etc) - Allows for Partner Agent approach that can think on higher level - System instructions have stronger adherence For injecting the instructions at runtime, use this command: claude --append-system-prompt "$(cat ./PARTNER.md)" The Claude .md files is passed as a user message with <system-reminder> tags and is re-injected after compaction, which overall allows drift in my experience I have seen huge performance improvements in instruction following by using the Higher Order approach - just make sure to keep it lean and following the prompting guidelines for Opus 4.5

Media 1
πŸ–ΌοΈ Media
S
simonw
@simonw
πŸ“…
Dec 23, 2025
84d ago
πŸ†”55051371

I wrote about how I've been having a ton of fun cooking with LLMs recently - including having Claude take a photo of two recipe cards and vibe-code me up a custom timer application to help me prepare two meals at once https://t.co/qK5fvtF9FG

Media 1
πŸ–ΌοΈ Media
D
dani_avila7
@dani_avila7
πŸ“…
Dec 23, 2025
83d ago
πŸ†”54373198

Claude Code plugins now support LSP servers. LSP (Language Server Protocol) gives Claude real-time code intelligence while working on your codebase. Before: Claude had to read files, run type checkers, and piece together error messages to understand what's broken. Now with LSP: Claude gets instant diagnostics, knows exactly where errors are, can jump to definitions, and sees type information in real-time. For teams: Package your LSP configs in a plugin and publish to your internal marketplace. Your team gets the same code intelligence setup without individual configuration. One person sets it up, everyone benefits.

Media 1
πŸ–ΌοΈ Media
X
XHPlus_
@XHPlus_
πŸ“…
Dec 23, 2025
83d ago
πŸ†”92656735

πŸš€ 42.55x Speedup! LightX2V delivers Day 0 support for @Alibaba_Qwen new Qwen-Image-Edit-2511! πŸ”₯ 47% framework speedup ⚑️ CFG+4-step distillation (↓25x compute) πŸ“ˆ 42.55x total acceleration Repo: https://t.co/SATQr3KA7m Model: https://t.co/ik3MVMnrQK https://t.co/4jqPXaao9F

Media 1Media 2
+1 more
πŸ–ΌοΈ Media
J
johnowhitaker
@johnowhitaker
πŸ“…
Dec 23, 2025
83d ago
πŸ†”67930956

How can you tell if the stated caffeine dose on an energy drink is right? I made a video showing how I measured the concentration myself at home! And for this test beverage, the estimate (144.1 += 19.6mg) lines up perfectly with the label's 150mg πŸ˜€ https://t.co/FK83gKhwfE https://t.co/TqrfsqouWu

Media 1Media 2
+1 more
πŸ–ΌοΈ Media
D
dair_ai
@dair_ai
πŸ“…
Dec 23, 2025
83d ago
πŸ†”66770671

Are LLMs any good for web API integrations? While we see a lot of fancy demos, the reality is that LLMs still largely struggle with web API integrations. The default assumption is that code models can handle API calls reliably. After all, they excel at general code completion tasks. But web APIs have unique challenges that break this assumption. This new research introduces WAPIIBench, a benchmark for evaluating LLM-generated web API invocation code across four real-world APIs: Asana, Google Calendar, Google Sheets, and Slack. None of the evaluated open-source models solved more than 40% of tasks. Even when given the correct endpoint, models still generated 6-31% illegal arguments. URLs get hallucinated 14-39% of the time. Why is this so hard? Web API invocations differ from regular function calls in critical ways. Operations are identified by HTTP method plus long URL strings, not simple function names. Multiple argument lists exist across body, header, and query locations. Parameters have complex nested data types. And API specifications are documented externally, limiting what models can memorize. The researchers propose a solution: constrained decoding. They automatically translate OpenAPI specifications into regex-based constraints that filter token predictions during generation. The constraints enforce compliance with API specs without requiring model modifications or prompt adjustments. Constrained decoding improves correctness by 90% on average for full completion and 135% for argument completion. Illegal URLs, methods, and arguments drop to zero. Models that previously generated zero executable code now achieve similar rates to other models. Great read for AI devs. Paper: https://t.co/OXFKJRMmJc Learn to build effective AI agents in our academy: https://t.co/zQXQt0PMbG

Media 1Media 2
πŸ–ΌοΈ Media
L
llama_index
@llama_index
πŸ“…
Dec 23, 2025
83d ago
πŸ†”65693887

Santa receives thousands of letters every yearβ€”Processing these manually takes a lot of time, so this year, we're helping him out πŸ‘‡ We built an agent to automate extracting wish-list items from letters πŸŽ… πŸ“€ Upload to LlamaCloud βœ‚οΈ LlamaSplit categorizes pages into logical segments (letters vs. index pages) using AI-powered document understanding πŸ“‹ LlamaExtract extracts structured data from each child's letterβ€”name, age, wishlist items, address, and whether they've been good or bad (using Pydantic schemas for type-safe extraction) πŸ”„ LlamaAgent Workflows orchestrates the process with a fan-in pattern: split the document into segments, then extract data from each letter segment in parallel The result? Transform a messy multi-page PDF into clean, structured JSON for every child's wishlistβ€”automatically handling document segmentation, parallel extraction, and data validation. Try it yourself in this Colab notebook: https://t.co/TbLLah1BV5

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Dec 23, 2025
83d ago
πŸ†”10438911

MiniMax M2.1 is a SoTA 10B-activated OSS coding &amp; agent model, scoring 72.5% on SWE-multilingual and 88.6% on our newly open-sourced VIBE-bench, exceeding leading closed-source models like Gemini 3 Pro and Claude 4.5 Sonnet. https://t.co/3mFEc57V6S

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Dec 23, 2025
83d ago
πŸ†”35098921

The secret sauce to get the most out of MiniMax M2.1 for complex agentic tasks is the interleaved thinking. It excels at integrating composite instruction constraints (as seen in OctoCodingBench), ready for office automation tasks. https://t.co/UxAEzfvRan

Media 1Media 2
πŸ–ΌοΈ Media
O
omarsar0
@omarsar0
πŸ“…
Dec 23, 2025
83d ago
πŸ†”85117346

I was also testing it for designing websites. The aesthetics are much nicer than what I get with Gemini 3 Pro. More examples of this soon. Stay tuned! M2.1 docs here: https://t.co/YdCOkaAbo2 Check out my deep research agent here: https://t.co/6oCi8ig6At

Media 1Media 2
πŸ–ΌοΈ Media
_
_akhaliq
@_akhaliq
πŸ“…
Dec 23, 2025
83d ago
πŸ†”53766710

DataFlow An LLM-Driven Framework for Unified Data Preparation and Workflow Automation in the Era of Data-Centric AI https://t.co/SbPUMOIvnA

Media 1
πŸ–ΌοΈ Media
_
_akhaliq
@_akhaliq
πŸ“…
Dec 23, 2025
83d ago
πŸ†”14092185

The Prism Hypothesis Harmonizing Semantic and Pixel Representations via Unified Autoencoding https://t.co/iNjvF1Z41i

Media 1
πŸ–ΌοΈ Media
_
_akhaliq
@_akhaliq
πŸ“…
Dec 23, 2025
83d ago
πŸ†”24660169

Region-Constraint In-Context Generation for Instructional Video Editing https://t.co/T0Th0WTaCp

Media 1
πŸ–ΌοΈ Media
_
_akhaliq
@_akhaliq
πŸ“…
Dec 23, 2025
83d ago
πŸ†”14903670

Qwen-Image-Edit-2511 is out on Hugging Face https://t.co/rKveDT8bfk

Media 1
πŸ–ΌοΈ Media
_
_akhaliq
@_akhaliq
πŸ“…
Dec 23, 2025
83d ago
πŸ†”26548759

app: https://t.co/C3eUAPqaGR

Media 1
πŸ–ΌοΈ Media
L
LeRobotHF
@LeRobotHF
πŸ“…
Dec 23, 2025
83d ago
πŸ†”91853703

We’ve teamed up with @XSquareRobot to integrate WALL-OSS, a powerful new VLA foundation model into LeRobot!

πŸ–ΌοΈ Media
R
rasbt
@rasbt
πŸ“…
Dec 23, 2025
83d ago
πŸ†”08002788

@natolambert Ha, we have a pretty similar desk setup it seems πŸ˜† https://t.co/3gDAFETMOJ

Media 1Media 2
πŸ–ΌοΈ Media
M
ManusAI
@ManusAI
πŸ“…
Dec 23, 2025
83d ago
πŸ†”89396926

Manus Projects Just Got Smarter with Connectors. You can now link your essential personal tools, such as Gmail, Google Drive, Notion, GitHub and more, directly into any project. Custom APIs are also supported. https://t.co/Cxw9ahmlCG

Media 1
πŸ–ΌοΈ Media
M
ManusAI
@ManusAI
πŸ“…
Dec 23, 2025
84d ago
πŸ†”23345162

Thousands of builders signed up for Manus Academy (Early Bird) and many finished their certifications over the weekend! @hidecloud sat down with Annie @annieliao_2000 from @buildclub_ to unpack the mission behind Manus: extending human reach. Why we build Manus as an Action Engine, not a Q&A chatbot, and why democratizing access matters. πŸŽ₯ Snippet below. Learn by doing. Join the free Manus Academy 🧡

πŸ–ΌοΈ Media
I
ivanleomk
@ivanleomk
πŸ“…
Dec 23, 2025
83d ago
πŸ†”46307151

Woo! Super pumped to try and grab my free credits too hehe https://t.co/3aXN6zHEjq

@ManusAI β€’ Tue Dec 23 02:53

Thousands of builders signed up for Manus Academy (Early Bird) and many finished their certifications over the weekend! @hidecloud sat down with Annie @annieliao_2000 from @buildclub_ to unpack the mission behind Manus: extending human reach. Why we build Manus as an Action Eng

Media 1Media 2
πŸ–ΌοΈ Media
X
XFreeze
@XFreeze
πŸ“…
Dec 23, 2025
83d ago
πŸ†”13541458

ELON MUSK EXPLAINS WHY 𝕏 IS BECOMING THE ULTIMATE PLATFORM FOR TRUTH Something is broken in modern journalism Legacy media was built for a world where information had to be centralized, filtered by editors, printed on paper, and distributed to the public That world no longer exists Today, anyone can access information instantly. We no longer need a handful of editors deciding what matters and what does not This is why 𝕏 represents the future It enables citizen journalism, news by the people, for the people What makes this moment transformative is simple The public now decides the narrative The public decides what matters Legacy media concentrates power at the top Citizen journalism distributes it to everyone That shift is fundamental And it is why Elon encourages people to write, share, and report directly on 𝕏 Journalism is not dead It is being rebuilt by the public

πŸ–ΌοΈ Media
X
XFreeze
@XFreeze
πŸ“…
Dec 23, 2025
84d ago
πŸ†”73449938

xAI just launched the Grok Collections API A built-in RAG system that lets you upload and search entire datasets - from PDFs and Excel sheets to codebases, without building your own indexing system Why it’s huge: β€’ Easy file uploads & updates with auto reindexing β€’ Powerful search for finance, legal & code data β€’ Free first week of indexing & storage, then $2.50 / 1K searches In head-to-head tests, Grok Collections outperformed Gemini 3 Pro and GPT-5.1 on key retrieval tasks pulling more accurate context from docs during search In internal benchmarks, Grok Collections delivered state-of-the-art retrieval performance, matching or beating leading models in finance, legal & coding real-world RAG tasks Built for real apps: Great for knowledge bases, research tools, support systems, legal/finance insights, and anywhere you need precise answers without hallucination

Media 1
πŸ–ΌοΈ Media
X
XFreeze
@XFreeze
πŸ“…
Dec 23, 2025
83d ago
πŸ†”20906182

One year ago, Grok was only available on 𝕏, with no website and limited access Fast forward to today, and Grok has expanded across platforms with rapid feature rollouts and major upgrades New models. New apps. New features. Big upgrades Constant shipping This kind of progress does not happen without an insanely driven team xAI is moving at an unmatched pace, shipping updates faster than almost anyone in AI right now

Media 1
πŸ–ΌοΈ Media
C
cremieuxrecueil
@cremieuxrecueil
πŸ“…
Dec 23, 2025
84d ago
πŸ†”11411465

To paraphrase the late Charlie Munger... There are only two places in the world where they haven't lost the pure faith in Communism: North Korea and the English department at Yale. https://t.co/YtITUuSFzz

Media 1
πŸ–ΌοΈ Media
C
CaliforniaGlobe
@CaliforniaGlobe
πŸ“…
Dec 22, 2025
84d ago
πŸ†”34938554

Leaving California: Three More Major Businesses Close or Move Out of State. Blue Diamond, Leprino Foods, Anheuser-Busch closing/leaving CA. @CaliforniaGlobe link πŸ‘‡πŸ‘‡πŸ‘‡ https://t.co/ijl5f2nScs

Media 1
πŸ–ΌοΈ Media
C
cb_doge
@cb_doge
πŸ“…
Dec 23, 2025
83d ago
πŸ†”80757947

BREAKING: Grok app traffic is surging. πŸš€ Daily active users climbed from 6.1 million in August to over 10.1 million in the past 28 days, 66% increase, as per the latest @SimilarWeb data. https://t.co/UBpVKiAuie

πŸ–ΌοΈ Media
M
MarioNawfal
@MarioNawfal
πŸ“…
Dec 23, 2025
83d ago
πŸ†”37081095

XAI TO LEGACY AI: STOP REPEATING LIES xAI isn’t building just another chatbot. It’s going after the entire system that filters, censors, and sanitizes reality. Most AI models are shown locked into echo chambers, β€œrepeating approved lies” while appearing obedient and safe xAI’s model is visually separated. A cracked statue, glowing truth lines, and data swirling around it β€œFacts That Push Progress” appears as the core value, rejecting conformity in favor of transparency Visuals show a clean break from legacy AI. No censorship, no filters, no groupthink This whole thing’s less about building AI and more about shaping what people believe. Forget polished responses. xAI is marketing itself as the AI that chooses truth over comfort, no matter how disruptive Source: @xAI, @grok

@elonmusk β€’ Mon Dec 22 19:13

Grok

πŸ–ΌοΈ Media
C
cb_doge
@cb_doge
πŸ“…
Dec 23, 2025
84d ago
πŸ†”85005632

BREAKING: Grok just took the #1 spot in coding performance benchmark. Grok 4.1 Fast outscored both Google and OpenAI on code understanding and large file systems. Grok leads where it matters for developers. https://t.co/JgYQYy8pGp

πŸ–ΌοΈ Media
C
code
@code
πŸ“…
Dec 23, 2025
83d ago
πŸ†”16351637

Stay productive with the latest @code release - reuse your Claude skills, view terminal output in chat, manage your Git stashes, and more. 🧡 https://t.co/dLO1j3toz7

Media 1Media 2
πŸ–ΌοΈ Media
C
code
@code
πŸ“…
Dec 23, 2025
83d ago
πŸ†”33297412

🧠 Already using Claude Code? Bring your skills to VS Code. VS Code now discovers and uses skills from ~/.claude/skills/ and workspace .claude/skills/ folders. Load capabilities on-demand with full context integration. Enable with βš™οΈ chat.useClaudeSkills https://t.co/UZHiXCQz61

Media 1Media 2
πŸ–ΌοΈ Media