Category: News

  • Google Just Released an AI App Builder (No Code)

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    This week, Google dropped Opal, a game-changer that lets you whip up mini AI applications just by describing what you want. This is a huge leap for the no-code scene. I tried it out and built a YouTube-to-blog-post converter and an AI trend spotter in minutes, proving you can create useful tools without writing any code.

    On the automation side, the new ChatGPT Agent came through for me, finding a travel hack that saved my family over $1,000 on flights. For those of us in the creative space, Adobe Firefly is evolving into a go-to hub, integrating models from both Google and OpenAI directly into its interface. This means you can tap into the best AI for any task—whether it’s building an app, automating research, or generating images—all from the tools you already use.

  • Claude Code Agents: The Feature That Changes Everything

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    Anthropic just dropped a game-changing “agents” feature for Claude Code, and this video gives you a solid first look at what sets it apart. Imagine agents as modular, specialized AIs that you can chain together. You create workflows that pass context from one step to the next, which is pretty exciting. What really blew me away is that this isn’t just for the hardcore devs; the creator shows a surprising non-coding use case for outlining his YouTube videos.

    This whole approach feels like a new way to build automations. It’s similar to a no-code tool like n8n, but you’re doing it all through conversational AI. By breaking a large task into a series of smaller, specialized agents, you can create some surprisingly sophisticated systems with much less friction. This practical walkthrough demonstrates how this tech is already changing the game for creative and productivity workflows.

  • We made Supabase Auth way faster!

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    I’ve always found that user authentication can be a hidden performance bottleneck in web apps. This Supabase update directly tackles that issue by introducing JWT Signing Keys. The core idea is simple but powerful: instead of your app making a slow network request back to Supabase to verify a user, it can now validate their session token instantly on its own. This is a massive performance win for building snappier, more responsive applications and APIs.

    For anyone building tools or automated workflows on a Supabase backend, this means less waiting and more reliable, faster execution. It’s a perfect example of a sophisticated architectural improvement that removes friction and helps small teams build products that feel incredibly fast. The video does a great job of walking through not just the “why,” but the practical steps to implement it.

  • ChatGPT Agent Just Went Public—Here’s My Honest Reaction

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    I spent some time testing the new ChatGPT Agent, which is now available to all Plus subscribers. My goal was to see if it could handle the kind of multi-step, real-world tasks we often build complex automations for. I challenged it with everything from researching products and comparing travel options to compiling content for a newsletter.

    The agent shows a fascinating glimpse into the future of autonomous workflows, successfully navigating multiple browser tabs and synthesizing information from a single prompt. However, it’s still very much a first version, with noticeable quirks and limitations you need to be aware of. For anyone building with no-code tools, this is a must-watch to understand where AI agents are today and where they’re heading.

  • Qwen 3 2507: NEW Opensource LLM KING! NEW CODER! Beats Opus 4, Kimi K2, and GPT-4.1 (Fully Tested)

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    Alibaba just dropped a new open-source model, Qwen 3-235B, and it’s a game changer for those of us who need high-performance AI without the closed-source limitations. I’m gonna dive into why this model is a serious contender, comparing it directly to the likes of GPT-4.1 and Claude Opus, which are still behind paywalls.

    If you’re working with no-code or low-code tools, you’ll appreciate the model’s agentic skills. It can reason, plan, and use tools, which means you can build more sophisticated automations. Plus, the massive 256K context window? That’s a whole new level for workflows that need to handle large amounts of information.

    This isn’t just another update; it’s a robust new tool that brings state-of-the-art capabilities within reach of more creators and small teams.

  • We made Supabase Auth way faster!

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    I’ve always been wary of the performance hit that comes with server-side authentication. Each check can mean a slow network round-trip, which really adds up. But with Supabase’s new JWT Signing Keys, everything changes. Now, you can validate user sessions locally within your own application. This is a huge performance win! It eliminates that auth-related network latency, making for a much snappier user experience. It’s a great example of a modern, edge-friendly solution to a common bottleneck that typically slows down our apps.

    To see this in action, check out the video by Jon Meyers. He walks through the entire process, from enabling the feature to refactoring a Next.js app to take full advantage of it.

  • ChatGPT Agent Just Went Public—Here’s My Honest Reaction

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    OpenAI’s new ChatGPT Agent is finally here, promising to turn a single prompt into a multi-step research and execution plan. This hands-on review tests its capabilities with practical, real-world tasks, from comparing travel options to gathering content for a newsletter. For those of us building structured automations in tools like n8n, this is a fascinating look at a different paradigm: prompt-based automation, where the AI generates the workflow on the fly from a natural language goal. While the results show it’s not without its quirks, the potential for automating complex research is undeniable. It’s an early but exciting glimpse into how we might soon kick off entire projects with just a single sentence.

  • Qwen 3 2507: NEW Opensource LLM KING! NEW CODER! Beats Opus 4, Kimi K2, and GPT-4.1 (Fully Tested)

    News: 2025-07-26



    Date: 07/26/2025

    Watch the Video

    Alibaba just dropped a new open-source model, Qwen 3-235B, and it’s a serious contender for the top spot, even against the closed-source heavyweights. There’s a great video that breaks it all down, comparing it directly to models like GPT-4.1 and Claude Opus. The big takeaway for anyone building with AI is its impressive performance in agentic tasks—think reasoning, planning, and tool use. This is crucial for creating more sophisticated automations.

    The video also dives into its massive 256K context window, which is a game changer for handling complex, multi-step workflows. What I really appreciate is the emphasis on running this model locally or accessing it through free APIs. This opens up the possibility of building powerful custom solutions without being tied to those expensive, proprietary systems.