All
Articles 163,606Blog Posts 157,422Tech Tutorials 43,306Research Papers 31,764News 21,156
⚡ AI Lessons

Dev.to · Creeta
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
OpenAI ships Codex into Claude Code — two commands, or four?
OpenAI's codex-plugin-cc runs Codex from inside Claude Code. The real path is four slash commands — here's the exact sequence and what break

Dev.to · Creeta
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
96% of cuBLAS, no `unsafe`: what cuTile Rust proves
cuTile Rust: ownership-safe GPU kernels in Rust 1.89+ (sm_80+, CUDA 13.3). Partition-dispatch pattern, Grout crate, and whether the 96% cuBL

Dev.to · Creeta
💻 AI-Assisted Coding
⚡ AI Lesson
2mo ago
Skip RAG entirely — SubQ loads your whole codebase in one pass
Wire up the SubQ (Subquadratic LLM) API: base URL api.subq.ai/v1, SUBQ_API_KEY bearer auth, subq-preview model, SubQ Code CLI, streaming — p
DeepCamp AI