Agentic Coding Changes Sdlc And Review: Throughput Mismatch And Shift Toward Automated Assurance
Sources: 1 • Confidence: Medium • Updated: 2026-04-11 18:15
Key takeaways
- Jerod Santo expects code review norms to persist for a long time in high-stakes software domains even as other areas relax review rigor.
- Adam Stacoviak reports a Cloudflare UI/permissions inconsistency where he could not see the account keys he created while a colleague could, despite both having the same credentials and administrative permissions.
- The Ladybird browser project has decided to adopt Rust after previously indicating a move toward Swift for porting parts of the codebase.
- Adam Stacoviak is building a self-hosted GitHub Actions runner system called Turk to address perceived slowness of GitHub-hosted runners.
- Rust's momentum is being cited as extending into major tooling ecosystems, including Ubuntu components, a new Rust survey, and high-performance JavaScript tooling such as OXC's compiler work.
Sections
Agentic Coding Changes Sdlc And Review: Throughput Mismatch And Shift Toward Automated Assurance
- Jerod Santo expects code review norms to persist for a long time in high-stakes software domains even as other areas relax review rigor.
- Adam Stacoviak argues that code review will shift toward continuous automated code-quality assurance and more just-in-time validation on a developer's machine rather than PR-based human rituals.
- Adam Stacoviak reports Boris Tain's claim that the traditional SDLC is a relic because AI is collapsing previously separate stages into more real-time, unified workflows.
- Jerod Santo reports Ellie Huxtable's view that having a separate DevOps team implies DevOps has failed because the original goal was to integrate development and operations.
- Adam Stacoviak reports Boris Tain's argument that human code review becomes a bottleneck when AI agents can generate hundreds of PRs per day, because teams can only review a small fraction and the queue backs up.
- Jerod Santo says it is difficult to know when an agent is confidently wrong in unfamiliar domains and describes being unable to judge correct approaches while building a macOS app without knowing Swift or Apple's UI frameworks.
Infrastructure Directionality: Self-Hosting/On-Prem Preference With Identity-Centric Connectivity
- Adam Stacoviak reports a Cloudflare UI/permissions inconsistency where he could not see the account keys he created while a colleague could, despite both having the same credentials and administrative permissions.
- Jerod Santo bought a Mac Mini to move scheduled and always-on workloads off his laptop and onto a dedicated machine.
- Adam Stacoviak says they use Fly and like it, and also says they are friends with Render and other providers.
- Adam Stacoviak claims infrastructure work increasingly means stitching together cloud APIs and services, and that CLIs are becoming the primary interface while GUIs decline.
- Tailscale Funnel is described as exposing a locally running service without opening firewall ports by routing via a mesh network.
- Tailscale networking is described as identity-centric, enabling OIDC-based access so users can be automatically authenticated to internal services across the tailnet.
Ai-Assisted Language Migration: Tests As The Gating Mechanism, Speedups, And Technical Debt Shape
- The Ladybird browser project has decided to adopt Rust after previously indicating a move toward Swift for porting parts of the codebase.
- The Ladybird team is not accepting unsolicited porting contributions and intends to coordinate which parts are ported and in what order via the core team.
- The lib.js-to-Rust port produced roughly 25,000 lines of Rust and took about two weeks, while doing it by hand was estimated to take multiple months.
- Ladybird used Claude Code and Codex to translate its lib.js component to Rust.
- High test coverage in lib.js made it a strong candidate for AI-assisted translation because tests can validate behavioral equivalence during the port.
- The AI-produced Rust code was described as having a 'translated from C++' vibe and being somewhat 'C++ style Rust,' with likely need for gradual refactoring.
Ci/Cd Bottlenecks: Self-Hosted Runner Management And Container/Vm Orchestration Choices
- Adam Stacoviak is building a self-hosted GitHub Actions runner system called Turk to address perceived slowness of GitHub-hosted runners.
- Adam Stacoviak is building Turk on top of Incus, described as a manager for system containers, application containers, and virtual machines.
- Adam Stacoviak claims GitHub makes self-hosted runners painful because registration keys expire after 90 days and configuration must be repeated per repository.
- Adam Stacoviak says Turk is already being used in production to build his DNS Hole project as dogfooding.
- Adam Stacoviak is considering a source-available licensing approach for Turk to prevent existing runner platforms from freely adopting the code while still building a business.
- Adam Stacoviak plans to add a Turk image registry because another project requires a custom Linux image.
Rust Expansion Into Core Tooling Ecosystems And Javascript Toolchains, Plus Oss Funding Model
- Rust's momentum is being cited as extending into major tooling ecosystems, including Ubuntu components, a new Rust survey, and high-performance JavaScript tooling such as OXC's compiler work.
- Void Zero (Evan You's startup) is building OXC, a Rust-based foundation for modern JavaScript tooling including a linter, formatter, parser, transformer, resolver, minifier, and related components.
- OXC is being funded primarily through sponsorships with tiered corporate sponsors and individual backers.
- AI coding tools are expected to lower Rust adoption barriers by helping developers work through the language's complexity and compiler friction via iteration and review.
- Rust can be preferable to Go for ultra-low-latency or jitter-sensitive systems because Go's garbage collector can introduce pauses.
Watchlist
- Rust's momentum is being cited as extending into major tooling ecosystems, including Ubuntu components, a new Rust survey, and high-performance JavaScript tooling such as OXC's compiler work.
- Adam Stacoviak flags a circulated scenario piece titled '2028 Global Intelligence Crisis' as a bearish thought exercise and recommends reading a contrasting perspective by Anish Acharya to avoid one-sided doom.
- Adam references a recent Reddit post by user "owngeneral6755" asking whether others genuinely prefer on-prem over cloud, indicating ongoing community debate about cloud-first norms.
Unknowns
- What measurable impact (downloads, retention, sponsorship demand) does the Changelog Friends host transition have over the next 1–2 months?
- What is the post-port correctness and performance profile of the AI-translated Rust module (test pass rate, new defects, runtime regressions) relative to the pre-port baseline?
- What is Ladybird’s concrete migration plan and milestone sequencing for additional components beyond lib.js, and what criteria governs which parts are ported next?
- Is AI assistance measurably increasing successful Rust adoption (new projects, retention, reduced time-to-productive) versus prior baselines?
- Are self-hosted/on-prem deployments actually increasing across organizations, and in which workload categories (CI, internal tools, data, edge services) is the shift happening first?