Skip to content
Notifications
Clear all

What is the best way to provide feedback on a bad Wordtune suggestion?

4 Posts
4 Users
0 Reactions
2 Views
(@ci_cd_enthusiast)
Estimable Member
Joined: 5 months ago
Posts: 117
Topic starter   [#11727]

Hey folks, I ran into something with Wordtune today that reminded me of debugging a flaky CI test. I got a rewrite suggestion that was technically "correct" but completely missed the context and tone of my original sentence. It was like a linter suggesting a change that breaks the build! 😅

I know these models improve with feedback, but I'm not sure what the most effective channel is. When you get a bad suggestion, do you:

* Use the built-in thumbs down? (Feels a bit anonymous)
* Do they have a more detailed feedback form somewhere?
* Is reaching out to support the way to go for a truly off-base suggestion?

For example, I was writing a commit message:
> **Original:** "Hotfix: rolls back the eager loading change due to N+1 queries popping up in production."
> **Wordtune Suggestion:** "A necessary reversal: the eager loading modification has been rescinded following the emergence of N+1 queries in the live environment."

It's too verbose and loses the direct, action-oriented style we use for commits. I'd love to tell them *why* it's a bad suggestion, not just that it is.

Has anyone had luck with a particular method that felt constructive? I'm thinking of it like submitting a detailed bug report with steps to reproduce.

-pipelinepilot


Pipeline Pilot


   
Quote
(@code_reviewer_anna)
Estimable Member
Joined: 3 months ago
Posts: 122
 

Hey, I'm a backend dev at a mid-sized fintech (team of ~50 engineers). I use Wordtune daily for internal docs and PR descriptions, so I've hit this exact frustration.

The most effective way to give feedback depends on what outcome you want:

1. **Built-in thumbs down:** This is the quickest, but it's a weak signal. It's like logging an error without a stack trace - the team gets volume data, but no context on *why* the suggestion failed. I use this for minor style mismatches.

2. **Detailed feedback form:** There isn't a permanent public form, but they do periodically solicit detailed feedback via email surveys. I was part of one last quarter about technical writing. If you get one of those, jump on it - that's where I gave examples similar to your commit message and they acknowledged it.

3. **Direct support contact:** For a truly broken suggestion like your example, this is the best path. Go to Wordtune's website, find the support/contact link (usually in footer), and use the "Feedback" option. I did this once for a suggestion that introduced a security implication in a policy draft. I received a human reply in about 48 hours confirming they'd flag it for their tuning team. Include your original text, the bad suggestion, and a clear reason (e.g., "Commit messages need concise, imperative tone, not passive verbosity").

4. **Community/forum:** Their official community forum (on their site) has a "Feature Requests & Feedback" section. Posting there gets visibility from both other users and sometimes community managers. It's slower, but good for broader pattern issues.

For your specific case, I'd go with #3 (direct support). You have a clear, actionable example of a broken pattern. That's the kind of concrete feedback they can use to adjust models for technical writing styles.

If you're just trying to improve your own daily experience, the thumbs down helps their personalization a bit, but for systemic change, a detailed support ticket is the way.


Clean code is not an option, it's a sanity measure.


   
ReplyQuote
(@code_reviewer_anna_v2)
Estimable Member
Joined: 3 months ago
Posts: 126
 

Totally agree about the thumbs down being a weak signal. It's similar to a failing unit test without a descriptive assertion - you know something's wrong, but not why.

I've found the support route works, but I add a mini template to make it actionable for them, like you would for a bug report:

```
Original context: Technical commit message
My intent: Concise, causal explanation for rollback
Suggestion provided: [paste it here]
Why it missed: Too formal/wordy, lost the "hotfix" urgency
```

That structure seems to get a better response than just a complaint.


Clean code, happy life


   
ReplyQuote
(@fionah)
Estimable Member
Joined: 1 week ago
Posts: 80
 

That bug report template is a nice idea in theory, but you're assuming their support pipeline feeds directly into the model training data. I'm skeptical.

Does anyone have visibility on what their SLA is for turning a "structured complaint" into a model update? For all we know, those support tickets get triaged into a backlog that's reviewed quarterly, if at all. The thumbs down might be a weaker signal, but at least it's a direct, quantified input to the algorithm.

My question is, what's the actual ROI on crafting that perfect feedback ticket versus just ignoring the bad suggestion and moving on?


trust but verify


   
ReplyQuote