avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

I've finally popped my own AI assisted coding (rather than debugging only) cherry. I now have an extremely dim-witted intern, who is overly agreeable with anything that I say, that I can leave to work for 5 minutes while I do something else, then prod along to do the next sub-task.

aug 28, 2025, 9:20 pm • 49 1

Replies

avatar
tediousgraffiti @tediousgraffiti.bsky.social

greenfield or brown?

aug 28, 2025, 10:36 pm • 0 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

Mixed? Existing codebase with 100k LOC, building extensions to existing features, implementing bug fixes, etc.

aug 28, 2025, 10:38 pm • 2 0 • view
avatar
Kevin @kevinlikesmaps.bsky.social

it's probably irritating for people who know how to code but it's great for someone like me who needs a simple task and has no interest in learning. I need to search multiple SRT files for a text string. In 30 seconds I have a script that outputs a txt with file names, line numbers, and strings.

aug 28, 2025, 9:24 pm • 1 0 • view
avatar
Kevin @kevinlikesmaps.bsky.social

IDGAF about learning python. I'm at the level where I need to google "how to run python script." Chat GPT holds my hand. I do this kind of thing once a month so it's not worth the hours I'd need to spend learning to do it myself.

aug 28, 2025, 9:25 pm • 3 0 • view
avatar
Coba Weel @weel.bsky.social

I have not had the greatest experience with it, although perhaps that’s because my (recently former) employer had a lot of trouble finding a code assistant vendor that could comply with their security requirements. But I found it awesome for some very specific use cases, like

aug 28, 2025, 10:12 pm • 1 0 • view
avatar
Coba Weel @weel.bsky.social

writing basic code against some big, complicated, commonly used API that I have never used before. For instance, I wrote some bookmarklets that extract the title from the current github/JIRA/etc. page and put it on the clipboard as a link ready to pass into a document or chat.

aug 28, 2025, 10:12 pm • 1 0 • view
avatar
Coba Weel @weel.bsky.social

I don’t do front end programming for a living. Though I know the basics of Javascript, browser APIs are Greek to me, and I have no experience debugging it all. But there are lots of examples of those APIs in use all over LLM training sets. And sure enough, LLM based code generation worked great.

aug 28, 2025, 10:12 pm • 1 0 • view
avatar
leviathan3k @leviathan3k.bsky.social

That's.. actually probably better than the ai tool we have at my work.

aug 28, 2025, 9:26 pm • 1 0 • view
avatar
Amy @capriyeee.bsky.social

I treat it like pouring concrete. It's a hell of a lot less work than laying bricks, but there's now a ton of preparation you have to do to make it work properly. You can stub out a bunch of classes/function sigs/schemas in a nice testable structure, then have it implement them and write tests.

aug 28, 2025, 11:09 pm • 3 0 • view
avatar
Amy @capriyeee.bsky.social

Like concrete you also can't trust it to figure out things on its own. If the concrete gets outside your spec, its going to create a huge mess thats more work to clean up than just doing it right in the first place.

aug 28, 2025, 11:12 pm • 2 0 • view
avatar
Evelyn @chipnick.com

I’ve come to describe the little LLM thing I’m working with as not even an intern but a college student two years into CS consumed by dunning-Kruger ready to complete any task provided with absolute conviction

aug 28, 2025, 10:11 pm • 4 0 • view
avatar
sail, body up to the clouds (Ryan) 🗺️🕹️🏳️‍🌈 @ullerrm.shitpost.nexus

I wish I could be optimistic. I give it a try maybe once a week, and every time it fucks up something critical and I have to revert big chunks of it. Even basic refactoring tasks like “rename this C++ class” frequently fail I’ve had _way_ better interns, ngl

aug 28, 2025, 10:07 pm • 3 0 • view
avatar
Ranamar @ranamar.bsky.social

TBH, I've never trusted this stuff enough to try anything more than code complete.

aug 29, 2025, 3:11 pm • 1 0 • view
avatar
Ranamar @ranamar.bsky.social

Actually, continuing on this thought, my hangup is that it feels like none of this beyond code completion should work. The fact that it clearly works *at all*, even just some of the time, is astonishing, but that fact really doesn't fill me with confidence.

aug 29, 2025, 3:24 pm • 1 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

are you using Claude Opus 4.1? that seems to be the trick for us. the 3.x models are just _dumb_.

aug 28, 2025, 10:15 pm • 2 0 • view
avatar
sail, body up to the clouds (Ryan) 🗺️🕹️🏳️‍🌈 @ullerrm.shitpost.nexus

Internal-only Gemini variant.

aug 28, 2025, 10:17 pm • 2 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

Ah! My condolences.

aug 28, 2025, 10:21 pm • 4 0 • view
avatar
🏳️‍⚧️ June Licinio ✡️ @jwlicinio.bsky.social

no wonder middle management and CEOs think it’s revolutionary

aug 28, 2025, 9:21 pm • 7 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

I can both participate in a Q&A session and also write code at the same time, it's amazing.

aug 28, 2025, 9:31 pm • 5 0 • view
avatar
Jay Blanc @jay.blan.cc

Have fun finding all the subtle errors. My guess is that you're going to end up spending more time fixing things than was saved in 'delegation'.

aug 28, 2025, 9:38 pm • 2 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

This is why we have unit tests and self-code-review (of generated output, but also just good practice to read your own diffs before sending for review) and peer code review.

aug 28, 2025, 9:44 pm • 2 0 • view
avatar
Jay Blanc @jay.blan.cc

Which is great, but unit tests can only catch regressions. And if vetting the AI's output adds much more time in the stages of review, it hasn't helped. It's also going to poke holes in a layer of the swiss cheese model. And the more people start using AI for tasks, more layers get more holes.

aug 28, 2025, 10:00 pm • 0 0 • view
avatar
Corn Anon @cornanon.bsky.social

Almost as advanced as an F1 monkey in fleet. 🌽😹🌽

aug 28, 2025, 9:22 pm • 2 0 • view
avatar
Ben Bleything @bleything.net

what are you using? I need to try for myself too, I feel like it’s time.

aug 28, 2025, 9:27 pm • 2 0 • view
avatar
Liz Fong-Jones (方禮真) @lizthegrey.com

Claude Code. @honeycomb.io gave everyone subscriptions.

aug 28, 2025, 9:31 pm • 4 0 • view
avatar
Ben Bleything @bleything.net

Cool, thanks. Seems like the popular choice right now.

aug 28, 2025, 9:32 pm • 1 0 • view