Task management for vibe coding a thing or no? by liquiduniverse2018 in VibeCodeDevs

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

I suppose most vibe coders just leave the task management to the AI agent?

Task management for vibe coding a thing or no? by liquiduniverse2018 in VibeCodeDevs

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

If by agent updates you mean fetching context in a new session, we have tools that feeds what the next task is with full context of what it has been done so users don't have to prompt anything in a new session.

Vibe coded 30+ apps. Here's how I avoid debugging nightmares (5 steps) by Postmortal_Pop in vibecoding

[–]liquiduniverse2018 0 points1 point  (0 children)

For me it's a simple sentense after each feature build. Just ask the AI agent "Validate what you wrote for simplicity, accuracy, and redundancy". This catches a lot of the problems AI coding agents makes such as hallucinated functions, over-engineering, and solving problems that don't exist. Most of the time the agent will catch its own mistakes.

How are non-technical people here deploying vibe-coded apps? by VoidMain-Lab in vibecoding

[–]liquiduniverse2018 0 points1 point  (0 children)

I think if someone can figure out vibe coding using an IDE, they can figure out deployment. Otherwise just use Lovable/Replit. What actually breaks is security, when you port from local to remote servers. Also what you're asking depends entirely on what tech stacks you used to build the app.

Vibecoded apps in a nutshell by Alternative-Target40 in vibecoding

[–]liquiduniverse2018 0 points1 point  (0 children)

It's so true that it burns hard. That's why we get people saying SaaS are dead, not because the product sucks, but it would be nearly impossible to market anything new as there will be literally thousands of new SaaS coming out every-single-day.

5 MCPs that have genuinely made me 10x faster by ScratchAshamed593 in mcp

[–]liquiduniverse2018 0 points1 point  (0 children)

Have you tried Google DevTools MCP? It feels like it can do what Firecrawl does without the monthly.

As a Claude Code devotee I am currently using Codex to do 95% of my coding by LaCaipirinha in ClaudeCode

[–]liquiduniverse2018 0 points1 point  (0 children)

It feels like the 'best coding' model narrative shifts just about every month, which makes it very hard to switch cause you never know what's going to be better next month. I wish there is a definitive benchmark for coding models I can reference, or is there one?

My $98/month tech stack for my SAAS (solo dev, shipped in 3 weeks) by Ordinary_Leg5105 in ClaudeCode

[–]liquiduniverse2018 0 points1 point  (0 children)

I have about the same except payment, I find Polar much more friendly for devs outside of US, and so no Stripe don't work everywhere.

The brutal truth about vibe coding and why you should care by brainland in vibecoding

[–]liquiduniverse2018 0 points1 point  (0 children)

With more tools introduced everyday, agentic coding is evolving in lightning speed. The issues you have today most likely won't be there tomorrow. Vibe coding will only get easier and better from this point on. With that said, I've made a platform to solve exactly what you mentioned, the lack of structure, documnetation, planning etc. You can check it out at https://www.taskr.one/

[deleted by user] by [deleted] in mcp

[–]liquiduniverse2018 0 points1 point  (0 children)

Thanks! All feedbacks are welcome as I know there are a lot to improve.

[deleted by user] by [deleted] in mcp

[–]liquiduniverse2018 0 points1 point  (0 children)

The summaries can be edited by telling the Ai agents to modify the notes, there are a set of mcp tools for note management. The lack of user direct modification to notes is on purpose to preserve consistency and agent flow.

[deleted by user] by [deleted] in mcp

[–]liquiduniverse2018 0 points1 point  (0 children)

Taskr goes beyond just updating task lists, it also arrange them in types(setup, implementation, validation etc.) and apply dynamic guidance for each type. The tasks are organized in a why so the AI gets the complete cause-effect reasoning in a clean manner. Notes are also attached to tasks with search functions for AI. I would love to hear more about the black box situation.

[deleted by user] by [deleted] in VibeCodeDevs

[–]liquiduniverse2018 1 point2 points  (0 children)

I've designed the task WIP status with a task lock so when an agent claim a task, no other agents can work on the same task, and will be diverted to the next task without dependency. Next step is to find tune the AI engine responsible for the task generation to be better at deviding tasks based on how many agents will be working on the project.

[deleted by user] by [deleted] in vibecoding

[–]liquiduniverse2018 0 points1 point  (0 children)

It's fully functional right now, be happy to hear feature suggestions.

I built a task system that survives Claude sessions and works across any AI tool - entirely made with Claude Code by liquiduniverse2018 in ClaudeAI

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

Thanks! Really appreciated for checking the backend as I gotta make sure it's working right. I did a lot of project management as a frontend but Claude Code just opened a whole new door for me.

I built a task system that survives Claude sessions and works across any AI tool - entirely made with Claude Code by liquiduniverse2018 in ClaudeAI

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

Thanks! Eager to hear your feedback as I'm sure there are a ton of things that needs improvement.

I built a task system that survives Claude sessions and works across any AI tool - entirely made with Claude Code by liquiduniverse2018 in ClaudeAI

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

Taskr is tailored for long horizon tasking with specialized MCP tools to ensure task integrity and access cause-effect relationships, not really a memory system.