Insights from our executive roundtable on AI and engineering productivity
Improving Engineering Productivity at Dropbox The faster we can deliver high‑quality features, the more value our customers receive. This rapid iteration has b...
Improving Engineering Productivity at Dropbox The faster we can deliver high‑quality features, the more value our customers receive. This rapid iteration has b...
AI can write code. Tests decide whether that code deserves to exist. Everyone’s hyped about Cursor, Claude, Copilot, AI IDEs shipping code at insane speed. But...
Overview @custom allows users to define their own syntax. It is a transpile‑time, pattern‑driven code generator with nested templates and namespace‑scoped feat...
Static Inline Functions Enable Data Abstraction When I learned C, in the early days of GStreamerhttps://gstreamer.freedesktop.org/ oh bless its heart—it still...
1. Describe what you want in plain English Instead of writing the code yourself, give the AI a clear natural‑language description. Bad: writing the function ma...
Stop generating, start thinking by Sophie Koonin 8 February 2026 Tags: ai/tags/ai/, engineering/tags/engineering/ Throughout my career, I feel like I’ve done a...
Summary - Identified repetitive coding patterns and built a Code Generator to automate them. - Achieved code consistency, easier maintenance, and significantly...
AI Then vs. AI Now Then: - Autocomplete on steroids - A fancy Stack Overflow replacement - Something you double‑checked anyway Now: - Writes components - Refac...
Article URL: https://openai.com/index/introducing-gpt-5-3-codex/ Comments URL: https://news.ycombinator.com/item?id=46902638 Points: 181 Comments: 41...
GPT‑5.3-Codex is the most capable agentic coding model to date, combining the frontier coding performance of GPT‑5.2-Codex with the reasoning and professional k...
Learn how to embed the Codex agent using the Codex App Server, a bidirectional JSON-RPC API powering streaming progress, tool use, approvals, and diffs....
'Most Go developers are now using AI-powered development tools when seeking information e.g., learning how to use a module or toiling e.g., writing repetitive b...