sc-research 1.0.13 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +225 -64
  3. package/dist/web/assets/index-Bo0b_RP8.css +1 -0
  4. package/dist/web/assets/{index-sZb3bzqd.js → index-DhbLI1q5.js} +16 -16
  5. package/dist/web/icon.svg +3 -0
  6. package/dist/web/index.html +4 -4
  7. package/dist/web/mocks/classified_controversy.json +122 -0
  8. package/dist/web/mocks/classified_discovery.json +151 -0
  9. package/dist/web/mocks/classified_rank.json +160 -0
  10. package/dist/web/mocks/classified_sentiment.json +52 -0
  11. package/dist/web/mocks/classified_trend.json +175 -0
  12. package/package.json +2 -1
  13. package/templates/base/commands/controversy.md +8 -20
  14. package/templates/base/commands/deep-research.md +8 -19
  15. package/templates/base/commands/discovery.md +10 -22
  16. package/templates/base/commands/quick.md +6 -7
  17. package/templates/base/commands/rank.md +8 -19
  18. package/templates/base/commands/research.md +12 -6
  19. package/templates/base/commands/sentiment.md +8 -20
  20. package/templates/base/commands/trend.md +8 -19
  21. package/templates/base/commands/visualize.md +7 -7
  22. package/templates/base/skills/social_media_controversy.md +53 -23
  23. package/templates/base/skills/social_media_discovery.md +55 -43
  24. package/templates/base/skills/social_media_fetch.md +81 -49
  25. package/templates/base/skills/social_media_rank.md +49 -20
  26. package/templates/base/skills/social_media_schema.md +105 -19
  27. package/templates/base/skills/social_media_sentiment.md +59 -23
  28. package/templates/base/skills/social_media_trend.md +60 -20
  29. package/templates/base/skills/using_social_media_research.md +92 -74
  30. package/dist/web/assets/index-FB2oq23H.css +0 -1
  31. package/dist/web/vite.svg +0 -11
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
2
+ <text y=".9em" font-size="90">🔍</text>
3
+ </svg>
@@ -2,11 +2,11 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/social-media-research-skill/visualize/icon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>web</title>
8
- <script type="module" crossorigin src="/assets/index-sZb3bzqd.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-FB2oq23H.css">
7
+ <title>Dashboard | Community Research</title>
8
+ <script type="module" crossorigin src="/social-media-research-skill/visualize/assets/index-DhbLI1q5.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/social-media-research-skill/visualize/assets/index-Bo0b_RP8.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
@@ -0,0 +1,122 @@
1
+ {
2
+ "topic": "EQing Audiophile Headphones",
3
+ "overall_divisiveness": "High",
4
+ "controversies": [
5
+ {
6
+ "topic": "Hardware Integrity vs Software Correction",
7
+ "heat_score": 88,
8
+ "divisiveness": "High",
9
+ "side_a": {
10
+ "position": "If a headphone requires EQ to sound good, it is fundamentally flawed or 'bad'. High-end gear should stand on its own stock sound.",
11
+ "supporter_count": 71,
12
+ "sample_quotes": [
13
+ {
14
+ "text": "Isn't a headphone bad if you feel the need of eq'ing? ... I just feel like the stock sound is good enough for me",
15
+ "author": "csch1992",
16
+ "link": "https://reddit.com/r/headphones/comments/1n9j3q5"
17
+ },
18
+ {
19
+ "text": "I stopped using EQ after getting decent headphones/speakers. If i don't like the sound signature, i get something else.",
20
+ "author": "multiwirth_",
21
+ "link": "https://reddit.com/r/headphones/comments/1abfvpf/i_am_in_lovehate_relationship_with_eq/kjn9qd6/"
22
+ }
23
+ ]
24
+ },
25
+ "side_b": {
26
+ "position": "EQ is a standard optimization tool. No headphone is perfect, and refusing to EQ is 'leaving performance on the table'.",
27
+ "supporter_count": 145,
28
+ "sample_quotes": [
29
+ {
30
+ "text": "All headphones benefit from EQ.",
31
+ "author": "8Pandemonium8",
32
+ "link": "https://reddit.com/r/headphones/comments/1lhyvre/do_you_use_eq_for_your_headphones/mz82p0j/"
33
+ },
34
+ {
35
+ "text": "some cans just sound so much better with EQ that not doing it is just plain missing out imo.",
36
+ "author": "jokko_ono",
37
+ "link": "https://reddit.com/r/headphones/comments/1n9j3q5/isnt_a_headphone_bad_if_you_feel_the_need_of_eqing/ncmz8xw/"
38
+ },
39
+ {
40
+ "text": "The best headphone I've heard without EQ is still better with EQ. So, from my point of view, no [it's not bad].",
41
+ "author": "Hebolo",
42
+ "link": "https://reddit.com/r/headphones/comments/1n9j3q5/isnt_a_headphone_bad_if_you_feel_the_need_of_eqing/ncmzfxm/"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "topic": "Scientific Targets vs Subjective Tuning",
49
+ "heat_score": 74,
50
+ "divisiveness": "Medium",
51
+ "side_a": {
52
+ "position": "Users should EQ to established targets like Harman or Oratory1990 presets to ensure accuracy and consistency.",
53
+ "supporter_count": 92,
54
+ "sample_quotes": [
55
+ {
56
+ "text": "Research shows that the majority of listeners prefer the Harman target curve over any other target. ... Choose a preset for your headphones, and enter the filter settings.",
57
+ "author": "Alacris",
58
+ "link": "https://reddit.com/r/headphones/comments/1abfvpf/i_am_in_lovehate_relationship_with_eq/kjnm168/"
59
+ },
60
+ {
61
+ "text": "Try an established preset that's well-received like Oratory's first... play around with AutoEQ, there's a bunch of targets for you to choose from.",
62
+ "author": "Blckson",
63
+ "link": "https://reddit.com/r/headphones/comments/1i5ft66/cant_figure_out_eqing_advice_wanted/m83jdw6/"
64
+ }
65
+ ]
66
+ },
67
+ "side_b": {
68
+ "position": "Individual ear anatomy (HRTF) and mood vary; tuning to personal taste is more important than theoretical accuracy.",
69
+ "supporter_count": 68,
70
+ "sample_quotes": [
71
+ {
72
+ "text": "I know what sounds good to my ears so I EQ my headphones to that... I turn it on and off and use different curves depending on my mood too.",
73
+ "author": "chairamaswamy",
74
+ "link": "https://reddit.com/r/headphones/comments/1qqk8q3/do_you_eq_your_headphones/o2hmc2i/"
75
+ },
76
+ {
77
+ "text": "Adjust your speakers from the wall an inch. Frequency response is different. Measure it with a reference mic. Generate an EQ. ... Recline in your chair. Sounds like shit now.",
78
+ "author": "[deleted]",
79
+ "link": "https://reddit.com/r/headphones/comments/1abfvpf/i_am_in_lovehate_relationship_with_eq/kjn4ykz/"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "topic": "EQ as a Value Leveler",
86
+ "heat_score": 82,
87
+ "divisiveness": "High",
88
+ "side_a": {
89
+ "position": "Digital EQ can narrow the gap between mid-range and flagship gear, potentially rendering expensive hardware upgrades unnecessary.",
90
+ "supporter_count": 55,
91
+ "sample_quotes": [
92
+ {
93
+ "text": "I heard an Hd600 which we adjusted to exactly match the behaviour of an Hd800s on my own head.....and it sounded EXACTLY the same. Soundstage, detail, everything.",
94
+ "author": "@GoldenSoundHiFi",
95
+ "link": "https://x.com/GoldenSoundHiFi/status/2018637887319822829"
96
+ },
97
+ {
98
+ "text": "Turn $20 Earphones into $2000 Ones. Here, I'll explain how to use the most powerful audio tool ''EQ'' To help you get the best sound quality possible.",
99
+ "author": "@imathul18",
100
+ "link": "https://x.com/imathul18/status/1931742627352969552"
101
+ }
102
+ ]
103
+ },
104
+ "side_b": {
105
+ "position": "Software cannot overcome physical limitations. No amount of EQ can make a cheap driver match the technicality, soundstage, or comfort of a premium design.",
106
+ "supporter_count": 48,
107
+ "sample_quotes": [
108
+ {
109
+ "text": "The question of 'can you EQ one headphone to sound identical to another' has always been able to be summarised as 'in theory yes, practically no'",
110
+ "author": "@GoldenSoundHiFi",
111
+ "link": "https://x.com/GoldenSoundHiFi/status/2018637887319822829"
112
+ },
113
+ {
114
+ "text": "I get that it's daunting, but some cans just sound so much better with EQ ... but that slightly 1-1.5K honk does not translate to much audibly [when trying to match signatures perfectly]",
115
+ "author": "Multiple contributors",
116
+ "link": "https://reddit.com/r/headphones/comments/1n9j3q5"
117
+ }
118
+ ]
119
+ }
120
+ }
121
+ ]
122
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "topic": "Current Global Trends (Feb 2026)",
3
+ "period": "2026-02-10 to 2026-02-17",
4
+ "total_posts_analyzed": 40,
5
+ "trending_topics": [
6
+ {
7
+ "id": "epstein-investigation-reveal",
8
+ "topic_name": "Epstein Investigation & Political Fallout",
9
+ "description": "Significant new developments in the Epstein case, including names being revealed on the House floor and survivors testifying at DOJ hearings.",
10
+ "category": "News & Politics",
11
+ "engagement_score": 618839,
12
+ "sentiment": "negative",
13
+ "key_posts": [
14
+ {
15
+ "title": "DOJ chose not to interview Epstein survivors, they courageously showed up to the hearing anyway",
16
+ "url": "https://reddit.com/r/pics/comments/1r2bid7/doj_chose_not_to_interview_epstein_survivors_they/",
17
+ "platform": "reddit",
18
+ "engagement": 186286
19
+ },
20
+ {
21
+ "title": "Full video of today when Ro Khanna revealed Epstein associate's names on the floor of the US House of Representatives",
22
+ "url": "https://reddit.com/r/law/comments/1r19729/full_video_of_today_when_ro_khanna_revealed/",
23
+ "platform": "reddit",
24
+ "engagement": 135275
25
+ }
26
+ ],
27
+ "highlight_comments": [
28
+ {
29
+ "text": "The bravery it takes to show up when the system tries to ignore you is incredible.",
30
+ "author": "nbcnews",
31
+ "link": "https://reddit.com/r/pics/comments/1r21ktf/oc_epstein_survivors_who_havent_had_chance_to/",
32
+ "platform": "reddit"
33
+ },
34
+ {
35
+ "text": "Lieu fired back: I believe you just lied under oath",
36
+ "author": "Maximum_Expert92",
37
+ "link": "https://reddit.com/r/Fauxmoi/comments/1r266qj/rep_ted_lieu_played_pam_bondi_video_of_trump/",
38
+ "platform": "reddit"
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "id": "us-democracy-protests",
44
+ "topic_name": "US Democratic Discourse & Protests",
45
+ "description": "Widespread discussions on democratic norms, including comments from former President Obama and protests in Munich and Iran regarding US involvement.",
46
+ "category": "Politics",
47
+ "engagement_score": 511379,
48
+ "sentiment": "mixed",
49
+ "key_posts": [
50
+ {
51
+ "title": "Iranians hold up a poster showing Netanyahu, Mohammed bin Salman, Epstein, and Trump",
52
+ "url": "https://reddit.com/r/pics/comments/1r39raq/iranians_hold_up_a_poster_showing_netanyahu/",
53
+ "platform": "reddit",
54
+ "engagement": 145033
55
+ },
56
+ {
57
+ "title": "[OC] Today in Munich",
58
+ "url": "https://reddit.com/r/pics/comments/1r4sntk/oc_today_in_munich/",
59
+ "platform": "reddit",
60
+ "engagement": 134000
61
+ }
62
+ ],
63
+ "highlight_comments": [
64
+ {
65
+ "text": "President Obama: '...that is contrary to how I think our democracy is supposed to work'",
66
+ "author": "igetproteinfartsHELP",
67
+ "link": "https://reddit.com/r/Fauxmoi/comments/1r4w1ak/president_obama_when_i_was_president_i_suppose_i/",
68
+ "platform": "reddit"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "id": "employment-rights-win",
74
+ "topic_name": "Employment Rights & Jury Awards",
75
+ "description": "A viral story about a Dollar General employee awarded $277k after being fired for drinking orange juice to prevent diabetic shock.",
76
+ "category": "Legal",
77
+ "engagement_score": 100672,
78
+ "sentiment": "positive",
79
+ "key_posts": [
80
+ {
81
+ "title": "TIL a Dollar General employee who was told she couldn't keep drinks at the cash register was fired after taking a $1.69 orange juice to stave off diabetic shock.",
82
+ "url": "https://reddit.com/r/todayilearned/comments/1r2vnhs/til_a_dollar_general_employee_who_was_told_she/",
83
+ "platform": "reddit",
84
+ "engagement": 100672
85
+ }
86
+ ],
87
+ "highlight_comments": [
88
+ {
89
+ "text": "A jury awarded her $277,565. Justice served for 'grazing'.",
90
+ "author": "Forward-Answer-4407",
91
+ "link": "https://www.cnn.com/2016/09/30/us/diabetes-supermarket-lawsuit-trnd",
92
+ "platform": "reddit"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "id": "reddit-social-connection",
98
+ "topic_name": "Reddit Community Connections",
99
+ "description": "Heartwarming social stories, specifically a Reddit user meeting a stranger in Rome who helped them through a difficult time a year ago.",
100
+ "category": "Social",
101
+ "engagement_score": 106687,
102
+ "sentiment": "positive",
103
+ "key_posts": [
104
+ {
105
+ "title": "[OC] I posted on Reddit a year ago at my absolute lowest. Today, I'm in Rome meeting the stranger who helped me survive it.",
106
+ "url": "https://reddit.com/r/MadeMeSmile/comments/1r2s7kl/oc_i_posted_on_reddit_a_year_ago_at_my_absolute/",
107
+ "platform": "reddit",
108
+ "engagement": 106687
109
+ }
110
+ ],
111
+ "highlight_comments": [
112
+ {
113
+ "text": "Your life is so much bigger than the person who left you. There are people you haven't met yet who are going to love you.",
114
+ "author": "Maybe-Potential",
115
+ "link": "https://reddit.com/r/MadeMeSmile/comments/1r2s7kl/oc_i_posted_on_reddit_a_year_ago_at_my_absolute/",
116
+ "platform": "reddit"
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "id": "internet-humor-oddities",
122
+ "topic_name": "Internet Humor & Viral Oddities",
123
+ "description": "Viral images and videos ranging from excessively bright truck lights to overfed wildlife, capturing broad internet attention.",
124
+ "category": "Entertainment",
125
+ "engagement_score": 253698,
126
+ "sentiment": "neutral",
127
+ "key_posts": [
128
+ {
129
+ "title": "Thanks to massive advances in technology, you can now mount a supernova on the front of your truck!",
130
+ "url": "https://reddit.com/r/mildlyinfuriating/comments/1r2033u/thanks_to_massive_advances_in_technology_you_can/",
131
+ "platform": "reddit",
132
+ "engagement": 150837
133
+ },
134
+ {
135
+ "title": "All had enough to eat when all of a sudden this overfed lion cub just fell over on its back",
136
+ "url": "https://reddit.com/r/interestingasfuck/comments/1r3o9b7/photographer_johan_j_botha_was_at_a_lion_kill_of/",
137
+ "platform": "reddit",
138
+ "engagement": 102861
139
+ }
140
+ ],
141
+ "highlight_comments": [
142
+ {
143
+ "text": "Me irl",
144
+ "author": "Severe-blake6720",
145
+ "link": "https://reddit.com/r/me_irl/comments/1r1vory/me_irl/",
146
+ "platform": "reddit"
147
+ }
148
+ ]
149
+ }
150
+ ]
151
+ }
@@ -0,0 +1,160 @@
1
+ {
2
+ "topic": "Best Open-Back Headphones for Gaming 2025",
3
+ "products": [
4
+ {
5
+ "rank": 1,
6
+ "name": "Sennheiser HD 560S",
7
+ "sentiment": "Very Positive",
8
+ "mentions": 12,
9
+ "estimated_engagement_score": 2500,
10
+ "consensus": "The gold standard for value and competitive performance, widely praised for its exceptional imaging and comfort.",
11
+ "pros": [
12
+ "Incredible directional imaging",
13
+ "Lightweight and breathable",
14
+ "Easy to drive without an amp"
15
+ ],
16
+ "cons": [
17
+ "Plastic-heavy build",
18
+ "Slightly intimate soundstage compared to higher-end models"
19
+ ],
20
+ "highlight_quotes": [
21
+ {
22
+ "text": "current daily drivers are these: Sennheiser HD 560S. open back... changed my life.",
23
+ "author": "@funkentechno",
24
+ "link": "https://x.com/funkentechno/status/2001662659154878717",
25
+ "context": "pro"
26
+ },
27
+ {
28
+ "text": "I still use my hd560s for gaming most of the time since I feel they’re more comfortable... top 1% cs2 player.",
29
+ "author": "hiji404",
30
+ "link": "https://reddit.com/r/HeadphoneAdvice/comments/1m2ken8/what_r_the_best_openback_headphones_for_gaming/n3pq3gi/",
31
+ "context": "pro"
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "rank": 2,
37
+ "name": "Sennheiser HD 490 Pro",
38
+ "sentiment": "Very Positive",
39
+ "mentions": 8,
40
+ "estimated_engagement_score": 1200,
41
+ "consensus": "The premium modern choice for competitive precision, offering unmatched comfort and neutral details.",
42
+ "pros": [
43
+ "Extremely comfortable for long sessions",
44
+ "Neutral and detailed tuning",
45
+ "Swappable producer/mixing pads"
46
+ ],
47
+ "cons": [
48
+ "Premium price tag",
49
+ "Requires a decent DAC/Amp for full potential"
50
+ ],
51
+ "highlight_quotes": [
52
+ {
53
+ "text": "HD490 its open back, has a neutral tuning and most importantly is the most comfortable set of headphones I have ever owned.",
54
+ "author": "MrDestructo",
55
+ "link": "https://reddit.com/r/HeadphoneAdvice/comments/1kvnf27/open_back_headphones_primarily_for_gaming/mub4t18/",
56
+ "context": "pro"
57
+ },
58
+ {
59
+ "text": "I see HD490 being mentioned a ton so I'll cop that for now.",
60
+ "author": "M_Ethanol",
61
+ "link": "https://www.reddit.com/r/HeadphoneAdvice/comments/1kvnf27",
62
+ "context": "general"
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "rank": 3,
68
+ "name": "Beyerdynamic DT 900 Pro X",
69
+ "sentiment": "Positive",
70
+ "mentions": 10,
71
+ "estimated_engagement_score": 9500,
72
+ "consensus": "A rock-solid evolution of the classic DT 990, delivering punchy bass and detailed highs with improved comfort.",
73
+ "pros": [
74
+ "Legendary build quality",
75
+ "Exciting and detailed sound signature",
76
+ "Detachable cable"
77
+ ],
78
+ "cons": [
79
+ "Treble can be sharp for sensitive ears",
80
+ "Clamping force can be high initially"
81
+ ],
82
+ "highlight_quotes": [
83
+ {
84
+ "text": "I got the new dt990 pro x from Beyerdynamic... allowed me to dial in that treble peak really well and they are extremely comfortable.",
85
+ "author": "thiqiousmaximus",
86
+ "link": "https://reddit.com/r/HeadphoneAdvice/comments/1m2ken8/what_r_the_best_open_back_headphones_for_gaming/n3sdkc5/",
87
+ "context": "pro"
88
+ },
89
+ {
90
+ "text": "Ranking of the best headphones... 8. Beyerdynamic DT 990 Pro X.",
91
+ "author": "@stats_feed",
92
+ "link": "https://x.com/stats_feed/status/1982691983865815464",
93
+ "context": "general"
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "rank": 4,
99
+ "name": "Hifiman Edition XS",
100
+ "sentiment": "Positive",
101
+ "mentions": 6,
102
+ "estimated_engagement_score": 800,
103
+ "consensus": "An immersive powerhouse for open-world gaming, featuring a massive soundstage at a competitive price.",
104
+ "pros": [
105
+ "Wide and immersive soundstage",
106
+ "Excellent planar magnetic detail",
107
+ "Great value at current sale prices"
108
+ ],
109
+ "cons": [
110
+ "Bulky and heavy for some users",
111
+ "QC concerns commonly discussed"
112
+ ],
113
+ "highlight_quotes": [
114
+ {
115
+ "text": "Neutral bright with good sub-bass extension. They have wide stage with impeccable imaging... pinpoint sound directions easily.",
116
+ "author": "PointMoney",
117
+ "link": "https://reddit.com/r/HeadphoneAdvice/comments/1imfs8n/best_open_back_headphones_for_gaming_between/mc46jmt/",
118
+ "context": "pro"
119
+ },
120
+ {
121
+ "text": "Hifiman edition XS are currently half the original retail price - some people consider them as one of the best headphones below 1000$.",
122
+ "author": "jrow_official",
123
+ "link": "https://reddit.com/r/HeadphoneAdvice/comments/1opuv1m/best_open_back_headphones_for_pc_gaming/nne8482/",
124
+ "context": "general"
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "rank": 5,
130
+ "name": "Audio-Technica ATH-R70X",
131
+ "sentiment": "Very Positive",
132
+ "mentions": 5,
133
+ "estimated_engagement_score": 600,
134
+ "consensus": "The professional's choice for lightweight comfort and top-tier positional accuracy.",
135
+ "pros": [
136
+ "Extremely lightweight (barely felt)",
137
+ "Flat, natural frequency response",
138
+ "Exceptional imaging for FPS"
139
+ ],
140
+ "cons": [
141
+ "Unique wing-headband can be hit or miss",
142
+ "Higher impedance requires an amplifier"
143
+ ],
144
+ "highlight_quotes": [
145
+ {
146
+ "text": "Audio-Technica ATH-R70X Open-Back Headphones Review – The Reference That Finally Feels Right.",
147
+ "author": "@bestbuysreview",
148
+ "link": "https://x.com/bestbuysreview/status/2021210194857058528",
149
+ "context": "pro"
150
+ }
151
+ ]
152
+ }
153
+ ],
154
+ "key_insights": [
155
+ "Sennheiser dominates the mid-range gaming conversation with the HD 560S being the most recommended entry point.",
156
+ "Imaging and comfort are consistently cited as the most important factors for gaming over raw frequency range.",
157
+ "Planar magnetic headphones (like Hifiman) are gaining traction for single-player immersion due to their larger soundstage.",
158
+ "The community is shifting towards headphones that don't require high-powered amplification for convenience."
159
+ ]
160
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "topic": "Sony WH-1000XM6",
3
+ "overall_mood": "Positive",
4
+ "distribution": {
5
+ "very_positive": 5,
6
+ "positive": 9,
7
+ "mixed": 5,
8
+ "negative": 3
9
+ },
10
+ "by_source": {
11
+ "reddit": {
12
+ "very_positive": 2,
13
+ "positive": 3,
14
+ "mixed": 4,
15
+ "negative": 3
16
+ },
17
+ "x": {
18
+ "very_positive": 3,
19
+ "positive": 6,
20
+ "mixed": 1,
21
+ "negative": 0
22
+ }
23
+ },
24
+ "product_sentiments": [
25
+ {
26
+ "name": "Sony WH-1000XM6",
27
+ "overall": "Positive",
28
+ "reddit_sentiment": "Mixed",
29
+ "x_sentiment": "Very Positive",
30
+ "evidence_quotes": [
31
+ {
32
+ "text": "The worst name The best headphones Sony WH-1000XM6 are finally out. And they're back on the throne",
33
+ "author": "@MKBHD",
34
+ "link": "https://x.com/MKBHD/status/1923051346556486030",
35
+ "sentiment": "Very Positive"
36
+ },
37
+ {
38
+ "text": "The noise cancelation is unreal. It's literally dizzying... ambient setting... sounds like the normal world, without headphones. It's perfect.",
39
+ "author": "Ok_Blueberry5752",
40
+ "link": "https://www.reddit.com/r/SonyHeadphones/comments/1l1e1lv",
41
+ "sentiment": "Very Positive"
42
+ },
43
+ {
44
+ "text": "Sony WH-1000XM6 are Sonically Underwhelming. The soundstage feels super small and cramped, the mids are super weak, the bass is largely absent.",
45
+ "author": "ProfessionalCalm27",
46
+ "link": "https://www.reddit.com/r/headphones/comments/1kwrxz1",
47
+ "sentiment": "Negative"
48
+ }
49
+ ]
50
+ }
51
+ ]
52
+ }