Rodrigo Gonzalez (@autoexai) 's Twitter Profile
Rodrigo Gonzalez

@autoexai

Adventurer. AI Engineer. Founder & CEO at lendable.ai and AI Consulting LLC

ID: 798285993740763136

linkhttps://beacons.ai/rodrigogonzalez calendar_today14-11-2016 22:06:27

2,2K Tweet

3,3K Followers

902 Following

Rodrigo Gonzalez (@autoexai) 's Twitter Profile Photo

Wow are really great! Could definitely see these tools almost immediately being used for B Roll shots and adding extras to scenes. With some good post production, I think this will save studios millions. Or just imagine directories that want to check out how different shots look.

Ruben Hassid (@rubenhssd) 's Twitter Profile Photo

BREAKING: Stanford just surveyed 1,500 workers and AI experts about which jobs AI will actually replace and automate. Turns out, we've been building AI for all the WRONG jobs. Here's what they discovered: (hint: the "AI takeover" is happening backwards)

BREAKING: Stanford just surveyed 1,500 workers and AI experts about which jobs AI will actually replace and automate.

Turns out, we've been building AI for all the WRONG jobs.

Here's what they discovered:

(hint: the "AI takeover" is happening backwards)
kache (@yacinemtb) 's Twitter Profile Photo

i'm going to say something that most of you won't understand but now, with the new crop of LLMs, coding is mostly solved, and its all systems engineering. and here is something i learned from being a distributed systems wagie for a long time: make your systems parametric

Samuel Schmidgall (@srschmidgall) 's Twitter Profile Photo

Our paper on autonomous scientific research is accepted to Findings of #EMNLP2025! 🎉 We introduce Agent Laboratory, a framework that accelerates scientific discovery by teaming human researchers with LLM agents.

Our paper on autonomous scientific research is accepted to Findings of #EMNLP2025! 🎉

We introduce Agent Laboratory, a framework that accelerates scientific discovery by teaming human researchers with LLM agents.
Derya Unutmaz, MD (@deryatr_) 's Twitter Profile Photo

I’ve been beta testing Google AI Co-Scientist for some time. It generates novel ideas, hypotheses & scientific proposals. It’s unbelievably good; together with the other AI models I discuss here, it fundamentally changes how science is done & will make the world a better place!❤️

I’ve been beta testing <a href="/GoogleAI/">Google AI</a> Co-Scientist for some time. It generates novel ideas, hypotheses &amp; scientific proposals. It’s unbelievably good; together with the other AI models I discuss here, it fundamentally changes how science is done &amp; will make the world a better place!❤️
TuringPost (@theturingpost) 's Twitter Profile Photo

KV cache compression techniques ▪️KV caching (basic) – stores previously computed Keys and Values in memory and calculates attention only for new tokens. ▪️ Quantization – represents KV cache with fewer bits. ▪️ Low-rank decomposition – compresses the KV cache into smaller

KV cache compression techniques

▪️KV caching (basic) – stores previously computed Keys and Values in memory and calculates attention only for new tokens.

▪️ Quantization – represents KV cache with fewer bits.

▪️ Low-rank decomposition – compresses the KV cache into smaller
Alex Prompter (@alex_prompter) 's Twitter Profile Photo

🚨 Carnegie Mellon just dropped one of the most important AI agent papers of the year. It’s called “Training Proactive and Personalized LLM Agents.” Here’s the wild part... they didn’t train agents to just complete tasks. They trained them to talk better. Most AI agents are

🚨 Carnegie Mellon just dropped one of the most important AI agent papers of the year.

It’s called “Training Proactive and Personalized LLM Agents.”

Here’s the wild part... they didn’t train agents to just complete tasks.
They trained them to talk better.

Most AI agents are
Charly Wargnier (@datachaz) 's Twitter Profile Photo

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 🧵↓

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 🧵↓
elvis (@omarsar0) 's Twitter Profile Photo

This simple Claude Code hack has reduced token usage by ~90%. It adopts the "Code Execution with MCP" concept published by Anthropic. Remove preloaded MCP tools from context and use Python to execute tools via bash instead. BTW, this can be optimized much further. Insane!

This simple Claude Code hack has reduced token usage by ~90%.

It adopts the "Code Execution with MCP" concept published by Anthropic.

Remove preloaded MCP tools from context and use Python to execute tools via bash instead.

BTW, this can be optimized much further.

Insane!
Zhanhui Zhou (@asapzzhou) 's Twitter Profile Photo

(1/n) 🚨 BERTs that chat: turn any BERT into a chatbot with diffusion hi Andrej Karpathy, we just trained a few BERTs to chat with diffusion — we are releasing all the model checkpoints, training curves, and recipes! Hopefully this spares you the side quest into training nanochat with

Avi Chawla (@_avichawla) 's Twitter Profile Photo

First tools, then memory... ...and now there's another key layer for Agents. Karpathy talked about it in his recent podcast. Tools help Agents connect to the external world, and memory helps them remember, but they still can't learn from experience. He said that one key gap

ℏεsam (@hesamation) 's Twitter Profile Photo

Google released another whitepaper 🔥. it's a masterclass on building intelligent optimized sessions and long-term memories for agents that actually work. It covers: > context engineering best practices > comparing memory and RAG > memory-as-a-tool pattern > agent-to-agent (A2A)

Google released another whitepaper 🔥. it's a masterclass on building intelligent optimized sessions and long-term memories for agents that actually work. It covers:
&gt; context engineering best practices
&gt; comparing memory and RAG
&gt; memory-as-a-tool pattern
&gt; agent-to-agent (A2A)
Unwind AI (@unwind_ai_) 's Twitter Profile Photo

Memory engine for AI Agents with a single line of code. Just call memori.enable() to give any LLM or agent persistent memory. Uses existing SQL database - no vector databases required. 100% open-source.

Memory engine for AI Agents with a single line of code.

Just call memori.enable() to give any LLM or agent persistent memory. Uses existing SQL database - no vector databases required.

100% open-source.
kache (@yacinemtb) 's Twitter Profile Photo

Anthropic is so, so over. Just completely defeated. Really sad, so many great people there. My advice: go to DeepMind before it's too late.

Akshay 🚀 (@akshay_pachaar) 's Twitter Profile Photo

Massive update for AI Engineers! Training diffusion models just got a lot easier. dLLM is an open-source library that does for diffusion models what Hugging Face did for transformers. Here's why this matters: Traditional autoregressive models generate text left-to-right, one