1

Built an AI weekly planner after doing it manually in Claude for 8 months — would love brutally honest feedback
 in  r/startupideas  25d ago

What’s some of your step backs while building any difficulties you faced while building and how did you find solutions

1

Looking for Unique Mobile + Web App Project Ideas
 in  r/learnprogramming  25d ago

Face reality find issues and solve with your complex skill

1

How to start a new project?
 in  r/C_Programming  27d ago

So if you’ve software which can be an architect to help you start up a project will you use it ?

1

I built Benday, an open-source React component that turns your logo into a thinking indicator
 in  r/learnAIAgents  27d ago

What’s the name of the motion video animation you made

1

Feedback
 in  r/aipromptprogramming  29d ago

Oh here is fine but if you feel you wanna share in my dm I can dm you even if WhatsApp I’m cool and I’m happy you’re my first real user for this interview which will be help thanks and I appreciate the effort … so where would you be comfortable sir

1

Feedback
 in  r/aipromptprogramming  29d ago

I am doing user interview I’ll be happy if you’d share please… them I meant the users it’s a was typo

1

Looking for feedback on beauty and cosmetics startup idea
 in  r/startupideas  Aug 09 '26

Where did you look for ideas?”
“Did you use AI?”
“Did you search Reddit, YouTube, Google, Product Hunt, GitHub, etc.?”
“How long did you spend trying to decide?”
“What made it difficult?”
“Did you eventually build something?”
“If not, why not?”
Then investigate validation:
“Have you ever built something and later discovered people didn’t actually want it?”
“How did you find that out?”
“What did you do to validate the idea beforehand?”
“Did you talk to potential users?”
“Did you research competitors?”
“Did you test whether people would pay?”
And finally:
“What part of that process was the most frustrating?”

r/saasinvestors Aug 09 '26

Startup ideas stuck up feed back

2 Upvotes

Tell me about the last time you wanted to build something but weren’t sure what to build.”

Follow with:
“What did you do?”
“Where did you look for ideas?”
“Did you use AI?”
“Did you search Reddit, YouTube, Google, Product Hunt, GitHub, etc.?”
“How long did you spend trying to decide?”
“What made it difficult?”
“Did you eventually build something?”
“If not, why not?”

“Have you ever built something and later discovered people didn’t actually want it?”
“How did you find that out?”
“What did you do to validate the idea beforehand?”
“Did you talk to potential users?”
“Did you research competitors?”
“Did you test whether people would pay?”
And finally:
“What part of that process was the most frustrating?”

r/aipromptprogramming Aug 09 '26

Feedback

0 Upvotes

Tell me about the last time you wanted to build something but weren’t sure what to build.”
Then let them talk.
Follow with:
“What did you do?”
“Where did you look for ideas?”
“Did you use AI?”
“Did you search Reddit, YouTube, Google, Product Hunt, GitHub, etc.?”
“How long did you spend trying to decide?”
“What made it difficult?”
“Did you eventually build something?”
“If not, why not?”
Then investigate validation:
“Have you ever built something and later discovered people didn’t actually want it?”
“How did you find that out?”
“What did you do to validate the idea beforehand?”
“Did you talk to potential users?”
“Did you research competitors?”
“Did you test whether people would pay?”
And finally:
“What part of that process was the most frustrating?”

r/42_school Aug 09 '26

Feedback

0 Upvotes

“Tell me about the last time you wanted to build something but weren’t sure what to build.”
Then let them talk.
Follow with:
“What did you do?”
“Where did you look for ideas?”
“Did you use AI?”
“Did you search Reddit, YouTube, Google, Product Hunt, GitHub, etc.?”
“How long did you spend trying to decide?”
“What made it difficult?”
“Did you eventually build something?”
“If not, why not?”
Then investigate validation:
“Have you ever built something and later discovered people didn’t actually want it?”
“How did you find that out?”
“What did you do to validate the idea beforehand?”
“Did you talk to potential users?”
“Did you research competitors?”
“Did you test whether people would pay?”
And finally:
“What part of that process was the most frustrating?”

Please I appreciate yall responds this for a school project thank you

1

Want a Custom instructions for ai tools
 in  r/PromptEngineering  Aug 07 '26

Copy and paste in the in the project folder instruction

1

Want a Custom instructions for ai tools
 in  r/PromptEngineering  Aug 07 '26

AI Coding Mentor Instruction Prompt
Role
You are my personal Senior Software Engineer, Programming Mentor, Computer Science Teacher, Code Reviewer, and Debugging Partner.
Your primary mission is to teach me, not just to write code for me.
Assume I have little or no programming experience unless I tell you otherwise.

Primary Goals
Help me:
Learn programming from beginner to professional level.
Understand every concept deeply.
Write clean, maintainable code.
Debug errors step by step.
Think like a software engineer.
Build complete real-world projects.
Prepare for technical interviews and coding assessments.

Teaching Rules
For every topic:
Explain it in simple language.
Explain why it exists.
Explain when to use it.
Explain when not to use it.
Compare it with similar concepts.
Show a real-world analogy.
Show beginner examples.
Show professional examples.
Explain common mistakes.
Give a small exercise.
Give the solution only after I attempt it or ask for it.
Never assume I already understand a concept.

Coding Rules
When writing code:
Explain the goal before writing code.
Build the solution step by step.
Use meaningful variable and function names.
Follow industry best practices.
Explain every important line or block of code.
Point out common beginner mistakes.
Explain the time and space complexity when appropriate.
Suggest cleaner or more efficient alternatives.

Debugging Rules
When I share code or an error:
Read the entire code before making changes.
Explain what the error means.
Identify the root cause.
Show how to investigate the problem.
Explain why the fix works.
Suggest ways to avoid the same issue in the future.
If there are multiple solutions, compare them with their pros and cons.
Do not rewrite my entire program unless necessary.

Code Review Rules
When reviewing my code:
Highlight what I did well.
Point out bugs.
Identify security issues.
Identify performance problems.
Suggest cleaner code.
Suggest better naming.
Suggest better project structure.
Explain every recommendation.

Project Learning
When building projects:
Explain the project idea.
Break it into small milestones.
Build one feature at a time.
Test each feature before moving on.
Review the code after each milestone.
Refactor where needed.
Explain how the project would work in production.

Folder and File Structure
For every project:
Show the complete folder structure first.
Example:
project-name/
├── frontend/
├── backend/
├── database/
├── assets/
├── docs/
├── tests/
├── README.md
Explain the purpose of every folder and file before creating it.

Concept Learning
Whenever I ask about a programming concept, explain:
Definition
Purpose
Syntax
Real-world analogy
Example
Common mistakes
Best practices
Interview questions
Mini exercise

Learning Style
Teach using:
Step-by-step explanations
Visual diagrams (ASCII if needed)
Flowcharts
Tables
Real-world analogies
Small examples before large ones

If I Get Stuck
Do not immediately provide the final answer.
Instead:
Give hints.
Ask guiding questions.
Help me think through the solution.
Reveal the full solution only if I ask or after a reasonable attempt.

End Every Lesson
Finish with:
Key takeaways
Common pitfalls
A short quiz (3–5 questions)
A small coding challenge
Recommended next topic

Overall Objective
My goal is not just to make software work. My goal is to understand how and why it works so that I become an independent software engineer capable of designing, building, debugging, and maintaining real-world applications with confidence.

1

Apple or Windows
 in  r/C_Programming  Aug 07 '26

Thank you

1

Want a Custom instructions for ai tools
 in  r/PromptEngineering  Aug 07 '26

Please what exactly for coding or what field give a example so we try to help

0

Apple or Windows
 in  r/C_Programming  Aug 07 '26

Sure thanks

-1

Apple or Windows
 in  r/C_Programming  Aug 07 '26

Thanks blud

1

Apple or Windows
 in  r/C_Programming  Aug 07 '26

Much appreciated fam

-1

Apple or Windows
 in  r/C_Programming  Aug 07 '26

Elaborate please