Comparison
ChatGPT is a general-purpose AI assistant. Glue is specialized in reading codebases. Both can help product managers, but in different ways.
ChatGPT can:
Best for: Writing, thinking, and explaining.
Glue can:
Best for: Understanding your specific system and making better decisions about it.
ChatGPT knows about programming in general, but doesn't know your codebase.
Glue knows nothing about programming in general, but knows your codebase specifically.
Ask ChatGPT "how long will this feature take?" → It guesses, often wrong. Ask Glue "how long will this feature take?" → It analyzes your code and gives an informed answer.
Product Manager: "Should we add dark mode?"
ChatGPT: "Dark mode is popular. High adoption in comparable apps. Easy to implement. Recommended." (Guessing based on general knowledge)
Glue: "Dark mode would require: theme context in React (new), updating 47 components to use theme values (medium), database migration for user preference (easy). Estimate 2-3 weeks, high confidence." (Based on your actual codebase)
ChatGPT for: Writing, brainstorming, explaining Glue for: Estimating, understanding, deciding
A workflow:
Keep reading