fix: labor hub commentary misalignments vs chart data#4711
Conversation
- AI daily usage: "12%" → "10%" (historicalValues show 2025=10, not 12) - Weekly hours: "four hours shorter" → "about three hours shorter" (38.3→35.1 = ~3.2h, not 4h) - Youth unemployment: "from the current 6%" → "from the current 5%" (2025 historical value is 5.4%) - Jobs Monitor 2035: move law enforcement from "muted growth" into "highest growth" group alongside nurses and restaurant workers — law enforcement forecasts +8.7% (second highest), above restaurant servers at +7.8% https://claude.ai/code/session_01JX6YxPY5SnPRQyYnUoabcn
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughFive independent content updates to the labor hub: job role classifications for 2035 projections shift law enforcement to highest growth and remove sales/designers from contracting roles, workweek reduction projection decreases slightly, AI adoption metrics advance to early 2026 data, and hero timestamp updates to May 11, 2026. ChangesLabor Hub Narrative Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cleanup: Preview Environment RemovedThe preview environment for this PR has been destroyed.
Cleanup triggered by PR close at 2026-05-11T17:54:12Z |
|
Correction 1 is ok. Correction 2 is wrong. The graph shows 10% because it's an average of 2025 data, 12% is indeed the latest datapoint in 2025. We could update it to Correction 3 is wrong, the current rate is 5.6%, again it's looking at an average of last year. Although the historical data seem wrong to me. Unemployment should be 5.5, not 5.4 and underemployment 41.6, not 41.4. Fix historical data there. Correction 4 is appropriately moving law enforcement in the high growth bucket, but I don't think we should be singling out construction workers. The whole section feels in need of an update to me, what if we changed it to |
|
Claude finished @cemreinanc's task in 2m 45s —— View job Done — corrections applied in
|
- Update AI adoption sentence to '13% of workers using AI daily as of early 2026' (latest published datapoint) and add 2026: 13 to the chart's historicalValues. - Revert youth unemployment commentary to '5.6%' (latest datapoint rounds to 6%, not 5%) in key_insights.tsx. - Correct historical chart data for recent grads: unemployment 2025 5.4 → 5.5, underemployment 2025 41.4 → 41.6. - Rewrite Jobs Monitor 2035 blurbs: keep nurses/law enforcement/ restaurant workers in the high-growth group without singling out construction; reorganize the contraction blurb (software/finance/law as primary, laborers/sales as secondary; drop teachers/designers). Co-authored-by: Cemre Inanc <cemreinanc@users.noreply.github.com>
|
@claude data point shouldnt be plotted for that for AI usage chart. also underemployment and unemployment historical values changes like this:
|
|
Claude finished @cemreinanc's task in 1m 3s —— View job Done — fixes applied in
|
…nt historicals - Remove 2026: 13 from "Percent of workers that use AI daily" historicalValues - Update Unemployment Rate historicals: 2020 8.0→8.2, 2021 5.8→5.6 - Update Underemployment Rate historicals: 2019 41.5→41.4, 2020 41.0→40.9, 2021 40.9→41.0, 2022 40.3→40.0, 2023 39.7→39.9, 2024 40.3→40.2 Co-authored-by: Cemre Inanc <cemreinanc@users.noreply.github.com>
Summary
Four commentary strings on the Labor Hub page were inconsistent with the chart data shown alongside them. The "Commentary last updated" date has also been bumped to reflect this update. All fixes are copy-only — no chart data, logic, or structure was changed.
historicalValues: { 2025: 10 }in the adjacent chartCommentary last updated: May 1Commentary last updated: May 11Files changed
front_end/src/app/(main)/labor-hub/page.tsx— hours claim and AI % claimfront_end/src/app/(main)/labor-hub/sections/key_insights.tsx— youth unemployment baselinefront_end/src/app/(main)/labor-hub/jobs_insights.tsx— Jobs Monitor 2035 positive blurbfront_end/src/app/(main)/labor-hub/sections/hero.tsx— commentary last updated dateTest plan
https://claude.ai/code/session_01JX6YxPY5SnPRQyYnUoabcn
Summary by CodeRabbit