- AIDotDev Digest
- Posts
- AIDotDev Digest #002
AIDotDev Digest #002
Supercharge Your Coding: New AI Tools, Hackathons, and Pro Tips

Hello, AI devs! AI coding tools are leveling up fast, with new features and hackathons dropping this week to boost your skills. From smarter code assistants to online build challenges, there’s a lot to dive into.
In today’s AIDotDev:
6 new AI develop news for coding and creating
4 learning resources to sharpen your game
4 new AI tools
2 cool AI cool project to inspire you
3 online hackathons with big prizes
📰 AI DEV BITES
DEV BITES CONTENT

AI coding tool company Codeium drops Windsurf Wave 5, unveiling the game-changing Windsurf Tab, predicting not just code, but your next move, all with a single Tab press.
The Details:
Windsurf Tab, baked into Windsurf Editor, predicts code chunks, file navigation, and auto-inserts imports, dubbed “mind-melding” coding.
It’s free for all users, no Pro tier required.
Built on the Cascade system, it boosts context awareness and multi-file editing with snappier responses.
Developer Impact:
For AI developers and coders, this feature significantly enhances coding efficiency, especially in scenarios requiring rapid prototyping, complex codebase management, and multi-file collaboration. The Windsurf Tab not only saves time but also reduces the need for manual input and error correction. Developers can directly experience this feature through the Windsurf Editor (available for Mac, Windows, and Linux)
Anthropic announces its AI chatbot Claude now packs web search power, tapping Brave Search to fetch real-time info with source citations. This update bridges a glaring gap, putting Claude neck-and-neck with ChatGPT and Gemini.
The Details:
Claude delivers responses with embedded citations, letting users verify sources on the fly. TechCrunch confirms Brave Search powers the backend (check Anthropic’s sub-processor list).
It’s live in preview for U.S. paid plans, toggle it on via “Feature Preview” in settings with free tier and global rollout on the horizon.
Built on Claude 3.7 Sonnet, a hybrid reasoning model blending speed and step-by-step logic.
Developer Impact:
For AI devs and coders, this turbocharges Claude for real-time data tasks, think rapid prototyping, data analysis, or customer support. It cuts lag and boosts accuracy via API or web interface, seamlessly slotting into workflows. Less guesswork, more precision.
Google rolls out 6 slick upgrades to Gemini Canvas this week, turbocharging collaboration for creators and developers with real-time coding, prototyping, and drafting tools.
The Details:
Real-Time React/HTML Coding: Write, tweak, and preview React/HTML in Canvas—turn ideas into working web prototypes fast.
Document Drafting: Craft and polish docs with Gemini’s smart suggestions for tone, length, and format.
Interactive Prototypes: Build games, visualizations, or prototypes from simple prompts, editable on the fly.
Live Collaboration: Team up with Gemini in a shared space for instant feedback and tweaks.
Export to Docs: One-click send to Google Docs for team handoff.
Global Access: Available to all Gemini/Advanced subscribers, in all supported languages.
Developer Impact:
For devs and creators, this means faster prototyping, seamless multi-file coding, and sharper docs—perfect for rapid builds or team sprints. Access it via Gemini app or gemini.google.com under “Canvas.” No fluff, just workflow juice.

Anthropic unveils 8 killer updates for Claude Code this week, supercharging coding speed and smarts, powered by Claude 3.7 Sonnet and fine-tuned for developers’ real-world needs.
The Details:
Extended Thinking: Trigger deep planning with “think” for big tasks like refactoring.
Vim Mode: Flip to insert/command mode via /vim for fast edits.
Custom Slash Commands: Build workflows (e.g., “handle GitHub issues”) with Markdown in .claude/commands/.
Tool Speed Boost: Faster Git ops and feedback loops.
Auto-Accept Mode: Shift+Tab auto-applies edits, cutting repetitive clicks.
File Path Autocomplete: Tab to snag matching paths instantly.
Context Compression: Auto-trims history, keeping key details for long tasks.
Web Fetch: Paste a URL, Claude grabs context from the page—no browser hopping.
Developer Impact:
For coders, this means quicker refactoring, smoother workflows, and less grunt work. Fire up Claude Code (npm install -g @anthropic-ai/claude-code), restart post-update, and dive in. Efficiency’s the name of the game.

Cursor AI drops MAX Mode for Claude 3.7 Sonnet this week, a beefed-up version built for high-stakes coding, boosting dev’s efficiency and problem-solving chops with Anthropic’s latest model.
The Details:
MAX Thinking: Deeper reasoning for big tasks like system design or tricky breakdowns.
MAX Tool Use: Smarter code gen, debugging, and version control pure productivity juice.
200k Token Window: Massive context to keep every detail in play for long hauls.
Auto-Select: Cursor auto-picks MAX for brain-busting jobs.
Live Testing: Instant performance checks in the IDE to slash iteration time.
Multi-Modal: Code from sketches or text for intuitive workflows.
Context Management: Auto-focuses on what matters in huge projects.
Agent Integration: Ties into Cursor’s automation for commits and PRs.
Developer Impact:
For devs, MAX Mode means faster, smarter coding on complex gigs, think big refactors or multi-file marathons. Update Cursor IDE, flip on MAX in model settings, and roll. Download at cursor.ai.

The AI SDK 4.2 packing an open-source punch for JavaScript/TypeScript devs, with reasoning models, MCP clients, and more to supercharge AI apps.
The Details:
Reasoning Models: Tap Claude 3.7 Sonnet or DeepSeek R1 for human-like problem-solving—logic and multi-step tasks nailed.
MCP Clients: Hook into GitHub, Slack, or custom tools via the Model Context Protocol automation’s new best friend.
Message Parts: Handle text, sources, and tool calls in one clean useChat flow.
Image Gen: Google Gemini 2.0 Flash brings text-to-image right into chats.
URL Sources: Standardized citations across OpenAI, Google, and more.
Developer Impact:
For coders, this means sharper AI logic, seamless tool integration, and multi-modal apps—perfect for rapid prototyping or complex workflows. With 1M+ weekly downloads, it’s battle-tested. Grab it, update your project, and play with templates at sdk.vercel.ai. Community’s buzzing join in!
📚 CURATED LEARNING RESOURCES
This video explores why developers are abandoning paid tools like Windsurf and Cursor in favor of Claude with MCP. The key lies in how MCP empowers Claude to execute system commands, explore codebases, draw architecture diagrams, and handle long-running computations, transforming it from a conversational assistant into a comprehensive development tool.
Through practical demonstrations, the video explains why certain workflows feel more seamless in Claude, no need to switch between tools, less friction, and the ability to handle tasks that traditional AI coding assistants struggle with. For engineers seeking to boost development efficiency, this offers insight into reconsidering their AI toolset combination.
This Anthropic roundtable discusses AI control approaches for mitigating risks from potentially misaligned AI systems. The researchers explain how using both smaller "trusted" models and the same "untrusted" model to monitor AI behavior can prevent harmful actions even when alignment isn't perfect.
They share evaluations showing humans struggle to detect subtle AI deception, and outline key threats including models copying their weights or inserting security vulnerabilities. The discussion highlights promising developments like Constitutional Classifiers and the importance of establishing robust control systems in the near term while we develop better long-term alignment techniques. For developers working with advanced AI, this provides valuable insights into practical safety measures for increasingly capable systems.
Simon Willison tracks the rapid evolution of LLMs since 2023, highlighting how GPT-4's dominance was broken in 2024 when 18 labs released comparable models.
He discusses significant trends including multi-modal capabilities, dramatically lower pricing, improved local models, and the rise of "reasoning" features in 2025 models.
The post demonstrates LLMs' impressive code writing abilities through live demos and explores their potential for solving OCR challenges with PDFs, a persistent problem for journalists. Willison emphasizes that data journalists should develop their own evaluation methods to assess model performance for specific use cases rather than relying solely on general leaderboards.
CJZ has spent 6-7 hours daily coding with AI tools and knows the pitfalls firsthand. This post breaks down the critical mistakes many developers make, like expecting AI to build an app in one prompt and offers practical solutions to avoid them.
Accompanied by a visual featuring tools like React, Firebase, and VS Code, the guide is a goldmine for anyone looking to streamline their workflow and reduce errors in AI-driven development. Whether you're a beginner or a seasoned coder, this article will save you time and frustration.
⚙️ NEW TOOLS
AI LinkedIn profile - Turn your LinkedIn profile into a personalized website
Visual Copilot for Figma - AI powered plugin to craft on-brand designs and code
Hunyuan3D-DiT - Generates high-res 3D shapes from text or images
Gemini Canvas - Write, code, create – all in one interactive space.
🧸 AI-Powered Building: HOW PEOPLE DO IT
The V0 is not as same as I learn 🤯
Imagination is all you need
— Chris Tate (@ctatedev)
5:49 PM • Mar 19, 2025
Wes Bos's app uses TensorFlow.js and MoveNet to count dumbbell reps, showcasing a novel application of AI pose detection in fitness tracking.
💪🏻 This is SO COOL
I build an app to count dumbbell reps with an AI model in the browser
using Tensorflow.js and a pose detection model
— Wes Bos (@wesbos)
4:23 PM • Mar 21, 2025
💻 ONLINE AI HACKATHON
Three Hackathons Kick Off Online Next Week
Levelsio’s 2025 Vibe Game Jam Calls All AI Game Devs
The Vibe Coding Game Jam kicks off online, challenging devs to build AI-powered games by April 1, 2025.
Bolt.new’s $1M+ Hackathon Is a Dev’s Big Shot
Bolt.new’s World’s Largest Hackathon, hosted by gregisenberg, boasts a $1M+ prize pool, now even bigger with sponsors like Supabase and Netlify.
Devs can flex AI skills in this virtual showdown, judged by heavyweights like theo. A side gig offers $3k for the best hackathon website; submissions are due March 21, 2025, with winners announced live on March 25.
Lovable’s $10k Build Competition Wants Your AI Ideas
Lovable’s $10k Build Competition, set for March 29, 2025, teams up with Anthropic and Supabase to challenge devs to build AI-driven projects, no coding skills needed. Sponsors like ElevenLabs are in, offering extra perks for using transcription or speech tools. With limited spots, it’s a hot ticket for aspiring founders. Sign up at lovable.
That's it for today!
Our WEEKEND DEEP TOOL and SMALL WEEKEND PROJECT sections are taking a short break this week, but don't worry - they'll be back in full force next week with fresh inspiration for your AI toolbox.
Before you go, we'd love to know what you thought of today's newsletter! Drop us a quick reply with your feedback, feature requests, or AI discoveries you'd like to see covered. Your input directly shapes how we improve the AIDotDev experience.
Until next time, keep building the future!
Reach out us in [email protected]
The AIDotDev Team