Readit News logoReadit News
timrogers commented on What AI coding costs you   tomwojcik.com/posts/2026-... · Posted by u/tomwojcik
timrogers · 13 days ago
> Reviewing AI output all day without the dopamine of creation is not a sustainable job description.

I agree that reducing engineers’ careers to code review will lead to burnout (amongst other problems).

But I think the reason we’re headed in this direction is precisely because creating with AI /can/ deliver “the dopamine of creation”.

It doesn’t deliver that hit for everyone - but it does for the half of engineers who are more excited about building new things than the act of coding.

Teams build more and ship faster because it’s so much easier to do that with AI - and it’s fun - and that leads to increased review load.

timrogers commented on Building an AI agent inside a 7-year-old Rails monolith   catalinionescu.dev/ai-age... · Posted by u/cionescu1
aidos · 3 months ago
> No model should ever know Jon Snow’s phone number from a SaaS service, but this approach allows this sort of retrieval.

This reads to me like they think that the response from the tool doesn’t go back to the LLM.

I’ve not worked with tools but my understanding is that they’re a way to allow the LLM to request additional data from the client. Once the client executes the requested function, that response data then goes to the LLM to be further processed into a final response.

timrogers · 3 months ago
That would be the normal pattern. But you could certainly stop after the LLM picks the tool and provides the arguments, and not present the result back to the model.
timrogers commented on What's in a Passenger Name Record (PNR)? (2013)   hasbrouck.org/articles/PN... · Posted by u/rzk
kccqzy · 4 months ago
> Airlines don’t collect most passenger information — travel agents do. Most passengers never deal with the airline until they check in for their flight at the airport. And standard travel agency procedures make them function, in practice, as quite effective “anonymizing proxies” for travellers.

So my takeaway is that for enhanced privacy I should try to book flights with travel agencies instead of directly with airlines. Is the advice still applicable or is it nowadays futile?

timrogers · 4 months ago
The claim in the quote here is simply not true.

The travel agency is the one that collects your personal information - but it (unsurprisingly) immediately passes just about everything to the airline: name, date of birthday, phone number, email etc.

In general, the airline won’t get your payment details though.

timrogers commented on Fossabot: AI code review for Dependabot/Renovate on breaking changes and impacts   fossa.com/blog/fossabot-d... · Posted by u/robszumski
johnnyyw · 5 months ago
Why didn't GitHub come up with this? This seems like such an obvious use case.
timrogers · 5 months ago
GitHub PM here. We have tried this, but we weren't able to get results that we were satisfied with. Of course, you have to revisit these things regularly, as the models and wider state of the art are evolving so quickly!
timrogers commented on Gemini CLI GitHub Actions   blog.google/technology/de... · Posted by u/michael-sumner
artdigital · 7 months ago
> Curious to try this against the Github (website) Agent. The website Agent is definitely dumber than the vscode agent (because it has to spend 20 minutes figuring out how to build and start my monorepo apps) but on the flip side, it doesn't take up my computer and thus any value it creates is additive.

Yeah that's on you. Add a `copilot-instructions.md` file and configure the `copilot-setup-steps.yml` workflow to setup your environment. Both are supported more or less since Copilot Agent got released (though in "preview")

Most agents read `AGENTS.md`, I just symlink it to CLAUDE.md, and do the same for GEMINI.md

timrogers · 7 months ago
Tim from the GitHub Copilot coding agent product team here!

@artdigital is on the money here. Our quick tip for beginners is to use `copilot-instructions.md` (which we can now generate for you <3), but for more serious use, we'd strongly recommend adding `copilot-setup-steps.yml`.

That gets you a deterministic setup - and for many teams, it'll be easy, as you can just copy and paste from existing Actions workflows.

timrogers commented on Jules, our asynchronous coding agent   blog.google/technology/go... · Posted by u/meetpateltech
arcticfox · 7 months ago
My problem with Codex is it can't really run Docker. Can Jules or any other competitor?
timrogers · 7 months ago
PM for GitHub Copilot coding agent here!

Our asynchronous coding agent can run Docker in its GitHub Actions-powered development environment - for example it could start a Dockerized web server.

You can learn more about the agent at https://docs.github.com/en/copilot/concepts/coding-agent/cod....

timrogers commented on AWS European Sovereign Cloud to be operated by EU citizens   aboutamazon.eu/news/aws/a... · Posted by u/pulisse
timrogers · 7 months ago
Interestingly, the title refers to citizens but the body only refers to residents:

> the AWS European Sovereign Cloud is operated only by personnel who are European Union (EU) residents located in the EU, subject to EU law.

timrogers commented on GitHub Copilot Coding Agent   github.blog/changelog/202... · Posted by u/net01
miroljub · 10 months ago
400 GitHub employees are using GitHub Copilot day in day out, and it comes out as #5 contributor? I wouldn't call that a success. If it is any useful, I would expect that even if a developer write 10% of their code using it, it would hold be #1 contributor in every project.
timrogers · 10 months ago
The #5 contributor thing is a stat from a single repository where we’re building Copilot coding agent.

u/timrogers

KarmaCake day938May 2, 2011
About
Product Manager at GitHub

http://timrogers.co.uk timrogers at github dot com

View Original