docs: document Fluent's speed, accuracy, and token improvements#17
Merged
Conversation
Expand the README, CHANGELOG, and llms.txt to accurately reflect the work done since forking Free Flow, organized into three themes: - Speed: warm-microphone instant start, fast mode that drops the screenshot and context call from plain dictation, leaner audio hot path, faster launch, and os_signpost latency instrumentation. - Accuracy: Whisper-paper robust per-segment decoding, an audio front-end for quiet voices, temperature=0 decoding, and custom-vocabulary biasing of the raw transcript. - Tokens: user-configurable reasoning effort (new vs Free Flow), a cleanup prompt cut to ~half its length, smaller default screenshots, and always stripping reasoning blocks. Also correct the earlier claim that reasoning is disabled by default (it is user-configurable) and the privacy note (the app also contacts GitHub for update checks).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR rewrites the release notes, README overview, and website summary to describe the Fluent rebrand and updated speed, accuracy, and token-efficiency messaging. It also adds a README privacy note about GitHub update checks. ChangesDocumentation refresh
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was created by @kiro-agent on behalf of @inhaq 👻
Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro Web
Follow-up to the rebrand (#16). After reviewing every merged PR since the fork (#2-#15), the docs were too narrow and partly inaccurate, so this rewrites the README/CHANGELOG/llms.txt around what actually changed, grouped into three themes.
Speed (key-press to paste)
AVCaptureSessioncold start), with idle cool-down (Speed up dictation pipeline: signposts, fast mode, warm mic, lazy history #12).os_signpostinstrumentation to actually measure trigger→paste latency (Speed up dictation pipeline: signposts, fast mode, warm mic, lazy history #12).Accuracy (the "papers" work)
no_speech_prob/avg_logprob/compression_ratio(Improve quiet-voice accuracy: audio enhancement + Whisper robust decoding #11).temperature=0decoding and custom-vocabulary biasing of the raw transcript (Fix dictation accuracy: stop dropping real speech, bias Whisper with vocab #10).Tokens (on your terms)
reasoning_effort— not possible in Free Flow (perf: optimize audio pipeline, level UI, screenshot crop, and history load #2).<think>/<thinking>blocks always stripped across the model family (perf: optimize audio pipeline, level UI, screenshot crop, and history load #2).Corrections to #16
Tested
Summary by CodeRabbit