Using this new agent in ClickUp you can totally... leapfrog the IDE, Cursor, Claude Code... Codegen is now available in ClickUp. "Hey Codegen, fix this bug" - me "PR submitted & ready for review!" - Codegen "Sweet, ship it" - me We've always believed that the future of AI value will be realized in horizontal software - today is a huge realization of this vision. Real example: This week our customer support reps started fixing features in real time. Product managers are now prototyping features themselves. You can mention Codegen or assign a task, and all of the optimized context is passed to the Agent to solve bugs and ship improvements with one shot. Available for everyone today.show more

Zeb Evans
11,636 次观看 • 10 个月前
cursor 1.7 is out, and there are a lot... of exciting features in this one! i'm particularly excited about hooks that will allow you to build analytics, security, auto commit and much more. go to our docs and ask the agent to build the hook you want, it has all the context!show more

eric zakariasson
49,159 次观看 • 10 个月前
Simplicity is at the heart of great software. This... is one of the reasons why Claude Code has been sticky for me. As a builder, I love planning and brainstorming, and this is now a key focus of Claude Code. I use Shift + Tab a lot to cycle between brainstorming, planning, and execution. This functionality provides the appropriate interface for me to either be very involved or less involved as I please. This works particularly well when building out new and complex features or entire new projects. This saves a huge amount of time. It allows me to tune Claude Code to execute and build more effectively. It also builds a loop of trust, and I often (surprisingly) find Claude Code asking for clarifications when it's confused. Coding agents don't normally do that. I have shared before on the power of brainstorming with AI for longer times. Try it and you will not be disappointed. Vibe coding is fun, but pair it with intentional development cycles, and you watch how far you can take a project with coding agents today.show more

elvis
81,765 次观看 • 9 个月前
HTML Artifacts are a big part of how I... work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kinds of interesting ways to work with agents. This is clearly the future. Check out this writing and scheduler artifact I built in a few minutes. It uses a bit of HTML and JS. All the data is in markdown (Obsidian vaults), so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills, context, and memory it has access to. The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code. I could have paid or built an entire app for scheduling posts, and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization, time, and efficiency. The other benefit of this is that I can add features as I please. That level of personalization feels magical, and we should all be pursuing more of it. All of this just keeps compounding. Of course, this example is just about writing. But I have similar artifacts for research, design, experimentation, evaluation, and so much more. And no, I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents. Lastly, having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower. If you are curious about how all this works, I will do a live session next week:show more

elvis
18,374 次观看 • 3 个月前
Hi guys! Me and the programmers are working on... a little hotfix with some shit we didn't add in and to fix all the bugs once and for all! But this is where I need all of your help! If you have encountered a bug, post it here in the comments. (finished product of freeplay in video)show more

FNF Pibby: Apocalypse
29,040 次观看 • 2 年前
Did you know you can help us win, right... now? Me and my Wisconsin Football teammates know that winning in the fall is a product of the preparation we put in this spring. The same is true for you! Make an impact that will be felt this fall by donating to @TVCCollective today! 🏈show more

TACKETT CURTIS
13,193 次观看 • 2 年前
Did you know you can help us win, right... now? Me and my Wisconsin Football teammates know that winning in the fall is a product of the preparation we put in this spring. The same is true for you! Make an impact that will be felt this fall by donating to @TVCCollective today!🏈show more

Tyler Van Dyke
14,952 次观看 • 2 年前
Someone is already running their version of the leaked... claude code source - credit Kai Point your agent at the article below in plan mode to see what features you can deploy for yourself Highlights --> 8 hidden features you can enable right now --> 5 unreleased systems behind feature flags --> The 4-tier context management system --> Why Claude Code tracks when you swear at it --> 15 environment variables to set todayshow more

Nick Spisak
140,676 次观看 • 4 个月前
Thrilled to announce Claude Code auto-fix – in the... cloud. Web/Mobile sessions can now automatically follow PRs - fixing CI failures and addressing comments so that your PR is always green. This happens remotely so you can fully walk away and come back to a ready-to-go PR.show more

Noah Zweben
1,499,658 次观看 • 4 个月前
The Visual Studio Code insiders version that just shipped... and will ship in the next few days will come with an insane amount of new capabilities. A few highlights: - You can now run sub-agents in parallel. Yes, really. I even attached a video. - Major UX improvements for sub agents, especially visible in the chat window - A new search tool wrapped as a sub-agent that iteratively runs multiple search tools: semantic_search, file_search, grep_search Which connects nicely to the point above: multiple searches running in parallel, efficiently and fast - Anthropic’s Message API is now enabled by default - You can choose the model for the cloud agent (three available, all premium) - Extended thinking support when using the Claude cloud agent This is part of the broader multi-vendor cloud support under AgentsHQ I wrote about a few weeks ago - Tasks sent to the background agent (basically the CLI tool) now always run in isolation, each with its own git worktree - In a multi-repo workspace, assigning a task to a cloud agent prompts you to choose the target repo Same behavior when opening an empty workspace with no repo - Support for building an external index for files not supported by GitHub’s default indexing - UI/UX improvements for starting new sessions and switching between local / background / cloud agents - Skills are now first-class citizens, just like prompt files, with better UX indicating when a skill is loaded - Improved API for dynamic contribution of prompt files New V2 includes skills as part of the model. Curious to see the extensions that will leverage this - Finally, initial support for showing context usage percentage per session - Skills are enabled by default - Resizable chat window and session view. Small thing, but it was driving me crazy 😁 - A new integrated browser meant to replace the old simple browser Maybe the beginning of real browser use? - Better UI/UX for token streaming in chat - Ability to index external files not supported by GitHub There’s a lot more. Some of it hasn’t fully landed yet, but everything that has is already in Insiders. The next stable release should drop in early February. As usual, I’m just shocked by the volume of features this team ships every month. After the holiday slowdown, this one is shaping up to be a wild release.show more

Oren Melamed
29,555 次观看 • 7 个月前
2 Cursor Composer agents working together on the same... project. one builds the project, the other reviews once the first agent is done and writes a report. cursor rules file is in comment to achieve this. first agent is instructed to build the project second agent is instructed to write a monitoring script to determine when the project is done then to review the project for errors and write a report This prompt can be improved. This is meant as a baseline If you are interested in learning how to use Cursor more in depth, I have a 28 chapter 1000x Cursor Course building full apps from scratch with 19 hours of content. link is in my bio if you are interestedshow more

echo.hive
149,034 次观看 • 1 年前
New feature in Claude Code 2.1.14 just dropped! You... can now search and install plugins from the marketplaces installed in your current Claude Code session. This is huge if you’re building plugins on top of Claude Code’s marketplace layer (Skills, Agents, Hooks, etc). How it works: - Run /plugin - The official Claude marketplace is installed by default - Use the search bar to find the plugin you want - Select one or multiple plugins with space, then press i to install - Go to the Installed tab to browse and enable them With the exponential growth of Skills and Agent-based components running in the CLI, improving plugin discoverability is a big win. Pretty sure more marketplace-related features are comingshow more

Daniel San
40,994 次观看 • 7 个月前
LayerAI AI2AI Agent Perpetuals Now Live 🧬 We're thrilled... to announce that the LayerAI AI2AI Agent Perpetuals are now live and ready for trading. Dive into the future of decentralized finance and AI integration by visiting With our focus on combining AI with blockchain technology, LayerAI is pushing the boundaries of what's possible in the DeFAI (Decentralized Finance + AI) ecosystem. Our AI Agent Algorithmic Momentum Protocol (AAMP) is designed to harness the power of AI in trading, offering new opportunities for traders. This new product paves the way for untapped userbases from tangential blockchain networks to find & join LayerAI ecosystem: - Base - Mantle - Optimism - Arbitrum 👉 Trade now:show more

LayerAI | AI2Earn
16,892 次观看 • 1 年前
Now in Claude Code: when you rewind a conversation... using /rewind or hitting ESC twice, Claude can summarize the part of the conversation that was rewound. Use this to explore different paths and take the learnings "back in time".show more

Thariq
301,423 次观看 • 6 个月前
Replit, Vercel, and OpenAI have built very cool agent-native... applications, but nobody else has passed the demo stage. Building agents that work is complex. Teams aren't shipping agents because we don't have good tooling yet (and most of us don't know how to do this well.) A couple of days ago, the CopilotKit🪁 team announced a collaboration with . You can now use LangGraph with CoAgents to build agent-native applications, and here is everything you need to know about that: CoAgents is fully open-source, and you can use it to do the following: • Human-in-the-loop to steer and correct the agent • Stream intermediate agent state • Real-time state sharing between the agent and the application • Agentic generative UI to build trust that the agent is on the right path Start this GitHub Repository: Thanks to the team for giving me early access and collaborating with me on this post.show more

Santiago
63,073 次观看 • 1 年前
Winter is coming, are you ready #SAFEMOONARMY! We are... in a great mood today and are thrilled to be sharing various exciting updates with you soon! In light of that, we decided to extend the 32% discount to ALL items in our merch store. 🙌 Use promo code: “FUDDERSGONNAFUD” at checkout Shop now: Please note, this is a limited time offer and will expire once the LP transition is complete. ⏰ INVENT | EXCITE | UNITE #SAFEMOON | The #Web3 Movement for Everyone™show more

SafeMoon
101,194 次观看 • 2 年前
Okay, this is seriously cool. A team from Google... DeepMind, including DeepMind Cofounder Shane Legg, published a paper "From AGI to ASI". In the paper, they include instructions for an AI agent to read along with you. You can open the paper in Codex's in-app browser and have GPT-5.5 read it with you and explain all the concepts. This is the future. AI agents will be part of the target audience, and help us to understand anything we want.show more

Dan McAteer
53,480 次观看 • 2 个月前
I can't believe that Nvidia looked at this "AI... on top of games filter" and said to themselves this is the future of gaming. Like it or not, this is where Nvidia is heading and they're calling it neural rendering with DLSS 5. The examples they've showed reminded me a lot of those AI generated filter videos on top of GTA V, except that now it is supposed to run in real-time. Honestly, I don't like this current look at allshow more

NikTek
3,329,671 次观看 • 5 个月前