fa
Feedback
Anticodeguy

Anticodeguy

رفتن به کانال در Telegram

Technomad & systems thinker exploring paths to freedom and prosperity https://stan.store/anticodeguy

نمایش بیشتر
654
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+17 روز
-130 روز

در حال بارگیری داده...

جذب مشترکین
ژوئن '26
ژوئن '260
در 0 کانال‌ها
مه '26
+4
در 0 کانال‌ها
Get PRO
آوریل '260
در 0 کانال‌ها
Get PRO
مارس '26
+2
در 0 کانال‌ها
Get PRO
فوریه '26
+1
در 0 کانال‌ها
Get PRO
ژانویه '26
+3
در 0 کانال‌ها
Get PRO
دسامبر '25
+3
در 0 کانال‌ها
Get PRO
نوامبر '250
در 0 کانال‌ها
Get PRO
اکتبر '250
در 0 کانال‌ها
Get PRO
سپتامبر '25
+1
در 0 کانال‌ها
Get PRO
اوت '25
+1
در 0 کانال‌ها
Get PRO
ژوئیه '25
+2
در 0 کانال‌ها
Get PRO
ژوئن '25
+1
در 0 کانال‌ها
Get PRO
مه '25
+5
در 0 کانال‌ها
Get PRO
آوریل '250
در 0 کانال‌ها
Get PRO
مارس '250
در 0 کانال‌ها
Get PRO
فوریه '250
در 0 کانال‌ها
Get PRO
ژانویه '250
در 0 کانال‌ها
Get PRO
دسامبر '240
در 0 کانال‌ها
Get PRO
نوامبر '240
در 0 کانال‌ها
Get PRO
اکتبر '240
در 0 کانال‌ها
Get PRO
سپتامبر '240
در 0 کانال‌ها
Get PRO
اوت '240
در 0 کانال‌ها
Get PRO
ژوئیه '240
در 0 کانال‌ها
Get PRO
ژوئن '240
در 0 کانال‌ها
Get PRO
مه '240
در 0 کانال‌ها
Get PRO
آوریل '240
در 0 کانال‌ها
Get PRO
مارس '240
در 0 کانال‌ها
Get PRO
فوریه '24
+6
در 0 کانال‌ها
Get PRO
ژانویه '24
+9
در 0 کانال‌ها
Get PRO
دسامبر '23
+5
در 0 کانال‌ها
Get PRO
نوامبر '23
+5
در 0 کانال‌ها
Get PRO
اکتبر '23
+2
در 0 کانال‌ها
Get PRO
سپتامبر '23
+4
در 0 کانال‌ها
Get PRO
اوت '23
+2
در 0 کانال‌ها
Get PRO
ژوئیه '23
+9
در 0 کانال‌ها
Get PRO
ژوئن '23
+240
در 0 کانال‌ها
Get PRO
مه '23
+280
در 0 کانال‌ها
Get PRO
آوریل '23
+552
در 0 کانال‌ها
Get PRO
مارس '23
+156
در 0 کانال‌ها
Get PRO
فوریه '23
+160
در 0 کانال‌ها
Get PRO
ژانویه '23
+199
در 0 کانال‌ها
Get PRO
دسامبر '22
+1 519
در 0 کانال‌ها
تاریخ
رشد مشترکین
اشارات
کانال‌ها
04 ژوئن0
03 ژوئن0
02 ژوئن0
01 ژوئن0
پست‌های کانال
Business case: migrating a service to corporate infrastructure I've talked about Plane before - an open-source project manage
Business case: migrating a service to corporate infrastructure
<written by a human being>
I've talked about Plane before - an open-source project management system. For speed of deployment, I initially set it up on my own VPS, which I already had running and used for my vibe-coding experiments. But once the corporate infrastructure - a paid hosting environment - was ready, it was time to move Plane from my personal VPS to the corporate one. Without the right knowledge, this would've easily taken me a week: finding the information, drafting a migration plan, making backups, thinking through the migration, spinning up the server, setting up the required environment, deploying the tooling, testing, transferring the data, verifying correctness, switching DNS, stabilizing everything, and finally cleaning up and shutting down the old server. Looking at that list, I realize a week might actually be optimistic. Obviously - unless you're a seasoned DevOps engineer, which is exactly what a modern AI agent is. Because with it, I did everything listed above in a single session. Not counting one additional session where we scoped out the migration procedure as a task. What the agent needs: 1. Access to the source VPS - ideally full access so nothing gets stuck, though it can be scoped to just the container where the migrated system lives 2. Access to the target VPS, same deal 3. Access to edit the DNS records for the domain tied to the service - this I prefer to keep under my own control and not hand to agents (yet) That's it. After that, with a well-structured plan (use your Superpowers), the agent can execute the entire procedure end-to-end in a single session. In my case, I even gave the agent access to configure the VPS itself - meaning it took care of spinning up the right instance in the right configuration, and everything worked on the first try. Twenty-four hours later, once we confirmed the new VPS was running stable and clean, the agent shut down the system on the source VPS and freed up the space. Plane now lives on corporate infrastructure.

2
Bubble Is a Black Box to AI - Here's the Loophole
Bubble Is a Black Box to AI - Here's the Loophole
7
3
Business case: AI project manager Lately I've been using AI agents as a project manager. In any re
Business case: AI project manager <written by a human being> Lately I've been using AI agents as a project manager. In any reasonably complex project, a backlog of tasks piles up pretty fast - and it needs to get cleared. Assuming there's actual task management discipline in place, a proper task tracking system, and the capacity to execute - AI lets you knock out all those pain points in one shot. All you need to do is give the agent the right context (point a coding agent at the project folder with the instructions) and sic it on the project management system's API (MCP and/or CLI). And then the AI magic kicks in. In the morning you can open a chat with the agent and ask what's on today's task agenda, what needs to get done. It'll go through everything in the backlog and active statuses and tell you what's on fire and what can wait. For task management discipline itself, there's no better assistant - the AI agent never gets lazy about writing detailed context for tasks: what needs to be done, what the Definition of Done looks like, and generally keeping to the conventions that human workers find pretty tedious to follow. To create a task, just ask the agent - give it a quick rundown of the core idea or reason the task exists. And if everything is set up properly (conventions and task management rules baked into the instructions), the task will land in the right project, in the right status, assigned to the right person, with all the details they need so there are zero questions about what's what. Not even going to get into the fact that a good chunk of these tasks could probably be handled by the AI agent itself - given the right context and access to the right places. Project managers, your time may be up.
8
4
Business case: migrating a database to a new system with AI My client's ERP system was built on to
Business case: migrating a database to a new system with AI <written by a human being> My client's ERP system was built on top of no-code tools - Bubble, Directual, and n8n. It ran on that stack for three years and was originally conceived as a prototype information system for testing hypotheses around partial business automation. And now, finally, the client decided to build their own code-based system to replace the old one - the next evolutionary step. But of course, nobody's throwing away years worth of accumulated data - we're doing a migration. The task is obviously non-trivial: the databases are different and require, among other things, different identifier mapping. On top of that, the developers slightly changed the data structure, which naturally requires post-processing of the exported tables. The first exports I did manually, because Directual doesn't let you export all data through the API for free - every request costs money. But exporting tables through the interface - no problem. To automate this, I armed an AI agent with Playwright CLI, which let me automate that tedious process. Next comes post-processing, remapping, and all the other joys of working with data. That's a job for Python - just the way we like it. The scripts were naturally written by Claude Code, refactored a few times, and validated against several data snapshots. Now I run the export with remapping and post-processing literally from a single prompt, and from there the AI agent orchestrates the entire migration pipeline - from export through post-processing to final validation.
8
5
The One Thing AI Still Can't Do For Me
The One Thing AI Still Can't Do For Me
9
6
People ask me how to set up a proper workflow with AI. When you're steeped in it every single day,
<written by a human being> People ask me how to set up a proper workflow with AI. When you're steeped in it every single day, you barely even notice how it becomes part of the routine - open VSCode, launch an agent from the terminal with the --dangerously-skip-permissions flag, point it at the instructions, brief it on the task at hand, and respond to occasional HITL callbacks. But for someone who's far from technical work, all of this feels unfamiliar, alien, not particularly meaningful, confusing, and complicated. Let's untangle it. I don't want to make this technically heavy, so I'll pull out the 20% of effort that delivers 80% of the results. First - work with coding agents instead of classic chat. The thing is, in coding mode you can do everything you can do in chat mode, but it gives you a whole lot more leverage when working on any kind of project, even if that project has nothing to do with development or writing code. Second - create a project working folder and launch your coding agent from that folder. This way it always has the ability to pull together the full context of what we're working with. And that "project" can be your entire business or personal life - it doesn't have to be some atomic scope dedicated to a narrow topic. Third - agent instructions: essentially a text file that briefly and densely describes what we're working on in this project (folder), with pointers to individual files that deepen the context when needed. If you switch to this mode of working - a coding agent, launched from a project folder, with instructions - you'll already be getting a massive advantage from using AI.
11
7
My endless dev-loop on the video editing system continues, but now I've actually got real hope. Th
<written by a human being> My endless dev-loop on the video editing system continues, but now I've actually got real hope. The fresh Opus model, the moment it saw the project, started tearing our development approach from the previous model to shreds and proposing other solutions. And right here you can already feel that promised honesty - it actually says what looks questionable, instead of just nodding along, meekly accepting my decisions and getting on with executing them. The agent now runs longer and clearly tries to deliver a result that moves things further, closer to the end goal. Second case - my home accounting. We're untangling a knot of data spanning many years of keeping it, filling the gaps, consolidating a ton of sources, including bank exports, databases from old programs I used to run, transaction history on the blockchain. And of course it doesn't immediately work to match, say, transfers - the balance doesn't come out to zero. But Opus, on its very first pass through the current analysis cycle, suggested updating the approach: first classify a taxonomy of the unmatched transactions, and only then glue them into final chains as separate clusters. And as it turned out, this approach actually worked and moved us forward way more effectively than all the previous days of work on the old algorithm. From the observations - you can now actually hand it complex tasks to reason through. Before, I tried to decompose them so I wouldn't overload the agent's context, which would inevitably forget something from it. And now I get the feeling that the full context gets taken into account, and all at once. Two days in - the flight's beautiful. Off to test Max effort. By the way, the latest version of the Claude app got voice input - finally!
11
8
My impressions of the new Claude Opus 4.8 are very positive. Just a couple of posts ago I was writ
<written by a human being> My impressions of the new Claude Opus 4.8 are very positive. Just a couple of posts ago I was writing about how running multiple agents simultaneously causes cognitive overload due to constant context-switching and the simple fact that agents demand your attention. So yesterday I fired up the first task and it went off to do it. Purposefully, deeply - and it became pretty clear pretty fast that my help wasn't needed there. It didn't get stuck on obvious little things, made decisions (which, by the way, I thought were the right ones). And I realized I could calmly spin up another agent in parallel. Did that, and it went off to work too. A few minutes passed - out of habit I started checking on both of them, but both were so busy that I had no choice but to launch a third! I also thought that in this mode they'd burn through all the 5-hour limits pretty fast, but I was wrong. All three delivered results, working for 10–15 minutes and spending around 15% of the limit, while completing the expected task. Then there was one interesting case where I gave it a task involving client database remapping - something that implied a multi-stage pipeline: exporting raw data from different sources and several stages of processing it into its final form. However, the session token for exporting one of the sources had expired, and there was no way to download the data from there without my help. The previous version would've stopped immediately and reported the blocker. But 4.8 saw an opportunity to keep going - it first downloaded data from the available source, ran it through processing, and only then asked me for the token. That really impressed me. The new model keeps pushing toward the result, navigating around obstacles, and doesn't bother the operator until there's a real blocker. All in all, I'm more than satisfied so far. I don't see any reason to use 4.7 anymore.
12
9
Stop Re-Explaining Your Project to Claude Every Session
Stop Re-Explaining Your Project to Claude Every Session
10
10
I don't usually talk about new models, but today I'll join the trend, since I've already had a cha
<written by a human being> I don't usually talk about new models, but today I'll join the trend, since I've already had a chance to get my hands on the new Opus - and I really liked it! Literally from a single prompt it solved tasks - and did so faster, more precisely, without any hassle, deviations, or back-and-forth questions. One of my automations broke and I asked it to fix it. Not only did it do that on the first try, but it also dug into the root cause - which turned out to be two consecutive system crashes that had corrupted the automation script file. On top of that, it kindly warned me that this isn't normal and suggested checking the system for serious errors. The previous Opus wasn't that perceptive. Today I have several coding sessions ahead, and I'll be putting the new model through its paces in real battle conditions, for its intended purpose. If anything stands out beyond the noticeably improved thoughtfulness, I'll definitely share. In the meantime, we're being promised that the new model has become more honest and accurate in its assessments. That was genuinely a problem before - it would give completely unrealistic timelines, like saying 2 days for a task it would finish in 20 minutes. And apparently it should be less of a yes-man now, and instead think harder about whether an action actually makes sense before doing it. And the cherry on top - optimized token consumption, meaning the model got smarter without supposedly eating through more limits than the previous one. But all of that will show in practice. Let's go check it out!
10
11
How many AI agents can you juggle at once? AI agents give you an undeniable speed advantage on a l
How many AI agents can you juggle at once? <written by a human being> AI agents give you an undeniable speed advantage on a lot of tasks. Over time I started spinning up multiple agents simultaneously, each working on a different project. One's trying to hunt down a bug in a client's system. Another's editing a promo site for a new event for a different client. A third is spinning up a local dev environment for a new project. And I'm switching between them, adding context, unblocking blockers and conflicts, reviewing output, giving the go-ahead or queuing the next task. Sounds pretty productive, right? Except it has the opposite effect too - constant and frequent context switching, trying to hold the whole stack in your head while processing it all pretty fast, gives you the same feeling you get at a hard deadline when your ass is on fire, you can't keep up with anything and you just keep paddling to stay afloat. And yet paradoxically, you get everything done and then some - more than you planned - but it doesn't feel that way. Apparently my cognitive hardware isn't used to operating in these conditions yet and still interprets it the old-fashioned way. One task at a time - works great. But how do you deal with the fact that the AI is doing the task and you're just watching it? Sit there doing nothing waiting for the next iteration? No way, if there's time, might as well knock out other things in parallel! And that's how it starts spiraling. You get this too? How do you deal?
12
12
The One File That Stops AI Agents From Wasting Your Tokens
The One File That Stops AI Agents From Wasting Your Tokens
12
13
The AI-coding community is slowly starting to turn toward Codex, which lately seemed to have faded
<written by a human being> The AI-coding community is slowly starting to turn toward Codex, which lately seemed to have faded into the background and given up its lead to Claude Code and even Cursor's Composer. Personally, in practice I've always used both, since I didn't see a major difference in the results - though some distinctions in specific cases were still noticeable. I've mentioned this a few times: tasks involving data, where accuracy matters, I more often hand off to Codex, and it handles them brilliantly. Opus handles them too, but typically over more iterations - meaning, roughly speaking, longer and more expensive. Cost, by the way, is one of the key factors when choosing one tool or another, because when the output quality is roughly equal, price becomes the natural deciding edge. And the calculations one guy did a few months back, comparing equivalent subscription cost to API spend, put Claude in an undisputed lead: for a $100 monthly subscription you're buying around $1,300 worth of API value. That math was the key motivator for me to get the Max subscription on Claude, which ended up becoming my main coding agent. But now people are saying that Codex's limits on the same $100 subscription far exceed Claude's and feel practically unlimited. I haven't put that to the test yet, but it definitely got me thinking. I think I'll need to spend some time testing them side by side to compare the feel of the results, the usage limits, and the quirks of each one on different kinds of tasks. But if you don't yet have a subscription to the top-tier plans of the flagship coding AIs, the choice just got a lot harder.
10
14
How not to drown in a constantly filling pool of AI tools, or your perfect AI stack Recently I cam
How not to drown in a constantly filling pool of AI tools, or your perfect AI stack <written by a human being> Recently I came across a video about AI stacks and realized that for a lot of people this can be an incredibly non-obvious choice - given the insane number of new tools that drop if not every day, then every week or two for sure. How do you keep up with all of it? You don't! And there's not much point. Give it a bit more time and the market will consolidate, like it always does, and it'll become clear who's daddy - the leaders will split the market between them and there'll be a long tail of niche tools, each covering the needs of a specific segment and use case. That's exactly the approach I use when building my own stack: I pick a couple of leaders I use on a daily basis and sprinkle in periodic use of niche tools. For example my go-to AI is Claude and I work 97% of the time in CLI mode from VSCode. It covers a solid 80% of all tasks on the flagship model. I split some of the work with Codex too - mostly data processing, bug fixes, and client tasks, which it handles great. And that's pretty much it. Everything else is niche usage. Like, I dictate long prompts into Wispr Flow, transcribe call recordings in ElevenLabs via API, generate images in ChatGPT. If something comes up that needs a specific tool the flagships can't handle, I'll go find the right one. But honestly, over the past several months that just hasn't happened.
14
15
The One File Every AI Coding Project Needs
The One File Every AI Coding Project Needs
13
16
Seems like the AI world has been unusually quiet lately - no major model drops, no talk of revolut
<written by a human being> Seems like the AI world has been unusually quiet lately - no major model drops, no talk of revolutionary quality leaps, image and video models are spinning their wheels too. Have we hit peak perfection? Either way - it's actually a good time to stop chasing updates and go deep on the tools we already have. After yesterday's dev session with AI agents, I realized that depth is exactly what I'm missing from their side. A genuine understanding of what we're actually doing - even when it's spelled out in the instructions and prompts. Somewhere around the middle of a session I suddenly realize we're not solving the root cause of a bug - we're skimming the surface, painting over a scratch, while completely missing the fact that underneath that paint there might be a rotting foundation that needs to be fixed first. It reminds me of Elon Musk's first principles approach - the one that lets you cut through to the very essence of a problem, the foundation everything else is built on. How do you get AI agents to actually apply that same approach? For now, the only way I've found is through a series of progressively deeper questions. But the agent still tries to patch the bug, move on, do something. It struggles to stop and ask itself - why am I doing this right now, what's the actual end goal? That, to me, will be the real breakthrough in future models. Until then, you have to keep them on a short leash and watch them closely.
12
17
Lazy AI agents, or why attention to detail actually matters I currently have two systems in develo
Lazy AI agents, or why attention to detail actually matters <written by a human being> I currently have two systems in development - a personal finance tracking system and a video editing system. Both have complex data processing pipelines. And when an LLM runs through them, the agents have a tendency toward "lazy" solutions - taking the path of least resistance (just like humans, I guess). For example, there's a money transfer transaction to another account, recorded in a bank statement. By default, and logically, the system assigns it a transfer category. But at the same time it tries to find the other account in the database that the money was sent to. Except that transaction turned out to be a payment to a contractor - paid by transferring to their personal card. Yeah, the system doesn't have enough data to make the right classification call, but that's exactly where I was counting on the LLM, not just a dumb algorithm - I figured it would stop and hand the case to me so I could decide what it actually is. But nope - it silently decides it's a standard transfer and the mismatch only surfaces during the final balance reconciliation, which means a long, painful unraveling of the entire data chain to find the source. In moments like this you have to stop the slacking machine that supposedly has intelligence, and force it to walk through each transaction with you in detail to fix the pipeline design. I've simplified the case a bit for clarity, but the point should be clear. It's still way too early to blindly trust LLM decisions when accuracy matters - like in finance. Especially when the data is incomplete.
11
18
A couple months ago I talked about how no-code solutions were still stuck in semi-manual mode for
<written by a human being> A couple months ago I talked about how no-code solutions were still stuck in semi-manual mode for me - the Claude Chrome plugin worked unbearably slow and ate an unbearable amount of (tokens), so it was faster and easier to just make edits by hand. AI stayed this wise algorithm and UX advisor, helping me debug stuff and quickly come up with design solutions. The next evolution step was feeding exports and dumps to agents. Pretty much any no-code tool lets you get data about what's happening inside the app or database one way or another - as tables, JSON files, or their own formats that end up being machine-readable anyway. Bubble, for example, lets you export the whole app in .bubble format, which is basically minified JSON, and if you clean it up into standard format a coding agent starts understanding it pretty effectively. Or Directual, which I work with a lot - it lets you export all your scenarios or workflows, plus table structure, into clean JSON formats, which lets an AI agent go deep into any step of the algorithms. The last piece that closed the loop was Playwright CLI, which lets an AI agent interactively navigate apps exactly the same way you do manually in a browser, except straight from the command line - native territory for our smart assistants. It can even take screenshots, just like a regular browser, and analyze the final UX/UI! And that already opens up a whole layer of possibilities - from hunting down the nastiest bugs to iteratively improving the design of apps built on top of no-code solutions. Right now, for example, I'm closing out some pretty old hanging bugs that have been buried deep in the backlog as not-super-urgent but that still mess up users' lives. How long would those have taken me - probably weeks, since there'd already been a few attempts at fixing them with zero results. But for an AI agent it's just another routine task.
13
19
Give AI a Terminal - Genius. Give It Bubble - Disaster
Give AI a Terminal - Genius. Give It Bubble - Disaster
11
20
Meta-agents The structure of my work project pushed me toward using a concept I call Meta-agents.
Meta-agents <written by a human being> The structure of my work project pushed me toward using a concept I call Meta-agents. I have one repository, from which I design a new repository for a future system from scratch. Me and the agents plan everything - architecture, stack, order of work, project management, infrastructure deployment, all of it. We also plan the work of AI agents on developing this new system and, accordingly, their work in a repository separate from the current one. We prepared a set of instructions and even a skill set that the agents will use. And evolutionarily arrived at planning the work of those agents. Now we run smoke tests with them, where the initial prompts to the agents sound something like "Complete task DSP-160" and that's it. The agent has to figure out everything else on its own, while me and the agent in the other repo watch its actions and analyze what went wrong and what to tweak in the instructions, rules, and skills. So here's the picture we ended up with: we created an environment for agents, launch them, and with another Meta-agent we observe and fine-tune the habitat for the new ones. Ironic, right? So far this approach has been working really well: literally after the first smoke run and one instruction tweak, the second session went almost without a hitch, which is great. Continuing to observe.
12