LLM Codegen go Brrr – Git Worktrees + Tmux | Category | Trieve

If you're underwhelmed with AI coding agents or simply want to get more out of them, give parallelization a try. After seeing the results firsthand over the past month, I'm ready to call myself an evangelist. The throughput improvements are incredible, and I don't feel like I'm losing control of the codebase.

Nick Khami's Blog

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

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

https://habr.com/ru/companies/2gis/articles/898808/

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

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

На связи тимлид Mobile SDK в 2ГИС Александр Максимовский и Flutter-разработчик Михаил Новосельцев ( @Sameri11 ). Наша команда разработала собственный продукт для генерации платформенного Dart-кода на...

Хабр

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

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

https://habr.com/ru/companies/2gis/articles/898804/

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

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

Меня зовут Александр Максимовский, и я тимлид команды Mobile SDK в 2ГИС. Мы разрабатываем SDK — набор инструментов, который позволяет другим разработчикам внедрять наши технологии (карту, справочник,...

Хабр

Remarkable how easy it is to inspect different levels of #codegen in #JuliaLang - from intermediate representations, through #LLVM 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): https://github.com/JuliaLang/julia/issues/2625#issuecomment-498840808

store the actual source code of a method · Issue #2625 · JuliaLang/julia

Julia has a lot of useful REPL things like methods and help. However, I still end up needing to just look at the code to see what it's doing. It would be cool to be able to do: julia> methods(base)...

GitHub

🤖 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.

#OpenAI #Windsurf #Cursor #AI #Codex #CodeGen

Anthropic's Claude 3.7 Sonnet is the new king 👑 of code generation (but only with help), and DeepSeek R1 disappoints https://symflower.com/en/company/blog/2025/dev-quality-eval-v1.0-anthropic-s-claude-3.7-sonnet-is-the-king-with-help-and-deepseek-r1-disappoints/
#Java #CodeGen #genai #llm
Anthropic's Claude 3.7 Sonnet is the new king 👑 of code generation (but only with help), and DeepSeek R1 disappoints (Deep dives from the DevQualityEval v1.0)

Deep dive on evaluating +100 LLMs on how well they can write code for Go, Java and Ruby with DevQualityEval v1.0.

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.
https://www.reddit.com/r/LocalLLaMA/comments/1jwhp26/deepcoder_14b_vs_qwen25_coder_32b_vs_qwq_32b/

#qwen #ai #codegen

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

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

https://habr.com/ru/articles/893150/

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

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

Привет! Меня зовут Данил, я Frontend разработчик, живу в Питере, работаю в компании Unistory. Решил рассказать на Хабре, как автоматизировать один нудный процесс. Проблематика Зачастую нам приходится...

Хабр
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 https://codeberg.org/jasalt/espeak-variator
espeak-variator

espeak-variator

Codeberg.org

Comparing Use of AI vs Learning to Code Has Nothing to Do With Knowledge https://christiantietze.de/posts/2025/02/using-ai-vs-learning-to-code-is-diminishing-knowledge-by-degrees/

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

So speed-vs-knowledge comparisons are actually wrong.

#ai #llm #codegen

Comparing Use of AI vs Learning to Code Has Nothing to Do With Knowledge

LLM code output is faster, yes, but it’s incommensurable with gaining knowledge.

Christian Tietze