Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Users of most AI coding products are still stuck in the vibe-coding loop: Prompt → Test → Debug → Adjust → Fix Errors → Repeat Bubble Code users take a different path. State the product goal. If the result needs improvement, submit a Bubble Up. Then Bubble Engine takes...

25,349 görüntüleme • 9 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

Fable 5 comes back!It can now build playable game prototypes. I think it is actually a signal for where AI coding is going. Making a game is not just “write some code.” Even a small browser game needs: game loop;character movement;collision logic;scoring system;UI states;physics tuning;visual feedback;bug fixing;playtesting This is why game prototyping is a great test for AI models. A model cannot fake it with a pretty answer. Either the game runs, or it does not. What impressed me about Fable 5 is that it is useful for the messy middle: turning an idea into mechanics, turning mechanics into code, debugging broken interactions, and iterating until the prototype feels playable. But here is the practical part: I would not use the strongest model for every step. For game building, I would split the workflow: 1. Fable 5 for game design + architecture 2. a fast coding model for routine implementation 3. a vision-capable model for screenshot/UI feedback 4. a cheaper model for docs, test cases, and small fixes 5. fallback when latency, cost, or output quality becomes a problem That is the real AI coding stack. Not “one magic model does everything.” More like: the right model, for the right task, at the right cost, with fallback when things break. This is why I’ve been looking at ZenMux ZenMux. ZenMux gives developers one gateway to access multiple leading AI models, with OpenAI / Anthropic / Google Vertex compatible APIs, cost tracking, quality benchmarks, auto-routing, and compensation when output quality, latency, or throughput falls short. If AI can now make games, the next question is not just “which model is strongest?” It is:how do we manage the whole model workflow Fable 5 shows the creative ceiling. ZenMux is closer to the infrastructure layer you need when AI coding becomes a real production habit.

Rachel🥥

57,766 görüntüleme • 14 gün önce

I built a content engine that runs on telegram. Two commands... /discover: sends out to 9 sources across HackerNews, Reddit communities covering AI automation, prompt engineering, vibe coding, and specialist newsletters. Pulls everything published in the last 24 hours, runs each item through an AI extraction layer that scores it against 100+ niche keywords, deduplicates, and drops the relevant ideas into a Notion database. Takes about 90 seconds. Costs fractions of a cent. /ideas: this command pulls the top scored ideas from that database, randomizes the selection so you're not seeing the same ones every time, and sends them to you in a clean numbered list. You reply with /write 3 or whatever you choose, and the system researches the topic using Perplexity's live web search, generates three distinct outline options with different angles and hooks, saves them to a Google Doc, and sends you a message telling you they're ready. You read the outlines, and you pick one. You then reply with the command /outline 2. The system writes the full piece in your voice, following your brand guidelines, with specific examples and concrete claims. It can be done in under two minutes of your time. The whole thing runs on n8n, with no subscriptions beyond what you already use. If content takes too long or you don't have ideas, this solves that. I built this for myself; I can do it for you. If you're tired of knowing you should be posting and still not doing it, let's talk.

Savvy | Ai & Automation

14,879 görüntüleme • 3 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.

Akshay 🚀

254,782 görüntüleme • 17 gün önce