WeSearch
Hub / Tags / Code Generation
TAG · #CODE-GENERATION

Code Generation coverage.

Every story in the WeSearch catalog tagged with #code-generation, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

10 stories tagged with #code-generation, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Code Generation"

RELATED TAGS
#ai2#dart1#flutter1#macros1#web-development1#dart-3-41#flutter-3-221#build-runner1#jsoncodable1#classdeclarationsmacro1#c-programming1#build-automation1
ARXIV CS.AI

CoRe-Code: Collaborative Reinforcement Learning for Code Generation

Large language models (LLMs) have achieved strong performance in code generation, but most methods rely on autoregressive decoding without global planning, often leading to locally…

13 views ·
#artificial intelligence#reinforcement learning
ARXIV.ORG

Constraint Decay: The Fragility of LLM Agents in Back End Code Generation

Large Language Model (LLM) agents demonstrate strong performance in autonomous code generation under loose specifications. However, production-grade software requires strict adhere…

11 views ·
#software engineering#artificial intelligence
DEV.TO (TOP)

From AI Code Generation to AI System Investigation

I Released AI DB Investigator - A Skill for Structured Database Analysis AI is very good...…

11 views ·
#ai#database#postgres
ARXIV CS.AI

Code Generation by Differential Test Time Scaling

Test-time scaling has emerged as a promising approach for improving code generation by exploring large solution spaces at inference time. However, existing methods often rely on pu…

14 views ·
#software engineering#artificial intelligence#machine learning
ARXIV.ORG

Scalable Packed Layouts for Vector-Length-Agnostic ML Code Generation

Scalable vector instruction sets such as Arm SVE enable vector-length-agnostic (VLA) execution, allowing a single implementation to adapt across hardware with different vector leng…

14 views ·
#machine learning#compiler#performance
DEV.TO (TOP)

Accountability Debt: The Hidden Cost in AI Code Generation

It's Monday morning, so being the "good" tech leader you are, you look at the pending PRs. Branch...…

13 views ·
#ai#softwareengineering#leadership
ARXIV CS.AI

Hydra: Efficient, Correct Code Generation via Checkpoint-and-Rollback Support

Large language models are increasingly used for code generation, but many generated programs fail to compile, a prerequisite for further correctness checks such as unit tests. Exis…

13 views ·
#software engineering#artificial intelligence#programming languages
DEV.TO (TOP)

The Review Bottleneck: Why Faster Code Generation Isn't Faster Delivery

The numbers nobody wants to talk about The AI Engineering Report 2026 analyzed telemetry...…

14 views ·
#ai development#code review#engineering productivity
MEDIUM

Automatic Enum Stringification in C via Build-Time Code Generation

Leveraging compiler debug metadata (DWARF) to generate enum mappings with zero runtime overhead…

11 views ·
#c programming#build automation
DEV.TO (TOP)

Dart Macros — Compile-time Code Generation Without Build Runner

Dart Macros — Compile-time Code Generation Without Build Runner Dart 3.4 (Flutter 3.22)...…

14 views ·
#dart#flutter