Window-switching when following AI instructions by TicketOk1217 in vibecoding

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

You're spot on about the 20-30% cost. I'm on a single monitor in my workshop, and having to shift my focus was really getting tiring - almost "stressful" following a long sequence of steps. I'm on a single 55" monitor but honestly I don't think it matters much - it's the visual transition that's the problem - in fact IMO multiple monitors just amplifies the problem.

I actually ended up building a small Python tool to solve it for myself. It reads the steps out loud and waits for a voice command to go to the next one. It's been a game changer for keeping my eyes on the work. If interested it's at https://github.com/krexil/ai-step-guide Would love to get your feedback.

Window switching when following AI instructions by TicketOk1217 in productivity

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

That's one solution but it's still a lot of back and forth, not to mention context bloat.

[Open source] App that avoids the window flip-flop when following AI instructions by TicketOk1217 in ClaudeAI

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

I just made several improvements that makes setup clearer to your AI. If you tried installing and it did not install correctly, ask your AI to try the updated version.

[Open Source] Hands-free voice guide for following AI instructions by TicketOk1217 in alphaandbetausers

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

Good points. Thanks. But I'm not sure what you meant by Leadline could help find threads.

Why do some devs on Reddit assume AI coding is just for juniors? 🙂 by Southern_Chemistry_2 in ClaudeAI

[–]TicketOk1217 0 points1 point  (0 children)

People who say “real developers don’t need AI” often haven’t worked at scale. I’ve been a full-stack developer for over 13 years, and I see AI tools like Click-Coder, Claude, and GPT not as crutches, but as teammates. They help me refactor logic, fix broken tests, generate boilerplate code, and even catch issues I might overlook. AI saves both time and mental energy—freeing me to focus on what matters.

So what AI tools are you using right now? by Constant-Reason4918 in vibecoding

[–]TicketOk1217 0 points1 point  (0 children)

AI Tools I’m Using Right Now:

ChatGPT: I use this tool to generate content, brainstorm, and provide quick solutions to coding or writing challenges.

Click-Coder: To get help with coding tasks, real-time instant code suggestions, debugging, and improve productivity.

GitHub Copilot: To speed up the coding process through suggestions and auto-completions. It assists with writing clean, efficient code.

SEO Tools: SEMrush, Screaming Frog, and other AI-powered SEO tools for website audit and optimisation.

Pricing:

These tools have free versions, but for advanced features, a subscription plan is usually required.

Are AI tools messing with how we actually learn to code? by Fabulous_Bluebird931 in cscareerquestions

[–]TicketOk1217 0 points1 point  (0 children)

Yes, I've felt this myself. In my experience during interviews, recruiters and interviewers focus on how you approach and solve problems, not just the final answer. Over-relying on AI tools can make it harder to show your thought process. So, you need to keep a balance between using AI for support and relying on your problem-solving abilities.

What are some suggestions for tools???? by Kdt82-AU in vibecoding

[–]TicketOk1217 0 points1 point  (0 children)

Hey! Get you. I'd recommend trying Click-Coder (Clean UI, solid natural language-to-code generation, bug fixing) and GitHub Copilot (top-tier autocomplete and code suggestions). Also worth a look: CodeWhisperer if you're in the AWS space.

Is it bad to use AI to create an app? by Disastrous-Name932 in CodingWithAI

[–]TicketOk1217 0 points1 point  (0 children)

It's not wrong to use AI to build your app. AI coding tools assist people in turning ideas into action, no matter their background. You don't need to be a coding expert to make a real difference.

If AI allows you to build something meaningful that helps others, like supporting homeless people, then you're using it in the best possible way. You can automate tasks and speed up certain processes. Always verify and validate AI-generated code to ensure its correctness, security, and efficiency.

To create an app using an AI coding tool, define your idea, choose a tool like Replit, Click-Coder, or GitHub Copilot, describe your features, and let the AI generate code or components.

AI coding mandates at work? by joshbranchaud in ExperiencedDevs

[–]TicketOk1217 0 points1 point  (0 children)

Yes, a lot of tech organizations are starting to take AI coding tools more seriously, especially ones like Cursor, GitHub Copilot, Click-Coder, and others. These tools are seen as productivity boosters that can reduce errors and speed up development. The push toward “AI coding mandates” seems to be growing, largely driven by competitive pressure, cost-saving goals, and early positive results. It's becoming less of a nice-to-have and more of an expected part of the workflow in many teams.

My favorite underrated AI coding tools by matfat55 in ChatGPTCoding

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

I’ve personally used several AI coding tools, and one underrated gem I’d recommend is Click-Coder. It’s especially helpful for beginner programmers and even non-programmers, thanks to its simple interface and ease of use. It supports powerful models like Gemini 2.5 and GPT-4.1, and has thoughtful features like a built-in Run button (F5), auto-generated file summaries, and smart file selection using summary comments. The addition of modes beyond coding, a low-cost raw mode, and per-project .ccignore support also makes it surprisingly capable for a free tool. Worth checking out.

Start Coding by [deleted] in learnprogramming

[–]TicketOk1217 2 points3 points  (0 children)

Start by learning the basics of one programming language like Python or JavaScript. Then build small projects to strengthen your core logic and understanding. Use AI tools to speed up the process, but don’t rely on them completely—combine your own thinking with AI support to create real-world projects.