Live data from Hacker News

Viewing profile — ccosky

ccosky

HN member
Joined
Sun, Mar 08, 2026, 9:01 PM UTC
HN karma
25
Public activity
14 items

About ccosky

senior software engineer in the USA christiecosky.com

Recent public activity

  1. comment
    Comment #47582313

    I work at a fully remote company, and coding with Claude hits the "pair programming" itch I have. Obviously it's not the same thing (and I do chitchat with coworkers on teams to ge…

  2. comment
    Comment #47569236

    Anytime I do something as a one-off that I know I'll do in the future, at the end of the session I'll ask Claude to write a new skill based on what it did. For instance, I had to r…

  3. comment
    Comment #47394498

    With the trend going towards devs coordinating multiple agents at once, I am very curious to see how cognitive load increases due to the multitasking. We know multitasking reduces …

  4. comment
    Comment #47394461

    Your experience matches mine too. Experienced devs are increasing their output while maintaining quality. I'm personally writing better-quality code than before because it's trival…

  5. comment
    Comment #47383685

    Simon's comment about mental exhaustion resonated with me. Earlier this year I spent ~3 days generating 11k lines of HTML validation and sanitization code using multiple agents (ha…

  6. comment
    Comment #47378227

    Agreed. On a previous team I was on (no CODEOWNERS there either), we had a Python script in the build process that would look at the git history for the changed files and assign th…

  7. comment
    Comment #47378067

    Thank you for bringing that up! CODEOWNERS wouldn't work for us, but it might for someone else having similar struggles.

  8. comment
    Comment #47372264

    This isn't "THE" biggest pain point, but one I dealt with today: we have new devs who ask the whole team, "Can someone do my code review?" This leads to the bystander effect: nobod…

  9. comment
    Comment #47372199

    I definitely wonder if the people going all-in on AI harnessing are working on greenfield projects, because it seems overwhelming to try to get that set up on a brownfield codebase…

  10. comment
    Comment #47359395

    I have a suite of Claude skills all about craftsmanship. Refactoring, renaming, deconstructing god classes, detecting deleted code, etc. I've never written better, more readable, m…

  11. comment
    Comment #47346143

    I tested out Atlassian Rovo last year. I tried to get it to list all of the Confluence articles I had written in 2025 so I could use that information for my performance review. It …

  12. comment
    Comment #47346106

    I wouldn't be surprised if eventually hiring becomes heavily dependent on personal referrals. That way you know you're at least dealing with a real person and not a bot, a North Ko…

  13. comment
    Comment #47302194

    "AI is actually pretty good at writing tests, especially for common scenarios and edge cases. The tricky part is deciding what to do when tests fail. Sometimes the code is wrong. O…

  14. comment
    Comment #47302033

    I have a Claude Code skill for adding, deleting and improving comments. It does a decent job at detecting when comments are out of date with the code and updating them. It's not pe…