» Tag
code-generation
4 postsSciCode-Verified: Flawed Benchmark Masked True LLM Coding Skill
Fixing 263 defects in the SciCode benchmark lifted LLM scientific-coding accuracy from 60% to 98%, revealing the test—not the models—was flawed.
Qwen wrote its own app: why QuotePilot still needs a human approval gate
QuotePilot: an app Qwen models largely wrote and run, built around Decimal-based pricing and a mandatory human approval gate.
Generating TypeScript Types from JSON Without Missing Optional Fields
Most JSON-to-TypeScript tools infer structure from a single array element, mistyping optional fields. Correct conversion merges keys across every sample.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGenerating Typed JDBC Code from SQL Files
Learn about generating typed JDBC code from SQL files for Kotlin.