Yogi

492 posts

Yogi

Yogi

@YogiNotTheBear

AI Engineer

Katılım Şubat 2018
226 Takip Edilen94 Takipçiler
Yogi
Yogi@YogiNotTheBear·
Don’t fix engine light, fix the engine.
English
0
0
0
29
Yogi
Yogi@YogiNotTheBear·
Be an automation engineer! Helps with sharing and aligning on the best software engineering practices with team through markdowns/ skills.
Boris Cherny@bcherny

Something I have been thinking about: in the past, the best engineers I knew spent a lot of time automating their work in various ways. Better vim/emacs automations, writing lint rules to catch repeat code issues, building up a suite of e2e tests so they don't need to smoke test the app manually. These kinds of things were the highest leverage activities an engineer could do, because it multiplied their own output, which in turn meant they could build more things. I think many of these automations have become even more important now. This is true for a number of reasons. First, infra and DevX automation speeds you up. And if you are running an army of agents, each of those agents will be sped up also. More automation == more output per unit of time. Second, moving things to code improves efficiency. Your agent could fix an issue every time it sees that issue happen, but that uses tokens and might miss cases. If Claude instead writes a lint rule, CI step, or routine, that class of issue can be fully automated forever. This is really what people are talking about when they talk about loops -- it's about automating entire types of busywork rather than solving them one off. This isn't a new idea at all. Engineers have been doing this for a long time! Third and most importantly, automation makes it possible for others to contribute to the codebase more easily. Increasingly what I am seeing is engineers are contributing to codebases on day one because Claude can navigate the codebase for them, and that non-engineers are able to contribute to a codebase as effectively as engineers can. What gets in the way of both of these is domain knowledge that lives in peoples' heads rather than in automation -- the stuff you used to have to learn when ramping up. What has changed thanks to agents is the domain knowledge that can be encoded as infrastructure is no longer limited to what is expressible in lint rules and types and tests; it can now capture nearly all domain knowledge, encoded as code comments and skills and CLAUDE.md rules and memories. If I put up a PR for an iOS codebase I don't know and a code reviewer rejects it because it doesn't use the right framework, or if a designer builds a new feature and it gets rejected because it doesn't follow the right architectural patterns, these are failures of automation. Every team should be writing the CLAUDE.md's, REVIEW.md's, skills, and docs that enable agents to productively work in their codebase with zero additional context from the prompter. This sounds crazy, and at the same time is a natural extension of the stuff engineers have always done: automate, and encode domain knowledge as infrastructure. As the model gets smarter and as the harness matures, this task becomes easier. In the meantime, it is on every team to look for ways to convert their domain knowledge to infra so that Claude can write code better, so that code review catches issues automatically, and so the next person working on your codebase can contribute more easily.

English
0
0
0
38
Yogi
Yogi@YogiNotTheBear·
Looking forward to talk at AIE World's fair at 3:20 pm today. Will post slides and code after the talk. Beatifying slides with Fable. It's damn good ! @aiDotEngineer @swyx
Yogi tweet media
English
0
0
1
101
Kastan Day
Kastan Day@KastanDay·
@natolambert let's do this. even with only a small group it'll be worthwile. let's meet at 6:30pm tomorrow (june 27th) at Urban Family. i'll print out a little sign. break the seattle freeze and come be social :)
English
2
0
4
959
Nathan Lambert
Nathan Lambert@natolambert·
Organizing a small AI meetup in Seattle tomorrow afternoon (Fremont/Ballard). Reply / dm if interested in coming.
Nathan Lambert tweet media
English
339
12
638
100.7K
Sarah Wooders
Sarah Wooders@sarahwooders·
Why are people still using MCP instead of just APIs, now that we have skills?
English
331
31
1.9K
688.6K
Yogi
Yogi@YogiNotTheBear·
@mattpocockuk Please elaborate on Multi step aspect. Is this applicable to all domains or coding only? In my experience multi step is fine as long as you are clear and concise . Some domains like financial research multi steps is default in any workflow.
English
0
0
0
18
Matt Pocock
Matt Pocock@mattpocockuk·
Skills should be: - Concise - Responsible for one thing, not multi-step - Composable - Progressively disclosed - Harness-agnostic What else? Or - what did I get wrong?
English
189
80
1.7K
134.8K
Yogi
Yogi@YogiNotTheBear·
@mattpocockuk That’s because it’s hard to measure the value.
English
0
0
0
41
Matt Pocock
Matt Pocock@mattpocockuk·
Way too many folks are concerned about total tokens When the right metric is value per token
English
85
39
694
47.5K
Yogi
Yogi@YogiNotTheBear·
@catalinmpit I struggle it with a lot. It comes in phases in my case. Following consistent schedule, trying to reduce stress, winding down early, avoiding Adrenaline pumping activities in the night helps. I try to follow some things from Huberman’s sleep Tool kit.
English
0
0
0
29
Catalin
Catalin@catalinmpit·
Not being able to sleep and rest properly is the worst torture. No matter when or how much I sleep, I wake up tired and can barely function during the day. It started around 2017/2018, and since then I’ve been overly tired 90% of the time. I don’t know what to do to wake up feeling rested. I've tried: - having different temperatures in the bedroom - vitamins - mattresses - sleep tracking - keeping the bedroom well-ventilated - melatonin - blood tests This thing has limited my potential and held me back professionally so much. I can't focus properly most of the time. To understand, it's like you're trying to learn something difficult after a long day of work. That's how I feel in 90% of the time. It also makes me a very sour person because I'm in a bad mood, and I don't like that. Did anyone go through this and can help me?
English
243
4
211
39.1K
Matt Pocock
Matt Pocock@mattpocockuk·
4 of the most confusing terms in AI, defined: Model: a blob of parameters, written during training. Does next-token prediction and nothing else. Stateless. Harness: everything around the model that turns it into an agent: tools, system prompt, context window management, etc. Environment: the world the agent acts on. Anything outside the harness that the agent perceives and acts on via tools. Agent: a model, harnessed, in an environment. --- Opus is a model. Claude Code and Claude Web are different agents, because their harnesses differ - even though the models are the same. The file system is an environment. MCP servers add tools to the environment.
English
74
116
1.3K
82.4K
Yogi
Yogi@YogiNotTheBear·
@mattpocockuk Do you consider any UI part of harness?
English
0
0
1
11
Yogi
Yogi@YogiNotTheBear·
AI Slop Post Filter - • “just launched” • “just dropped” • “just posted” • “but here’s the thing” • “let’s dive deep” • “is cooked” • “copy this prompt” Am I missing something?
English
0
0
0
46
Yogi
Yogi@YogiNotTheBear·
@trq212 Please do with an engineer as well. I am sure there a lot people can learn from that.
English
0
0
0
5
Thariq
Thariq@trq212·
I want to do some streams where I work with non-technical people using Claude Code to figure out how they might be able to improve their process. My feeling is that just a few tips could make a big difference in efficiency. Any mutuals interested?
English
687
79
3.4K
189.3K
Yogi
Yogi@YogiNotTheBear·
@united What routes you are going to enable this?
English
0
0
0
7
United Airlines
United Airlines@united·
The entire row is alllllll yours. Welcome to United Relax Row, three adjacent United Economy seats with adjustable leg rests that can each be raised or lowered to create a cozy lie-flat space for stretching out... You'll also get a mattress pad, blanket and two pillows. If you’re traveling with kids, a plushie too! United Relax Row will be available starting next year on more than 200 of our 787s and 777s, each with up to 12 of these brand-new rows. united.com/Elevated
English
4.2K
3.8K
61.3K
33.9M
Yogi retweetledi
Thariq
Thariq@trq212·
I put a lot of heart into my technical writing, I hope it's useful to you all. 📌 Here's a pinned thread of everything I've written. (much of this will be posted on the Claude blog soon as well)
English
264
865
8.4K
1.7M
Yogi retweetledi
Yogi
Yogi@YogiNotTheBear·
@levelsio Such a wrong comparison. Custom skills do not enhance knowledge of models but help you capture your workflow, preferences, repeatable patterns. Skills may evolve to a better a form but need for customizing your workflow is not going anywhere.
English
0
1
0
34