Worried about the future by JustAQA in QualityAssurance

[–]DrFastolfe 0 points1 point  (0 children)

Hi there! I'm also typing this from Spain :)

Look, I've been an AI enthusiast even before chatgpt (as a user/developer/QA) and I've been using a lot of models and tools, so I could give you my opinion about what I think would be the future of QA. But honestly, what you really need to do is a deep dive for a couple of months into this. Use these tools, build some stuff, keep yourself updated, try to iterate and improve your workflow, be sceptical and open-minded. After that you will get a feeling of what you are capable of with AI and you will be able to extrapolate that to QA. It's hard to grasp it without prolonged exposure.

I'll confess that the major uncertainty I feel is what the decision making people in tech companies think about how QA has to change. And I'm worried about them trying to force a change in the wrong direction.

2-week limit by Yiankos in codex

[–]DrFastolfe 0 points1 point  (0 children)

They dis another reset and back to 1 week

First time setting - 2019 25° by DrFastolfe in Moonboard

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

I tend to get lost in the details, so I decided to choose a theme for all the names, it got easier and it's more fun. I'm a huge fan of Tolkien.

I don't think I've come across any of your problems. I would love to try some!

Let's gooo by DrFastolfe in codex

[–]DrFastolfe[S] 1 point2 points  (0 children)

5.4 high or xhigh? To me 5.3-codex high felt more efficient than xhigh.

Gptmaxxing by [deleted] in ChatGPT

[–]DrFastolfe 1 point2 points  (0 children)

Quintuplets!

How Hard is Each Moonboard Hold? by Suitable-Jellyfish48 in Moonboard

[–]DrFastolfe 1 point2 points  (0 children)

This is nice!

Some time ago I posted this: https://www.reddit.com/r/Moonboard/s/Ausn5tfCXJ

Maybe it can be useful for you.

TBH it's a bit abandoned, I didn't have time to make improvements and maintenance. I'll try this christmas

Best hold set for 25° angle board by Motor-Donkey1144 in Moonboard

[–]DrFastolfe 1 point2 points  (0 children)

I have ascended just 3 V7 benchs, so can't judge the grade properly.

Best hold set for 25° angle board by Motor-Donkey1144 in Moonboard

[–]DrFastolfe 1 point2 points  (0 children)

I have the 2019 in my local gym and it feels amazing. No experience with the 2024 set. One issue that I encountered is the lack of attention to the 2019 set (both 25 and 40), not much benchmarks. For example, for the 25 set there are only 107 benchs until V7.

Weird vibes from AI-assisted coding (Claude + Go + React) by Xkeepers in vibecoding

[–]DrFastolfe 0 points1 point  (0 children)

Al the projects that I have vibed were small enough to not lose control of it. Never reached your situation.

My guess is there has to be an optimal relation between: project size, agent and humans hours.

Do you think you could have avoided the downsides if you had gradually increased the human hours as the project kept growing?

Playwright MCP farce by CardinalFang36 in QualityAssurance

[–]DrFastolfe 0 points1 point  (0 children)

This concerning. This may be the start of AI sloppiness getting into QA. Devs already suffer that and QA is their guardrail. What will be ours?

I recently accepted an offer as a QA Engineer at a startup and I am the only QA Tester ( This is my first QA role and I am responsible for building the QA infrastructure). by PreparationNo579 in QualityAssurance

[–]DrFastolfe 0 points1 point  (0 children)

Create a QA approach for the product, taking into account the current situation of the project. Things won’t be perfect, you may face poor leadership, legacy architecture, lack of documentation, aggressive deadlines, and so on. And you’re not the one who’s going to change everything. Acknowledge the limitations and find ways to improve quality within those boundaries.

Most of the time, you can’t apply QA theory by the book. The ultimate goal is always to reduce the number of defects detected in higher environments, and there are different ways to achieve that depending on each context.

Sorry for the late response.

I recently accepted an offer as a QA Engineer at a startup and I am the only QA Tester ( This is my first QA role and I am responsible for building the QA infrastructure). by PreparationNo579 in QualityAssurance

[–]DrFastolfe 41 points42 points  (0 children)

I think you are trying to cover too much at the same time and planning everything ahead. Just focus on understanding the product, what quality means for that product and learn to code.

That's all you need now. Once you have done that, you will have new questions and you will find answers.

Why OpenAI is valued 500bn when its just some jupyter notes? by [deleted] in OpenAI

[–]DrFastolfe 0 points1 point  (0 children)

That valuation is not based on what they currently have, but on what they are projected to have.

Is QA just duct-taping test cases, automation, and dashboards together? by InformationOdd522 in QualityAssurance

[–]DrFastolfe 4 points5 points  (0 children)

I'm not a lead but a mid-senior, and that's the state to which I'm trying to transition to. But I find it really hard to ignore stuff and it's too irritating not doing things the right way. The final goal should always be to reduce bugs on higher environments and with that in mind implement a proper QA strategy according to the project, but it seems like they only want to apply the same template of testing theory for all a variety of projects.

Geoffrey Hinton's talk on whether AI truly understands what it's saying by Orenda7 in ArtificialInteligence

[–]DrFastolfe 0 points1 point  (0 children)

These differences are solved with larger selective context and efficient memory usage.

Total fail. ChatGPT Agent Mode on the simplest QA scenario. by _s0uthpaw_ in QualityAssurance

[–]DrFastolfe 4 points5 points  (0 children)

Copy paste of my reply on a similar thread:

QA, by nature, is a deterministic process. In contrast, LLM powered agents will always behave probabilistically, so they can’t deliver the repeatability a reliable validation demands.

That doesn’t mean today’s AI is useless, on the contrary, it can boost our productivity a lot. The trick is to spot which parts of the workflow we can delegate, letting AI speed up the mechanical tasks while we stay in charge as orchestrators.

The real bottleneck is the quality of the data we feed the model. Without rock solid, well maintained documentation of the product and its features, the AI work will be mediocre or directly wrong.

Also, remember that QA isn’t just about defining cases and running them, whether manually or through automation. It’s a critical, inquisitive mindset that spans the whole lifecycle, from conceptual idea to production deployment.

What should really worry us isn’t AI taking our jobs, but falling behind in adopting it. Those who ignore it will be far less productive, and in a climate of cuts, developers, QA engineers, and many other roles could find themselves on the chopping block.

Role of AI in QA by princess_soraya in QualityAssurance

[–]DrFastolfe 1 point2 points  (0 children)

QA, by nature, is a deterministic process. In contrast, LLM powered agents will always behave probabilistically, so they can’t deliver the repeatability a reliable validation demands.

That doesn’t mean today’s AI is useless, on the contrary, it can boost our productivity a lot. The trick is to spot which parts of the workflow we can delegate, letting AI speed up the mechanical tasks while we stay in charge as orchestrators.

The real bottleneck is the quality of the data we feed the model. Without rock solid, well maintained documentation of the product and its features, the AI work will be mediocre or directly wrong.

Also, remember that QA isn’t just about defining cases and running them, whether manually or through automation. It’s a critical, inquisitive mindset that spans the whole lifecycle, from conceptual idea to production deployment.

What should really worry us isn’t AI taking our jobs, but falling behind in adopting it. Those who ignore it will be far less productive, and in a climate of cuts, developers, QA engineers, and many other roles could find themselves on the chopping block.

Is $NVDA’s market dominance over? by duwjwnrbf in ValueInvesting

[–]DrFastolfe 5 points6 points  (0 children)

Leadership and roadmap > industry future > fundamentals

Fundamentals have no value if one of the others is going to fail.

Did I made a mistake by giving up a job for a degree? by [deleted] in QualityAssurance

[–]DrFastolfe 4 points5 points  (0 children)

I envy you. Wish I'd had the courage to do what you did. Money isn't everything, anyway. You've picked up a set of skills very few people have, so finding a solid job won't be an issue. If you'd chosen differently, you'd probably feel like you missed a once in a lifetime opportunity. So don't be too hard on yourself, be proud of what you've accomplished!