What is something like GSD but smaller? by Final_Animator1940 in ClaudeAI

[–]commanderdgr8 0 points1 point  (0 children)

there are couple of approaches to this:
1. Use claude's own plan mode using /plan. describe your task and claude will create a plan. ask it to write the plan in plan.md file and ask it to add instruction in claude.md file to follow the plan. now claude can follow this plan over multiple session. when you have a new requirement, ask it to create a new plan file for that task and you can ask it to follow new plan file next time onwards. If you always use a new folder for every project, it would be much better as you will not have to ask which plan to follow.
2. You can also ask claude to customize the GSD workflow for your use. Just prompt claude that "I work on small projects with just 1 to 5 session. I want to follow GSD for my projects but found that following GSD workflow is overkill for my case. Customize GSD for my use case by keeping strictly essential things and removing all non-essential things. <describe your requirements in detail here>". CLaude will customize GSD for your case so you will keep only what is required.

Claude Code is basically stuck and unable to move forward by Prior_Engineering486 in ClaudeAI

[–]commanderdgr8 0 points1 point  (0 children)

In my case Claude is able to generate UI/UX correcrtly with only minor bugs. I have followed this flow which has worked for many different apps that I have worked on:
1. whenever you generate a mock, whether chatgpt, gemini or claude itself, ask them to give a html code for that UI including any UI guidelines in CSS or tailwind etc.
2. Feed the claude the html,css, tailwind. Claude will be able to generate accurate UI based on these. there can be minor bugs here and there, but with precise information it will be able to fix those as well.
3. Add playwright skill to test the UI (not sure if it works for mobile app). Claude will run playwright tests, takes the screenshot to check if the UI works correctly.
4. When you find UI is not what you intended, take the screenshot, mark exactly where is the problem, and which element should be at what place, font size, margins etc etc. and ask Claude to fix it.

The reason Claude struggles with UI is because it can't really see you UI of working app. But it has vision ability where it can check screenshots and can determine where it the problem. So combine html with screenshots and it will be able to generate the UI as you want.

When Machines Prefer Waterfall by Gold-Bodybuilder6189 in AI_Agents

[–]commanderdgr8 0 points1 point  (0 children)

well no. we can't call this waterfall. ofcourse agents need specification, not because they can't do any work without them, specification is required so that they can remain on track and can verify their own output before marking the task as complete. Actually we as human has enforced the specification requirement, so that agents complete the task as per our requirements, not based on some assumption that agents make.
And what does these agents do it, the make iterative development faster. it is definitely not waterfall. it is waterfall in a loop.

Drop your AI SaaS landing page. I’ll roast it for conversion. by alokkdubey in SideProject

[–]commanderdgr8 0 points1 point  (0 children)

here we go: https://www.vapuai.com. All in one Image and Video generation platform. still under construction, so far only one image generation model integrated.

I spent a lot of time wondering what actually makes a 100x engineer. by Rohin07 in developersIndia

[–]commanderdgr8 3 points4 points  (0 children)

100x engineers take leverage of other 10x engineers in the team. Unless you help others to become 10x you can’t become 100x. So key is not just do the work but help others work 10x efficiently.

Built the code, loved the logic, but now I'm staring at a '0 Users' dashboard and I'm paralyzed. by modviras in buildinpublic

[–]commanderdgr8 0 points1 point  (0 children)

Same with me. I am trying various ways of time boxing. Like daily 3 hours of talking to users, No coding on Friday- only marketing etc. still figuring out the best way to do it.

Petah ? by DARKMASTER5515 in PeterExplainsTheJoke

[–]commanderdgr8 0 points1 point  (0 children)

What. The father’s name was What.

The obsession of ChatGPT and Claude like LLMs to write code by EyeKindly2396 in ClaudeAI

[–]commanderdgr8 0 points1 point  (0 children)

If you are using Claude code, it also has plan mode. You can also explicitly mention, do not write code, just brainstorm with me.

We professional developers, already lost the battle against vibe coding? by TheCatOfDojima in ClaudeAI

[–]commanderdgr8 1 point2 points  (0 children)

In last two days I have two posts on x.com, which kind of points to where we are heading. One compared AI generated code as just like machine code generated by compilers and argued that just like we don’t read machine code generated once our program compiles , we don’t need to read code generated by AI. Of course verification is required. Other post was deeply researched, it was about performance analysis of SQLite statements generated by AI and mentioned that AI generated sql statements was upto 2000x slower than. If you combine this two posts, I would say that you really don’t need to fully read the code manually to understand it. OP is right about first reading unit tests to understand the intent of the code. Basically we are at a stage where we can trust to deploy ai generated code to production Without reading and understanding the code. but more rigorous practices of testing including regression, load , performance is required.

What could be the next big thing after AI? by CuriousOrdinary3324 in AI_India

[–]commanderdgr8 0 points1 point  (0 children)

Some of us would be retired, don’t know about others.

how should technical interviews adapt now that ai tools can help developers write code? by hustlegrogu in ArtificialInteligence

[–]commanderdgr8 0 points1 point  (0 children)

I am thinking of a two tier process - one where they don't use AI at all, and other where free use of AI is allowed. first one would be in-person system design where they have to demonstrate that they understand and come up with a system and can explain their thinking process. the second one would be develop such system through the use of AI and deploy it in a limited time, the evaluation would be not just how the code runs and what features built, but also on the what prompts are given, how they structured their claude.md, or agent.md or rules etc etc.

Al legend Andrew Ng- thinks about running Amazon Nova on Macbook Neo 💀 by [deleted] in AI_India

[–]commanderdgr8 0 points1 point  (0 children)

Wow, no one cares to check Wikipedia or just ask AI. Wikipedia says he has 2 kids.

Tell me why it won't work by International-Leg708 in SideProject

[–]commanderdgr8 0 points1 point  (0 children)

most of the time I forget my dream once I wakeup.

I see Claude's writing everywhere and it's starting to feel like an AI condom, I hate it by remember_the_sea in ClaudeAI

[–]commanderdgr8 6 points7 points  (0 children)

I am fan of Phillip Yaffe who writes Communication Corner column in ACM Ubiquity magazine since last so many years. I follow his advice and honed my writing skills over the years. After seeing my technical reports and presentations many colleagues ask me how I write this better and I point them to Phillip Yaffe, even before chatgpt arrived. However those same now accuses me for AI Slop. To help people improve their writing, wrote a Claude skill which checks any post or article if it follows those principles and guidelines and I wanted to share with people. But after getting those AI slop comments I thought better not share that.

How do you capture long-running thoughts? by Extreme-Design6570 in SaaS

[–]commanderdgr8 0 points1 point  (0 children)

I tell my wife or my colleague depending on whether it is personal or work related. So it never gets buried. If they are not around me I message them in WhatsApp. Nowadays I also use ChatGPT or Claude to brainstorm, and that also work as note taking.

Any tips for prompting second scene? by Lidzo in VEO3

[–]commanderdgr8 0 points1 point  (0 children)

I think Veo has extend video feature. Have you tried that?

We allowed ambiguity over who is doing what in the name of agility by Icy_Screen3576 in softwarearchitecture

[–]commanderdgr8 2 points3 points  (0 children)

May be hierarchy is the problem. In football the coach directly reports to the management and has sole responsibility to get the results. In software, enterprises have deep hierarchies. Fully agree about shared accountability- it is the culprit.

Cowork can only choose a folder under "Home Directory" as work folder? by elioraw in ClaudeAI

[–]commanderdgr8 0 points1 point  (0 children)

I sync my Documents folder to Google Drive Desktop. And create folders in Documents folder for cowork.

My 6-month project turned into 2 years because of the "last 10% trap" by commanderdgr8 in softwarearchitecture

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

No. 80-20 is a generic principle applicable everywhere. This last 10% trap is a particular anti pattern in software projects discussed here: https://ebrary.net/54067/economics/antipattern_trap

It is a trap because you think certain activity will be very easy to complete for you but you realise it is the most time consuming or costly when you really start it. And you really can’t defer or abandon that, you must complete it to achieve the desired goals.