#CodeGen

Brian Slettenbsletten
2025-07-10

A new study on the efficacy of AI assistive tools for experienced oss developers on sophisticated tasks on code bases with which they were familiar slowed them down even while they thought it was speeding them up:

x.com/METR_Evals/status/194336

2025-07-08

Traits vs inheritance. Enums for massive arrays. Killing macro bloat. Smashing compile times. Turning nightmare queries into type-safe magic. If you’ve ever touched a legacy API, this talk’s for you.

➡️ eurorust.eu/talks/how-to-fit-a

#RustLang #LegacyCode #Codegen

🧵 2/3

Hacker Newsh4ckernews
2025-05-28
2025-05-26

Нативная мощь: Flutter SDK на C++ ядре. Часть 2

На связи тимлид

habr.com/ru/companies/2gis/art

#flutter #dart #кодогенератор #с++ #crossplatform #mobile_sdk #codegeneration #codegen

2025-05-21

Нативная мощь: Flutter SDK на C++ ядре. Часть 1

Меня зовут Александр Максимовский, и я тимлид команды

habr.com/ru/companies/2gis/art

#Flutter #dart #c++ #ffi #crossplatform #mobile_sdk #codegeneration #codegen

Jesper Stemann Andersenstemann
2025-05-03

Remarkable how easy it is to inspect different levels of in - from intermediate representations, through IR, to native, e.g.:
```
julia> @code_llvm 1+2
; Function Signature: +(Int64, Int64)
; @ int.jl:87 within `+`
define i64 @"julia_+_735"(i64 signext %"x::Int64", i64 signext %"y::Int64") #0 {
top:
%0 = add i64 %"y::Int64", %"x::Int64"
ret i64 %0
}
```

But there is no `@code_source` macro (should return, e.g., `1 + 2`) 😊

(Most 👍 in repo): github.com/JuliaLang/julia/iss

Global Threadsglobalthreads
2025-04-22

🤖 AI
🔴 OpenAI Eyes $3B Windsurf Deal After Cursor Talks Fail

🔸 Cursor maker Anysphere rejected OpenAI's earlier buyout offers.
🔸 Cursor’s ARR: $200M vs. Windsurf’s $40M.
🔸 OpenAI now in talks to acquire Windsurf for $3B.
🔸 Move signals urgency to dominate AI code generation space.

2025-04-14

Anthropic's Claude 3.7 Sonnet is the new king 👑 of code generation (but only with help), and DeepSeek R1 disappoints symflower.com/en/company/blog/
#Java #CodeGen #genai #llm

David Grajaldgrabla
2025-04-11

Somebody reviewed Deepcoder 14B vs Qwen2.5-coder-32B. Qwen2.5-coder 32B seems to be still ahead, over 6 months after release. I have high expectations for Qwen3-coder, we will see.
reddit.com/r/LocalLLaMA/commen

2025-03-21

Авто-генерация типизированных API контроллеров на клиенте из Swagger

Зачастую нам приходится описывать API-запросы или переписывать уже имеющиеся ввиду изменения каких-то DTO (Data Transfer Object) или параметров у запросов. Это вполне естественно для разработки, но часто оказывается скучным и однотипным процессом, не требующим размышлений или особых навыков. В этой статье я рассказываю, как автоматизировать всю эту историю.

habr.com/ru/articles/893150/

#swagger #swaggertypescriptapi #openapi #codegen #typescript #api #apicodegeneration #автоматизация #clientapi #клиент

2025-03-09

Switched UI to #Python #Textual and reached #LLM #codegen limits. Did some fixes to layout by hand to make it work on 80x24 and left notes for achieving more advanced UI features possibly later codeberg.org/jasalt/espeak-var

Christian Tietzectietze
2025-02-26

Comparing Use of AI vs Learning to Code Has Nothing to Do With Knowledge christiantietze.de/posts/2025/

In its extreme form, LLM usage has nothing to do with gaining knowledge at all.

So speed-vs-knowledge comparisons are actually wrong.

Rui Carmorcarmo
2025-02-21

Ah, the fun of doing spec-driven development with infinite interns:

github.com/rcarmo/onepage-by-s

Bruno Amaralbrunoamaral
2025-02-21

My LLM codegen workflow atm
A detailed walkthrough of my current workflow for using LLms to build software, from brainstorming through planning and execution.
harper.blog/2025/02/16/my-llm-
-bksy

$(cat /dev/urandom)mattesilver@fosstodon.org
2024-12-20

Generating #python code: #jinja or libcst?

#codeGen #codeGenerator #jinja2

Tamir Bahartmr232
2024-12-18

Wrote a short post about an "invisible" code generation pattern I like in Go.

tamir.dev/posts/invisible-code

2024-11-21

Functional options in Go

Варианты работы с конструкторами в Go, паттерн функциональных опций и генератор кода, который делает API предсказуемым и позволяет сосредоточиться на разработке, а не на шаблонном коде.

habr.com/ru/articles/859676/

#go #codegeneration #codegen #functionaloptions #optionsgen

JAVAPROjavapro
2024-10-25

The different results of each tool underline the potential for further development, especially in terms of consistent results and practical application. There are some tools that have the potential to increase the efficiency of code reviews and the creation of documentation. Which tools really make a difference? Find out in Steve Poole´s aricle: javapro.io/2024/10/23/are-ai-c

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst