u/Dry-Statement2829

My team is shipping way more code thanks to LLMs, but I've noticed code organization is starting to take a backseat to pure velocity.

If the AI can understand the messy code in seconds, is the old "clean code" mantra still relevant?

I still feel like solid architecture is the only way to maintain velocity without the review process becoming a nightmare, but I’d love to hear how other teams are balancing "shipping fast" vs "shipping clean" lately.

reddit.com
u/Dry-Statement2829 — 13 days ago
▲ 0 r/webdev

Hey everyone,

I love the idea of AI-generated commit messages, but I’m really not a fan of the "every feature needs a new subscription" trend. Like many of you, I already pay for (or have access to) GitHub Copilot and Cursor.

Since JetBrains' native AI features require their specific subscription, I was looking for a lightweight bridge.

I just saw AICommitMessages plugin. It’s a simple IntelliJ plugin that exposes a button in your commit window. Instead of calling a proprietary API, it pipes your git diff to the CLI you already have installed and active.

reddit.com
u/Dry-Statement2829 — 13 days ago

Hey everyone,

I love the idea of AI-generated commit messages, but I’m really not a fan of the "every feature needs a new subscription" trend. Like many of you, I already pay for (or have access to) GitHub Copilot and Cursor.

Since JetBrains' native AI features require their specific subscription, I decided to build a lightweight bridge.

I just released AICommitMessages. It’s a simple IntelliJ plugin that exposes a button in your commit window. Instead of calling a proprietary API, it pipes your git diff to the CLI you already have installed and active.

Current Features:

  • 🛠️ Zero Config for CLIs: Works out of the box with GitHub Copilot and Cursor CLI.
  • ⚡ Native Integration: One-click generation directly in the IntelliJ commit tool window.
  • 💸 Save Money: Use the tools you’re already paying for—no need for the JetBrains AI sub.

Coming Soon:

  • Support for Gemini CLI and ChatGPT Codex.
  • Custom shell script support (so you can pipe diffs to any local model/Ollama).

I built this primarily for my own workflow (alongside my other plugin, SwitchIDE), but I figured others here might find it useful to keep their toolchain lean.

Download here: https://plugins.jetbrains.com/plugin/30544-aicommitmessages

GitHub / Feedback: If you have a specific CLI you want supported next, let me know in the comments!

reddit.com
u/Dry-Statement2829 — 13 days ago

Hey everyone,

I love the idea of AI-generated commit messages, but I’m really not a fan of the "every feature needs a new subscription" trend. Like many of you, I already pay for (or have access to) GitHub Copilot and Cursor.

Since JetBrains' native AI features require their specific subscription, I decided to build a lightweight bridge.

I just released AICommitMessages. It’s a simple IntelliJ plugin that exposes a button in your commit window. Instead of calling a proprietary API, it pipes your git diff to the CLI you already have installed and active.

Current Features:

  • 🛠️ Zero Config for CLIs: Works out of the box with GitHub Copilot and Cursor CLI.
  • Native Integration: One-click generation directly in the IntelliJ commit tool window.
  • 💸 Save Money: Use the tools you’re already paying for—no need for the JetBrains AI sub.

Coming Soon:

  • Support for Gemini CLI and ChatGPT Codex.
  • Custom shell script support (so you can pipe diffs to any local model/Ollama).

I built this primarily for my own workflow (alongside my other plugin, SwitchIDE), but I figured others here might find it useful to keep their toolchain lean.

Download here: https://plugins.jetbrains.com/plugin/30544-aicommitmessages

GitHub / Feedback: If you have a specific CLI you want supported next, let me know in the comments!

reddit.com
u/Dry-Statement2829 — 13 days ago