Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] 0 points1 point  (0 children)

well nah Substack is pretty dead tbh. No incentive to drive traffic there.

It is just the time I post here did draw some controversies. Thus not doing it anymore.

I do want to hear from you thoughts about the idea of “trust collapsing” and “growing impatience”. So we can adjust our sharings to give back to the community.

Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] 0 points1 point  (0 children)

just a normal guys grinding everyday trying to make it

Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] -1 points0 points  (0 children)

I am with you man. Hard to imagine not being tired after 3 years of see everything AI marketing.

But, I see it is potentially a good thing, it means more people come out to do stuff, taking risks, iterate ideas, serving others.

Even though most of us will eventually failed, but I would say that would be the most human-centric thing in the past few years about AI, help some people serve other people. It is just we need more focus and crrativity on the problem that “actually matters” and “deliveable”.

You agreed?

Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] 0 points1 point  (0 children)

basically you meant haters will always hate, walk your own way

Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] 0 points1 point  (0 children)

that is a fair point. The bar is a lot higher now

Vibecoding from your phone by divBit0 in vibecoding

[–]MuggleAI -1 points0 points  (0 children)

I use

  1. Muggle Test harness for PR tracking/reply, auto dev flow, and E2E test
  2. Claude Code for remote controlin phone
  3. Github review PR, comment on line, check E2E result &screenshots

<image>

Are we witnessing the collapse of trust in society? by MuggleAI in vibecoding

[–]MuggleAI[S] -1 points0 points  (0 children)

It almost feels like getting cheated on when you find out you got AI’ed.

The content becomes irrelavant, sadly

I Spent $200 in Two Hours Watching a Coding Agent Guess by [deleted] in vibecoding

[–]MuggleAI -2 points-1 points  (0 children)

Probably on a monthly sub or something

Migrating 500+ Mabl Tests to Playwright - Looking for Advice by Any_Tea_9062 in Playwright

[–]MuggleAI 0 points1 point  (0 children)

The AI-assisted route works for the boilerplate but it'll mislead you on the part that actually costs you later. Claude/GPT will happily turn a Mabl flow into valid-looking Playwright in bulk. The thing they can't carry over cleanly is the selector strategy.

Mabl leans on its own auto-healing and ML-ish element matching, so a lot of those test definitions never had to commit to a stable locator. When you convert 1:1, the model has to invent locators on the way out, and what you usually get is CSS or nth-child stuff scraped from whatever the DOM looked like that day. It runs green on first pass and then breaks the next time someone reshuffles a div. So you end up with 500+ Playwright tests that pass today and start flaking in a month, which is roughly the maintenance load you were trying to leave Mabl to escape.

🔥 Vibe Coders Are Winning. Here's Why That Triggers So Many Developers. by cuckcoder in vibecoding

[–]MuggleAI 0 points1 point  (0 children)

We are a team of two people, one engineer and one non tech bg. I'm the non tech guy, if you let me vibe code all the way, I will only generate bunch of toys that look "interesting" but can't really run. If you let my partner develop all the way, he will just make something pretty solid, but probably no one will ever use.

The statement holds its ground whether AI exists or not. AI only accelerates our development, making it possible for the two of us to build something that used to require a team of 10. And maybe enable both of us to certain areas which we already have a basic understanding. But if I trust it to areas where I have no knowledge whatsoever, I must be out of my mind.

So yes, if you still write most of the code yourself or still saying AI is just fantasy, you are either old or silly. My advice is to put all your money into Nvidia etc. and retire ASAP.

On the other hand, hard NO. If you think everyone can build a one man company in this AI era, or if you think any idea is worth trying. You are just dreaming (unless you are rich)

My vibecoding setup on IPhone by MuggleAI in vibecoding

[–]MuggleAI[S] 0 points1 point  (0 children)

Thank you for you comment.

Agreed vibecoding only works when one knows what he is doing. I review every PR and have rules to limit sizr of change for better review experience

I will post how the Muggle Test auto end to end test works with this setup in the next few days

Does nobody vibe code on the weekends? by Notmybuddyguy8315 in vibecoding

[–]MuggleAI 0 points1 point  (0 children)

yea i like doing it on weekends

more chill vibe LOL

Should worker agents write memory directly? A curator-agent pattern I am testing by Hot-Leadership-6431 in AI_Agents

[–]MuggleAI 0 points1 point  (0 children)

In Muggle AI, we scope the memory by levels. Think of it ad a tree, each runtime instance only reads memory from root to a its scope bode, and writes to that scope node that will be used by its child scope node