The W&B MCP server is officially LIVE! Coding agents... could always read your code. Now they can read your experiments, monitor training, and drive their own research loops. 20 tools, hosted on every W&B deployment, plugs into Claude Code, Cursor, Codex, Gemini-CLI, and LeChat.show more

Weights & Biases
16,305 görüntüleme • 1 ay önce
Introducing Generative UI for MCP Apps One server. Infinite... interfaces. Instead of building views, define a component catalog. The AI assembles the right UI based on your API, CLI or MCP server tools. Works in Claude, ChatGPT, VS Code, Cursor and moreshow more

Chris Tate
164,515 görüntüleme • 4 ay önce
Available in the MCP Marketplace: Apple Native Tools Watch... Cline use the new Apple MCP server to read project details from Mail, automatically create tasks in Reminders, make a related code edit, and then send an update email -- all without leaving VS Code. Stop juggling apps and losing focus. Automate the admin work that pulls you away from coding. See how Cline integrates your personal productivity tools into your development workflow.show more

Cline
27,192 görüntüleme • 1 yıl önce
Excited to announce AI Research Skills - an open-source... library of 82 specialized skills for AI coding tools. One command gives your agent expert knowledge in: → Model training & fine-tuning (TRL, Unsloth ...) → Distributed systems (DeepSpeed, FSDP ...) → Inference optimization (vLLM, TensorRT ...) → Agent building ? (Langchain, AutoGPT ...) Works with Claude Code, Cursor, Gemini CLI, Windsurf, and Codex with one click interactive installation @ npx orchestra-research/ai-research-skills If you found the ML paper writing skill useful, check out the comprehensive collectionshow more

Zechen Zhang
75,466 görüntüleme • 5 ay önce
Alrighty, everything is ready 😎 here’s an unofficial “2x... Codex limits” promo from my side for you all. meet DevSpace — an MCP connector app that turns ChatGPT into Codex. npm install -g @waishnav/devspace After installing, tunnel the MCP server over the internet and enjoy 2x limits. You can use GPT-5.5 Pro, xHigh, or High for planning, then hand off the task to your local Codex/pi/opencode/cursor/claude code instance. Or you can just use it for reviewing code written by other local coding agents Go ahead, experiment with different workflows, and keep the feedback coming on GitHub Issues or in my DMs And let’s thank OpenAI for being so generous by giving us separate ChatGPT and Codex limits and by being so chill around this MCP :) Please use it sparingly, only when you run out of limits. Don’t overuse it — in the end, they do have a button to stop it 🙂show more

waishnav
526,514 görüntüleme • 1 ay önce
ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS Anthropic... shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal. The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code. - Every API resource is a subcommand: messages, models, files, agents, sessions - Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command - Spin up a session, send it an event, then pull every event and tool call back from the same CLI - Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code Agents just stopped being prompts you babysit and became infrastructure you deploy.show more

BuBBliK
200,080 görüntüleme • 1 ay önce
Your Claude Code setup is probably bloated and you... don't even know it. Every MCP server you add loads its full tool list into your context window the second your session starts. Stack too many and you're burning context before you type a word. So the move was never "add more." It's "add the right ones." Anthropic dropped an official plugin that does exactly that. It scans your actual codebase and tells you what's worth adding across all five layers: → hooks → skills → MCP servers → subagents → slash commands React project? It suggests Playwright. Auth code? It flags a security reviewer. It's read-only. Touches nothing. Just hands you the blueprint. The plugin isn't the edge. Knowing it exists is. /plugin install claude-code-setup@claude-plugins-official Steal this before everyone does.show more

Evan Luthra
36,455 görüntüleme • 20 gün önce
GITHUB JUST KILLED THE WORST PART OF VIBE CODING... they shipped a free tool called Spec Kit and it already crossed 120,000 stars the fix is stupidly simple instead of tossing vague prompts at an agent and praying it doesn't wreck your project Spec Kit makes the AI write a full structured spec before it touches a single line of code it works through the problem first figures out what you want to build asks about the gaps lays out the project then it starts coding you get fewer insane bugs, cleaner output and results you can predict the flow looks like this: /constitution for your rules and standards /specify for what you want to build /clarify for the open questions before you start /plan for architecture and stack /tasks for the ordered work /implement to run it it plugs into Claude Code, Cursor, Copilot, Codex, Gemini CLI and 25+ other agents 120,000 stars, 10,000 forks, open source, shipped by GitHub itself learning to drive agents like this is most of what separates people getting hired as AI engineers from everyone still fighting their promptsshow more

Atlas
483,811 görüntüleme • 4 gün önce
Your enterprise content should power every AI tool and... agent you use. With the Box MCP server, Box acts as a secure, governed bridge, so teams can search, retrieve, analyze, and act on Box content directly inside the tools they already use. No one-off integrations. Use it to: 🔹Ask questions over files in Anthropic Claude + Mistral AI Le Chat 🔹Ground designs in Figma or @ mention Box agents in Atlassian Jira 🔹Pull content into GitHub Copilot, Cursor + Claude Code 🔹Build agents with LangChain LangSmith Agent Builder + OpenAI Agent Builder 🔹Automate work in Claude Cowork + Amazon Web Services Quick Suite 🔹Enforce access + audit trails with Runlayer Secure. Standardized. Built for real work →show more

Box
481,535 görüntüleme • 4 ay önce
TrendTrack API & MCP are live Connect it to... Claude, GPT, Gemini or any tool you already use. What you can pull : Winning ads before they saturate Scaling stores before everyone spots them Email campaigns from your competitors Hooks that are converting right now Everything you see on TrendTrack can now be extracted and processed by AI. How to use it ? API → integrate TrendTrack data directly into your tools, dashboards, or custom apps MCP → connect TrendTrack to any LLM. Claude, GPT, Gemini, Perplexity. Ask a question, it pulls the data itself, responds in real time Start building now →show more

Trendtrack
177,020 görüntüleme • 2 ay önce
MARCUS CHEN STACKED 30 MAC MINIS INTO AN AI... SERVER FARM. ONE $599 MAC MINI REPLACES YOUR $200/MONTH CLAUDE CODE BILL WITH $3 IN ELECTRICITY two months ago a developer posted his claude code bill on reddit. $170 in 10 days. someone replied "i bought a mac mini m4. haven't paid anthropic since." apple stores ran out of mac minis the same week the m4 chip has 120 gb/s memory bandwidth and unified memory architecture. cpu and gpu share one pool so the model loads once and both read from it. a $599 mac mini runs ai faster than a $1,500 windows pc with a discrete gpu since january 2026 ollama supports the anthropic messages api format. claude code connects directly to your local mac mini with one environment variable. same interface, zero api costs, $0 per request a heavy developer pays $459 a month across claude code max, chatgpt pro, gemini, cursor and copilot. that's $5,508 a year. the mac mini pays off in 3 months and runs on $3 in electricity after that uber rolled out claude code to 5,000 engineers and burned through their $3.4 billion 2026 ai budget in 4 months. the people who own the hardware in 2026 are going to look very far ahead in 2028 bookmark this and read the article belowshow more

starmex
357,179 görüntüleme • 1 ay önce
Karpathy's Agentic Engineering finally has proper tooling! (built by... Google) Karpathy defined agentic engineering as the discipline that separates production agent work from vibe coding. The core skills he listed were spec design, eval loops, and security oversight. The problem has been that practicing this still requires a different tool for every phase: - editor for code - a terminal for scaffolding - a browser for testing - a cloud console for deployment - and a separate framework for evals. Every transition is a context switch. The solution to production-grade Agentic Engineering is now actually implemented in Google’s Agents CLI. It covers the entire workflow in one place for scaffolding, evaluating, and deploying ADK agents. One setup command injects 7 ADK-specific skills into a coding agent's context, which lets it handle scaffolding, evals, deployment, and enterprise registration through natural language. I tested this end-to-end by building a RAG agent from scratch using Claude Code. It scaffolded the full project from the ADK agentic_rag template, generated 20 eval scenarios with LLM-as-judge scoring, and returned a quantitative scorecard. Finally, it also deployed everything to Agent Runtime and registered the agent to Gemini Enterprise, so the entire org can discover and use it. The video below shows this in action, and I worked with the Google Cloud team to put this together. Agents CLI GitHub repo → (don't forget to star it ⭐ ) I wrote up the full build covering all six steps from install to enterprise registration. It includes the eval scorecard, the instruction loophole the eval caught before deployment, and what the deployment process actually looks like end-to-end. Read it below.show more

Akshay 🚀
255,129 görüntüleme • 18 gün önce
Utilizing a massive library of high quality, free UGC... avatars for your three.js project is way less difficult than you think. No animation baking required, can swap out any Mixamo animations in real time. Step 1. Download an avatar on VRoid Hub Step 2. Download a skinless Mixamo animation from Step 3. Paste this into claude code / codex / cursor chat Now you have avatars, animations and a function to apply animations to your avatars whenever you desire. Source code from the video is here:show more

saori
14,962 görüntüleme • 4 ay önce
Your PM and Developer roll their eyes when they... see interfaces like that. No more because now you can make it without code. By yourself. In Rive Developers can finally focus on development, not recreating your design again. You finished it, and it’s ready for testing and deployment on real products. Here is my Shutter speed interface for the camera.show more

Dmitry Novikov 🇺🇦
41,785 görüntüleme • 1 yıl önce
Qwen 3.7-max beats Opus 4.7 and GPT-5.5 We tested... three frontier models on a real agentic task: write a Tetris bot that plays the game and trains itself. Each model could read its own code, run benchmarks, and rewrite itself across 10 iterations. Then we compared the final bots head to head. Qwen 3.7-Max: training cost $1.32, bot improvement +56% Claude Opus 4.7: training cost $12.15, bot improvement +28% GPT-5.5: training cost $2.85, bot improvement +7% Qwen won on every dimension - biggest jump, 9× cheaper than Claude, 2× cheaper than GPT. Long agentic loops is where Qwen Max actually delivers.show more

atomic.chat
863,607 görüntüleme • 1 ay önce
🚨Anthropic’s research paper proves AI coding tools are secretly... making developers worse. every engineering leader bragging about AI adoption should read this twice. > 17% lower scores learning new libraries with AI. sub 40% when AI wrote everything. zero measurable. you’re measuring output. nobody is measuring comprehension loss. different problems on different timelines. one shows up on dashboards. the other shows up at 2am when prod breaks and nobody on your team can explain what the code does. “10x productivity” is technical debt with better marketing.show more

sui ☄️
95,464 görüntüleme • 3 ay önce
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,718 görüntüleme • 1 ay önce
Claude Fable 5 orchestrating Grok 4.5 is now my... favorite real workflow. all you need is this free Claude Code plugin that makes Grok the default implementer. Fable writes the specs and reviews every diff, Grok 4.5 does the typing through the Grok CLI. - Grok handles the volume, Fable handles the judgment - Every diff gets cross-vendor review for free - Specs run as parallel agents when they're independent I've been testing it for a few days and the part that sold me is watching Fable refuse to write code. It sends specs down, judges what comes back, and that's it. setup: 1. claude plugin marketplace add DannyMac180/fable-advisor && claude plugin install fable-advisor 2. Install the Grok CLI from then grok login 3. /model fable It's open source, so you can read the agent files and tweak the routing however you want.show more

Alvaro Cintas
98,800 görüntüleme • 7 gün önce
The first x402 facilitator is live on X Layer... Our permissionless facilitator Open x402 Facilitator empowers builders to deploy x402 apps without login/kyc and free of cost You can now add X Layer & OKX OKX Wallet to your x402 server in a few lines of code 👇🏻show more

Open x402 Facilitator
44,666 görüntüleme • 8 ay önce
ANTHROPIC JUST CHANGED THE ENTIRE AI-SLOP FRONTEND. It’s called... Frontend Design, the official Anthropic skill for Claude Code. And it already has 161,000 stars on GitHub. The problem it solves is simple: Every time you asked AI to build a website, you got the same thing. Inter as the font. Purple gradient. Generic startup layout. Eternal AI slop. Frontend Design kills that. Forces Claude to pick an aesthetic direction before it touches a single line of code. And the result completely changes. You can ask for: → brutalist → editorial → retro-futurist → luxury → maximalist And it generates HTML, CSS, JS, React or Vue, production-ready. How to install: 1. 2. describe the website or component you want. 3. pick a style. 4. Claude builds typography, color, motion and composition consistent. One install. Available across every session. Works in Claude Code, Cursor, Codex, Gemini CLI, OpenCode and 15+ harnesses. 100% open source. Maintained by Anthropic. 277,000+ installs in a few months speak louder than any review. Repo 👇show more

AdiiX
238,160 görüntüleme • 1 gün önce
Claude Design + Shopify is f*cking ridiculous 🤯 You... can now publish pages from Claude Design → Claude Code → Shopify. Built 100% with Claude Design, Claude Code, and the Shopify CLI. Perfect for DTC brands and agencies who want to skip the design → dev handoff entirely. Here's how it works: → Design any landing page in Claude Design → Export as a zip and drop it into Claude Code → Install the Shopify + Shopify AI Toolkit plugins → Prompt Claude to convert the HTML into a Shopify page template + push to live theme → Claude uploads the images, deploys the files, and creates a published page No more handing designs off to a dev and waiting 2 weeks for a Shopify page. What you get: - A workflow that turns any Claude Design page into a real Shopify page template - Editable sections so your marketing team can swap copy, images, and CTAs without code - Images uploaded straight to Shopify Files automatically - A files-only deploy that only touches what's new in your live theme - A repeatable pipeline you can use every time you design a new landing page This is essentially the design-to-deploy pipeline brands have been waiting for. I put together a step-by-step playbook for going from Claude Design → published Shopify page. Every install, every plugin, every command, and the exact prompt that runs the whole thing. Want the playbook for free? > Like this post > Comment "SHOP" And I'll send it over (must be following so I can DM)show more

Mike Futia
56,432 görüntüleme • 2 ay önce