惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
Last Week in AI
Last Week in AI
腾讯CDC
The Cloudflare Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
雷峰网
雷峰网
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
Y
Y Combinator Blog
H
Help Net Security
T
Tailwind CSS Blog
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I got sick of boring AI chatbots, so I built a 1940s dete...
Aniket Mehra · 2026-05-16 · via DEV Community

Aniket Mehra

Every AI app right now looks exactly the same: a clean white background, a polite assistant, and a text box. It’s getting a little boring.

I saw the Build with MeDo Hackathon (hosted by Baidu) was running this weekend, and I wanted to enter their "Surprise Us" category with something completely unhinged.

So, I built Noir AI: Dream Detective.

The Idea

The premise is pretty simple. You wake up from a weird dream (like, "I was running through a subway being chased by a giant waffle"). Instead of asking ChatGPT to analyze it, you sit down in an "Interrogation Room" with Det. Jack Malone.

He’s a cynical 1940s AI detective. He uses old slang, he’s impatient, and he basically roasts you while trying to figure out what your subconscious is doing.

The Cool Tech Part

I really didn't want to just build a chat wrapper. The app had to feel interactive.

So, I built a dynamic Evidence Board. As you're typing your dream into the chat, the AI is quietly running entity extraction in the background. If you mention that "giant waffle," the app automatically pushes a visual sticky note to a corkboard UI on the right side of your screen.

No page reloads, no clicking a "generate board" button. Just real-time state updates reacting to the chat context.

How I built it (without writing the code)

I built the entire thing using MeDo, Baidu's generative app builder.

I'm usually pretty skeptical of "prompt-to-app" tools, but this was actually wild. Instead of manually messing around with CSS to get the vintage look, I literally just prompted the MeDo engine: "Give me a split-screen layout, vintage typewriter fonts, charcoal and sepia colors, and a corkboard on the right."

It spat out a surprisingly solid React/CSS layout.

The trickiest part was wiring the logic. I had to tune the prompt so that the underlying ERNIE model wouldn't just reply with 1940s dialogue, but would also tag the weird nouns in my dream so the frontend could render them as visual clues.

Go get interrogated

Hackathons are the best excuse to build weird stuff you'd normally never have time for. If you want to see how far natural language app builders have come, definitely check out the MeDo platform.

🕵️‍♂️ Try the app here: https://app-bohuz3w65ukh.appmedo.com/
🏆 Read my Devpost submission: https://devpost.com/software/noir-ai-dream-detective

Drop your weirdest dream in the comments below. I want to see what kind of evidence board the detective makes for you. 👇

BuiltWithMeDo #WebDev #NoCode #GenerativeAI #WeekendProject