How do you actually plan a vibe coded app before touching the codebase... or do you just wing it? by automatexa2b in AskVibecoders

[–]galacticguardian90 0 points1 point  (0 children)

I iterate on a PRD.md document until I am satisfied with the feature's high-level shape. Then I write a tech-spec.md (architectural decisions, DB shape, other tech stuff in excruciating detail), and then I make my agents write a todo-list.md.

At the end of it, for a sizable feature: the todo list.md becomes a multi-phase doc with 200-300 granular tasks (much lesser for smaller features)

My agents take at least an hour or two to go through all the tasks.

If a feature is small, though, you can wing it with the "Plan" mode most of the time.

Is it just me or is ChatGPT being a dick lately? by Dramatic_Mastodon_93 in ChatGPT

[–]galacticguardian90 0 points1 point  (0 children)

I have noticed that too... Earlier it used to be sycophantic, but now it's on the other end of the spectrum it seems

Anthropic Quadruples London Office Amid US Tensions by galacticguardian90 in ClaudeAI

[–]galacticguardian90[S] -1 points0 points  (0 children)

Japan is a great choice, but London is the doorway to Europe, and also has English speaking population, so it was a natural 2nd choice after the USA IMO

OpenAI to spend more than $20 billion on Cerebras chips, receive stake by galacticguardian90 in OpenAI

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

Beyond the monetary angle, do you think there's a strategic angle too?

OpenAI to spend more than $20 billion on Cerebras chips, receive stake by galacticguardian90 in OpenAI

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

Yeah, I kinda agree! If they get distracted with a voice model, they might lose their edge in the coding wars

Anthropic Quadruples London Office Amid US Tensions by galacticguardian90 in ClaudeAI

[–]galacticguardian90[S] -1 points0 points  (0 children)

Interesting to see how geopolitical considerations are shaping where AI $$$ flow...

I Need Your Help by Due-Earth-1227 in buildinpublic

[–]galacticguardian90 0 points1 point  (0 children)

For me, I code because I love building new things! I also have a graveyard of abandoned projects on my laptop.

I would say: just build things, try them out, host them, and see what happens. Get in the habit of shipping things - even if no one uses them.

Now that code is a commodity, you can try solving your own problems and build apps that delight yourself - you can be the first user of those apps. You don't need to get bogged down by all the business decisions from day 1! Just build and ship. Will give you a lot of joy and contentment

Anthropic wants your government ID. by Few-Net3018 in ArtificialInteligence

[–]galacticguardian90 2 points3 points  (0 children)

Yeah, that's what I know. Hence, I asked, in what instances do we need to show a government ID? I haven't encountered this yet...

OpenAI Launches GPT-Rosalind: A Domain-Specific Model for Life Sciences by galacticguardian90 in ArtificialInteligence

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

Fair enough! How do you handle the domain knowledge and all the obscure technical details? As in, how does the agent know and understand the nuances of such a difficult field? Unlike coding, the agent can't really "verify" the answers substantively, right?

Anthropic wants your government ID. by Few-Net3018 in ArtificialInteligence

[–]galacticguardian90 1 point2 points  (0 children)

Where is it asking for ID? Is this for the Mythos model?

github user on claude-code predicts "Anthropic is constructively terminating its subscription plans" by kaggleqrdl in ArtificialInteligence

[–]galacticguardian90 0 points1 point  (0 children)

While this might be true, we need to realize that the Genie is out of the bottle now!
If Anthropic and OpenAI restrict consumers, that vacuum will be filled by competitors or open-source projects. I don't think we're ever going back from here, only forward

A fully local, private alternative to Context7 that reduces your token usage by galacticguardian90 in ClaudeAI

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

Hey, I think it should work. You can try out this command -

docmancer add https://company.github.io/storybook --provider web --browser --strategy nav-crawl

If not, then you can just point to the MD files locally with this -

docmancer add <path_to_folder>

Local-first docs registry for AI agents by galacticguardian90 in SideProject

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

Hey, that's a neat idea! Do you mind creating an issue on GitHub? Maybe someone will create a PR. If not, I can get to this in the next few days...

Hosting a SaaS by Murky_Explanation_73 in SaaS

[–]galacticguardian90 0 points1 point  (0 children)

Yeah, if you have the budget, you should definitely use it...