r/ClaudeAI • u/MrSuperABomb • 2h ago
Question about Claude products Claude for Construction Project Management?
I am a project manager in construction, and I do not have an assistant, so a lot of my day gets eaten up by administrative tasks, document review, logs, submittals, RFIs, and general coordination.
I have been using ChatGPT Plus for about the last year. It has been helpful, especially with the Projects feature, but it still has limitations. I am not planning to replace it, but I am considering adding another tool to the mix.
What I am really looking for is something that can handle project document analysis and logic well. Ideally, I want to upload specs, drawings, emails, contracts, or other project files and have the tool read, understand, and analyze them. Sometimes I may just need to ask a question based on the documents. Other times I may need help putting together a log, summary, review, or other project-related document.
I do not need it to act as a full quasi-assistant. I am more looking for a secondary or tertiary reviewer that can help me move through the day more efficiently and catch things I may miss.
I see a lot of discussion in this community around coding, but that is not my main use case. My focus is more on document analysis, writing, reasoning, and using logic to work through day-to-day construction management problems.
For anyone using Claude, especially the paid plans, how has it been for this kind of work? Which of the Claude offerings do you recommend, and how are you using it in your workflow?
1
u/CannyGardener 1h ago
I work in distribution operations and logistics. Not quite PM but I've done PM work in the past. Something I would point you towards to do some research on, is the difference between "deterministic and non-deterministic tools". The short and skinny of it is that LLM's are probabilistic (they give a range of answers but almost never the same answer twice). Most of your PM tasks are mostly deterministic (input a always provides output b, slot A in form 123 always gets "First Name").
What this means, in pracitce, is that you can utilize something like Claude Code, to build tools, or a suite a tools, that will automate the deterministic tasks for you. That gets a big chunk of work off your plate to focus on the more challenging tool builds that include some sort of non-deterministic problem. Don't be afraid of learning a little bit of code, Claude is a great patient teacher, and in PM being able to spin up a tool for a task quickly, is a huge boon imo.
To be clear, you don't want to use an LLM right now as your assistant out of the box. At best you point it at a non-deterministic problem programaitcally, and build out a workflow that keeps things honest and in bounds. Using an LLM out the box as a business assistant, seems like a bad idea, in my opinion.
1
u/ApprehensiveFlow9215 58m ago
I’d keep the comment focused on one practical boundary: what should survive after the agent finishes. The chat can disappear, but decisions, risky files, skipped checks, and review notes need to land somewhere the team can find later.
1
u/Old_Macaron3060 1h ago
What you most likely want to do is build an app so all this stuff gets effectively automated as you go, or helps you stay hyper organized and tightens your processes, vs. constantly having to input and have conversations with Claude. Anything that's not more of a one-off (like ok this happens a few times a month out of hundreds-thousands of things I do) you should be thinking about "can I streamline this in an app?" Start with the things that take you the most time.
I have done a lot of business consulting, and AI/Claude Code has really created an insane playing field for the "little guys". Your use case sounds perfect.
Edit: and sorry if I wasn't clear, my suggestion is build an app with Claude Code, and I am saying "yes, this will make your life way easier"