Elektrine lite

โ† Feed

Vincent Garrigues

garriguv@hachyderm.io

<p>Co-Founder &amp; CTO @ Dexter (YC F24) (<a href="https://getdexter.co" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">getdexter.co</span><span class="invisible"></span></a>)</p><p>I worked at SoundCloud, Zalando, and Dance. Building mobile, web, and backend systems.</p>

Posts

  • Post #2837010

    Switched from GitHub Actions and GitHub hosted runners to using Buildkite and hosted AWS runners, and it&amp;#39;s so good. Our feedback time on pull-requests went from 8+ minutes to less than 2, and the Buildkite UI is excellent. I was inspired by this article: https://www.iankduncan.com/engineering/2026-02-05-github-actions-killing-your-team/

  • Post #2837009

    Ok, I can sleep now. https://100jumps.org

  • Post #2837008

    Got this idea from @mikker (https://mastodon.social/@mikker ) about a refactor pass skill. It&amp;#39;s such a simple thing and always finds things to simplify or remove. It&amp;#39;s like the good habit of reviewing your own pull request, you always find things to remove or refactor. It&amp;#39;s nice to have an agent do a first pass before you do ๐Ÿ˜„ Here&amp;#39;s mine: https://gist.github.com/garriguv/8965e11bc65da172403137a6871ecf14

  • Post #2837007

    It says a lot about general pace urgency when your coding agent asks to schedule a check for CI and PR comments &amp;quot;in 3 days&amp;quot; ๐Ÿ™„ Nope, we&amp;#39;re going to review this right now, and it&amp;#39;s going to land in production automatically in the next 15 minutes.

  • Post #2837006

    iykyk

  • Post #2837005

    Our background agent system (see https://engineering.getdexter.co/2026/02/23/how-we-built-our-own-background-coding-agents/) is paying off every day. We keep tweaking it and adding new features. We added a CLI a couple weeks ago that enables Claude and Codex to manage and dispatch tasks. For example today, Claude Code planned for and now just dispatched 12 tasks to help pave to way to make our app localizable.

  • Post #2837004

    Coding agents can run the test suite, but for UI changes that isn&amp;#39;t enough. Someone has to look at the page. We gave ours a small Ruby CLI that drives a real browser against the dev server, takes screenshots, and writes them where the agent can read them back, very nice ๐Ÿ’…๐Ÿป https://engineering.getdexter.co/2026/05/08/ai-visual-checks-for-rails-apps/

  • Post #1681708

    I wrote a compiler in Ada at university, it was an epic multiple-week project we had to complete. I never got to work professionally with Ada but I&amp;#39;ll always have a soft spot for it, and it&amp;#39;s clear why it&amp;#39;s a no-brainer to pick for critical infrastructure like medical hardware. If you haven&amp;#39;t heard much about it, read this great article: https://www.iqiipi.com/the-quiet-colossus.html