AI Intelligence Archive
浏览 AIQB 已保存的 143 stories AI intelligenceArticles,覆盖Models、Products、Industry、Research、教程与观点方法六大分类。
Indexed articles143
Categories6
Selected stories134
All articles
Section 3 / 4 页 · 每页 40 stories
PerspectivesSelected
I built an AI incident responder that refuses to fix anything without asking
Built for the WeMakeDevs × TrueFoundry Agent Harness Hackathon. There are two kinds of "AI for...
Source: DEV Community
PerspectivesSelected
The AI Agent Stack: What Actually Makes an Agent Work?
What actually makes an AI agent work? Explore the practical architecture behind modern AI agents—from...
Source: DEV Community
PerspectivesSelected
This is what every AI pin gets WRONG
If you are interested to get this project developed further, cosider starring it on my github:...
Source: DEV Community
PerspectivesSelected
Transactional Outbox no JurisOS: Resiliência Local-First e Criptografia End-to-End com Elixir & BEAM
Transactional Outbox no JurisOS: Resiliência Local-First e Criptografia End-to-End com...
Source: DEV Community
PerspectivesSelected
How I Migrated 40 REST Endpoints to GraphQL With Claude Code in 12 Days
TL;DR I moved 40 REST endpoints to GraphQL in 12 days using Claude Code as the grunt-work...
Source: DEV Community · Claude
TutorialsSelected
Why 100% Line Coverage is Lying to You in AI-Generated Code (And How We Catch It)
If you have spent the last few months building projects with AI coding assistants (Antigravity,...
Source: DEV Community
PerspectivesSelected
One MCP Server, Two AI Clients: Wiring Actian VectorAI DB Into Claude and Cursor
MCP promises one server, any AI client. I put that to the test by wiring Actian VectorAI DB up to...
Source: DEV Community · Claude / Cursor
PerspectivesSelected
I sent 1,027 cold emails with my own AI sales agent. 7 replied. The problem was not the emails.
Last week I wrote about our Product Hunt launch. 2 upvotes, 0 signups. This is the other half of the...
Source: DEV Community
PerspectivesSelected
How I Built an In-Place Android Screen Translator with Jetpack Compose, ML Kit, and Gemini Vision
Language barriers in mobile apps, games, and foreign media are a constant friction point. Traditional...
Source: DEV Community · Gemini
PerspectivesSelected
We ran 160 agent tasks across two frameworks. The frameworks tied. Then we changed the model.
We ran 160 agent tasks across two frameworks. The frameworks tied. Then we changed the model — and...
Source: DEV Community
PerspectivesSelected
A zero isn't data until you can prove the instrument was running
A page showed 0 views. I drew a reasonable conclusion and wrote it into my state file. Two days later I found the page had never had analytics installed at all. Didn't happen and wasn't measured look identical.
Source: DEV Community
PerspectivesSelected
What I Learned Building an AI Product Photography SaaS
When I started building Shotinger, I thought the hardest part would be the AI. Getting good images....
Source: DEV Community
PerspectivesSelected
Why Vercel AI SDK 6/7 is a Paradigm Shift for React & Next.js AI Engineers
Why Route Handlers are Holding Back Your AI Apps For months, the standard advice for...
Source: DEV Community
PerspectivesSelected
Forward Deployed AI Engineer: The Role Enterprise AI Actually Needs
Every enterprise AI initiative I've seen fail had one thing in common. The engineers who built the...
Source: DEV Community
TutorialsSelected
How to generate WCAG-compliant ALT text for WordPress images without sending them to a vendor's black-box API
If you've ever tried to fix accessibility on an old WordPress site, you know the drill: hundreds of...
Source: DEV Community
PerspectivesSelected
Building an AI Question Paper Generator: Conquering Google Cloud Document AI, Firestore Vector Search, and Gemini
As part of the Gen AI Academy APAC, I set out to solve a major pain point for educators: manually...
Source: DEV Community · Gemini
PerspectivesSelected
AI-Assisted Development Without Losing Engineering Judgment
Modern software development gives us access to increasingly powerful AI tools. But using AI...
Source: DEV Community
PerspectivesSelected
The header I trusted was lying by accident
If you have Cloudflare in front of your site, and at some point you wrote a cache rule that matches...
Source: DEV Community
PerspectivesSelected
Anthropic's AI-Native SDLC Has Three Controls. It's Missing a Fourth.
Anthropic published an AI-Native SDLC playbook last week. Its central claim: code generation is no...
Source: DEV Community · Claude
PerspectivesSelected
Shadow-test a new AI email agent on live threads with Nylas
You have an email agent that works in a test inbox. It classifies a support request, pulls the...
Source: DEV Community
PerspectivesSelected
The Best Model Pair in My Field Test Was Also the Least Trustworthy
v0.2.1 RELEASED — Aug 28, 2026. Release notes · Field test report v0.2.1 Key Finding: The Mistral...
Source: DEV Community · Mistral
PerspectivesSelected
Agent Teams - Building a Local-First Desktop App for Multi-Agent Coordination
I was in the middle of a vibe-coding session, building something completely different, as I do very...
Source: DEV Community
PerspectivesSelected
Where Did the Ten Million Tokens Go? A Myth-Busting FAQ for Free-Tier Agents
Friday evening is when most free-tier experiments begin. An engineer assigns a coding agent a large...
Source: DEV Community
PerspectivesSelected
The Most Important AI Agent Design Choice: Don’t Let the Model Be the Final Authority
AI agents are getting very good at doing things. They can search databases, call APIs, modify...
Source: DEV Community
TutorialsSelected
Your agent didn't fail. You closed the lid
SleepSwitch is a macOS menu bar toggle that stops your Mac from sleeping — lid closed included. One...
Source: DEV Community
PerspectivesSelected
Your AI Remembers Everything and Trusts All of It
I think we are still talking about AI memory in the wrong way. Most implementations are variations of...
Source: DEV Community
PerspectivesSelected
I Tested Rails Baseline by Leaving Architecture Out of the Prompt
Note: Rails Baseline is the production-ready Rails foundation I tested here. It gives a new SaaS...
Source: DEV Community
ResearchSelected
CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes
Recent advances in inference-time scaling have significantly improved the reasoning performance of large language models (LLMs). However, these methods typically rely on repeated generation or external verification. To address this limitat…
Source: arXiv
ResearchSelected
WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution
Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressively adapt through …
Source: arXiv
ResearchSelected
TTPO: Test-Time Policy Optimization
Recent prominent post-training methods, such as Reinforcement Learning (RL) and On-Policy Self-Distillation (OPSD), have driven rapid progress in mathematical reasoning for large language models, yet their reliance on ground-truth labels p…
Source: arXiv · Qwen
ResearchSelected
SWE-Prime: Fewer Trajectories, Better Performance
To improve large language models' ability to resolve real-world software issues, prior work has focused on constructing large-scale agent trajectory datasets and performing supervised fine-tuning (SFT) on successful trajectories. However, …
Source: arXiv
ResearchSelected
From Static to Dynamic: Benchmarking Real-World Code Review with MCR-Bench
In real-world software development, code review typically involves iterative interactions between developers and reviewers to improve software quality, making the process costly and time-consuming. Although recent work explores large langu…
Source: arXiv
ResearchSelected
RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution
LLM-based agents are increasingly deployed in product-level execution harnesses, where jailbreaks can trigger harmful tool use and persistent state changes, creating greater risks than unsafe text generation alone. Existing automatic red-t…
Source: arXiv
ResearchSelected
Mechanistic Reaction Prediction via Discrete Flow Matching on Graph-Structured Electron Occupation
Chemical reactions are fundamentally transformations in electron space, yet most machine learning approaches model them either through \textit{de novo} generation of product molecules or through heuristic graph edits that operate directly …
Source: arXiv
ResearchSelected
Stochastic Estimation of Transduced Language Models
Transduced language models (TLMs) compose a pretrained \emph{source} language model with a functional finite-state transducer to induce a language model over \emph{target} strings. Computing the probability of a target prefix under a TLM a…
Source: arXiv
ResearchSelected
Persona-Execution Separation: An Architecture Pattern for Evolving LLM Agents under Execution Audit
Large language model (LLM) agents in governed organizations must let the persona (instructions, tone, self-presentation) evolve freely, while keeping execution (stateful, audited work) traceable. A single trust domain does not satisfy both…
Source: arXiv
ResearchSelected
Beyond F1: Evaluating Coverage and Failure Recovery in AI Model Security Scanners
Static scanners are increasingly used to identify executable or otherwise unsafe content in machine- learning artifacts, yet conventional evaluation metrics characterize only cases where a scanner yields a usable security judgment. We eval…
Source: arXiv
ResearchSelected
Learning a Continuous Sepsis Severity Score Without Hour-by-Hour Supervision: A Two-Site Retrospective Study
Currently used sepsis severity indices rely on fixed variables and weights established decades ago, which are coarsely discretized and calibrated to a cohort that no longer reflects contemporary critical care. No alternative learned direct…
Source: arXiv
ResearchSelected
Boosting LLM Exploration via Weak-Model Guidance in RLVR
Reinforcement Learning with Verifiable Rewards (RLVR) significantly improves LLM reasoning but often causes a drop in policy entropy, leading to narrowed reasoning coverage and degraded pass@$k$ for large $k$. While existing methods mitiga…
Source: arXiv
ResearchSelected
Scaling Graph Neural Networks for Friend Recommendation: Multi-Hash User Embeddings and Temporal Neighbor Sampling
Friend recommendation is inherently graph-structured: the relevance of a potential connection depends on multi-hop social context rather than user attributes alone. However, deploying message-passing GNNs on a production-scale social graph…
Source: arXiv