cd/entity/JSON· home entities JSON
grep -l @json /news/*.json | wc -l → 17

JSON

mentions 17 type Organization feed RSS

// recent coverage 17 mentions

06:44
2026-06-30
dataleadsfuture.com
large-language-models

Why Well-Written Prompts Are Almost Always Structured

Structured prompts using Markdown, JSON, or HTML outperform plain language because they anchor attention for both humans and large language models, according to a new analysis. The author argues that …

00:00
2026-06-29
dev.to
large-language-models

Caching LLM responses is just content addressing

CommitBrief caches LLM reviews using content-addressed hashing, where each cache key is a SHA-256 hash of the diff, system prompt, provider, model, language, and schema version. This design ensures th…

14:58
2026-06-24
cosotateam.com
artificial-intelligence

Grassroots AI: Beyond the Moonshot

Abraham Marin-Perez argues that the AI industry's pursuit of fully autonomous code generation is a misguided moonshot, citing historical failures of similar promises like XML, graphical IDEs, and UML-…

09:00
2026-06-23
infoworld.com
artificial-intelligence

How fuzzy APIs are remaking the web

AI-enabled endpoints are reshaping web architecture by reviving service-oriented architecture (SOA) with flexible, intent-driven mediation, moving beyond rigid JSON APIs and XML-based SOA 1.0 to creat…

01:51
2026-06-22
dev.to
artificial-intelligence

Your Agent Checked Everything. It Was Still Wrong.

A developer running a multi-agent development workflow discovered three failures that passed through the pipeline undetected, revealing structural weaknesses in verification. In one case, an ETL pipel…

00:00
2026-06-18
provi.me
artificial-intelligence

The workaround wants to be a philosophy

Claude Code users increasingly output HTML instead of Markdown to leverage richer browser affordances for plans, specs, and reports, but this workaround reveals a missing artifact layer in the product…

08:01
2026-06-05
dev.to
large-language-models

Regex Hell to LLM Function Calling: My Data Extraction Journey

A developer replaced a fragile regex-based PDF invoice extraction pipeline with LLM function calling, achieving reliable structured data output after a week of struggling with brittle pattern matching…

02:05
2026-06-04
dev.to
large-language-models

Why your LLM tool calls silently break — and a ~10µs fix

A developer has released Suture, a reverse proxy that repairs truncated JSON from LLM streaming responses in approximately 10 microseconds. The tool addresses a common production failure where tool ca…

21:16
2018-08-31
gist.github.com
open-source

crockford-on-json-license

Douglas Crockford explains that he chose the MIT License for his JSON reference implementation but added the clause "The Software shall be used for Good, not Evil" in 2002. He notes that this clause h…

00:23
2017-10-19
gist.github.com
developer-tools

Why do I have to write JSON decoders in Elm?

Challenges of choosing a data interchange format between clients and servers, focusing on how formats must evolve as applications change. It compares JSON, Protocol Buffers (protobuf), and GraphQL, hi…

// co-occurs with top 8 entities