cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 18857

Dev.to

articles 18857 domain dev.to → page 295/943 feed RSS
22:21
2026-08-12
dev.to
large-language-models

Claude Vision: Image Size and Token Cost per Image

Anthropic's Claude vision API bills images based on pixel dimensions, not file size, with tokens estimated as width times height divided by 750. The company caps each image at roughly 1,600 tokens by …

22:20
2026-08-12
dev.to
large-language-models

Claude's tool_use and tool_result Content Blocks, End to End

Anthropic's Claude Messages API implements tool use as two content block types and a developer-written loop, not a special mode. The protocol requires echoing tool_use IDs in tool_result blocks, suppo…

22:20
2026-08-12
dev.to
large-language-models

Forcing a Specific Tool Call in the Claude API

An engineer detailed how the Claude API's tool_choice parameter can be used to force a specific tool call, enabling developers to obtain structured JSON output by declaring a single tool and setting t…

22:05
2026-08-12
dev.to
ai-policy

China's AI-Generated Content Labelling Measures

China's new AI-generated content labelling measures, effective September 1, 2025, mandate both visible and metadata labels for synthetic content, with obligations distributed across generators, platfo…

22:05
2026-08-12
dev.to
artificial-intelligence

Predicting Chemical Reaction Outcomes With AI

A developer at Multigrid.ai explains how AI models predict chemical reaction outcomes, covering sequence-to-sequence models like the Molecular Transformer and graph-based reaction-centre prediction. T…

21:56
2026-08-12
dev.to
ai-policy

California SB 942: the Free Provenance Detection Tool

California's SB 942, the AI Transparency Act, requires covered providers to build and operate a free public detection tool that answers whether their system generated a given file, with an API and at …

21:51
2026-08-12
dev.to
artificial-intelligence

AI Weekly: GPT-5.6-Cyber, Muse Glimmer, and the Agent Browser

OpenAI released GPT-5.6-Cyber, a gated cybersecurity model for approved defenders, priced at $12.50 per million input tokens and $75 per million output tokens, making it the priciest in the GPT-5.6 fa…

21:48
2026-08-12
dev.to
large-language-models

Getting British Spelling Instead of American Spelling From AI

A developer explains why AI models drift from British to American spelling in long outputs, attributing it to the statistical nature of token generation rather than ignored instructions. The post offe…

21:48
2026-08-12
dev.to
ai-policy

Brazil's PL 2338: the Status of Its AI Bill

Brazil's AI bill, PL 2338/2023, has been approved by the Senate but is not yet law, as it still must pass through the Chamber of Deputies and potentially return to the Senate before presidential sanct…

21:35
2026-08-12
dev.to
artificial-intelligence

Fixing "TooManyRequests" From Azure OpenAI Under Load

An engineer explains that HTTP 429 errors from Azure OpenAI represent four distinct problems sharing one status code, and that response headers can distinguish them in about a line of code. The post d…

21:33
2026-08-12
dev.to
developer-tools

Authenticating to Azure OpenAI With Managed Identity

A developer explains how to authenticate to Azure OpenAI using managed identity instead of API keys, highlighting that the Contributor role cannot make inference calls and that the correct role is Cog…

21:33
2026-08-12
dev.to
artificial-intelligence

How Azure OpenAI's Global Standard Deployment Type Works

Microsoft's Azure OpenAI Global Standard deployment type is a routing behavior with quota consequences, not a performance choice, and teams often misunderstand its implications. The company documents …

21:21
2026-08-12
dev.to
developer-tools

Auditing Token Budget Assumptions Baked Into Chunking Logic

A developer's audit of chunking logic reveals that token budget assumptions baked into chunkers often cause silent retrieval failures when models change. The audit identifies common sources of incorre…

21:21
2026-08-12
dev.to
machine-learning

Audio Embeddings for Similarity Search Across a Sound Library

An evaluation protocol for choosing audio embedding models for similarity search across a sound library is described. The protocol emphasizes that retrieval quality depends on the library's recording …

← prev page 295 / 943 next →