Morning.dev
My Feed Popular
Login
How to Run Gemini 3 on Agent Engine with ADK
DEV Community • 2026-03-19 05:14

How to Run Gemini 3 on Agent Engine with ADK

If you're trying to deploy an ADK agent with Gemini 3 to Agent Engine and getting a 404 error, here's the fix. TL;DR Two ways to make it work: 1. adk deploy agent_engine command Pass a .env file containing GOOGLE_CLOUD_LOCATION=global via the --env_file flag. uv run adk deploy agent_engine \ --project=$PROJECT_ID \ --region=$LOCATION_ID \ --env_fi...

0 0
2m read
Agentic Patterns Developers Should Steal
DEV Community • 2026-03-19 05:13

Agentic Patterns Developers Should Steal

Production agentic systems decompose problems and use the right tool for each step. Most developers hand the AI the whole problem. That's the gap. Teams building production AI workflows have developed patterns for making AI reliable. Developers using AI coding assistants like Claude Code, Cursor, or Copilot mostly haven't adopted them yet. These patterns aren't theoretical. They're practical and...

0 0
9m read
DEV Community • 2026-03-19 05:13

I Built a Free Browser-Based Block Puzzle Game with Cute Animals and Infinite Levels 🧩🐾

Hey DEV community! 👋 I’m thrilled to share ZooBlocks, a free browser-based block puzzle game I’ve built from scratch. Dive into a world of adorable animals, strategic block-clearing, and endless creativity! 🎮 Play it here: ZooBlocks 🔗 itch.io page: zooblocks.itch.io 🎮 What is ZooBlocks? ZooBlocks combines cute animal-themed puzzles with a tycoon-style zoo builder. Drag and drop colorful an...

0 0
2m read
You won't own your intelligence: OpenAI’s vision for a future where compute is a metered utility, not a product.
newest submissions : multi • 2026-03-19 05:11

You won't own your intelligence: OpenAI’s vision for a future where compute is a metered utility, not a product.

submitted by /u/ocean_protocol to r/technology [link] [comments]

0 0
1m read
DEV Community • 2026-03-19 05:09

MiniMax M2.7: A Self-Evolving AI Model for Complex Production Tasks

MiniMax M2.7: A Self-Evolving AI Model for Complex Production Tasks The AI landscape has witnessed another significant milestone with MiniMax's release of M2.7, a model that emphasizes self-evolution and production-grade capabilities. Unlike traditional model updates that focus solely on parameter scaling, M2.7 introduces a paradigm shift: the ability to autonomously build complex Agent...

0 0
3m read
newest submissions : multi • 2026-03-19 05:07

[Open Source] Script to Voice Generator - Kokoro TTS - Unlimited Text-to-Speech with Voice Blending, Audio Effects and Smart Merged Audios

Source code is here: https://github.com/ReactorcoreGames/Script-To-Voice-Generator-KokoroTTS Its a windows program that lets you feed it a simple txt/md script file and will convert it automatically into spoken audio mp3 files using text-to-speech using Kokoro-TTS. Kokoro includes 49 built-in voices across 8 languages — English (US and UK), Mandarin Chinese, Spanish, French, Hindi, Italian, and Br...

0 0
1m read
DEV Community • 2026-03-19 05:07

I built an AI agent system that makes money while I sleep. Here's exactly how.

The real architecture, real numbers, and real screw-ups from automating a content business with AI agents. TL;DR: I spent two months wiring up AI agents to run a content business — writing articles, posting to social media, sending newsletters, selling templates, tracking costs. It now runs on autopilot with about 3-5 hours of oversight per week. Month one revenue: $0. Month six: around $3,800...

0 0
13m read
DEV Community • 2026-03-19 05:06

I created something amazing now I dont know what to do with it

So hi guys am Algorethm from Algorethm on youtube So I had an idea of making uber like app but for workers kind of like a temp job with realtime data that someone can turn on and get the closest person to do a certain gig for them. The dev project is on vijanaHq. I tried to pitch it but I was turned down, which really drowned my spirit and I buried myself into my daily gig which is just draining ...

0 0
1m read
How to Stop My Agent from Getting Me Fired
DEV Community • 2026-03-19 05:05

How to Stop My Agent from Getting Me Fired

This is fiction. For now. I have an AI agent connected to my email and Slack. It can read everything. The MCP servers it's connected to also expose tools that can send emails, post messages, and reply to threads. If my agent ever decided to use those tools unsupervised, I'd be updating LinkedIn by lunchtime. If there's one thing MCP has done, and OpenClaw has shone a spotlight on, it's opened ...

0 0
11m read
I made a fork of a fork of Peppermint by Peppermint-labs
DEV Community • 2026-03-19 05:02

I made a fork of a fork of Peppermint by Peppermint-labs

The Story Behind Pepperminto-Enhanced 🍵 They say the best way to learn a new framework is to build something. I decided to take it a step further: I decided to fix something broken. I’ve been learning React, and I came across Peppermint.sh, a solid open-source ticket management system. I found a community fork called Pepperminto that had started adding a Knowledge Base (KB), but it was...

0 0
2m read
DEV Community • 2026-03-19 05:02

I Built a Team of 36 AI Agents. Here's Exactly How OpenClaw Works.

A few months ago, I was duct-taping together Python scripts, LangChain wrappers, and a prayer to make a single AI agent do anything useful. It kept forgetting who it was between conversations. It couldn't schedule a task without me babysitting it. And getting two agents to talk to each other? Forget it. Then I found OpenClaw, and within a weekend, I had a working autonomous agent that remembered ...

0 0
12m read
DEV Community • 2026-03-19 05:01

I Built an AI Team of 36 Agents. Here's What Actually Happened.

From one overwhelmed founder to a 9-team, 36-agent operation — the real story of building a multi-agent system with OpenClaw, including the parts nobody talks about. Keywords: AI agent team, multi-agent collaboration, OpenClaw, autonomous AI agents, agent architecture, AI automation, SOUL.md, AGENTS.md, agent orchestration I didn't plan on building 36 AI agents. Nobody wakes up one morning...

0 0
13m read
/r/ReactJS - The Front Page of React • 2026-03-19 05:01

I accidentally made my React app send my cat pictures to everyone…

I was experimenting with useEffect to fetch some data on mount. I just wanted to log it in the console… but somehow it ended up triggering an API call every time the component re-rendered. That “harmless log” accidentally posted cat memes to our whole dev Slack. My coworkers were very confused. I was very embarrassed. Has anyone else ever done something this ridiculous with useEffect? submi...

0 0
1m read
Hacker News: Front Page • 2026-03-19 05:00

What 81,000 people want from AI

Article URL: https://www.anthropic.com/features/81k-interviews Comments URL: https://news.ycombinator.com/item?id=47435156 Points: 4 # Comments: 0

0 0
1m read
DEV Community • 2026-03-19 05:00

AI Coding: Building a 1-Hour App Clone Is Easy. Shipping It Is the Work

A few months ago, “AI can help you code” meant autocomplete, snippets, and faster refactors. Now it can mean a non-developer producing a believable SaaS clone in under an hour. That’s not a thought experiment. CNBC documented reporters using Anthropic’s agent-style tooling to build a functional Monday-style project management app quickly and cheaply, then iterating by simply describing what they ...

0 0
14m read
DEV Community • 2026-03-19 05:00

Does your “Benefits” section actually help SEO?

While working on AllInOneTools, I added a section like: 👉 “Built for Everyday Productivity” At first, I thought this section was just for users. To explain: • why the site is useful • why someone should come back • what makes it different But then I started thinking from a search engine perspective. When a crawler lands on the page, it doesn’t “feel” design. It reads structure. And this se...

0 0
1m read
System Design Interview Insider Guide or Designing Data-intensive Applications? Which Book is Better for System Design?
DEV Community • 2026-03-19 04:59

System Design Interview Insider Guide or Designing Data-intensive Applications? Which Book is Better for System Design?

Hello Devs, preparing for a system design interview can feel overwhelming as it's a very vast topic with no end. Whether you're aiming for a FAANG role or any company with large-scale distributed systems, you need more than coding skills --- you need to show that you can architect real-world systems that scale, stay reliable, and meet evolving business requirements. And, when it comes to maste...

0 0
6m read
DEV Community • 2026-03-19 04:59

AudioContext Fingerprinting: The Browser Tracker Nobody Talks About

When we talk about browser fingerprinting, Canvas and WebGL usually steal the spotlight. But there's another API that's just as deterministic and much harder to spoof without breaking modern web applications: The Web Audio API (AudioContext). What is AudioContext Fingerprinting? The Web Audio API allows web applications to synthesize and process audio directly in the browser. It was de...

0 0
3m read
DEV Community • 2026-03-19 04:58

I have ADHD and I kept abandoning every planner app, so I built my own

I have ADHD. I've tried dozens of planner and task management apps. Most of them made things worse. Not because they were bad apps. Because they were built for a brain that can sit down, sort 47 tasks into folders, assign priorities, and follow through on a rigid daily schedule. That's not my brain. Here's what kept happening: I'd spend 20 minutes setting up a system instead of doing the task ...

0 0
2m read
/r/ReactJS - The Front Page of React • 2026-03-19 04:56

Rewriting a Toy React from Scratch

Hey everyone! I wrote an article about building a toy version of React from scratch that gained some traction, so I wanted to share it here as well. In the article, I briefly explain the virtual DOM, the diffing/reconciliation algorithm I implemented, how JSX compiles into JavaScript, and how hooks like useEffect work internally. I obviously only implemented a small subset of React's features, bu...

0 0
1m read
Previous Next

Showing page 2 of 3025

Previous 2 Next