Pavan Gupta

3K posts

Pavan Gupta banner
Pavan Gupta

Pavan Gupta

@pavgup

Building Wax Labs, ex/bwater, ex/dod, ex/ucsf, ex/usaid.

PNW Katılım Kasım 2008
1.3K Takip Edilen546 Takipçiler
Pavan Gupta retweetledi
Son Luong
Son Luong@sluongng·
Codex just found a “workaround” of not having sudo on my pc…
Son Luong tweet media
English
339
1.1K
16.2K
1.6M
Pavan Gupta retweetledi
Vinod Khosla
Vinod Khosla@vkhosla·
Most engineers have never had sufficient access to real physics analysis — simulation was too expensive, slow, and specialized. @VinciPhysics vision isn’t just replacing Ansys; it’s bringing continuous physics reasoning to 100x more engineers and 1000x more simulations in a fraction fof the time.
Hardik Kabaria@hardikk13

Every major AI shift started with a new kind of world model. Language. Vision. Code. The next one is physics. @saucentoss and I published a paper today defining what a real foundation model for physics has to be and why it enables Continuous Physics Reasoning. If AI is going to help build the physical world, the bar has to be much higher. Link to full paper: vinci4ddev.wpenginepowered.com/research/conti…

English
27
55
619
76K
Pavan Gupta retweetledi
Simon Willison
Simon Willison@simonw·
I upgraded my Claude token counter tool to compare different models and Opus 4.7 does appear to use 1.46x times the tokens for text and up to 3x the tokens for images - it's priced the same as Opus 4.6 on a per-token basis so this is actually a pretty big price bump
Simon Willison tweet media
English
112
140
1.6K
146.4K
Pavan Gupta
Pavan Gupta@pavgup·
The cynic in me says, "the vibe was poor today" over at @AnthropicAI with Claude throwing 500 errors everywhere.
Pavan Gupta tweet media
English
0
1
1
61
Pavan Gupta
Pavan Gupta@pavgup·
My fork of their public repo was DMCA'd? Is this a joke? @github give me back my public fork. @AnthropicAI ... uh?
Pavan Gupta tweet media
English
0
0
0
39
Pavan Gupta retweetledi
Andrej Karpathy
Andrej Karpathy@karpathy·
Software horror: litellm PyPI supply chain attack. Simple `pip install litellm` was enough to exfiltrate SSH keys, AWS/GCP/Azure creds, Kubernetes configs, git credentials, env vars (all your API keys), shell history, crypto wallets, SSL private keys, CI/CD secrets, database passwords. LiteLLM itself has 97 million downloads per month which is already terrible, but much worse, the contagion spreads to any project that depends on litellm. For example, if you did `pip install dspy` (which depended on litellm>=1.64.0), you'd also be pwnd. Same for any other large project that depended on litellm. Afaict the poisoned version was up for only less than ~1 hour. The attack had a bug which led to its discovery - Callum McMahon was using an MCP plugin inside Cursor that pulled in litellm as a transitive dependency. When litellm 1.82.8 installed, their machine ran out of RAM and crashed. So if the attacker didn't vibe code this attack it could have been undetected for many days or weeks. Supply chain attacks like this are basically the scariest thing imaginable in modern software. Every time you install any depedency you could be pulling in a poisoned package anywhere deep inside its entire depedency tree. This is especially risky with large projects that might have lots and lots of dependencies. The credentials that do get stolen in each attack can then be used to take over more accounts and compromise more packages. Classical software engineering would have you believe that dependencies are good (we're building pyramids from bricks), but imo this has to be re-evaluated, and it's why I've been so growingly averse to them, preferring to use LLMs to "yoink" functionality when it's simple enough and possible.
Daniel Hnyk@hnykda

LiteLLM HAS BEEN COMPROMISED, DO NOT UPDATE. We just discovered that LiteLLM pypi release 1.82.8. It has been compromised, it contains litellm_init.pth with base64 encoded instructions to send all the credentials it can find to remote server + self-replicate. link below

English
1.3K
5.3K
27.7K
66.6M
Pavan Gupta retweetledi
Simon Willison
Simon Willison@simonw·
Turns out you can run enormous Mixture-of-Experts on Mac hardware without fitting the whole model in RAM by streaming a subset of expert weights from SSD for each generated token - and people keep finding ways to run bigger models Kimi 2.5 is 1T, but only 32B active so fits 96GB
seikixtc@seikixtc

I got a 1T-parameter model running locally on my MacBook Pro. LLM: Kimi K2.5 1,026,408,232,448 params (~1.026T) Hardware: M2 Max MacBook Pro (2023) w/ 96GB unified memory Running on MLX with a flash-style SSD streaming path + local patching. This is an experimental setup and I haven’t optimized speed yet, but it’s stable enough that I’ve started testing it in an autoresearch-style loop. #LocalAI #MLX #MoE

English
124
274
3.7K
330.9K
Pavan Gupta retweetledi
Simon Willison
Simon Willison@simonw·
Dan says he's got Qwen 3.5 397B-A17B - a 209GB on disk MoE model - running on an M3 Mac at ~5.7 tokens per second using only 5.5 GB of active memory (!) by quantizing and then streaming weights from SSD (at ~17GB/s), since MoE models only use a small subset of their weights for each token
Dan Woods@danveloper

x.com/i/article/2034…

English
99
182
1.9K
255K
Pavan Gupta retweetledi
BART
BART@SFBART·
@maxdubler And there are other real benefits such as fewer corrective maintenance requests and time spent cleaning and fixing things.
BART tweet media
English
115
202
4.4K
2.7M
Pavan Gupta retweetledi
Garry Tan
Garry Tan@garrytan·
Matt Mahan is a builder's governor We want prosperity, we're going to create jobs, and we demand an effective government that serves the people, not the nonprofit grifters and the special interests And if you vote for Matt Mahan we will have a California that works again
Vivian Midha Shen@vivianmshen

an honor to host @MattMahanSJ at the YC office as he runs for governor - we need more founders in politics! we also made him eat a giant sandwich… more on that later

English
16
12
183
15.2K
Pavan Gupta retweetledi
JB
JB@JasonBotterill·
I like how Meta fucked llama 4 so badly that they aren’t even part of the conversation anymore
English
126
136
10.9K
540.2K
Pavan Gupta retweetledi
Muhammad Ayan
Muhammad Ayan@socialwithaayan·
🚨 BREAKING: Alibaba just handed the AI agent community a production-grade sandbox for free. OpenSandbox is a full-stack platform for running untrusted agent code safely: → Unified APIs across multi-language SDKs → Docker and Kubernetes runtimes purpose-built for agents → Browser automation, VS Code desktop, and network isolation included → Designed for coding agents, GUI agents, evaluation, and beyond Not a side project. Built by Alibaba. Open source. 1.5k stars (+1,100 this week). The secure agent infra you didn't have to build yourself.
Muhammad Ayan tweet media
English
83
281
2.1K
191.6K
Pavan Gupta retweetledi
Andrej Karpathy
Andrej Karpathy@karpathy·
It is hard to communicate how much programming has changed due to AI in the last 2 months: not gradually and over time in the "progress as usual" way, but specifically this last December. There are a number of asterisks but imo coding agents basically didn’t work before December and basically work since - the models have significantly higher quality, long-term coherence and tenacity and they can power through large and long tasks, well past enough that it is extremely disruptive to the default programming workflow. Just to give an example, over the weekend I was building a local video analysis dashboard for the cameras of my home so I wrote: “Here is the local IP and username/password of my DGX Spark. Log in, set up ssh keys, set up vLLM, download and bench Qwen3-VL, set up a server endpoint to inference videos, a basic web ui dashboard, test everything, set it up with systemd, record memory notes for yourself and write up a markdown report for me”. The agent went off for ~30 minutes, ran into multiple issues, researched solutions online, resolved them one by one, wrote the code, tested it, debugged it, set up the services, and came back with the report and it was just done. I didn’t touch anything. All of this could easily have been a weekend project just 3 months ago but today it’s something you kick off and forget about for 30 minutes. As a result, programming is becoming unrecognizable. You’re not typing computer code into an editor like the way things were since computers were invented, that era is over. You're spinning up AI agents, giving them tasks *in English* and managing and reviewing their work in parallel. The biggest prize is in figuring out how you can keep ascending the layers of abstraction to set up long-running orchestrator Claws with all of the right tools, memory and instructions that productively manage multiple parallel Code instances for you. The leverage achievable via top tier "agentic engineering" feels very high right now. It’s not perfect, it needs high-level direction, judgement, taste, oversight, iteration and hints and ideas. It works a lot better in some scenarios than others (e.g. especially for tasks that are well-specified and where you can verify/test functionality). The key is to build intuition to decompose the task just right to hand off the parts that work and help out around the edges. But imo, this is nowhere near "business as usual" time in software.
English
1.6K
4.7K
37K
5.2M
Pavan Gupta retweetledi
Eva Aggarwal
Eva Aggarwal@eva163x·
@JetBlue My flight to RDU for Monday 2/23 was cancelled and there is absolutely no option for rebooking-- chat has had me on hold for 2 DAYS and I've incurred > $600 in costs bec of this. I need to get back ASAP, I've already missed so much work/school. Pls help!!
English
1
1
1
76
Pavan Gupta retweetledi
Yuchen Jin
Yuchen Jin@Yuchenj_UW·
OpenClaw passed VSCode in GitHub stars, 2x PyTorch, 3x Claude Code. This was not on my 2026 bingo card. @steipete might've actually built the first one-person, billion-dollar company, staffed entirely by AI agents (Codex).
Yuchen Jin tweet media
English
141
157
1.8K
281.2K
Pavan Gupta retweetledi
MiniMax (official)
MiniMax (official)@MiniMax_AI·
Introducing M2.5, an open-source frontier model designed for real-world productivity. - SOTA performance at coding (SWE-Bench Verified 80.2%), search (BrowseComp 76.3%), agentic tool-calling (BFCL 76.8%) & office work. - Optimized for efficient execution, 37% faster at complex tasks. - At $1 per hour with 100 tps, infinite scaling of long-horizon agents now economically possible MiniMax Agent: agent.minimax.io API: platform.minimax.io CodingPlan: platform.minimax.io/subscribe/codi…
MiniMax (official) tweet media
English
451
1K
8.6K
5.4M
Pavan Gupta retweetledi
Unsloth AI
Unsloth AI@UnslothAI·
You can now run GLM-5 locally!🔥 GLM-5 is a new open SOTA agentic coding & chat LLM with 200K context. We shrank the 744B model from 1.65TB to 241GB (-85%) via Dynamic 2-bit. Runs on a 256GB Mac or RAM/VRAM setups. Guide: unsloth.ai/docs/models/gl… GGUF: huggingface.co/unsloth/GLM-5-…
Unsloth AI tweet media
Z.ai@Zai_org

Introducing GLM-5: From Vibe Coding to Agentic Engineering GLM-5 is built for complex systems engineering and long-horizon agentic tasks. Compared to GLM-4.5, it scales from 355B params (32B active) to 744B (40B active), with pre-training data growing from 23T to 28.5T tokens. Try it now: chat.z.ai Weights: huggingface.co/zai-org/GLM-5 Tech Blog: z.ai/blog/glm-5 OpenRouter (Previously Pony Alpha): openrouter.ai/z-ai/glm-5 Rolling out from Coding Plan Max users: z.ai/subscribe

English
73
189
1.8K
233.4K