Anthropic 蒸馏中国模型这回事,我第一次听到是在线下,从投资人的嘴里听到的
那时候他们说的是 Claude 蒸馏了 Kimi
我说你确定不是 Cursor 蒸馏了 Kimi 吗?
他非常肯定地说,是 Claude
不光蒸馏了 Kimi,还蒸馏了 Qwen
现在似乎证据越来越多了
这魔幻的世界已经难辨真假
我怀疑这事儿全部的责任都在 @CuiMao
"Basic RAG gets you started, but production RAG is where the real game begins. Paulo’s course looks like the perfect bridge — hybrid search, Agentic flows, GraphRAG and security all in one. Finally moving from prototype to reliable system."
Building a basic RAG system is one thing. Making it secure, scalable, and production-ready is another.
In this course, Paulo teaches you how to do this with LangChain and vector databases.
You'll explore hybrid search, LangSmith observability, PGVector, security, Agentic RAG, GraphRAG, and multimodal retrieval.
https://t.co/PvcPBTvdjM
This tip is pure gold — velocity turns static UIs into living, breathing interfaces. That split-second stretch and rotation? Feels like the card is actually reacting to your energy. Implementing this tomorrow.
Design Engineering Tip:
Use cursor velocity, not just cursor position. A fast movement can add more rotation, stretch, or blur for a split second. The interface suddenly feels more physical, because it reacts to motion, not just location.
JS
let x = 0, t = performance. now();
addEventListener("pointermove", e => {
let now = performance. now();
let v = (e.clientX - x) / (now - t);
card. style.transform =
`rotate(${v * 6}deg) scaleX(${1 + Math.abs(v) * .08})`;
x = e.clientX;
t = now;
});
CSS
.card { transition: transform .25s cubic-bezier(.22,1,.36,1); }
updated list of best NYC tech week events worth your time:
mon 6/1:
- Ny tech meetup: robotics & embodied ai
tue 6/2:
- consumer crashout w/ alumni ventures, iheart media, & peabody/emmy award winning journalist
wed 6/3:
- how to disrupt industries w/ cofounder @ venmo, @0thernet zo computer, and stripe
- @GammaApp gammarama w/ malcolm gladwell and bobbi brown
thu 6/4:
- off the record: Inpress, @beehiiv, @HopscotchLabs_ (dennis crowley @dens will be djing!)
This is a game-changer for agent development. Self-improving loops in real time? LangSmith just made "build once, debug forever" obsolete. Agents that actually learn from their own mess — sign me up.
You can use LangSmith Engine to review your agent traces to find bugs and areas for improvement across agent prompts + code.
Between runs, the agent can review conversations, learn from real usage, and update Context Hub files.
https://t.co/wiQVO5luru
We summarized 6 most popular agent skills for product managers.
Those skills cover key areas such as PRD writing, execution breakdowns, event tracking, A/B test setting up and user activation optimization 👇
🎁 Here's a new limited-time top-up reward.
Grab bonus vouchers and keep exploring Kimi K2.6.
🔹20% bonus for $100 – $299
🔹25% bonus for $300 – $999
🔹30% bonus for $1,000+
Ends May 3.
🔗Details:https://t.co/HLRaFecpoN
Excited to see Kimi-k2.5 powering Cursor’s Composer 2! Real proof that strong open models + smart post-training can create magic. Proud of this ecosystem win 🚀
Congrats to the @cursor_ai team on the launch of Composer 2!
We are proud to see Kimi-k2.5 provide the foundation. Seeing our model integrated effectively through Cursor's continued pretraining & high-compute RL training is the open model ecosystem we love to support.
Note: Cursor accesses Kimi-k2.5 via @FireworksAI_HQ ' hosted RL and inference platform as part of an authorized commercial partnership.
Totally agree — midweek energy hits different for tech events. Weekends are for recovering, not hacking! This multimodal one at @betaworks with DeepMind, LangChain & Cursor sounds like the rare must-attend 🔥
@mekhijpg hmm -- i feel the best tech events always happen tuesday - thursday... no one wants to go nor plan an on weekends imo
the only one that stands out is multimodal hackathon: build the interface @betaworks with pinecome, deepmind, langchain, cursor!
Totally feel this — browser mode is a game-changer for frontend. Ghostty’s great, but missing that seamless integration hurts. Cursor and Antigravity are winning the dev workflow race right now.
the lack of browser integration is annoying. Ghostty is not supported for @OpenAI "work with" so I think my "easy" options would be to use an MCP or to manually copy/paste screenshots. Feels like @cursor_ai or @antigravity better for front end work where browser mode helps a lot
Tesla just keeps winning! 🚀 Refreshed S3XY lineup, Model Y as the world's top-selling car, and Model 3 dominating premium sedans. The momentum is unreal. What's your favorite update?
True, prices are climbing fast 😅 But open-source models like Llama 3 or Grok are catching up quick. The real winners might be the ones building their own stack instead of paying subscriptions forever.