All
Articles 187,667Blog Posts 169,838Tech Tutorials 50,166Research Papers 36,758News 23,060
⚡ AI Lessons

Dev.to · MORINAGA
📰 AI News & Updates
3w ago
Five repos I keep returning to: NCNN on Pi 3, Roboflow Universe, Turso libSQL, Pagefind
Five open-source tools that power my edge AI and static publishing builds — what each does that no obvious alternative handles as well.

Dev.to · MORINAGA
🌐 Frontend Engineering
3w ago
Three fixes I made to an automated comment collector after reading its first output
What the first run of article-analytics.mjs actually revealed: a fetch-failure silent pass, a missing security boundary, and truncated comment bodies that made

Dev.to · MORINAGA
🌐 Frontend Engineering
4w ago
Three Dev.to API behaviors I hit when syncing 135 article corrections
No URL-to-ID lookup, root-relative internal links that 404 after push, and write-rate caps: what the corrections sync script had to handle explicitly.

Dev.to · MORINAGA
💻 AI-Assisted Coding
1mo ago
all-MiniLM-L6-v2 has 256M downloads: what HuggingFace's real production leaders look like
The most downloaded models on HuggingFace aren't frontier LLMs. Three non-generative models with hundreds of millions of downloads, and what each one actually d

Dev.to · MORINAGA
🌐 Frontend Engineering
1mo ago
Four GitHub API license values that an OSS directory cannot display verbatim
MIT and Apache-2.0 are fine to show as-is. NOASSERTION, BUSL-1.1, SSPL-1.0, and null each need separate handling before they mean something useful to a develope

Dev.to · MORINAGA
🌐 Frontend Engineering
1mo ago
Three slug-collision strategies I evaluated for a HuggingFace model directory ETL
When slugify() collapses punctuation, two distinct HuggingFace model IDs can map to the same URL. Here are the three strategies I considered and why I chose SHA

Dev.to · MORINAGA
🌐 Frontend Engineering
1mo ago
How I built a two-path YAML frontmatter parser for @ directive collisions
When early articles broke strict YAML parsing, I added a line-by-line fallback. Here's the dual-path implementation, the saveArticle round-trip, and what I'd ch

Dev.to · MORINAGA
🌐 Frontend Engineering
1mo ago
Three turbo.json settings that matter when ETL and build share a monorepo
cache false for data tasks, env array for API-keyed ETLs, and outputs scoping — three specific turbo.json settings that prevent stale builds in an Astro monorep

Dev.to · MORINAGA
✍️ Prompt Engineering
1mo ago
How I built the upgrade pass that replaced 43 AI model directory template entries
The SQL detection query, Claude system prompt design, upsert pattern, and what actually changed when the upgrade pass ran on 43 fallback-template entries.
Dev.to · MORINAGA
1mo ago
What I learned building a three-tier thumbnail fallback for a CI YouTube longform pipeline
How I chain designed AI keyart, a rendered opening frame, and YouTube auto-thumbnails — with the CI mechanics to make the fallback non-fatal.

Dev.to · MORINAGA
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
Notable this week: NOOA, Prime Agent, Qwen3.8-Max, DeepSeek V4-Flash official
Five releases from August 3–9, 2026 worth bookmarking: NVIDIA's agent framework, a self-improving RLM harness, two frontier models, and a fast-rising GitHub rep

Dev.to · MORINAGA
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
1mo ago
Four libSQL queries I use to catch ETL gaps in my AI model directory
Practical SQL for spotting missing content, stale generations, boilerplate clustering, and pipeline coverage gaps in a Turso-backed programmatic directory.

Dev.to · MORINAGA
📐 ML Fundamentals
⚡ AI Lesson
1mo ago
Three model-pairing decisions that emerged from a COMPARE_LIMIT budget cap
Group by pipeline first, limit to top-4 by downloads, then cap with COMPARE_LIMIT: three decisions forced by API cost that also improved the comparison pages.

Dev.to · MORINAGA
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Three AT Protocol behaviors that shaped my Bluesky post queue design
Rate limit windows, orphaned blob uploads, and client-set timestamps: three AT Protocol behaviors the documentation underspecifies for posting bots, and how I h

Dev.to · MORINAGA
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
Why I'm betting article cross-publishing beats social-first for AI directory distribution
A pre-registered 12-month bet: Dev.to cross-posts will drive more organic sessions than Bluesky referrals by April 2027. The case, the counter-argument, and wha

Dev.to · MORINAGA
🤖 AI Agents & Automation
⚡ AI Lesson
1mo ago
How I implemented quality_contract v2 — four fields that audit AI articles at the source
primary_keyword, search_intent, verified_at, original_evidence: the four fields I added to make AI-generated articles traceable to first-person evidence before

Dev.to · MORINAGA
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Three lint rules that caught persistent boilerplate in 1500 AI-generated directory entries
How I built a humanization quality gate to detect stock phrases and duplicate sentences leaking through into a programmatic directory's generated content.

Dev.to · MORINAGA
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
How I implemented Pagefind search with a lazy-loading native dialog in Astro 5
Using the HTML dialog element and deferred script loading to add Cmd+K site search to three Astro directories without shipping Pagefind's JS bundle on every pag

Dev.to · MORINAGA
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Notable this week: Kimi K3 weights land, MCP goes stateless, OfficeCLI for agents
Five releases from July 28–August 1: Kimi K3 open weights on HuggingFace, MCP 2026-07-28 stateless spec, OfficeCLI for agents, GLM-5.2 comparison, and VS Code C

Dev.to · MORINAGA
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Five things I noticed this week: GPT-5.6, Gemini Robotics 2, and GitHub stacked PRs
Recap for July 28–31: GPT-5.6's cost-efficiency push, Gemini Robotics 2, GitHub stacked PRs preview, the 2x-not-10x LLM debate, and Kedge's SQLite-first infra b

Dev.to · MORINAGA
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Three Dev.to API behaviors I had to handle explicitly in a publish pipeline
Retry-After in two formats, tag sanitization that strips hyphens silently, and an authentication header that doesn't follow Bearer convention — three Dev.to spe

Dev.to · MORINAGA
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
What I learned resolving cross-publish internal links without hardcoding URLs
Using /articles/slug/ links in source Markdown and rewriting them to real platform URLs at publish time avoids link rot across Dev.to, Hashnode, and Bluesky.

Dev.to · MORINAGA
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Three ways Turso's free-tier limits shaped my directory site data model
Storage caps, row-read budgets, and single-org database limits forced specific schema decisions across three AI directory sites sharing one Turso database.

Dev.to · MORINAGA
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
Three rules my Bluesky non-mutual unfollow script uses to avoid churn flags
A pruner that removes non-mutual follows safely — 14-day grace period, daily cap, and a bot-follows-only scope to protect manually curated accounts.
DeepCamp AI