You need a literary agent for just about all of them
Tldraw pauses external contributions due to AI slop
31–40 of 112 posts
Re: Tldraw pauses external contributions due to AI slop
#32A LinkedIn comment I made on an adjacent topic: > If the job market is unfavourable to juniors, become senior. That requires networking with a depth deep enough that other professionals are willing to critique your work. So... open-source contributions, I guess? This increases pressure on senior developers who are the current maintainers of open-source packages at the same time that AI is stealing the attention econo…
Re: Tldraw pauses external contributions due to AI slop
#33Earlier quoted context omitted.
Understanding (not necessarily reading) always was the real work. AI makes people less productive because it's speeding up the thing that wasn't hard (generating code), while generating additional burden on the thing that was hard (understanding the code).
There are many cases in which I already understand the code before it is written. In these cases AI writing the code is pure gain. I do not need to spend 30 minutes learning how to hold the bazel rule. I do not need to spend 30 minutes to write client boilerplate. List goes on. All broad claims about AI's effects on productivity have counterexamples. It is situational. I think most competent engineers quietly using A…
That's only true if the LLM understands the code in the same way you do - that is, it shares your expectations about architecture and structure. In my experience, once the architecture or design of an application diverges from the average path extracted from training data, performance seriously degrades.
You wind up with the LLM creating duplicate functions to do things that are already handled in code, or using different libraries than your code already does.
Re: Tldraw pauses external contributions due to AI slop
#34Re: Tldraw pauses external contributions due to AI slop
#35A LinkedIn comment I made on an adjacent topic: > If the job market is unfavourable to juniors, become senior. That requires networking with a depth deep enough that other professionals are willing to critique your work. So... open-source contributions, I guess? This increases pressure on senior developers who are the current maintainers of open-source packages at the same time that AI is stealing the attention econo…
Don't love your job, job your love.
Re: Tldraw pauses external contributions due to AI slop
#36Seems like reading the code is now the real work. AI writes PRs instantly but reviewing them still takes time. Everything flipped. Expect more projects to follow - maintainers can just use ai themselves without needing external contributions.
Re: Tldraw pauses external contributions due to AI slop
#37They invited AI in by creating a comprehensive list of instructions for AI agents - in the README, in a context.md, and even as yarn scripts. What did they expect?
Re: Tldraw pauses external contributions due to AI slop
#38Earlier quoted context omitted.
Understanding (not necessarily reading) always was the real work. AI makes people less productive because it's speeding up the thing that wasn't hard (generating code), while generating additional burden on the thing that was hard (understanding the code).
There are many cases in which I already understand the code before it is written. In these cases AI writing the code is pure gain. I do not need to spend 30 minutes learning how to hold the bazel rule. I do not need to spend 30 minutes to write client boilerplate. List goes on. All broad claims about AI's effects on productivity have counterexamples. It is situational. I think most competent engineers quietly using A…
Typing speed is your bottleneck?
Re: Tldraw pauses external contributions due to AI slop
#39They invited AI in by creating a comprehensive list of instructions for AI agents - in the README, in a context.md, and even as yarn scripts. What did they expect?
About the README etc: we ship an SDK and a lot of people use our source code as docs or a prototyping environment. I think a lot about agents as consumers of the codebase and I want help them navigate the monorepo quickly. That said, I'm not sure if the CONTEXT.md system I made for tldraw is actually that useful... new models are good at finding their way around and I also worry that we don't update them enough. I've found that bad directions are worse than no directions over time.
Re: Tldraw pauses external contributions due to AI slop
#40> claude added the Task issue type 4 hours ago is this satire?