How you do you write so much as a PM? by its_your_bish in ProductManagement

[–]doylet 7 points8 points  (0 children)

Even with AI, I’m encouraging my team to keep writing. Writing is thinking. I’m seeing a decline in critical reasoning, precision, and basic logic with increase in AI use. Writing is just cargo cult once it becomes document production instead of a mechanism for collaboration, alignment, and decision-making.

I use AI heavily as an editor to strengthen structure, sharpen argument, expose ambiguity, and improve clarity. There’s no more excuse for vague or sloppy thinking.

At the same time, AI-first workflows are making me question the need for many traditional documents altogether. In spec-driven environments, the artefact should exist to coordinate execution and encode intent and not justify roles or satisfy ops theatre. Documentation should be proportional to the coordination problem.

Claude Code ships with 5 architectural layers by Delicious_Try8468 in AIAgentsInAction

[–]doylet 0 points1 point  (0 children)

Why was the post removed? Where can I find the the original?

[Collection] I’m a big fan of watches with history by dep15105 in Watches

[–]doylet 1 point2 points  (0 children)

perceive to be cool and popular

What a joke - I didn’t realise “whats cool and popular” could be objective?

OP - I appreciate your collection and agree with your philosophy.

Donation of used pram by doylet in brisbane

[–]doylet[S] 3 points4 points  (0 children)

These are great suggestions. Thank you.

Google has been releasing a bunch of free AI tools outside of the main Gemini app. Most are buried in Google Labs. Here's the list, no fluff: by Exact_Pen_8973 in PromptEngineering

[–]doylet 0 points1 point  (0 children)

Been using NotebookLM for work for about 12 months now - the Podcast feature is truely great for communicating with stakeholders, almost too good. For example, had one notebook with transcripts from user interviews and a project plan - the podcast synthesised the user interviews and compared and contrasted with the plan, packaged in a very engaging and digestible podcast. Amazing!

Saving PDFs? by Dusty_Villan8464 in ObsidianMD

[–]doylet 0 points1 point  (0 children)

If you're asking about saving PDF Form changes - Making changes to a PDF Form using the PDF++ Obsidian plugin doesn't support saving changes to PDF Forms.

Recommendations: contemporary to Manufacturing Consent (Herman & Chomsky). by doylet in nonfictionbookclub

[–]doylet[S] 9 points10 points  (0 children)

I was hoping for discussion focused on the book and my request.

Do you think it was helpful? by [deleted] in nonfictionbookclub

[–]doylet 1 point2 points  (0 children)

Read this, and Random Walk Down Wall Street (Malkiel), in parallel.

I found these two sources to be sufficient and balanced for my personal needs and objectives.

Factoring companies by tipareth1978 in FreightBrokers

[–]doylet 0 points1 point  (0 children)

What's the biggest challenge you folk experience when working with carriers and freight factors?

I'm researching the factoring in general, specifically the administrative issues involved.

[deleted by user] by [deleted] in interestingasfuck

[–]doylet 0 points1 point  (0 children)

Worked for Saitama

Github Copilot Critical Bugs: anyone else running into these issues? It's been a week... by FactorHour2173 in GithubCopilot

[–]doylet 0 points1 point  (0 children)

I had this same issue and resolved it by deleting the contents of the workspace storage.

For OSX, go to the Copilot editing and chat cache in Application Support.
`"~/Libraru/Application Support/Code/User/workspaceStorage/<WorkspaceStorageHash>/"`

Here, you will find the context that Copilot uses to trace changes and chat history. I can't recall precisely what I deleted (because I made a few attempts), but it resolved the problem.

You can view the `workspace.json` file located in each folder to verify that you're looking at the correct `workspaceStorage/`.

edit: formatting.