» Tag
software-development
55 postsNew Context Engineering Rules for Claude 5 Models
Explore the evolved context engineering practices for Claude 5, focusing on design over strict rules.
The cost of saying yes has changed
The dynamics of feature requests are changing, impacting engineering decision-making.
Low-Code vs No-Code: Tested by Production Traffic, Not Demos
Explore the differences between low-code and no-code tools in production. When should each be used?
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comTypeScript `const` Type Parameters: Immutable Inference and Use Cases
TypeScript's `const` type parameters preserve literal types in generic functions, improving type safety and developer experience.
Atlassian Transforms Jira into a Developer and AI Agent Orchestration Hub
Atlassian is reshaping Jira into a control plane for AI workforces, tackling coordination challenges in software development.
Tasq: An AI-Native Task Orchestrator for Coding Agents
Tasq is a task orchestrator that simplifies task management for AI coding agents.
Web Scraping: When to Outsource vs. Build In-House
A guide for deciding between outsourcing and in-house web scraping. Assess your maintenance load.
I built an AI code reviewer with six parallel agents
The AI code reviewer LGTM, developed with six parallel agents, effectively addresses security and performance issues.
Astro's Software Factory Drives GitHub Issue Count to Zero
Astro's automated triage process has cut open issues from 200 to 30. With the Flue framework, the project aims for zero open issues, aiding open-source sustainability.
Detecting Errors in Python with Lazy Evaluation and AST Testing
How was a Python error detected using lazy evaluation and AST testing? Key lessons for engineers.