Morning.dev
My Feed Popular
Login
DEV Community • 2026-08-14 01:05

Before You Trust That AI Diff, Replay Real Requests Against It

The hardest regressions from AI-suggested changes are the ones every unit test green-lighted. A patch can pass compile, pass the function suite, and still break on the sixth request in a burst because it assumes the items array is never empty. Static review catches style and obvious logic errors. It does not see the request pattern your service actually receives on a Wednesday morning. A common n...

0 0
5m read
DEV Community • 2026-08-14 01:00

Read-Only Test Checklist Generation: A Free-Model Workflow That Fails Closed

Teams spend a lot of time choosing what to test after a change. Automated suites answer one question—does the current code satisfy these assertions?—but a manual smoke checklist needs a different input: given this code change, what is cheap to verify by hand before shipping? If you rebuild that list from memory, you miss changes. If you ask a code generator to write or fix tests, you hand over too...

0 0
6m read
DEV Community • 2026-08-14 00:59

Free AI Endpoints Are Unreliable Dependencies. Test Them Like One.

Most glue code around a free AI endpoint fails for a very boring reason: the request returned a 200, but the body was not what the downstream code expected. A quota hit can truncate JSON. A proxy restart can return an HTML error page with the same status. A model can send valid JSON that is missing the one field your code reads. If you are using MonkeyCode's free model access, this is still true....

0 0
5m read
DEV Community • 2026-08-14 00:55

Before Building a Business Website in Taiwan: 9 Questions Developers Should Ask

I operate a platform that helps founders work through the practical steps of starting and running a business in Taiwan. One pattern appears repeatedly: a founder asks for a website before the underlying operating decisions are clear. For developers and web designers, this creates avoidable rework. The domain, contact details, invoicing flow, legal pages, content ownership, and even the site archi...

0 0
5m read
DEV Community • 2026-08-14 00:55

Why AI-Generated Migrations Need a Different Gate Than Code Patches

Most patch reviews ask: does this change behave the way we intended? A migration review has to answer a harder question: what does this change make impossible to undo? A code change can usually be reverted by applying the old diff again. A migration that drops a column, truncates a table, or rewrites data may make the previous state unrecoverable even if the commit is reverted. That asymmetry is ...

0 0
5m read
DEV Community • 2026-08-14 00:46

I filled my agent's wiki with contradictions. It never gave a wrong answer.

There's a comfortable assumption behind a lot of "agent + knowledge base" work: garbage in, garbage out. Feed an agent a messy, stale, duplicate-ridden wiki and it'll confidently tell users the wrong thing. So we invest in dedup, freshness, clean ingestion — to stop the agent from hallucinating. I built a small testbed to measure that assumption, and it's wrong. Or rather: it's wrong about how ba...

0 0
6m read
DEV Community • 2026-08-14 00:38

They Matched The Slogan. The Decision Lived In The Undefined Word

Part two of: OpenAI Says Verified Defenders Get More Access. I'm Going to Test That. Part I started because I got refused. Not in a dramatic way. I was doing authorized defensive work, and the model wouldn't follow me into it. Twice, across two providers. The question I actually asked — the one that turned into a research lane — wasn't why did this happen to me. It was narrower and more annoying...

0 0
25m read
DEV Community • 2026-08-14 00:36

[Python/JS/C#] Block Engine v2.2.0: Run Python, Node.js, Lua & PHP in a single document with zero-config state pipeline

Hi everyone, I want to share Block Engine v2.2.0, an open-source polyglot multi-runtime execution engine designed to eliminate the friction of combining multiple programming languages in software development. 💡 Why Block Engine? Modern applications often leverage different languages for their unique strengths: Python for machine learning, data science, and analytics. Node.js for a...

0 0
1m read
DEV Community • 2026-08-14 00:33

Snoring Secrets: Fine-Tuning Whisper-v3 to Identify Sleep Apnea Events Like a Pro

Have you ever wondered if that loud snoring is just a nuisance or a genuine health red flag? Sleep Apnea detection is traditionally done in uncomfortable sleep labs, but with the rise of AI-powered sleep monitoring, we can now turn a simple smartphone recording into a diagnostic-grade insight tool. In this tutorial, we are diving deep into Whisper-v3 audio processing, leveraging machine learning...

0 0
4m read
DEV Community • 2026-08-14 00:27

loveyourclanker.org

I created an open web resource for Software Engineers. https://loveyourclanker.org/ It highlights different patterns we can consciously choose use when interacting with our AI Coding tools (a.k.a 'Agents'... a.k.a 'Clankers') to stay in control, maintain quality and sensibly increase efficiency. I was prompted to do this (no pun intended) by observing some pretty alarming signals coming from ...

0 0
1m read
Cascading Style Sheets • 2026-08-14 00:23

I made a CSS grid demo + a reformatted version of the OLD CSS tricks article

I thought of adding "showcase" but I'm hoping this will be a useful resource for anyone who wants to learn CSS grids and/or need to figure out the CSS for a specific layout (that’s how I use it 😛). I don't know about you, but I really don't like the "updated version" of the CSS tricks article about CSS grid. The original one was great… A clear example of "don't fix what is...

0 0
1m read
DEV Community • 2026-08-14 00:15

Moving Scheduled LLM Curation from Cloud APIs to Local Models

Scheduled LLM curation is the least glamorous agent workload you run. A cron job wakes up at 3am, reads a pile of memory, asks a model to dedupe it, summarize it, re-rank it, and writes the result back. Nobody is watching. There's no chat window, no streaming tokens, no human to click a button. It just has to work, quietly, every night. That "nobody is watching" part is exactly what makes the clo...

0 0
11m read
Hacker News: Front Page • 2026-08-14 00:14

Bluesky Protocol Services

Article URL: https://atproto.com/blog/introducing-bluesky-protocol-services Comments URL: https://news.ycombinator.com/item?id=49293324 Points: 4 # Comments: 0

0 0
1m read
𝚓𝚊𝚟𝚊𝚜𝚌𝚛𝚒𝚙𝚝 • 2026-08-14 00:13

Your Modules Are Lying to You

import and require are not interchangeable. Live bindings, copied values, circular dependencies, separate caches, conditional exports, and dual-package hazards can all make modules behave differently from what the syntax suggests. submitted by /u/OtherwisePush6424 [link] [comments]

0 0
1m read
DEV Community • 2026-08-14 00:12

A Floor Beneath Every Person: Design Choices in the First Social Resource Floor Blueprint

TL;DR — I've been building the Social Resource Floor: an open blueprint for coordinating one person's access to basic survival resources — food, housing, energy, healthcare, and more — across many independent providers, so that reaching those resources is grounded in being human rather than in financial access. The first blueprint version is now complete: language-neutral schemas, prose specificat...

0 0
12m read
Hacker News: Front Page • 2026-08-14 00:10

SparrowMap – Cameras that watch government vehicles

Article URL: https://sparrowmap.com/ Comments URL: https://news.ycombinator.com/item?id=49293294 Points: 6 # Comments: 1

0 0
1m read
newest submissions : multi • 2026-08-14 00:09

The best search engines

So I saw a post about what the best search engine is but it’s from 2024 and I wonder if the info on here is the same. anywho what do you think the best search engine is, and “is google still the best search engine?” https://www.reddit.com/r/software/comments/1ijy45h/what_is_the_best_search_engine_is_google_still/ submitted by /u/Commercial_You_4011 to r/software [link...

0 0
1m read
DEV Community • 2026-08-14 00:08

Upload Moderation: Node.js NSFW, Violence, Hate-Symbol Classification + JSON Fallback

Short answer: for media support tickets that include an image, keep classification, policy enforcement, and tenant cost accounting as three separate steps. Send the image to a multimodal chat model with a strict JSON Schema, validate the returned object locally, and send invalid or uncertain cases to review. The fallback is a queue, not a guess. That design matters because a support agent is usua...

0 0
7m read
DEV Community • 2026-08-14 00:08

Dokuz sanal sunucu, üç platform, bir kota duvarı: karakter videosu hattını kurmak (Bölüm 2)

Birinci bölümde bir haber sitesinin yayın akışını ajana devrettiğimi yazmıştım. O yazıdan sonra sistemin en kırılgan yerini kurdum: sosyal medyaya konuşan sanal sunucular. Dokuz kategorinin dokuz karakteri var, her biri kendi videosuyla kendi bölümünü tanıtıyor. Bu yazı o hattın kurulum günlüğü. İçinde çalışan kod da var, çöpe giden yedi deneme de. Neden karakter? Statik bir yazı link...

0 0
6m read
newest submissions : multi • 2026-08-14 00:06

Kalshi ordered to cease most betting operations in WA

submitted by /u/Miles_the_AuDHDer to r/news [link] [comments]

0 0
1m read
Previous Next

Showing page 5 of 1877

Previous 5 Next