Posts tagged: agentic

All posts with the tag "agentic"

4 posts latest post 2025-08-27
Publishing rhythm
Aug 2025 | 2 posts

Agents Are Here

🌱 This post is still growing Late last year I started writing I'm Out On Agents [1]. Agents sucked, the models were good, but there was still something missing between the harnesses and the models. They could write good code, they could do some debugging and exploring, but they were too good at fucking up the whole project to be useful. They could crank out Green Field POC’s like nobody’s business, but they created so much mess in brown field projects that it was easier to chat and edit yourself. f91a8893-b1ba-422a-9390-18de5034483c.mp4 [2] The Beautiful Glitch - Gemini The Inflection Point # [3] It’s very well agreed on that the inflection point for most people happened with Anthropic Opus 4.5 in late Nov 2025. Early adopters probably noticed right away and shouted from the rooftops how good it was. But we’ve all heard that developers have 6 months before ai writes all the code for years, so this felt like the rest of the noise. Hitting the December slowdown many of us hit cod...

How To Run 5 Agents In Parallel Feb 2026 Edition

Are developers really running 5 agents in parallel? How the Heck do they keep up with the changes? This seems Impossible. I was listening to Syntax.fm this morning and heard this question, and thought I’d throw in my take, which is probably pretty similar to Wes and Scott’s. https://www.youtube.com/watch?v=NrBQI9So5lM&list=PLLnpHn493BHHNUfHN5lDf11UD8jQ5Bpzl&index=1&t=99s [1] Yes # [2] Yes, developers are running 5 agents in parallel. It’s not that hard it requires you to shift from thinking about the weeds and seeing the forest see: Pm Not Babysitter [3]. It requires effort and diligence. Most importantly it requires planning, it requires agents, it requires tooling. Is anyone doing this all day? Probably not. At least not outside of the startup companies that are building out tools to do this. Yes there are some, there’s always outliers, but its going to be rare. To have multiple agents running in parallel add day you need a lot of tokens, access to good models, and right now ...

I'm In On Agents

It’s the start of 2026 and agents are getting a lot better than they were. I’m using opencode at home, free mode with Zen and big pickle. At work I have access to a wider variety of models including what seems to be the gold standard 3 from anthropic opus, sonnet, haiku. Note I’ve sat on this post for over a month, refactored it a few times, things feel like they are moving so fast that its hard to keep my feelings straight. Things are changing # [1] Around Aug 2025 I wrote I'm Out On Agents [2]. I saw others in the space having such great success I gave it a solid shot, but found it to egregious edit more than I asked, make massive unneeded changes, and make more small bugs hidden in the details than was worth it. This was just after the tipping point where not just hype bros were making the switch, but people I work with, people I trust and have made really good Software in their career. People like the creator of Flask Armin Ronacher. People who are really good at writing co...

I'm Out On Agents

Its the year 2025 and we are only a few years into having 6 months to live before ai takes our jobs, and the big push right now is agents, managing agents. I will fully concede to I’m not doing it right, or a future state gets better than where we are right now, but right now they kinda suck. Transparency I’m sitting offline right now as I write this, These are my feels, no research, no links, no ai, just vibes. Chat # [1] Chat is what really kicked off ai uses and goes back as old as computers, but it always sucked. Then chatgpt rocked the world with the biggest launch day in history and showed us that it could actually be pretty good. Unethically trained on everything they could get their hands on, burning cities worth of electricity to train, and keep training to stay ahead of the competition. It does a damn good job. There are tells, and if you see enough of it there is a lot that turns to slop, but if you had never seen it before, there is no way you would assume that it wa...
External Link meetgor.com [1] Yes, I can review the code and make changes, but who in the world loves reviewing code? Do you love reviewing peers’ PRs? really? I’m with MeetGor here 100%. reviewing the nuance, not being as involved with the process of creating the architecture design, not solving the problems that arise in development make it hard to effectively review and not turn into LGTM man. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://www.meetgor.com/thoughts/i-kind-of-hate-agentic-ides-for-the-sake-of-productivity/ [2]: /thoughts/
[1] Looks like a great start to a rules file for fastapi [2]. - Place the happy path last in the function for improved readability. I have never heard anyone say this. It feels weird to me. The other early return, find and handle errors early all make sense to me, but happy path last is new to me. Note This post is a thought [3]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: /static/https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/py-fast-api/.cursorrules [2]: /fastapi/ [3]: /thoughts/
Generate Custom .cursorrules for Your Project Based on Community Examples expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available. egghead · egghead.io [1] Really interesting way to generate a rules file for agentic workflows based on your current repo. John uses gitingest here, looks like a fantastic tool, but probably not useful for most private repos. I’m sure you can replicate the same thing in a private repo wtih a small amount of effort the few times you need to do it. gitingest looks like a great way to pull in some extra context for some open source dependencies that you have though. Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://egghead.io/generate-custom-cursorrules-for-your-project-based-on-community-examples~eimq2 [2]: /thoughts/