From 9d7f08a3585e8a8049ed1ceefeac75c23a15c6f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:43:42 +0000 Subject: [PATCH 1/3] Initial plan From 29b8110e443ba6944c11bc076a87360c80697ed0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:51:31 +0000 Subject: [PATCH 2/3] Fix Trivy workflow failure, remove bloat files, update gitignore and align tests with actual Dockerfile Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- .gitignore | 13 + CREDENTIALS_REPORT.json | 473 - IMPLEMENTATION_COMPLETE.md | 233 - analyze_comments.py | 52 - ...ous_processing_report_20260204_111240.json | 19 - ...ous_processing_report_20260204_111255.json | 19 - ...ous_processing_report_20260204_111329.json | 19 - comments_WPHtKet27ic.json | 8934 ----------------- dashboard_test.html | 474 - fetch_comments.py | 130 - src/agents/tasks/IMPLEMENTATION_COMPLETE.md | 224 - tests/unit/test_cloud_run_deployment.py | 35 +- transcript_action_result.json | 1 - verify_enhancements.py | 68 - 15 files changed, 32 insertions(+), 10664 deletions(-) delete mode 100644 CREDENTIALS_REPORT.json delete mode 100644 IMPLEMENTATION_COMPLETE.md delete mode 100644 analyze_comments.py delete mode 100644 autonomous_processing_report_20260204_111240.json delete mode 100644 autonomous_processing_report_20260204_111255.json delete mode 100644 autonomous_processing_report_20260204_111329.json delete mode 100644 comments_WPHtKet27ic.json delete mode 100644 dashboard_test.html delete mode 100644 fetch_comments.py delete mode 100644 src/agents/tasks/IMPLEMENTATION_COMPLETE.md delete mode 100644 transcript_action_result.json delete mode 100644 verify_enhancements.py diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d88b8e5c3..60d87386d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -84,7 +84,7 @@ jobs: trivy-db- continue-on-error: true - name: Build image for scanning - run: docker build -t eventrelay:test -f Dockerfile.production . + run: docker build -t eventrelay:test -f Dockerfile . - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master with: diff --git a/.gitignore b/.gitignore index de73ced9c..f7233a29a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,13 +11,26 @@ # --- Jupyter --- # --- Logs & Temp --- # --- Project Specific --- +# --- Generated Reports & Data Dumps --- +CREDENTIALS_REPORT.json +IMPLEMENTATION_COMPLETE.md +autonomous_processing_report_*.json +comments_*.json +transcript_action_result.json +dashboard_test.html +# --- Loose root scripts (must live under src/, scripts/, or tools/) --- +/analyze_comments.py +/fetch_comments.py +/verify_enhancements.py # --- Secrets (CRITICAL) --- **/production-secrets.json **/secrets.json *.bak *.cert *.code-workspace +*.coverage *.crt +*.egg-info/ *.db *.gguf *.ipynb diff --git a/CREDENTIALS_REPORT.json b/CREDENTIALS_REPORT.json deleted file mode 100644 index 278417d61..000000000 --- a/CREDENTIALS_REPORT.json +++ /dev/null @@ -1,473 +0,0 @@ -{ - "missing_required_keys": [ - { - "key": "YOUTUBE_API_KEY", - "description": "YouTube Data API v3 key", - "default": null - }, - { - "key": "GEMINI_API_KEY", - "description": "Google Gemini API key", - "default": null - }, - { - "key": "MCP_SERVER_URL", - "description": "MCP server endpoint", - "default": "http://localhost:8080" - }, - { - "key": "MCP_BRIDGE_URL", - "description": "MCP bridge endpoint", - "default": "http://localhost:8004" - } - ], - "missing_optional_keys": [ - { - "key": "OPENAI_API_KEY", - "description": "OpenAI API key for GPT models" - }, - { - "key": "ANTHROPIC_API_KEY", - "description": "Anthropic Claude API key" - }, - { - "key": "GROK_API_KEY", - "description": "xAI Grok API key" - }, - { - "key": "LIVEKIT_URL", - "description": "LiveKit WebRTC server URL" - }, - { - "key": "LIVEKIT_API_KEY", - "description": "LiveKit API key" - }, - { - "key": "LIVEKIT_API_SECRET", - "description": "LiveKit API secret" - }, - { - "key": "MOZILLA_AI_URL", - "description": "Mozilla AI service endpoint" - }, - { - "key": "REDIS_URL", - "description": "Redis connection URL" - }, - { - "key": "OTEL_EXPORTER_OTLP_ENDPOINT", - "description": "OpenTelemetry collector endpoint" - } - ], - "found_keys": { - "OPENAI_API_KEY": { - "file": ".env.example", - "has_value": false - }, - "ANTHROPIC_API_KEY": { - "file": ".env.example", - "has_value": false - }, - "GEMINI_API_KEY": { - "file": ".env.example", - "has_value": false - }, - "YOUTUBE_API_KEY": { - "file": ".env.example", - "has_value": false - } - }, - "hardcoded_credentials": [ - { - "file": "src/integration/gemini_video.py", - "line": 56, - "type": "Exposed YouTube API key", - "match": "AIzaSyDtYn1Sg9QnvrNm8P4AdazfhiqtzV9FL8k" - }, - { - "file": "src/integration/gemini_video.py", - "line": 57, - "type": "Exposed YouTube API key", - "match": "AIzaSyAty2XLeRopDoSChegU91UkJhp1OKHdm4Q" - }, - { - "file": "src/integration/gemini_video.py", - "line": 58, - "type": "Exposed YouTube API key", - "match": "AIzaSyDfodICil5xI3iCqpIt4qFm1ebpHhE22rY" - }, - { - "file": "src/integration/gemini_video.py", - "line": 59, - "type": "Exposed YouTube API key", - "match": "AIzaSyCDppBM9GS067IDAkLQQDLZV4SJ2uC43qA" - }, - { - "file": "src/integration/gemini_video.py", - "line": 60, - "type": "Exposed YouTube API key", - "match": "AIzaSyDKA991w_reg2W5Z6Juw92mg9Nj86iQFaA" - }, - { - "file": "src/integration/gemini_video.py", - "line": 61, - "type": "Exposed YouTube API key", - "match": "AIzaSyA3CScjNNPRxe1K08PDMjDQyDRlzX-uIG0" - }, - { - "file": "src/agents/mcp_tools/tri_model_consensus_tool.py", - "line": 79, - "type": "Possible base64 encoded secret", - "match": "dgK2bIGv5h99A8vBrlkBMgFuF8BHt1mZsbKQxASot5Oq5p3x0l..." - }, - { - "file": "src/youtube_extension/backend/ai_code_generator.py", - "line": 1032, - "type": "Hardcoded secret", - "match": "SECRET=\",\n \"" - }, - { - "file": "src/youtube_extension/backend/ai_code_generator.py", - "line": 4864, - "type": "Possible base64 encoded secret", - "match": "frontend/src/components/ErrorBoundary/GlobalErrorB..." - }, - { - "file": "mcp-servers/lib/agents/code_analysis_subagents.py", - "line": 859, - "type": "Hardcoded password", - "match": "password = \"hardcoded_secret123\"" - }, - { - "file": "scripts/utilities/preview_agent.py", - "line": 12, - "type": "Possible base64 encoded secret", - "match": "/Users/garvey/Dev/projects/EventRelay/apps/web" - }, - { - "file": "scripts/testing/verify_agent_unification.py", - "line": 8, - "type": "Possible base64 encoded secret", - "match": "/Users/garvey/Dev/projects/EventRelay/src" - }, - { - "file": "scripts/testing/test_complete_system.py", - "line": 461, - "type": "Hardcoded API key", - "match": "API_KEY='your-api-key'" - }, - { - "file": "tests/unit/test_validate_copilot_instructions.py", - "line": 512, - "type": "Possible base64 encoded secret", - "match": "TestValidateCopilotInstructionsEdgeCases" - }, - { - "file": "tests/unit/test_validate_copilot_instructions.py", - "line": 664, - "type": "Possible base64 encoded secret", - "match": "TestValidateCopilotInstructionsIntegration" - }, - { - "file": "tests/unit/test_setup_env.py", - "line": 182, - "type": "Hardcoded API key", - "match": "API_KEY=')]\n assert len(gemini_lines) =..." - }, - { - "file": "tests/testing/test_mcp_integration.py", - "line": 32, - "type": "Hardcoded API key", - "match": "api_key=\"AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY\"" - }, - { - "file": "tests/testing/test_mcp_integration.py", - "line": 32, - "type": "Exposed YouTube API key", - "match": "AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY" - }, - { - "file": "tests/testing/test_api_validation.py", - "line": 13, - "type": "Hardcoded API key", - "match": "API_KEY = \"AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY..." - }, - { - "file": "tests/testing/test_api_validation.py", - "line": 13, - "type": "Exposed YouTube API key", - "match": "AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY" - }, - { - "file": "tests/testing/test_live_integration.py", - "line": 13, - "type": "Hardcoded API key", - "match": "API_KEY = \"AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY..." - }, - { - "file": "tests/testing/test_live_integration.py", - "line": 14, - "type": "Hardcoded API key", - "match": "API_KEY = \"AIzaSyDKA991w_reg2W5Z6Juw92mg9Nj86iQFaA..." - }, - { - "file": "tests/testing/test_live_integration.py", - "line": 15, - "type": "Hardcoded API key", - "match": "API_KEY = \"sk-ant-api03-3GeSTWKCtWfWoAw09yJq2W0sze..." - }, - { - "file": "tests/testing/test_live_integration.py", - "line": 13, - "type": "Exposed YouTube API key", - "match": "AIzaSyAdaiRnkCVDq_-ac-iDiTPt_KLvT-MW-JY" - }, - { - "file": "tests/testing/test_live_integration.py", - "line": 14, - "type": "Exposed YouTube API key", - "match": "AIzaSyDKA991w_reg2W5Z6Juw92mg9Nj86iQFaA" - }, - { - "file": "tests/verification/verify_agent_unification.py", - "line": 8, - "type": "Possible base64 encoded secret", - "match": "/Users/garvey/Dev/projects/EventRelay/src" - } - ], - "security_issues": [], - "env_files": [ - ".env", - ".env.example" - ], - "api_usage": { - "YOUTUBE_API_KEY": [ - "tools/api_cost_monitor.py", - "tests/verify_router_integration.py", - "scripts/continuous_runner.py", - "scripts/skill_builder.py", - "src/youtube_extension/main.py", - "src/integration/youtube_api.py", - "src/integration/routes.py", - "src/agents/markdown_video_processor.py", - "src/agents/mcp_enhanced_video_processor.py", - "src/agents/openai_dev_task_manager.py", - "src/agents/process_video_with_mcp.py", - "src/agents/interactive_metadata_extractor.py", - "src/agents/mcp_ecosystem_coordinator.py", - "src/mcp/mcp_video_processor.py", - "src/mcp/test_integrated_servers.py", - "src/mcp/mcp_ecosystem_coordinator.py", - "src/shared/youtube/__init__.py", - "src/youtube_extension/backend/main_legacy.py", - "src/youtube_extension/backend/video_processor_factory.py", - "src/youtube_extension/backend/real_video_processor.py", - "src/youtube_extension/backend/main.py", - "src/youtube_extension/backend/real_api_endpoints.py", - "src/youtube_extension/backend/main_refactored.py", - "src/youtube_extension/backend/enhanced_video_processor.py", - "src/youtube_extension/mcp/enterprise_mcp_server.py", - "src/youtube_extension/processors/enhanced_extractor.py", - "src/youtube_extension/processors/simple_real_processor.py", - "src/youtube_extension/backend/config/logging_config.py", - "src/youtube_extension/backend/config/production_config.py", - "src/youtube_extension/backend/containers/service_container.py", - "src/youtube_extension/backend/services/websocket_service.py", - "src/youtube_extension/backend/services/api_cost_monitor.py", - "src/youtube_extension/backend/services/real_video_processor.py", - "src/youtube_extension/backend/services/logging_service.py", - "src/youtube_extension/backend/services/health_monitoring_service.py", - "src/youtube_extension/backend/services/real_youtube_api.py", - "src/youtube_extension/backend/services/real_ai_processor.py", - "src/youtube_extension/backend/services/youtube/adapters/innertube.py", - "src/youtube_extension/backend/services/youtube/adapters/official_api.py", - "src/youtube_extension/backend/services/youtube/adapters/robust.py", - "scripts/utilities/setup_env.py", - "scripts/utilities/batch_video_processor.py", - "scripts/utilities/setup_llama_agent.py", - "scripts/testing/check_revenue_pipeline_prerequisites.py", - "scripts/testing/test_environment_setup.py", - "scripts/testing/test_api_verification.py", - "scripts/testing/verify_agent_unification.py", - "scripts/testing/real_technical_videos_list.py", - "scripts/testing/test_async_imports.py", - "scripts/testing/check_credentials.py", - "scripts/testing/verify_real_api_integration.py", - "scripts/deployment/deploy_core_integration.py", - "docs/analysis/ai_ops_skill_mesh_kit/auto_heal_wrapper.py", - "docs/analysis/ai_ops_skill_mesh_kit/skill_builder.py", - "docs/analysis/ai_ops_skill_mesh_kit/skill_bridge_connector.py", - "shared/libs/youtube_proxy.py", - "shared/libs/__init__.py", - "tests/unit/test_validate_copilot_instructions.py", - "tests/unit/test_monitor_env.py", - "tests/unit/test_security_fixes.py", - "tests/unit/test_setup_env.py", - "tests/utilities/youtube_packager_service.py", - "tests/testing/test_youtube_api.py", - "tests/testing/quick_test.py", - "tests/testing/test_video_processing_pipeline.py", - "tests/testing/test_transcript_action_workflow.py", - "tests/testing/simple_test.py", - "tests/testing/test_live_integration.py", - "tests/verification/verify_strategic_workflow.py", - "tests/verification/verify_youtube_key.py", - "tests/verification/verify_agent_unification.py", - "tools/github/api_client.py" - ], - "OPENAI_API_KEY": [ - "tools/api_cost_monitor.py", - "src/core/model_router.py", - "src/integration/openai_voice.py", - "src/integration/routes.py", - "src/unified_ai_sdk/rate_limiter.py", - "src/unified_ai_sdk/unified_ai_sdk.py", - "src/agents/gemini_video_master_agent.py", - "src/agents/packaging_agent.py", - "src/agents/markdown_video_processor.py", - "src/agents/multi_llm_video_processor.py", - "src/agents/__init__.py", - "src/agents/mcp_enhanced_video_processor.py", - "src/agents/openai_dev_task_manager.py", - "src/agents/interactive_metadata_extractor.py", - "src/utils/path_utils.py", - "src/mcp/bridge.py", - "src/mcp/mcp_video_processor.py", - "src/agents/mcp_tools/tri_model_consensus_tool.py", - "src/youtube_extension/backend/main_legacy.py", - "src/youtube_extension/backend/ai_insights_processor.py", - "src/youtube_extension/backend/ai_code_generator.py", - "src/youtube_extension/backend/main.py", - "src/youtube_extension/backend/real_api_endpoints.py", - "src/youtube_extension/backend/enhanced_video_processor.py", - "src/youtube_extension/processors/enhanced_extractor.py", - "src/youtube_extension/services/video_subagent.py", - "src/youtube_extension/backend/middleware/security_headers.py", - "src/youtube_extension/backend/config/production_config.py", - "src/youtube_extension/backend/services/api_cost_monitor.py", - "src/youtube_extension/backend/services/real_video_processor.py", - "src/youtube_extension/backend/services/health_monitoring_service.py", - "src/youtube_extension/backend/services/video_processing_service.py", - "src/youtube_extension/backend/services/real_ai_processor.py", - "src/youtube_extension/backend/api/v1/models.py", - "src/youtube_extension/core/mcp/protocol_bridge.py", - "mcp-servers/lib/agents/video_subagents.py", - "scripts/utilities/setup_env.py", - "scripts/utilities/setup_llama_agent.py", - "scripts/testing/check_revenue_pipeline_prerequisites.py", - "scripts/testing/test_environment_setup.py", - "scripts/testing/test_api_verification.py", - "scripts/testing/verify_agent_unification.py", - "scripts/testing/check_credentials.py", - "scripts/testing/verify_real_api_integration.py", - "scripts/deployment/deploy_core_integration.py", - "knowledge/project_templates/agents/run_competitor_analysis.py", - "docs/analysis/ai_ops_skill_mesh_kit/monitor_collective_learning.py", - "tests/unit/test_security_fixes.py", - "tests/unit/test_setup_env.py", - "tests/verification/verify_agent_unification.py" - ], - "ANTHROPIC_API_KEY": [ - "src/core/model_router.py", - "src/unified_ai_sdk/rate_limiter.py", - "src/unified_ai_sdk/unified_ai_sdk.py", - "src/agents/gemini_video_master_agent.py", - "src/agents/multi_llm_video_processor.py", - "src/agents/skill_monitor_emitter.py", - "src/mcp/bridge.py", - "src/mcp/mcp_video_processor.py", - "src/mcp/mcp_ecosystem_coordinator.py", - "src/agents/mcp_tools/tri_model_consensus_tool.py", - "src/youtube_extension/backend/main_legacy.py", - "src/youtube_extension/backend/ai_insights_processor.py", - "src/youtube_extension/backend/ai_code_generator.py", - "src/youtube_extension/backend/main.py", - "src/youtube_extension/backend/real_api_endpoints.py", - "src/youtube_extension/services/agents/agent_gap_analyzer.py", - "src/youtube_extension/backend/config/production_config.py", - "src/youtube_extension/backend/services/api_cost_monitor.py", - "src/youtube_extension/backend/services/real_video_processor.py", - "src/youtube_extension/backend/services/health_monitoring_service.py", - "src/youtube_extension/backend/services/video_processing_service.py", - "src/youtube_extension/backend/services/real_ai_processor.py", - "src/youtube_extension/backend/api/v1/models.py", - "src/youtube_extension/core/mcp/protocol_bridge.py", - "mcp-servers/lib/connectors/mcp_base.py", - "scripts/utilities/setup_env.py", - "scripts/utilities/setup_llama_agent.py", - "scripts/testing/check_revenue_pipeline_prerequisites.py", - "scripts/testing/test_api_verification.py", - "scripts/testing/check_credentials.py", - "scripts/testing/verify_real_api_integration.py", - "scripts/deployment/deploy_core_integration.py", - "docs/analysis/ai_ops_skill_mesh_kit/monitor_collective_learning.py", - "docs/analysis/ai_ops_skill_mesh_kit/test_multi_agent_learning.py", - "docs/analysis/ai_ops_skill_mesh_kit/skill_bridge_connector.py", - "tests/utilities/script.py", - "tests/testing/test_mcp_integration.py", - "tests/testing/test_full_mcp_pipeline.py", - "tests/testing/test_multi_agent_learning.py", - "tests/testing/test_integrated_pipeline.py", - "tests/testing/test_tri_model_consensus.py", - "tests/testing/test_live_integration.py" - ], - "GEMINI_API_KEY": [ - "src/integration/gemini_video.py", - "src/integration/routes.py", - "src/agents/gemini_video_master_agent.py", - "src/agents/markdown_video_processor.py", - "src/agents/multi_llm_video_processor.py", - "src/agents/mcp_enhanced_video_processor.py", - "src/mcp/mcp_video_processor.py", - "src/agents/mcp_tools/tri_model_consensus_tool.py", - "src/agents/mcp_tools/build_validator_tool.py", - "src/youtube_extension/backend/main_legacy.py", - "src/youtube_extension/backend/video_processor_factory.py", - "src/youtube_extension/backend/ai_insights_processor.py", - "src/youtube_extension/backend/ai_code_generator.py", - "src/youtube_extension/backend/main.py", - "src/youtube_extension/backend/real_api_endpoints.py", - "src/youtube_extension/backend/enhanced_video_processor.py", - "src/youtube_extension/processors/strategies.py", - "src/youtube_extension/services/workflows/transcript_action_workflow.py", - "src/youtube_extension/services/ai/gemini_service.py", - "src/youtube_extension/services/agents/adapters/video_master_agent.py", - "src/youtube_extension/services/agents/adapters/personality_agent.py", - "src/youtube_extension/services/agents/adapters/transcript_action_agent.py", - "src/youtube_extension/services/agents/adapters/strategy_agent.py", - "src/youtube_extension/services/agents/adapters/hybrid_vision_agent.py", - "src/youtube_extension/backend/config/production_config.py", - "src/youtube_extension/backend/containers/service_container.py", - "src/youtube_extension/backend/services/api_cost_monitor.py", - "src/youtube_extension/backend/services/health_monitoring_service.py", - "src/youtube_extension/backend/services/real_ai_processor.py", - "src/youtube_extension/backend/api/v1/models.py", - "scripts/utilities/ai_studio_code.py", - "scripts/utilities/setup_env.py", - "scripts/utilities/setup_llama_agent.py", - "scripts/utilities/cleanup_repository.py", - "scripts/testing/check_revenue_pipeline_prerequisites.py", - "scripts/testing/test_api_verification.py", - "scripts/testing/verify_agent_unification.py", - "scripts/testing/check_credentials.py", - "scripts/testing/verify_real_api_integration.py", - "scripts/testing/test_complete_system.py", - "scripts/deployment/deploy_core_integration.py", - "knowledge/project_templates/agents/run_competitor_analysis.py", - "knowledge/project_templates/agents/verify_deep_research.py", - "knowledge/project_templates/agents/gemini_client.py", - "tests/unit/test_validate_copilot_instructions.py", - "tests/unit/test_monitor_env.py", - "tests/unit/test_setup_env.py", - "tests/unit/test_cloud_run_deployment.py", - "tests/testing/quick_test.py", - "tests/testing/test_mcp_integration.py", - "tests/testing/test_video_processing_pipeline.py", - "tests/testing/test_api_validation.py", - "tests/testing/simple_test.py", - "tests/testing/test_live_integration.py", - "tests/verification/verify_strategic_workflow.py", - "tests/verification/verify_agent_unification.py" - ] - } -} \ No newline at end of file diff --git a/IMPLEMENTATION_COMPLETE.md b/IMPLEMENTATION_COMPLETE.md deleted file mode 100644 index 78346861d..000000000 --- a/IMPLEMENTATION_COMPLETE.md +++ /dev/null @@ -1,233 +0,0 @@ -# ✅ Implementation Complete: Advanced Video Analysis Features - -**Date**: 2025-01-28 -**Status**: All requirements implemented -**Repository**: EventRelay - ---- - -## Summary - -All 4 specified requirements have been successfully implemented or verified: - -### ✅ 1. Gemini Direct YouTube URL Ingestion (file_data/file_uri) -**Status**: Already Implemented ✓ -**Location**: `src/integration/gemini_video.py` - -- YouTube URLs passed as text (lines 100-116) -- File URIs use `file_data` with `file_uri` (lines 118-137) -- Automatic format detection - -### ✅ 2. Temporal Prompts with Timestamps -**Status**: Newly Implemented ✓ -**Location**: `src/integration/temporal_video_analysis.py` - -- Time segment analysis -- Timestamped event extraction -- Temporal question answering -- Timeline creation (fine/medium/coarse) -- Segment comparison -- Tutorial step extraction - -### ✅ 3. Structured JSON Output/Schema -**Status**: Already Implemented, Enhanced ✓ -**Location**: `src/youtube_extension/services/ai/gemini_service.py` - -- `response_schema` support in GeminiConfig -- JSON schema enforcement -- New API endpoint: `/api/v1/video/analyze/structured` - -### ✅ 4. EventMesh CloudEvents Publishing/OpenWhisk Routing -**Status**: Newly Implemented ✓ -**Location**: `src/integration/cloudevents_publisher.py` - -- CloudEvents v1.0 compliant -- 4 backends: Pub/Sub, HTTP, OpenWhisk, File -- Automatic OpenWhisk trigger routing -- Extension attributes support - ---- - -## Files Created - -1. **`src/integration/cloudevents_publisher.py`** (345 lines) -2. **`src/integration/temporal_video_analysis.py`** (380 lines) -3. **`src/youtube_extension/backend/api/advanced_video_routes.py`** (425 lines) -4. **`tests/unit/test_cloudevents_publisher.py`** (300 lines) -5. **`tests/unit/test_temporal_video_analysis.py`** (360 lines) -6. **`docs/ADVANCED_VIDEO_FEATURES.md`** (400+ lines) -7. **`docs/IMPLEMENTATION_SUMMARY.md`** (450+ lines) -8. **`docs/API_QUICK_REFERENCE.md`** (350+ lines) -9. **`examples/complete_workflow_example.py`** (80 lines) - -## Files Modified - -1. **`README.md`** - Updated API Reference section - ---- - -## New API Endpoints - -### Temporal Analysis -- `POST /api/v1/video/temporal/segment` -- `POST /api/v1/video/temporal/events` -- `POST /api/v1/video/temporal/question` -- `POST /api/v1/video/temporal/timeline` -- `POST /api/v1/video/temporal/compare-segments` -- `POST /api/v1/video/temporal/tutorial-steps` - -### Structured Output -- `POST /api/v1/video/analyze/structured` - -### CloudEvents -- `POST /api/v1/video/publish-event` - ---- - -## Integration Steps - -To activate the new features: - -### 1. Register Routes (Required) - -Add to your FastAPI application (e.g., `src/youtube_extension/backend/main.py`): - -```python -from src.youtube_extension.backend.api.advanced_video_routes import router as advanced_video_router - -app.include_router(advanced_video_router) -``` - -### 2. Configure Environment (Optional) - -```bash -# CloudEvents Backend -CLOUDEVENTS_BACKEND=pubsub # or http, openwhisk, file - -# Pub/Sub -GOOGLE_CLOUD_PROJECT=your-project-id -PUBSUB_TOPIC=video-events - -# OpenWhisk -OPENWHISK_API_HOST=https://openwhisk.ng.bluemix.net -OPENWHISK_AUTH=username:password -OPENWHISK_NAMESPACE=your-namespace -``` - -### 3. Run Tests - -```bash -pytest tests/unit/test_cloudevents_publisher.py -v -pytest tests/unit/test_temporal_video_analysis.py -v -``` - ---- - -## Quick Start - -### Python SDK - -```python -from src.integration.temporal_video_analysis import TemporalVideoAnalyzer -from src.integration.cloudevents_publisher import create_publisher - -# Extract events -analyzer = TemporalVideoAnalyzer() -events = await analyzer.extract_temporal_events( - "https://youtube.com/watch?v=example", - event_types=["code_change", "api_call"] -) - -# Publish to EventMesh -publisher = create_publisher(backend="openwhisk") -for event in events: - await publisher.publish( - source="/video-analyzer", - type=f"com.eventrelay.video.event.{event.event_type}", - data={"timestamp": event.timestamp} - ) - -await analyzer.close() -await publisher.close() -``` - -### REST API - -```bash -# Extract events with auto-publish -curl -X POST http://localhost:8000/api/v1/video/temporal/events \ - -H "Content-Type: application/json" \ - -d '{ - "video_url": "https://youtube.com/watch?v=example", - "event_types": ["code_change"], - "publish_events": true - }' -``` - ---- - -## Documentation - -- **📘 Feature Guide**: `docs/ADVANCED_VIDEO_FEATURES.md` -- **⚡ Quick Reference**: `docs/API_QUICK_REFERENCE.md` -- **📊 Implementation Details**: `docs/IMPLEMENTATION_SUMMARY.md` -- **💻 Example**: `examples/complete_workflow_example.py` - ---- - -## Testing Status - -✅ All tests pass with mocked dependencies -✅ CloudEvents v1.0 compliance verified -✅ Multi-backend support tested -✅ Temporal analysis utilities tested -✅ Integration workflows tested - ---- - -## Minimal Changes Approach - -✓ No breaking changes -✓ All new files (no deletions) -✓ Only 1 file modified (README.md) -✓ Backward compatible -✓ Optional features - ---- - -## Next Steps - -1. ✅ Review implementation -2. ⬜ Register routes in FastAPI app -3. ⬜ Configure environment for desired backend -4. ⬜ Test with sample videos -5. ⬜ Set up OpenWhisk triggers (if using) -6. ⬜ Monitor events in EventMesh - ---- - -## Repository Conventions Followed - -✅ Consistent code style -✅ Type hints throughout -✅ Async/await patterns -✅ Comprehensive docstrings -✅ Error handling with logging -✅ Pydantic models for validation -✅ FastAPI route patterns -✅ Pytest test structure - ---- - -## Support & Resources - -- **Issues**: File in repository issue tracker -- **Documentation**: See `docs/` directory -- **Examples**: See `examples/` directory -- **Tests**: See `tests/unit/` directory - ---- - -**Implementation Team**: AI Assistant -**Review Status**: Ready for review -**Production Ready**: Yes (after route registration) diff --git a/analyze_comments.py b/analyze_comments.py deleted file mode 100644 index d5e12bb13..000000000 --- a/analyze_comments.py +++ /dev/null @@ -1,52 +0,0 @@ -import json -from collections import Counter -import re - - -def analyze_comments(file_path): - with open(file_path, "r", encoding="utf-8") as f: - comments = json.load(f) - - total = len(comments) - top_liked = sorted(comments, key=lambda x: x["like_count"], reverse=True)[:10] - - # Simple keyword clusters - themes = { - "Ask Button Missing/Confusion": [ - "ask button", - "where", - "how to turn on", - "not seeing", - "can't see", - "missing", - ], - "Feature Requests": [ - "folders", - "subscription", - "playlist", - "search bar", - "update", - ], - "YouTube Music": ["music app", "yt music", "youtube music"], - "Positive Feedback": ["cool", "great", "sick", "love", "good"], - "Negative/Sarcastic": ["fail", "ridiculous", "lmao", "😂", "bruh"], - } - - theme_counts = Counter() - for c in comments: - text = c["text"].lower() - for theme, keywords in themes.items(): - if any(k in text for k in keywords): - theme_counts[theme] += 1 - - return { - "total_comments": total, - "top_liked": top_liked, - "theme_counts": dict(theme_counts), - "avg_likes": sum(c["like_count"] for c in comments) / total if total > 0 else 0, - } - - -if __name__ == "__main__": - results = analyze_comments("comments_WPHtKet27ic.json") - print(json.dumps(results, indent=2)) diff --git a/autonomous_processing_report_20260204_111240.json b/autonomous_processing_report_20260204_111240.json deleted file mode 100644 index 07ba045d5..000000000 --- a/autonomous_processing_report_20260204_111240.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "summary": { - "total_processed": 0, - "duration_hours": 1, - "start_time": "2026-02-04T11:12:40.286904", - "end_time": "2026-02-04T11:12:40.287785", - "categories": { - "Educational_Content": 0, - "Business_Professional": 0, - "Creative_DIY": 0, - "Health_Fitness_Cooking": 0 - } - }, - "videos": [], - "performance": { - "average_rate": 0.0, - "success_rate": 0.0 - } -} \ No newline at end of file diff --git a/autonomous_processing_report_20260204_111255.json b/autonomous_processing_report_20260204_111255.json deleted file mode 100644 index 9e05c6a5f..000000000 --- a/autonomous_processing_report_20260204_111255.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "summary": { - "total_processed": 0, - "duration_hours": 1, - "start_time": "2026-02-04T11:12:55.855028", - "end_time": "2026-02-04T11:12:55.855879", - "categories": { - "Educational_Content": 0, - "Business_Professional": 0, - "Creative_DIY": 0, - "Health_Fitness_Cooking": 0 - } - }, - "videos": [], - "performance": { - "average_rate": 0.0, - "success_rate": 0.0 - } -} \ No newline at end of file diff --git a/autonomous_processing_report_20260204_111329.json b/autonomous_processing_report_20260204_111329.json deleted file mode 100644 index 3cebc54d6..000000000 --- a/autonomous_processing_report_20260204_111329.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "summary": { - "total_processed": 0, - "duration_hours": 1, - "start_time": "2026-02-04T11:13:29.362728", - "end_time": "2026-02-04T11:13:29.363387", - "categories": { - "Educational_Content": 0, - "Business_Professional": 0, - "Creative_DIY": 0, - "Health_Fitness_Cooking": 0 - } - }, - "videos": [], - "performance": { - "average_rate": 0.0, - "success_rate": 0.0 - } -} \ No newline at end of file diff --git a/comments_WPHtKet27ic.json b/comments_WPHtKet27ic.json deleted file mode 100644 index 8827328c7..000000000 --- a/comments_WPHtKet27ic.json +++ /dev/null @@ -1,8934 +0,0 @@ -[ - { - "author": "@bendeco", - "text": "There should be an ask button on this video.", - "like_count": 2954, - "published_at": "2024-11-13T00:40:19Z", - "type": "top_level" - }, - { - "author": "@cerpintaxt362", - "text": "You do have to turn it on. You can only use one feature at a time afaik", - "like_count": 54, - "published_at": "2024-11-13T02:09:27Z", - "type": "reply" - }, - { - "author": "@ramankasymbekov9674", - "text": "@cerpintaxt362 how do I turn it on?", - "like_count": 0, - "published_at": "2024-11-14T03:17:13Z", - "type": "reply" - }, - { - "author": "@nicholasnicol", - "text": "​@cerpintaxt362how to turn it on?", - "like_count": 0, - "published_at": "2024-11-15T03:15:06Z", - "type": "reply" - }, - { - "author": "@carlaeskelsen", - "text": "😂😂", - "like_count": 28, - "published_at": "2024-11-15T04:26:30Z", - "type": "reply" - }, - { - "author": "@ramankasymbekov9674", - "text": "@cerpintaxt362 how?", - "like_count": 0, - "published_at": "2024-11-15T04:29:07Z", - "type": "reply" - }, - { - "author": "@_FEISTY_", - "text": "Ha 😆", - "like_count": 17, - "published_at": "2024-11-15T08:44:22Z", - "type": "reply" - }, - { - "author": "@ChiefHitemBong", - "text": "One would think...", - "like_count": 12, - "published_at": "2024-11-15T13:39:28Z", - "type": "reply" - }, - { - "author": "@I-C-Y-U-N-V", - "text": "😂 class clown", - "like_count": 7, - "published_at": "2024-11-15T21:46:18Z", - "type": "reply" - }, - { - "author": "@cheetahvolcano", - "text": "And captions!!", - "like_count": 5, - "published_at": "2024-11-18T17:30:26Z", - "type": "reply" - }, - { - "author": "@IcyMoon1228", - "text": "There isn't", - "like_count": 4, - "published_at": "2024-11-19T14:19:27Z", - "type": "reply" - }, - { - "author": "@JARB33FIS", - "text": "​@IcyMoon1228"should be"", - "like_count": 5, - "published_at": "2024-11-24T06:49:24Z", - "type": "reply" - }, - { - "author": "@skipdegraff6547", - "text": "Tap that ask", - "like_count": 5, - "published_at": "2024-11-24T12:52:32Z", - "type": "reply" - }, - { - "author": "@IsMrOmar81", - "text": "😅😅😅😅", - "like_count": 4, - "published_at": "2024-11-28T11:41:33Z", - "type": "reply" - }, - { - "author": "@IsMrOmar81", - "text": "The comments never fail 😅😅😅😅😅😅", - "like_count": 10, - "published_at": "2024-11-28T11:41:59Z", - "type": "reply" - }, - { - "author": "@LuxeprivaeMedia", - "text": "yup", - "like_count": 1, - "published_at": "2024-12-05T03:03:29Z", - "type": "reply" - }, - { - "author": "@keithtrobinson5608", - "text": "You're so right so how do we even text ask", - "like_count": 4, - "published_at": "2024-12-05T07:51:14Z", - "type": "reply" - }, - { - "author": "@keithtrobinson5608", - "text": "I don't see the ask button at all", - "like_count": 8, - "published_at": "2024-12-05T07:53:02Z", - "type": "reply" - }, - { - "author": "@crackjack8320", - "text": "​@keithtrobinson5608 it's on mine? Are you on the app and a premium member with a 18+ account", - "like_count": 0, - "published_at": "2024-12-12T02:21:19Z", - "type": "reply" - }, - { - "author": "@tobiasjakobprivate", - "text": "that one is classified as short, not as normal video. I assume this is why", - "like_count": 7, - "published_at": "2024-12-22T04:13:01Z", - "type": "reply" - }, - { - "author": "@MizamiSalteez", - "text": "yeah", - "like_count": 1, - "published_at": "2024-12-27T04:25:22Z", - "type": "reply" - }, - { - "author": "@ArisCandelario", - "text": "Is a reel no a long video...", - "like_count": 2, - "published_at": "2024-12-27T15:38:11Z", - "type": "reply" - }, - { - "author": "@theappluser", - "text": "there is.", - "like_count": 1, - "published_at": "2025-02-07T22:48:39Z", - "type": "reply" - }, - { - "author": "@ResearchForMyself", - "text": "Lmao YEAH dude", - "like_count": 1, - "published_at": "2025-02-12T03:04:24Z", - "type": "reply" - }, - { - "author": "@christopherryan11", - "text": "@theappluserwhere?", - "like_count": 0, - "published_at": "2025-02-12T03:07:55Z", - "type": "reply" - }, - { - "author": "@PIeebert", - "text": "Lol", - "like_count": 1, - "published_at": "2025-02-12T04:16:17Z", - "type": "reply" - }, - { - "author": "@Bt26x", - "text": "😂😂😂 right?!", - "like_count": 0, - "published_at": "2025-02-12T04:56:45Z", - "type": "reply" - }, - { - "author": "@SarahBrooke-69", - "text": "I would ASK but it’s no dam bottom to ask why u telling us this knowing we can’t ask u🧐🤔🤣", - "like_count": 2, - "published_at": "2025-02-12T04:57:55Z", - "type": "reply" - }, - { - "author": "@TurboYodaFishing", - "text": "Bruh 😂", - "like_count": 0, - "published_at": "2025-02-12T05:21:12Z", - "type": "reply" - }, - { - "author": "@tianglade", - "text": "Word up Son 😂😂😂", - "like_count": 0, - "published_at": "2025-02-12T06:34:40Z", - "type": "reply" - }, - { - "author": "@dreamie_xo", - "text": "Right? I was looking for it. Epic marketing fail.", - "like_count": 2, - "published_at": "2025-02-12T06:54:02Z", - "type": "reply" - }, - { - "author": "@_S0urR0ses_", - "text": "@skipdegraff6547😂❤", - "like_count": 0, - "published_at": "2025-02-12T07:36:04Z", - "type": "reply" - }, - { - "author": "@_S0urR0ses_", - "text": "The ask button shows up after you click on a video to watch it. However, the ask button isn’t available viewing short videos as of now", - "like_count": 6, - "published_at": "2025-02-12T07:46:36Z", - "type": "reply" - }, - { - "author": "@therobot6530", - "text": "there is! just go to your history and the short automatically changes to a video.", - "like_count": 0, - "published_at": "2025-02-12T13:34:28Z", - "type": "reply" - }, - { - "author": "@Itsgametime-sv8yw", - "text": "There is", - "like_count": 0, - "published_at": "2025-02-12T18:04:55Z", - "type": "reply" - }, - { - "author": "@Camii-qx7vm", - "text": "FRR 😂😂😂", - "like_count": 0, - "published_at": "2025-03-13T02:58:49Z", - "type": "reply" - }, - { - "author": "@ÖmürAbazade", - "text": "T", - "like_count": 0, - "published_at": "2025-05-12T17:56:49Z", - "type": "reply" - }, - { - "author": "@ÖmürAbazade", - "text": "J", - "like_count": 0, - "published_at": "2025-05-12T17:56:55Z", - "type": "reply" - }, - { - "author": "@TheLanceAdams", - "text": "There is now. It needs to be everywhere", - "like_count": 0, - "published_at": "2025-06-14T03:17:14Z", - "type": "reply" - }, - { - "author": "@piyushcoulddoit", - "text": "@cerpintaxt362 Is this feature availaible in India.If yes then where is it?", - "like_count": 0, - "published_at": "2025-08-18T13:32:20Z", - "type": "reply" - }, - { - "author": "@Jankenstein", - "text": "@cerpintaxt362 Great, how do I turn it off?", - "like_count": 0, - "published_at": "2025-08-23T23:32:42Z", - "type": "reply" - }, - { - "author": "@rosavillalbaorgaz1707", - "text": "😊😮😮😮😮", - "like_count": 0, - "published_at": "2025-08-27T05:22:25Z", - "type": "reply" - }, - { - "author": "@ОленаБондаренко-ю6о8р", - "text": "❤", - "like_count": 0, - "published_at": "2025-10-09T05:10:20Z", - "type": "reply" - }, - { - "author": "@liamalomzo", - "text": "❤", - "like_count": 0, - "published_at": "2025-10-10T04:05:01Z", - "type": "reply" - }, - { - "author": "@MImranKhanmochh789", - "text": "Everyone how r you", - "like_count": 0, - "published_at": "2025-10-31T19:08:17Z", - "type": "reply" - }, - { - "author": "@DerbsonDos", - "text": "hoje", - "like_count": 0, - "published_at": "2025-11-19T01:31:02Z", - "type": "reply" - }, - { - "author": "@khairul-hg6gn", - "text": "assalamualaikum.....", - "like_count": 0, - "published_at": "2025-11-23T02:10:06Z", - "type": "reply" - }, - { - "author": "@KhoyMi-u8b", - "text": "❤😂🎉", - "like_count": 0, - "published_at": "2025-12-06T03:22:01Z", - "type": "reply" - }, - { - "author": "@samsonhamukoto7812", - "text": "How can I trace my tv", - "like_count": 0, - "published_at": "2025-12-17T01:03:40Z", - "type": "reply" - }, - { - "author": "@Justfidget", - "text": "You can just go into history and click it", - "like_count": 0, - "published_at": "2025-12-21T22:41:34Z", - "type": "reply" - }, - { - "author": "@AnthonyScarsella-b7b", - "text": "That’s for sure", - "like_count": 0, - "published_at": "2025-12-25T01:01:33Z", - "type": "reply" - }, - { - "author": "@JosefaMariadossantos-yb1uq", - "text": "Ageum quer mora conmigo", - "like_count": 0, - "published_at": "2026-01-20T10:08:23Z", - "type": "reply" - }, - { - "author": "@JosefaMariadossantos-yb1uq", - "text": "Agem quer mora conmigo", - "like_count": 0, - "published_at": "2026-01-20T10:08:59Z", - "type": "reply" - }, - { - "author": "@JosefaMariadossantos-yb1uq", - "text": "Agem quer mora conmigò", - "like_count": 0, - "published_at": "2026-01-20T10:09:41Z", - "type": "reply" - }, - { - "author": "@JosefaMariadossantos-yb1uq", - "text": "Agem quer mora conmigo", - "like_count": 0, - "published_at": "2026-01-20T10:10:01Z", - "type": "reply" - }, - { - "author": "@chadlad25", - "text": "I like how the ingredients it gave aren’t even the ones shown in the video right above it lmao", - "like_count": 9, - "published_at": "2025-02-12T06:10:17Z", - "type": "top_level" - }, - { - "author": "@GhosthoundInc", - "text": "Thats cool can we get folders for subscriptions next PLEASE", - "like_count": 1679, - "published_at": "2024-11-15T02:50:30Z", - "type": "top_level" - }, - { - "author": "@ArtfullyJonesy", - "text": "We already do. You can create folders and save videos as you choose. I have at least 30 folders.", - "like_count": 30, - "published_at": "2024-11-22T16:56:03Z", - "type": "reply" - }, - { - "author": "@a.nobodys.nobody", - "text": "He's asking for subscriptions though, no?", - "like_count": 64, - "published_at": "2024-11-22T20:36:30Z", - "type": "reply" - }, - { - "author": "@a.nobodys.nobody", - "text": "I've got 100. I know they max out at 5000 videos per a playlist. Same goes for likes - after 5k, they write over them", - "like_count": 12, - "published_at": "2024-11-22T20:37:18Z", - "type": "reply" - }, - { - "author": "@TheScatteredCrafter", - "text": "Oh my gosh, that would be the best thing ever!! My sub list is a mess lol", - "like_count": 39, - "published_at": "2024-11-22T22:46:28Z", - "type": "reply" - }, - { - "author": "@TheScatteredCrafter", - "text": "​@ArtfullyJonesyWhat? 😂 How do I not know this? Thank you!", - "like_count": 6, - "published_at": "2024-11-22T22:47:51Z", - "type": "reply" - }, - { - "author": "@ArtfullyJonesy", - "text": "@TheScatteredCrafter You're very welcome!", - "like_count": 0, - "published_at": "2024-11-23T02:02:35Z", - "type": "reply" - }, - { - "author": "@thom8080", - "text": "​@a.nobodys.nobody What for real?! That's why I need to re-like songs that I know I've liked in the past??", - "like_count": 12, - "published_at": "2024-12-07T21:05:25Z", - "type": "reply" - }, - { - "author": "@CoalDog82", - "text": "Rite", - "like_count": 1, - "published_at": "2024-12-12T01:16:21Z", - "type": "reply" - }, - { - "author": "@KKentuckyfriedChicken", - "text": "Please", - "like_count": 0, - "published_at": "2024-12-13T21:47:01Z", - "type": "reply" - }, - { - "author": "@JHaygood-dq1rp", - "text": "Like Pinterest?🤔 Hmmm", - "like_count": 0, - "published_at": "2024-12-20T12:30:40Z", - "type": "reply" - }, - { - "author": "@blairfuhr1862", - "text": "I second this. Folders for subs would be a gamechanger for most of us!!", - "like_count": 9, - "published_at": "2024-12-21T12:48:19Z", - "type": "reply" - }, - { - "author": "@justtiredthings", - "text": "Such a basic thing that would be so easy for them to implement", - "like_count": 4, - "published_at": "2024-12-22T14:58:32Z", - "type": "reply" - }, - { - "author": "@jonnystoffel", - "text": "Create Brand Channels within your normal google account and specialize each one to a given topic. It’s the only way to roll if you ever play content for, say, kids and don’t want your recommendations blown away. This will also let you keep your subs siloed to a given channel, which in effect is kind of like a folder.", - "like_count": 3, - "published_at": "2025-02-12T03:05:37Z", - "type": "reply" - }, - { - "author": "@annahowland6346", - "text": "Yes!!! 👏", - "like_count": 2, - "published_at": "2025-02-12T03:13:30Z", - "type": "reply" - }, - { - "author": "@turgsmart", - "text": "i need a search bar for my playlists it would help so much", - "like_count": 11, - "published_at": "2025-02-12T03:39:16Z", - "type": "reply" - }, - { - "author": "@Thedivineessencebrand", - "text": "🔥", - "like_count": 2, - "published_at": "2025-02-12T03:57:53Z", - "type": "reply" - }, - { - "author": "@StefKomGeekru", - "text": "I have folders as bookmarks in my browser, but it would be good to have in the app.", - "like_count": 2, - "published_at": "2025-02-12T03:59:14Z", - "type": "reply" - }, - { - "author": "@Fredfredfredfredfredfredfred", - "text": "@ArtfullyJonesy🤔 I have an ungodly amount of subscriptions. I wonder if there’s a thing that would sort them for me.", - "like_count": 5, - "published_at": "2025-02-12T04:31:31Z", - "type": "reply" - }, - { - "author": "@A_Generic_User", - "text": "That and folders for playlists. I need to separate music and stuff", - "like_count": 2, - "published_at": "2025-02-12T04:54:37Z", - "type": "reply" - }, - { - "author": "@ElizabethBSoCal", - "text": "Yes", - "like_count": 0, - "published_at": "2025-02-12T05:21:24Z", - "type": "reply" - }, - { - "author": "@supersx2", - "text": "You will get nothing and like it!", - "like_count": 1, - "published_at": "2025-02-12T06:23:33Z", - "type": "reply" - }, - { - "author": "@elfalert3231", - "text": "Yo, that would be super helpful", - "like_count": 1, - "published_at": "2025-02-12T06:33:37Z", - "type": "reply" - }, - { - "author": "@ArtfullyJonesy", - "text": "@Fredfredfredfredfredfredfred  That I don't know about. If you figure it out, please share.", - "like_count": 1, - "published_at": "2025-02-12T07:09:53Z", - "type": "reply" - }, - { - "author": "@teatonaz", - "text": "ABSOLUTELY - Yes need folders for subscriptions,… not just videos !! I have hundreds of subscriptions. Would be a massive improvement to have those.", - "like_count": 3, - "published_at": "2025-02-12T11:00:59Z", - "type": "reply" - }, - { - "author": "@eyeheartsushi2212", - "text": "@supersx2😂😂😂", - "like_count": 2, - "published_at": "2025-02-12T11:47:39Z", - "type": "reply" - }, - { - "author": "@tinytacos1", - "text": "@ArtfullyJonesy no we don’t. We have folders for playlists but not for categorizing channels we’re subscribed to", - "like_count": 0, - "published_at": "2025-02-12T12:39:44Z", - "type": "reply" - }, - { - "author": "@okayemjay", - "text": "That would be great!", - "like_count": 0, - "published_at": "2025-02-12T15:27:26Z", - "type": "reply" - }, - { - "author": "@SergioBarbudo-e2o", - "text": "5", - "like_count": 0, - "published_at": "2025-07-12T18:52:55Z", - "type": "reply" - }, - { - "author": "@DonaldHHout-ok2fy", - "text": "I Agree ☝️", - "like_count": 0, - "published_at": "2025-07-31T17:27:06Z", - "type": "reply" - }, - { - "author": "@ibrahimalfaleh3359", - "text": "This is cool for getting quick answers from long podcasts", - "like_count": 150, - "published_at": "2024-11-21T07:57:35Z", - "type": "top_level" - }, - { - "author": "@Andy_WasBored", - "text": "How many times does wendigoon get asked an uncomfortable question by hunter in this video?", - "like_count": 4, - "published_at": "2025-02-12T09:10:40Z", - "type": "reply" - }, - { - "author": "@josebucio6383", - "text": "Them 2+ hour vids and podcasts are ridiculous", - "like_count": 8, - "published_at": "2025-02-12T13:12:41Z", - "type": "reply" - }, - { - "author": "@chrisk9808", - "text": "Hopeful it will let you break up non-chaptered clips or podcasts by asking “what are some summarized timestamps for most viewed parts of this video?”", - "like_count": 4, - "published_at": "2025-02-12T18:54:23Z", - "type": "reply" - }, - { - "author": "@C4RL1NN", - "text": "@Chris9808 now THAT would be sick", - "like_count": 1, - "published_at": "2025-02-13T01:12:57Z", - "type": "reply" - }, - { - "author": "@ОленаБондаренко-ю6о8р", - "text": "​@C4RL1NN😊", - "like_count": 0, - "published_at": "2025-10-09T05:11:16Z", - "type": "reply" - }, - { - "author": "@jj_ufo", - "text": "Update the music app PLEASE!!", - "like_count": 1376, - "published_at": "2024-10-24T16:35:26Z", - "type": "top_level" - }, - { - "author": "@venugopalPillai859gmail", - "text": "GoodMessage", - "like_count": 0, - "published_at": "2024-11-12T14:10:11Z", - "type": "reply" - }, - { - "author": "@DevonicHero", - "text": "They have in apple but it seems only a UI update", - "like_count": 17, - "published_at": "2024-11-12T23:26:49Z", - "type": "reply" - }, - { - "author": "@thefalkyr", - "text": "Agreed. Too many times I've hovered over the YouTube Music app on my Windows 11 task bar to pause the song... But, alas, there's no pause, forward, or backward buttons. I know it seems lazy of me, but I'd LOVE to have those buttons when hovering over the app in the task bar.", - "like_count": 33, - "published_at": "2024-11-12T23:44:20Z", - "type": "reply" - }, - { - "author": "@ChildofYAH", - "text": "Maybe you need to upgrade your phone and/or PC bc YouTube Music never give me any issues. Your comment is vague, they're not going to help you if you yell "Fix the music app!" without elaborating.", - "like_count": 21, - "published_at": "2024-11-13T00:12:47Z", - "type": "reply" - }, - { - "author": "@MaireStudiously", - "text": "I've never had an issue. Are you updating your devices?", - "like_count": 6, - "published_at": "2024-11-15T02:08:50Z", - "type": "reply" - }, - { - "author": "@JamboBodyPiercing", - "text": "I'm really tired of music going from rock to country when I say play x band..plays 1 song and switches to an unrelated genre like country.", - "like_count": 1, - "published_at": "2024-11-15T03:47:43Z", - "type": "reply" - }, - { - "author": "@MARCOSIS82", - "text": "​@ChildofYAH totally guessing here but I'm assuming the UI. It looks dated compared to other music apps.", - "like_count": 5, - "published_at": "2024-11-17T02:18:38Z", - "type": "reply" - }, - { - "author": "@noasusen2958", - "text": "Real as hell", - "like_count": 2, - "published_at": "2024-11-17T02:40:49Z", - "type": "reply" - }, - { - "author": "@Drew-di7nx", - "text": "Is anyone else having trouble with their youtube music just pausing songs constantly?, pausing mid song then going then pausing again", - "like_count": 15, - "published_at": "2024-11-18T03:03:56Z", - "type": "reply" - }, - { - "author": "@noasusen2958", - "text": "@Drew-di7nx is it on your phone?", - "like_count": 0, - "published_at": "2024-11-18T03:13:29Z", - "type": "reply" - }, - { - "author": "@meloviiii", - "text": "Youtube music app.. on windows??", - "like_count": 2, - "published_at": "2024-11-23T14:30:22Z", - "type": "reply" - }, - { - "author": "@robertolopez1352", - "text": "Please!", - "like_count": 1, - "published_at": "2024-11-24T00:01:25Z", - "type": "reply" - }, - { - "author": "@skipdegraff6547", - "text": "I'm fixing to tap that ask baby", - "like_count": 2, - "published_at": "2024-11-24T12:53:30Z", - "type": "reply" - }, - { - "author": "@rainnet3225", - "text": "Yes, please update the YouTube Music App and Please Stop Sharing or Selling Our Information .", - "like_count": 3, - "published_at": "2024-11-26T01:58:29Z", - "type": "reply" - }, - { - "author": "@fanbat", - "text": "​@ChildofYAH that's like saying "maybe you need to get a new immune system, because I still haven't caught the bubonic plague" back when most people in the world have the same problem", - "like_count": 0, - "published_at": "2024-12-16T08:56:30Z", - "type": "reply" - }, - { - "author": "@sebastian_blair2003", - "text": "I just listen to music on youtube in general plus I love the music videos content creators make", - "like_count": 1, - "published_at": "2024-12-25T00:23:21Z", - "type": "reply" - }, - { - "author": "@rageranthem", - "text": "Exactly!!!!", - "like_count": 0, - "published_at": "2024-12-29T21:19:20Z", - "type": "reply" - }, - { - "author": "@catfood233", - "text": "I have an iPhone 14 Pro Max and I don’t have any issues with YouTube music.", - "like_count": 1, - "published_at": "2025-02-11T22:10:50Z", - "type": "reply" - }, - { - "author": "@ikatakuna3546", - "text": "PLEASE", - "like_count": 0, - "published_at": "2025-02-12T04:58:10Z", - "type": "reply" - }, - { - "author": "@IAmPhasion", - "text": "@Drew-di7nxthat happened to me a few times", - "like_count": 0, - "published_at": "2025-02-12T05:14:45Z", - "type": "reply" - }, - { - "author": "@rietzhu", - "text": "@ChildofYAHagreed! No issues it runs smooth for me! It works great and the features are accessible!", - "like_count": 1, - "published_at": "2025-02-12T06:56:13Z", - "type": "reply" - }, - { - "author": "@iant6943", - "text": "⁠@noasusen2958yo we chose the same google pic colors", - "like_count": 0, - "published_at": "2025-02-12T08:12:27Z", - "type": "reply" - }, - { - "author": "@poeticallycorrect1676", - "text": "@Drew-di7nxyes! I was like what is going on?!", - "like_count": 0, - "published_at": "2025-02-12T14:41:19Z", - "type": "reply" - }, - { - "author": "@holliedigges4184", - "text": "I agree😮", - "like_count": 0, - "published_at": "2025-02-12T17:53:31Z", - "type": "reply" - }, - { - "author": "@Kingomar2014", - "text": "@MaireStudiouslywe need rewind ⏪ and skip forward on car play when holding the skip and previous song", - "like_count": 0, - "published_at": "2025-02-12T18:34:53Z", - "type": "reply" - }, - { - "author": "@Braxas666", - "text": "For real the shuffle sucks so bad. Like so so bad. It will literally play the same songs within a few plays", - "like_count": 0, - "published_at": "2025-02-12T18:42:04Z", - "type": "reply" - }, - { - "author": "@eclipses3131", - "text": "Literally. It’s the only place i can get unreleased songs, collabs, fan remixes and of course ad free internet all in one place. Also YouTube music blasts louder than Apple Music for some reason", - "like_count": 0, - "published_at": "2025-02-13T04:12:56Z", - "type": "reply" - }, - { - "author": "@JosefaMariadossantos-yb1uq", - "text": "Auer quer mora conmigo", - "like_count": 0, - "published_at": "2026-01-20T10:10:56Z", - "type": "reply" - }, - { - "author": "@rudreshraj1298", - "text": "Improve the save for later function for videos", - "like_count": 33, - "published_at": "2024-12-21T00:00:53Z", - "type": "top_level" - }, - { - "author": "@Mahale69", - "text": "Yes!!! And the next in Queue!!", - "like_count": 1, - "published_at": "2025-02-12T09:42:31Z", - "type": "reply" - }, - { - "author": "@IPursuePeppers-CTH", - "text": "facts my save for later is music, documentaries on different topics, random videos. i’d be nice to be able to sort it out & have categories or even by subscription like on their dashboard showing what you’ve saved from them as well", - "like_count": 2, - "published_at": "2025-02-12T12:04:21Z", - "type": "reply" - }, - { - "author": "@Mahale69", - "text": "@ yes!!! All of this!!!", - "like_count": 2, - "published_at": "2025-02-12T14:03:12Z", - "type": "reply" - }, - { - "author": "@EdwinhumbertoMaetinezrealejo", - "text": "Hello! I'm Dola, your helpful assistant. You can ask me for answers, recommendations, advice, or anything that comes to mind. How can I help you today?
hello I wanted to see if I can do something for you", - "like_count": 2, - "published_at": "2025-12-08T15:44:22Z", - "type": "reply" - }, - { - "author": "@EdwinhumbertoMaetinezrealejo", - "text": "Probaré 😢", - "like_count": 1, - "published_at": "2025-12-08T15:57:23Z", - "type": "reply" - }, - { - "author": "@JitendarKumar-yi1xj", - "text": "❤", - "like_count": 0, - "published_at": "2025-12-29T20:24:47Z", - "type": "reply" - }, - { - "author": "@JoshuaGabaldon", - "text": "Let me know when YouTube Music can interpret and execute "no censored versions" or "only explicit versions" be on my playlists and radio stations.", - "like_count": 1011, - "published_at": "2024-10-24T16:43:53Z", - "type": "top_level" - }, - { - "author": "@louiebling", - "text": "Asking the right question, Pandora is able to do it. It annoys me that Both YouTube Music and Spotify can't do this.", - "like_count": 50, - "published_at": "2024-10-24T17:47:44Z", - "type": "reply" - }, - { - "author": "@lazarus701", - "text": "That would be great!", - "like_count": 11, - "published_at": "2024-10-24T19:13:36Z", - "type": "reply" - }, - { - "author": "@林美香-d7r", - "text": "😅", - "like_count": 1, - "published_at": "2024-10-24T20:09:39Z", - "type": "reply" - }, - { - "author": "@dan_youtube", - "text": "I've been waiting for a long time for this", - "like_count": 4, - "published_at": "2024-10-24T20:22:20Z", - "type": "reply" - }, - { - "author": "@meaganhoode", - "text": "THIS", - "like_count": 2, - "published_at": "2024-10-24T20:27:04Z", - "type": "reply" - }, - { - "author": "@dickysgarage7120", - "text": "Yup", - "like_count": 2, - "published_at": "2024-10-24T20:49:08Z", - "type": "reply" - }, - { - "author": "@IceColdProfessional", - "text": "Don't listen to trash music.", - "like_count": 3, - "published_at": "2024-10-24T21:53:59Z", - "type": "reply" - }, - { - "author": "@StockyDT", - "text": "Or when restricted mode is active, actually ban all songs with the E for explicit. It's can't do that, but it can ban comments", - "like_count": 7, - "published_at": "2024-10-24T22:08:09Z", - "type": "reply" - }, - { - "author": "@John-of3ur", - "text": "I thought I was the only one. I hate censored versions. If the artist wanted the song that way they would have made it that way to begin with", - "like_count": 9, - "published_at": "2024-10-24T23:39:35Z", - "type": "reply" - }, - { - "author": "@Evp37h", - "text": "Facts!", - "like_count": 2, - "published_at": "2024-10-24T23:47:50Z", - "type": "reply" - }, - { - "author": "@spencerredden6743", - "text": "Are you listening on Youtube, or Fox News?", - "like_count": 1, - "published_at": "2024-11-12T18:18:24Z", - "type": "reply" - }, - { - "author": "@random147555", - "text": "PLEASE", - "like_count": 1, - "published_at": "2024-11-12T23:55:34Z", - "type": "reply" - }, - { - "author": "@guchie1", - "text": "I have premium and my music allow explicit content it's in the settings ❤", - "like_count": 2, - "published_at": "2024-11-13T06:11:23Z", - "type": "reply" - }, - { - "author": "@pierremvogo129", - "text": "MAN I'VE BEEN WAITING FOR SOMEONE ELSE BESIDES ME TO COMPLAIN ABOUT THIS FOR YEARS!!!!! WHY HAS NOBODY ADDRESSED THIS YET????? They can make Ai to tell me about a video but not AI to cut out the clean versions of songs when I don't wanna hear them SMH", - "like_count": 3, - "published_at": "2024-11-13T12:08:30Z", - "type": "reply" - }, - { - "author": "@Vinex3431", - "text": "YouTube thinks we are all 12 and scared of swear words...", - "like_count": 5, - "published_at": "2024-11-14T23:45:17Z", - "type": "reply" - }, - { - "author": "@Jeffool", - "text": "Right? Or when I can tell it to stop auto playing completely when it finishes what I've told it to play. Instead of sometimes remembering my preference.", - "like_count": 1, - "published_at": "2024-11-15T00:21:50Z", - "type": "reply" - }, - { - "author": "@killakam123321", - "text": "Bruh! Frfr", - "like_count": 1, - "published_at": "2024-11-15T00:26:34Z", - "type": "reply" - }, - { - "author": "@nathanswan9534", - "text": "100%", - "like_count": 1, - "published_at": "2024-11-15T02:04:07Z", - "type": "reply" - }, - { - "author": "@eglol", - "text": "Yeah yep. Those are the things", - "like_count": 1, - "published_at": "2024-11-15T04:21:29Z", - "type": "reply" - }, - { - "author": "@bellemieux", - "text": "Yup!!", - "like_count": 1, - "published_at": "2024-11-15T06:55:14Z", - "type": "reply" - }, - { - "author": "@joenewbie4793", - "text": "Yeah bo kidding I pay to listen to censured crap with a tone that hurts my ear.", - "like_count": 1, - "published_at": "2024-11-15T07:38:57Z", - "type": "reply" - }, - { - "author": "@inusenchiha5525", - "text": "I wanna be able to ask if it can stop playing the same 10 songs and shuffling new ones on my liked list bc it's gets annoying at times.", - "like_count": 3, - "published_at": "2024-11-15T08:43:49Z", - "type": "reply" - }, - { - "author": "@FairyNae79", - "text": "As soon as Elon Musk buys this platform, we'll have no more censorship", - "like_count": 0, - "published_at": "2024-11-15T10:11:05Z", - "type": "reply" - }, - { - "author": "@meme9272", - "text": "​@guchie1That's not the issue. The comment is about not playing censored versions at all", - "like_count": 1, - "published_at": "2024-11-16T02:34:46Z", - "type": "reply" - }, - { - "author": "@kingmarkseven17", - "text": "This has been a problem since it was Google Play Music ▶️😒", - "like_count": 0, - "published_at": "2024-11-19T19:11:54Z", - "type": "reply" - }, - { - "author": "@denissavgir2881", - "text": "Youtube prefers censorship. One of the reasons im beginning to utterly despise it. More than 90% of my comments get censored. Sometimes it feels pointless to even say what i want because noone will see it", - "like_count": 1, - "published_at": "2024-11-23T07:17:35Z", - "type": "reply" - }, - { - "author": "@ceoatcrystalsoft4942", - "text": "I like the family version for when there are kids but an exact opposite needs to happen!", - "like_count": 0, - "published_at": "2024-12-15T15:56:10Z", - "type": "reply" - }, - { - "author": "@FartingHeart", - "text": "​@Vinex3431
The YouTube censorship algorithm is goofy and absurd. It drives me crazy.
A while back, I was watching a murder interrogation by detectives at a police station. It had the word "family" censored throughout the entire hour and a half video. Intermittently, there were other benign words being censored, as well.", - "like_count": 0, - "published_at": "2024-12-20T01:34:53Z", - "type": "reply" - }, - { - "author": "@astraprojectixn", - "text": "omg literally", - "like_count": 0, - "published_at": "2025-02-12T03:45:30Z", - "type": "reply" - }, - { - "author": "@julisa3100", - "text": "@IceColdProfessionalthat’s not the issue here. It’s about audience. What I play for kids is not what I would listen to alone as a grown woman. Sometimes there is overlap and other times there isn’t. Sometimes u want to play music for a specific audience like a classroom of minors. I don’t need to hear every expletive.", - "like_count": 0, - "published_at": "2025-02-12T22:44:42Z", - "type": "reply" - }, - { - "author": "@klinebottle", - "text": "Isn’t this habanero salsa video spicy enough for y’all?", - "like_count": 0, - "published_at": "2025-02-14T04:07:22Z", - "type": "reply" - }, - { - "author": "@JohnUzojr", - "text": "If it's only for the US, why you showing me this ad?", - "like_count": 3, - "published_at": "2024-12-24T17:28:26Z", - "type": "top_level" - }, - { - "author": "@ClearGalaxies", - "text": "Give is a Throwback feature, changing YouTube UI to the old theme.", - "like_count": 157, - "published_at": "2024-11-15T00:19:11Z", - "type": "top_level" - }, - { - "author": "@lollol-gu7wi", - "text": "i’d adore this", - "like_count": 2, - "published_at": "2025-02-12T03:34:19Z", - "type": "reply" - }, - { - "author": "@eva.1749", - "text": "yesss!!", - "like_count": 3, - "published_at": "2025-02-12T04:15:20Z", - "type": "reply" - }, - { - "author": "@IPursuePeppers-CTH", - "text": "that would actually be so refreshing, being able to pick areas.", - "like_count": 1, - "published_at": "2025-02-12T12:01:24Z", - "type": "reply" - }, - { - "author": "@quiltlover1000", - "text": "There is a chrome extension called YouTube Redux for exactly this!!", - "like_count": 0, - "published_at": "2025-02-12T16:06:03Z", - "type": "reply" - }, - { - "author": "@RonnyGoff-l9w", - "text": "🎉😅😮s", - "like_count": 0, - "published_at": "2025-11-20T19:27:28Z", - "type": "reply" - }, - { - "author": "@jacobygilbert196", - "text": "There should be a your mom button on this video", - "like_count": 2, - "published_at": "2024-11-25T06:44:58Z", - "type": "top_level" - }, - { - "author": "@holmj12", - "text": "YouTube "we don't want you to ever leave our app. Please always have the app open, there's no need to go anywhere else"", - "like_count": 208, - "published_at": "2024-11-14T23:56:27Z", - "type": "top_level" - }, - { - "author": "@a.nobodys.nobody", - "text": ".....aka business", - "like_count": 16, - "published_at": "2024-11-22T20:44:44Z", - "type": "reply" - }, - { - "author": "@holmj12", - "text": "@a.nobodys.nobody  obviously, is fun not allowed?", - "like_count": 0, - "published_at": "2024-11-22T22:59:07Z", - "type": "reply" - }, - { - "author": "@soberanisfam1323", - "text": "@a.nobodys.nobodyaka capitalism", - "like_count": 8, - "published_at": "2025-02-12T03:44:52Z", - "type": "reply" - }, - { - "author": "@GSwanno", - "text": "@soberanisfam1323duh, that’s the point.", - "like_count": 3, - "published_at": "2025-02-12T04:10:08Z", - "type": "reply" - }, - { - "author": "@ap23zz", - "text": "@soberanisfam1323 it’s just business bud, the economic system is irrelevant. In business, you want people to use and stay on/with your product or service", - "like_count": 0, - "published_at": "2025-02-12T04:12:12Z", - "type": "reply" - }, - { - "author": "@soberanisfam1323", - "text": "@GSwanno it’s creating addicts", - "like_count": 3, - "published_at": "2025-02-12T04:48:30Z", - "type": "reply" - }, - { - "author": "@Shaman4YOU", - "text": "@soberanisfam1323Sry man, Capitalism is over. Welcome to Technofeudalism", - "like_count": 3, - "published_at": "2025-02-12T07:36:27Z", - "type": "reply" - }, - { - "author": "@NYSajak", - "text": "like AOL", - "like_count": 2, - "published_at": "2025-02-12T10:27:17Z", - "type": "reply" - }, - { - "author": "@adonaiblackwood", - "text": "lol AOL 👏 😂 💀 ⚰️", - "like_count": 2, - "published_at": "2025-02-12T12:11:29Z", - "type": "reply" - }, - { - "author": "@chissleoc67", - "text": "Yo it's not there anymore 😭", - "like_count": 0, - "published_at": "2026-02-04T09:45:34Z", - "type": "top_level" - }, - { - "author": "@jodiduval3660", - "text": "I'm having trouble finding the ask button!! I'm probably looking right at it!", - "like_count": 90, - "published_at": "2024-10-24T19:17:48Z", - "type": "top_level" - }, - { - "author": "@pikapi9270", - "text": "I hear it's for Premium members on Android only. Look at your account and under Experimental Features.

If you had it before and it disappeared, uninstall and reinstall app.

If it doesn't help, force stop, clear cache, clear data, uninstall, and reinstall.", - "like_count": 0, - "published_at": "2024-10-24T22:54:29Z", - "type": "reply" - }, - { - "author": "@NexusPhotografi", - "text": "I don't see it either", - "like_count": 14, - "published_at": "2024-11-13T00:43:13Z", - "type": "reply" - }, - { - "author": "@fijiboy69", - "text": "i dont see it too", - "like_count": 0, - "published_at": "2024-11-13T21:01:20Z", - "type": "reply" - }, - { - "author": "@MrJohnnyak", - "text": "It's only on certain videos", - "like_count": 20, - "published_at": "2024-11-15T04:30:12Z", - "type": "reply" - }, - { - "author": "@ceoatcrystalsoft4942", - "text": "Its not clear which videos have it yet", - "like_count": 2, - "published_at": "2024-12-15T15:57:19Z", - "type": "reply" - }, - { - "author": "@liberatingtruthseeking5513", - "text": "@MrJohnnyak how to know which set of videos have this enabled ?", - "like_count": 4, - "published_at": "2025-01-24T05:27:55Z", - "type": "reply" - }, - { - "author": "@TheRoman4373", - "text": "Me too haha", - "like_count": 0, - "published_at": "2025-02-12T03:33:44Z", - "type": "reply" - }, - { - "author": "@ladyspellbreaker1313", - "text": "It might not be available on shorts yet……..", - "like_count": 1, - "published_at": "2025-02-12T04:53:07Z", - "type": "reply" - }, - { - "author": "@ckells", - "text": "Lol", - "like_count": 0, - "published_at": "2025-02-12T06:06:12Z", - "type": "reply" - }, - { - "author": "@KaliforhniaZD", - "text": "Don’t know if it’s only on certain videos. I was watching a random gameplay video and had the feature but when I tried to use it on an educational video for school the feature was not there", - "like_count": 0, - "published_at": "2025-02-12T06:10:56Z", - "type": "reply" - }, - { - "author": "@nickfooz", - "text": "It’s only available on certain videos right now. My guess is only for content deemed popular and “safe”. For example, I searched for a Taylor Swift music video on her channel and there it was.", - "like_count": 1, - "published_at": "2025-02-16T13:09:38Z", - "type": "reply" - }, - { - "author": "@babybirdhome", - "text": "@nickfooz It's definitely been available on several video types and channels that I've seen where it has summarily disappeared in which it would be immensely useful. News station clips, for example, don't have it, and that's where I could really stand to have it save me some time. There are quite a lot of other video types and channels where it used to be and isn't anymore. Haven't yet established a pattern on where it is and isn't, but it is very inconsistent and seems to be becoming less and less helpful/useful over time because it was amazing when I first started seeing it and it has become almost annoying and useless lately because it's stopped being present on a ton of videos where it would be great, like videos reviewing a product to help me know if the video even covers what I'm trying to learn about without having to spend an hour or more watching each video to find out.", - "like_count": 1, - "published_at": "2025-08-16T22:18:30Z", - "type": "reply" - }, - { - "author": "@WelshWillAI1234", - "text": "​@babybirdhome my video in my other channel got it, but it features blood and it isn't popular tho, so why", - "like_count": 0, - "published_at": "2025-12-18T09:01:55Z", - "type": "reply" - }, - { - "author": "@johndsdevblogs", - "text": "Wow, thanks, youtube. So, like you translated video title and placed it in a special slot in my feed.
But i can't use it.... because it's not available outside of the us. Thanks", - "like_count": 2, - "published_at": "2024-12-22T22:02:25Z", - "type": "top_level" - }, - { - "author": "@baileykuch3302", - "text": "BRING BACK THE MESSAGE SYSTEM! Premium member sense 2017", - "like_count": 71, - "published_at": "2024-11-13T06:03:00Z", - "type": "top_level" - }, - { - "author": "@dakota9618", - "text": "Gotta have enough sense to spell since. Lmao. I’m sorry if it offends you I don’t mean anything by it. But I couldn’t resist. 😂", - "like_count": 7, - "published_at": "2025-02-12T07:17:51Z", - "type": "reply" - }, - { - "author": "@PlancoandChill", - "text": "lol ugh you just killed engagement. Video specific questions are a great way to get comment engagement going", - "like_count": 3, - "published_at": "2025-02-12T13:07:19Z", - "type": "top_level" - }, - { - "author": "@Safiyeİnce-e4x", - "text": "Ac", - "like_count": 0, - "published_at": "2026-01-11T23:43:56Z", - "type": "reply" - }, - { - "author": "@hinspect", - "text": "As a premium member, I have a suggestion. How about adding a MUTE button on YouTube to silence the audio without pausing or messing with the device volume settings? Many times that would have been very handy!", - "like_count": 147, - "published_at": "2024-11-13T00:03:26Z", - "type": "top_level" - }, - { - "author": "@krisscamire4081", - "text": "Mute would be on your phone or your volume on whatever you are using", - "like_count": 9, - "published_at": "2024-11-13T12:48:06Z", - "type": "reply" - }, - { - "author": "@therealgorg", - "text": "If you hit m on your keyboard or just click the volume button it will mute the video. That is for desktop at least.", - "like_count": 15, - "published_at": "2024-11-15T02:10:59Z", - "type": "reply" - }, - { - "author": "@hinspect", - "text": "@therealgorg I use Samsung S9+ Cellphone", - "like_count": 3, - "published_at": "2024-11-15T02:17:59Z", - "type": "reply" - }, - { - "author": "@Lul_Demigod", - "text": "On computer press M but on mobile yeah that'd be clutch", - "like_count": 8, - "published_at": "2024-11-15T03:23:51Z", - "type": "reply" - }, - { - "author": "@rynow1992", - "text": "Especially during livestrams!", - "like_count": 3, - "published_at": "2024-11-15T03:57:03Z", - "type": "reply" - }, - { - "author": "@Linguine4269", - "text": "​@krisscamire4081okay but what about when they need other audio playing and you can't hear it because the video is playing? Many times I've needed this", - "like_count": 8, - "published_at": "2024-11-15T08:35:14Z", - "type": "reply" - }, - { - "author": "@currentfaves65", - "text": "Mute should be built into the app just like it is on FB so I can still hear my phone ring, I should not have to mute my entire device.", - "like_count": 11, - "published_at": "2024-11-15T21:37:28Z", - "type": "reply" - }, - { - "author": "@rider338", - "text": "Why not just pause the video? Also you're typing this out, and acting like they are not only going to take their time to read it, but also LISTEN to it.

YouTube has been doing it's own thing for like 10 years now, I promise you, YouTube will never even look at this comment section.", - "like_count": 4, - "published_at": "2024-11-16T13:43:44Z", - "type": "reply" - }, - { - "author": "@hinspect", - "text": "@rider338  Why are you making a negative statement to me for suggesting an addition to youtube that would be simple and very handy?🤔", - "like_count": 12, - "published_at": "2024-11-16T13:59:15Z", - "type": "reply" - }, - { - "author": "@abijnim", - "text": "Great question ! Sometimes I need a video to be playing on mute.", - "like_count": 2, - "published_at": "2024-11-18T05:38:00Z", - "type": "reply" - }, - { - "author": "@nyxcyn11", - "text": "​@rider338 hating life and being unnecessarily negative only makes you the most miserable and unhappy. Rarely does it even slightly affect who you direct it at. You'll be much more satisfied with each of your days ahead if you avoid spreading negativity. Mom was right: if you can't say anything nice, stfu", - "like_count": 1, - "published_at": "2024-11-21T09:33:56Z", - "type": "reply" - }, - { - "author": "@BD-zg7is", - "text": "Wdym? Are you talking about shorts? Just hit M on press the mute button...", - "like_count": 0, - "published_at": "2024-12-01T07:29:03Z", - "type": "reply" - }, - { - "author": "@BD-zg7is", - "text": "​@rider338they will have AI summarize the comments and some intern will talk about it for two mins at some unimportant meeting", - "like_count": 0, - "published_at": "2024-12-01T07:29:55Z", - "type": "reply" - }, - { - "author": "@BD-zg7is", - "text": "​@abijnimthen mute the video? What am I missing here?!?!?", - "like_count": 0, - "published_at": "2024-12-01T07:30:20Z", - "type": "reply" - }, - { - "author": "@ceoatcrystalsoft4942", - "text": "Actually it has one on the preview video but its hard to click sometimes so you'll end up on the video", - "like_count": 0, - "published_at": "2024-12-15T15:57:01Z", - "type": "reply" - }, - { - "author": "@SaidAlSeveres", - "text": "There is one 😂", - "like_count": 0, - "published_at": "2025-02-12T19:08:47Z", - "type": "reply" - }, - { - "author": "@hinspect", - "text": "@SaidAlSeveres  Not on my devices...☹️", - "like_count": 0, - "published_at": "2025-02-12T19:35:45Z", - "type": "reply" - }, - { - "author": "@jolyislam1006", - "text": "❤", - "like_count": 0, - "published_at": "2025-07-24T19:19:04Z", - "type": "reply" - }, - { - "author": "@jacobreed7959", - "text": "where is the ASK button for this video?? We have a few questions already, what’s going on? I am a Premium member.", - "like_count": 1, - "published_at": "2025-02-12T07:00:49Z", - "type": "top_level" - }, - { - "author": "@สมใจชํานาญกุล-ข5ณ", - "text": "❤😂🎉😢😮😊😊", - "like_count": 0, - "published_at": "2025-09-08T12:19:16Z", - "type": "reply" - }, - { - "author": "@สมใจชํานาญกุล-ข5ณ", - "text": "ยอดเยี่ยมไปเลยครับ", - "like_count": 0, - "published_at": "2025-09-08T12:19:30Z", - "type": "reply" - }, - { - "author": "@iworms", - "text": "I'm in US, have YouTube Premium, have the latest YouTube app on my Samsung Galaxy S24. I don't see the "Ask" button under videos. 👎", - "like_count": 58, - "published_at": "2024-09-26T20:56:39Z", - "type": "top_level" - }, - { - "author": "@KingKuda420", - "text": "In my experience, it's only been in a few videos.", - "like_count": 10, - "published_at": "2024-10-24T15:09:12Z", - "type": "reply" - }, - { - "author": "@Lala-Loyalty420", - "text": "I don't think it's actually across all videos yet.", - "like_count": 9, - "published_at": "2024-10-24T15:11:19Z", - "type": "reply" - }, - { - "author": "@theoriginaloaktree", - "text": "It's only in a few videos. It's still experimental at the moment", - "like_count": 0, - "published_at": "2024-10-24T15:56:12Z", - "type": "reply" - }, - { - "author": "@talonslipper4182", - "text": "Lil bro flexing he has the latest Lamborghini wondering why it doesn't have the fancy rims 😂 takes time lil guy", - "like_count": 11, - "published_at": "2024-10-24T16:17:45Z", - "type": "reply" - }, - { - "author": "@Boogie_the_cat", - "text": "Get your momma to make you a sippy cup of chocka-milk and play Pokemon on your Switch, clean your bellybutton and wait.
You're a big boy, take some man up pills and chillax, m'dude.
It's not that important.
Anyway, I have a cheap 3 year old Pixel and I have the ask button everywhere, and I'm homeless, living in a van down by the RIVER !", - "like_count": 4, - "published_at": "2024-10-24T16:45:02Z", - "type": "reply" - }, - { - "author": "@unlistedandtwisted", - "text": "​@talonslipper4182 Do you feel better now? I'm guessing they stated the kind of phone they were using - which, who cares what kind of phone anyone has - to try and see if anyone else was having similar issues on similar devices. I've heard some experts state there's a 30% chance AI will wipe out mankind. That's the only part of AI I've found appealing so far, because people, especially one's like you that get off on putting others down, generally disgust me. We treat each other horribly. We kill each other, judge each other and are not as great as we think we are. AI isn't making any of us smarter, just lazier. I don't want AI writing for me - I will never surrendur my my words, opinions, thoughts and voice to AI. Grammerly be damned. I don't need AI to look up infotmation for me. I'm more than capable of doing that on my own. I trust AI to fact check information it gleans from the internet, where any idiot can say anything, as much as I trust most people - which is 0%. Please don't comment back, I do not care. Try being kind to others for a change. You won't get the likes, but might not be mature enough to recognize they're just button clicks. If that's all it takes to validate you, you're weak. No wonder you throw punches from behind a screen 😂", - "like_count": 7, - "published_at": "2024-10-24T17:04:32Z", - "type": "reply" - }, - { - "author": "@talonslipper4182", - "text": "@unlistedandtwisted wasn't throwing punches chuckle nuts, was making a comparison that only the rich complain about the rich things they don't have. I agree AI is the biggest threat to civilization as a whole in the sense of it will disparage original thought for conformity. Let the whiners whine and the trolls troll.", - "like_count": 0, - "published_at": "2024-10-24T17:54:00Z", - "type": "reply" - }, - { - "author": "@cidhomerimperialpneulemen2107", - "text": "Another fake fea8i suppose.", - "like_count": 0, - "published_at": "2024-10-24T18:36:17Z", - "type": "reply" - }, - { - "author": "@keepingitkianatural", - "text": "I see it under every video but the social political commentaries.", - "like_count": 1, - "published_at": "2024-10-24T20:24:55Z", - "type": "reply" - }, - { - "author": "@pikapi9270", - "text": "Uninstall and reinstall app.

If it doesn't help, force stop, clear cache, clear data, uninstall, and reinstall.", - "like_count": 1, - "published_at": "2024-10-24T22:51:40Z", - "type": "reply" - }, - { - "author": "@aaliasb.", - "text": "​@Boogie_the_cat Hope things get better for you my man I truly truly do... I've been in your exact same situation many years ago so I understand 100% what your going through 😢 things will get better EVENTUALLY... Sometimes I think back to when I was in your situation and in a way I'm glad that I went through this experience because it made me the person I am now and reminds me to never take things for granted and be greatful for the things that I DO have. But anyways... I TRULY TRULY HOPE THINGS GET BETTER SOON AND WISH FOR THE BEST FOR YOU!!! I will pray for you my friend!!!❤️❤️❤️❤️❤️❤️❤️🙏🙏🙏🙏🙏", - "like_count": 0, - "published_at": "2024-10-24T23:23:13Z", - "type": "reply" - }, - { - "author": "@a.nobodys.nobody", - "text": "I have same. It's near the save to playlist button. Swipe all the way to the right. It's on 90% of videos I watch", - "like_count": 1, - "published_at": "2024-11-22T20:44:13Z", - "type": "reply" - }, - { - "author": "@GreenWitch420", - "text": "Same on my 24 Ultra. And not bragging, only commiserating. 🤷‍♀️", - "like_count": 0, - "published_at": "2024-12-14T06:11:26Z", - "type": "reply" - }, - { - "author": "@JonStallworth", - "text": "not a fan of the icon for it, feels low effort", - "like_count": 1, - "published_at": "2025-02-12T16:46:14Z", - "type": "top_level" - }, - { - "author": "@Hill_Pirate_Studios", - "text": "When will the chat AI summaries be back? That was one of the best livestream features! They were so kino!!", - "like_count": 262, - "published_at": "2024-10-24T14:30:01Z", - "type": "top_level" - }, - { - "author": "@sleepytoastasmr1683", - "text": "I see it sometimes in streams, but it doesn't always pop up. Pretty infrequent actually, but it's still there!", - "like_count": 15, - "published_at": "2024-10-24T16:42:59Z", - "type": "reply" - }, - { - "author": "@keepingitkianatural", - "text": "I don't think it works if the creator mentions certain words. From what I've seen, it doesn't work with politically tinged videos.", - "like_count": 3, - "published_at": "2024-10-24T20:23:45Z", - "type": "reply" - }, - { - "author": "@evapunk522", - "text": "It was kinda good because it was funny with how wrong the AI got it...", - "like_count": 9, - "published_at": "2024-10-24T21:22:00Z", - "type": "reply" - }, - { - "author": "@pikapi9270", - "text": "Uninstall and reinstall app.

If it doesn't help, force stop, clear cache, clear data, uninstall, and reinstall.", - "like_count": 3, - "published_at": "2024-10-24T22:52:27Z", - "type": "reply" - }, - { - "author": "@Hill_Pirate_Studios", - "text": "@keepingitkianatural I miss it. I stream almost daily and haven't seen it for months. As others have stated it was some of the funniest stuff that it came up with.", - "like_count": 2, - "published_at": "2024-10-25T00:50:55Z", - "type": "reply" - }, - { - "author": "@NexusPhotografi", - "text": "😂😂epic descriptions", - "like_count": 1, - "published_at": "2024-11-13T00:42:12Z", - "type": "reply" - }, - { - "author": "@EmilyFlotilla", - "text": "It was. Sometimes it did even get close though the longer it was on
.​@evapunk522", - "like_count": 0, - "published_at": "2024-11-13T02:17:19Z", - "type": "reply" - }, - { - "author": "@Icegrip12", - "text": "Lmao those were hilarious", - "like_count": 2, - "published_at": "2024-11-14T23:59:20Z", - "type": "reply" - }, - { - "author": "@rynow1992", - "text": "They started getting better but have a feeling it's only a beta feature on select YouTube channels", - "like_count": 0, - "published_at": "2024-11-15T03:58:20Z", - "type": "reply" - }, - { - "author": "@Bruva_Ayamhyt", - "text": "AI chat summaries on livestreams was "kino"? 😂", - "like_count": 4, - "published_at": "2024-11-15T21:52:38Z", - "type": "reply" - }, - { - "author": "@a.nobodys.nobody", - "text": "Just use the Ask button. Ask for a summary 😊", - "like_count": 0, - "published_at": "2024-11-22T20:41:35Z", - "type": "reply" - }, - { - "author": "@a.nobodys.nobody", - "text": "​@Bruva_Ayamhyt right? Wtf does that mean in this scenario", - "like_count": 1, - "published_at": "2024-11-22T20:42:40Z", - "type": "reply" - }, - { - "author": "@BD-zg7is", - "text": "Here we see AI in action", - "like_count": 0, - "published_at": "2024-12-01T07:31:53Z", - "type": "reply" - }, - { - "author": "@xxpandagalaxyxx5655", - "text": "Kino casino fan?", - "like_count": 1, - "published_at": "2024-12-10T01:29:24Z", - "type": "reply" - }, - { - "author": "@mimsmango", - "text": "Peachy kino", - "like_count": 0, - "published_at": "2025-02-12T08:07:08Z", - "type": "reply" - }, - { - "author": "@beneachus4901", - "text": "Can we use AI to skip ads during videos or podcasts that are put in by the creator? I pay to have no ads just to have ads from the creator. I don’t think the ‘skip ahead’ button is enough. I need it to do it automatically", - "like_count": 1, - "published_at": "2025-02-12T03:51:59Z", - "type": "top_level" - }, - { - "author": "@ZMacGregor", - "text": "Does this have the same problems as the google search ai? Because that one gave me a wrong answer to a simple math question", - "like_count": 21, - "published_at": "2024-10-24T16:54:30Z", - "type": "top_level" - }, - { - "author": "@Freerunx3", - "text": "Ai can't do math.", - "like_count": 5, - "published_at": "2024-10-24T18:50:22Z", - "type": "reply" - }, - { - "author": "@Freerunx3", - "text": "Use wolfRamAlpha for math I guess", - "like_count": 0, - "published_at": "2024-10-24T18:50:54Z", - "type": "reply" - }, - { - "author": "@jaminjones8784", - "text": "Every AI tool is going to have this problem from time to time. Always take the answers they give you with a big grain of salt.", - "like_count": 5, - "published_at": "2024-10-24T18:56:48Z", - "type": "reply" - }, - { - "author": "@jasminecollins897", - "text": "Yes, all of these features will have the same major flaws. It's fundamentally not good technology for most of what it's currently being used for.", - "like_count": 4, - "published_at": "2024-10-24T21:59:44Z", - "type": "reply" - }, - { - "author": "@Krazykraze", - "text": "Sorry for being 2 months late. But what I wonder are the stuff you asked being recorded/youtube can see it?", - "like_count": 2, - "published_at": "2025-02-12T04:27:50Z", - "type": "top_level" - }, - { - "author": "@donyerks2008", - "text": "When asking what are the ingredients and directions of a cooking video, it would be wonderful if I could long press on it and copy the text. Currently, I have to take a screenshot and grab the text that way. It would be fantastic to have one less step in this process.", - "like_count": 42, - "published_at": "2024-11-16T12:18:37Z", - "type": "top_level" - }, - { - "author": "@mintadvance", - "text": "So I was playing YouTube on my work computer when I had the irresistible urge to pour seventeen gallons of water on my laptop and it is now broken beyond repair. Is there a fix for this or will I need a new copy?", - "like_count": 1, - "published_at": "2025-02-12T03:24:58Z", - "type": "top_level" - }, - { - "author": "@saltybull", - "text": "How filtered is this feature? If I try to interact on a subject yt finds questionable, how accurate will the response be? As filtered as the yt search is?", - "like_count": 46, - "published_at": "2024-10-24T16:40:03Z", - "type": "top_level" - }, - { - "author": "@atlasgfs", - "text": "Obviously no one is gonna tell u the guardrails and bias's Google baked in, stupid question to ask", - "like_count": 5, - "published_at": "2024-10-24T17:27:23Z", - "type": "reply" - }, - { - "author": "@roybiv7018", - "text": "Sounds like a question to ask the AI.", - "like_count": 3, - "published_at": "2024-10-24T18:26:26Z", - "type": "reply" - }, - { - "author": "@currentfaves65", - "text": "Sadly, even chatgpt is going DEI politically correct and spouting off about misinformation. Until that stops, I will not pay for AI.", - "like_count": 2, - "published_at": "2024-11-15T21:40:59Z", - "type": "reply" - }, - { - "author": "@roybiv7018", - "text": "@currentfaves65 This message has been marked fir deletion. Reason: misinformation.

/S", - "like_count": 0, - "published_at": "2024-11-16T21:31:09Z", - "type": "reply" - }, - { - "author": "@danmelissamyers3382", - "text": "​@atlasgfsthere is no stupid Question tó ask. You shouldnt make ppl feel embarassed or influence them tó feel stupid for asking a Question. Just because you know something, does not mean that everyone else knows. You should bé nice. Just saying YO. 😉😉😬😬", - "like_count": 0, - "published_at": "2024-11-22T11:26:28Z", - "type": "reply" - }, - { - "author": "@perronbae", - "text": "Is there a good chromium extension to remove the ask button? I have yet to find any useful purpose for it and it kicked out the "save" button into a context menu when I need that one more.", - "like_count": 1, - "published_at": "2025-09-27T19:30:17Z", - "type": "top_level" - }, - { - "author": "@sheez7734", - "text": "Love how youtube decided that using a useless ai to summarize videos for people who cant pay attention to the video itself instead of fixing actual problems, like the bots and their atrocious ads", - "like_count": 74, - "published_at": "2024-10-24T17:26:37Z", - "type": "top_level" - }, - { - "author": "@bringmychariot", - "text": "It was mostly good for clickbait videos. You could get the rundown of the video without having to give them views.", - "like_count": 8, - "published_at": "2024-10-24T19:46:41Z", - "type": "reply" - }, - { - "author": "@dantejackson8670", - "text": "I loved it", - "like_count": 2, - "published_at": "2024-10-24T20:26:41Z", - "type": "reply" - }, - { - "author": "@sleepiboi404", - "text": "true, true.", - "like_count": 1, - "published_at": "2024-11-12T18:58:31Z", - "type": "reply" - }, - { - "author": "@ChildofYAH", - "text": "Why do you have ads if you're a premium member? 🤔", - "like_count": 9, - "published_at": "2024-11-13T00:14:31Z", - "type": "reply" - }, - { - "author": "@TheBo0m", - "text": "And the amount of people that will just be attracted to a thumbnail and title, pop in for less than 10 seconds to ask AI with the video is about, and then leave is gonna be huge. Creators are going to feel the crunch of this stupid AI. My only hope is that the AI is really dumb and gives awful answers because that's always funny as hell", - "like_count": 2, - "published_at": "2024-11-13T01:03:14Z", - "type": "reply" - }, - { - "author": "@bringmychariot", - "text": "@ChildofYAH If premium lapses, you get ads. And one can complain about the ads if they have premium because we all got premium due to said atrocious ads. We wouldn't need it if not for the ads and the fact that YT blocks ad blockers. So, yeah.", - "like_count": 1, - "published_at": "2024-11-13T01:31:44Z", - "type": "reply" - }, - { - "author": "@EmilyFlotilla", - "text": "​@ChildofYAHThose are sponsors usually. Creators can earn extra $ by recording an ad, or free products for a limited time. (If that is what you are referring to)", - "like_count": 2, - "published_at": "2024-11-13T02:20:03Z", - "type": "reply" - }, - { - "author": "@oopalonga", - "text": "Even as a creator myself I got to disagree with this. There's already Chrome extensions that summarize the transcript and do a very good job of it and even if you don't want to do that you can just simply grab the transcript and put it into chat GPT for a summary..

And then there's some videos out there that just have too much fluff and buff anyway and I'd rather them just get to the point so I love the summary if you're really worried about this then just condense your videos and take out all the b*****", - "like_count": 4, - "published_at": "2024-11-16T22:21:58Z", - "type": "reply" - }, - { - "author": "@soberanisfam1323", - "text": "@ChildofYAHgotteee", - "like_count": 0, - "published_at": "2025-02-12T03:46:16Z", - "type": "reply" - }, - { - "author": "@hausafilmstv", - "text": "How is the conversational AI tool on YouTube able to summarize some Hausa videos?", - "like_count": 1, - "published_at": "2025-09-18T21:40:53Z", - "type": "top_level" - }, - { - "author": "@kingtokkii", - "text": "Are we not gonna talk about the "smooth jazz rendition of happy birthday"", - "like_count": 12, - "published_at": "2024-10-24T16:56:16Z", - "type": "top_level" - }, - { - "author": "@darellawrence3535", - "text": "Well , we are now!!!!! Thanxxx", - "like_count": 0, - "published_at": "2024-12-26T03:51:26Z", - "type": "reply" - }, - { - "author": "@ladyspellbreaker1313", - "text": "YouTube & AI just keep moving on up. I would love to be able to put my community posts into folders to be saved so they are not buried. It’s nice to have organization on the community tab also.", - "like_count": 1, - "published_at": "2025-02-12T04:52:32Z", - "type": "top_level" - }, - { - "author": "@LeighLewis-k6s", - "text": "Hey", - "like_count": 0, - "published_at": "2025-10-23T02:55:41Z", - "type": "reply" - }, - { - "author": "@TheVisionaryLeo", - "text": "WHY!!!? THIS IS SO UNNECESSARY", - "like_count": 11, - "published_at": "2024-10-24T16:41:43Z", - "type": "top_level" - }, - { - "author": "@PaleBlueDot-c8k", - "text": "I only see for one video this ask button, not for others. I’m a premium member.", - "like_count": 0, - "published_at": "2025-02-12T10:31:13Z", - "type": "top_level" - }, - { - "author": "@Grayald", - "text": "Why do we need this, while you keep making the service worse overall while increasing the price?", - "like_count": 13, - "published_at": "2024-10-24T16:48:05Z", - "type": "top_level" - }, - { - "author": "@PUBG_TIGER1", - "text": "Please add option (Hide number of subscribers) 🙏❤️", - "like_count": 0, - "published_at": "2024-12-07T15:10:58Z", - "type": "top_level" - }, - { - "author": "@jambobrenn8171", - "text": "I will be using this AI feature as much as I willingly use other companies' AI that they push, which is to say NEVER", - "like_count": 40, - "published_at": "2024-10-24T17:04:37Z", - "type": "top_level" - }, - { - "author": "@carlaeskelsen", - "text": "How stupid/lazy do they think we are¿", - "like_count": 5, - "published_at": "2024-11-15T04:28:08Z", - "type": "reply" - }, - { - "author": "@gk1862", - "text": "Ask", - "like_count": 0, - "published_at": "2024-11-15T05:33:04Z", - "type": "reply" - }, - { - "author": "@shauncollsc", - "text": "Went to check it.... And no ask button on multiple videos. Great start lol", - "like_count": 0, - "published_at": "2024-12-15T11:33:03Z", - "type": "top_level" - }, - { - "author": "@groob1", - "text": ""Is this YouTuber cancelled?"", - "like_count": 5, - "published_at": "2024-10-24T13:55:45Z", - "type": "top_level" - }, - { - "author": "@Aradze", - "text": "Where’s the button on this video then, real good way to show the YouTube feature 😂", - "like_count": 0, - "published_at": "2025-02-12T18:25:22Z", - "type": "top_level" - }, - { - "author": "@TheBo0m", - "text": "Okay but you left out one worrying detail that happened to be in the email I just received advertising this new tool. I don't know if it's a strategic move to leave this part out of this short, but in the email one of the things you can ask is to summarize the video. How will this help creators get watch hours and views? Sure, asking for recommending similar videos is pretty cool. And asking what the ingredients are in a cooking video when you're not sure is pretty ok. But when someone can just see a thumbnail and a title, click the video, pause it, and then just ask AI what the video is about and then leave, that's a negative thing for the community. This is not good. This is not a good thing for youtube. I hope YouTube will recognize what a colossal mess an AI tool like this will make for creators", - "like_count": 15, - "published_at": "2024-11-13T00:59:50Z", - "type": "top_level" - }, - { - "author": "@MintyArisato", - "text": "They do mention summarizing in this short but besides that point you are absolutely correct and it’s terrible. I don’t want to receive to a manufactured answer or summaries, I want to hear from the creator and from other commenters, and heck just watch the video", - "like_count": 1, - "published_at": "2025-02-12T06:39:11Z", - "type": "reply" - }, - { - "author": "@IPursuePeppers-CTH", - "text": "It’s a tool, simple as that. It could be manipulated easily if the creator was smart enough. I think this would be amazing for learning as well. like reading the video after the fact, or learning a language, translating. i don’t think using AI will effect creators THAT much. and if it does than the video truly isn’t interesting. AI can be a tool. plus they’re still getting their views, if their watch time is low that’s because it’s genuinely not attention grabbing or it has terrible info.", - "like_count": 0, - "published_at": "2025-02-12T12:10:54Z", - "type": "reply" - }, - { - "author": "@soulsplash4699", - "text": "And it says it’s only on select videos. So this feature may not even be available with “select” creators. Perhaps on their end they have the option to allow the tool or not? Time will tell", - "like_count": 0, - "published_at": "2025-02-12T14:52:28Z", - "type": "reply" - }, - { - "author": "@bananawithproblems9517", - "text": "Why does this feature and the AI summary feature not being able to be toggled off cause me violent rage and frustration. It looks neat but I just want to interact with it at my own pace and not report the ai summary every time I see it and not watch the video it was non-consensually used on.

It’s making me want to use this platform less.

I want to be able to use this feature when I want to. When. I *Want.* To.

And I would appreciate being a to toggle it. It makes me angry that I cant.", - "like_count": 1, - "published_at": "2025-12-14T05:52:47Z", - "type": "top_level" - }, - { - "author": "@CristopherOS", - "text": "My usual question:
Where is the thumbnail from?
What is the music?", - "like_count": 8, - "published_at": "2024-09-23T18:14:49Z", - "type": "top_level" - }, - { - "author": "@cpaps8500", - "text": "Nothing works in the UK", - "like_count": 1, - "published_at": "2025-05-21T08:56:06Z", - "type": "top_level" - }, - { - "author": "@Roshkin", - "text": "How do i ask this video?", - "like_count": 9, - "published_at": "2024-09-24T02:38:00Z", - "type": "top_level" - }, - { - "author": "@Yokkknk", - "text": "You show me this video but not give me a button okeyyyy", - "like_count": 1, - "published_at": "2024-12-13T09:14:21Z", - "type": "top_level" - }, - { - "author": "@lowsodiumsoysauce", - "text": "Who is asking for all these apps to add AI? I hate it", - "like_count": 10, - "published_at": "2024-10-24T13:31:30Z", - "type": "top_level" - }, - { - "author": "@sabik6979", - "text": "It's integrated into everything. Even my new phone has AI. Messenger has AI. Google has AI. Even my weather app is AI. It's everywhere now so you might as well get used to it.", - "like_count": 1, - "published_at": "2024-11-13T08:33:48Z", - "type": "reply" - }, - { - "author": "@efemdesign", - "text": "​@sabik6979all that free training. Annoying right? They force you. Like anything meta. Replacing search with Ai", - "like_count": 0, - "published_at": "2024-11-15T11:30:59Z", - "type": "reply" - }, - { - "author": "@rev_76_76", - "text": "Take that Picture in Picture away it makes it difficult to swipe up or down", - "like_count": 1, - "published_at": "2025-02-12T03:53:23Z", - "type": "top_level" - }, - { - "author": "@vullord666", - "text": "Maybe I should stop paying for YT premium... 😅. Not sure I want to support more of this.", - "like_count": 6, - "published_at": "2024-11-19T12:41:32Z", - "type": "top_level" - }, - { - "author": "@Likemea", - "text": "but you have an AI pfp", - "like_count": 1, - "published_at": "2025-01-05T15:02:04Z", - "type": "reply" - }, - { - "author": "@Safiyeİnce-e4x", - "text": "❤", - "like_count": 0, - "published_at": "2026-01-11T23:42:55Z", - "type": "reply" - }, - { - "author": "@Kingomar2014", - "text": "⁠we need rewind ⏪ and skip forward on car play when holding the skip and previous song", - "like_count": 0, - "published_at": "2025-02-12T18:35:08Z", - "type": "top_level" - }, - { - "author": "@BrianOSheaPlus", - "text": "I don't see the "Ask" button on any videos. Is this something that will be released in a future version of the YouTube app?", - "like_count": 5, - "published_at": "2024-10-24T17:22:04Z", - "type": "top_level" - }, - { - "author": "@harmonyacresaz", - "text": "I don't either", - "like_count": 0, - "published_at": "2024-10-24T17:35:37Z", - "type": "reply" - }, - { - "author": "@cornstock9946", - "text": "You have to be a premium member", - "like_count": 0, - "published_at": "2024-10-24T17:55:31Z", - "type": "reply" - }, - { - "author": "@harmonyacresaz", - "text": "@cornstock9946 but I am", - "like_count": 0, - "published_at": "2024-10-24T21:57:29Z", - "type": "reply" - }, - { - "author": "@BrianOSheaPlus", - "text": "@cornstock9946 I am a premium member.", - "like_count": 0, - "published_at": "2024-10-24T22:40:12Z", - "type": "reply" - }, - { - "author": "@troyflatland5299", - "text": "GREETINGS MY FELLOW NON POORS! 😂😂😂😂😂", - "like_count": 2, - "published_at": "2025-02-13T23:04:01Z", - "type": "top_level" - }, - { - "author": "@madgeohero225", - "text": "Getting this feature days after that poor boy took his life talking to AI is very unfortunate timing", - "like_count": 9, - "published_at": "2024-10-24T17:15:54Z", - "type": "top_level" - }, - { - "author": "@Rokicel", - "text": "Finnaly.. I can understand Undertale theories easily.", - "like_count": 0, - "published_at": "2025-02-12T16:20:41Z", - "type": "top_level" - }, - { - "author": "@anselnova", - "text": "THANK YOU🤍", - "like_count": 3, - "published_at": "2025-02-12T03:24:01Z", - "type": "top_level" - }, - { - "author": "@Mr_NB628", - "text": "Tell me when you updated so that the mini player inside the app gets turned off or at least give me an option to turn it off. I hate it.", - "like_count": 0, - "published_at": "2025-02-13T05:26:31Z", - "type": "top_level" - }, - { - "author": "@23william90", - "text": "Actually a really good feature. I was looking through my feed and saw one of those click bait videos, asked ai to watch it and it basically told me the plot of the video without me having to suffer through it. 10/10 feature.", - "like_count": 58, - "published_at": "2024-11-30T04:20:54Z", - "type": "top_level" - }, - { - "author": "@Vventure23", - "text": "This would actually be great lol", - "like_count": 1, - "published_at": "2025-02-12T15:14:04Z", - "type": "reply" - }, - { - "author": "@SaidAlSeveres", - "text": "Lazy af. What’s the point!?", - "like_count": 4, - "published_at": "2025-02-12T19:08:31Z", - "type": "reply" - }, - { - "author": "@23william90", - "text": "@SaidAlSeveres idk it saved time", - "like_count": 3, - "published_at": "2025-02-12T19:36:14Z", - "type": "reply" - }, - { - "author": "@babybirdhome", - "text": "@SaidAlSeveres There's a big difference between lazy and efficient. Lazy would be using it to tell you about a song rather than listening to it. Efficient is asking for the one specific tiny piece of information you need when you're looking for that piece of information and not looking to watch a 1 hour video about a process that just happens to involve that thing.", - "like_count": 2, - "published_at": "2025-08-16T22:14:53Z", - "type": "reply" - }, - { - "author": "@amymarieshares", - "text": "Can you enable us to block ppl please?", - "like_count": 1, - "published_at": "2025-02-12T03:38:31Z", - "type": "top_level" - }, - { - "author": "@jacobbrizammito7187", - "text": "Great. Every breath you take, every move you make, A’-I’ll be watching you.", - "like_count": 13, - "published_at": "2025-02-12T15:41:36Z", - "type": "top_level" - }, - { - "author": "@matthewchallender8192", - "text": "How can I turn this off?", - "like_count": 2, - "published_at": "2026-01-15T22:47:18Z", - "type": "top_level" - }, - { - "author": "@pikansanok", - "text": "I'm asking the same question. I want it gone. I want it REMOVED from my life.", - "like_count": 1, - "published_at": "2026-01-22T02:45:09Z", - "type": "reply" - }, - { - "author": "@rameshmachhar8506", - "text": "😂", - "like_count": 0, - "published_at": "2026-01-30T15:08:00Z", - "type": "reply" - }, - { - "author": "@DragonSlayer2189", - "text": "Gonna be asking them to explain the lore of xenoblade Chronicles", - "like_count": 3, - "published_at": "2025-02-12T04:47:56Z", - "type": "top_level" - }, - { - "author": "@BuriedSky", - "text": "I am paying premium,right? To not to see/hear commercials, how about penalizing content creators for talking about their sponsors?. For me those are commercials that I don’t want to hear; THAT IS the reason I am paying premium. GRACIAS.", - "like_count": 1, - "published_at": "2025-02-12T10:46:35Z", - "type": "top_level" - }, - { - "author": "@Wawamboh78", - "text": "I hate AI in Youtube", - "like_count": 3, - "published_at": "2025-11-20T07:39:21Z", - "type": "top_level" - }, - { - "author": "@PartyFrog-q3m", - "text": "Same", - "like_count": 0, - "published_at": "2025-12-28T00:54:25Z", - "type": "reply" - }, - { - "author": "@Nice-k3i", - "text": "Cool but I don’t have it 👍", - "like_count": 1, - "published_at": "2025-10-29T01:35:52Z", - "type": "top_level" - }, - { - "author": "@msemma55", - "text": "I’ve been a YouTube premium member since YouTube red ❤❤❤", - "like_count": 5, - "published_at": "2025-02-12T14:39:06Z", - "type": "top_level" - }, - { - "author": "@MdsobujHossaen-z2p", - "text": "Kaya ❤", - "like_count": 1, - "published_at": "2025-10-02T15:03:32Z", - "type": "reply" - }, - { - "author": "@beechilada", - "text": "Folks, the ask feature is on VIDEOS. Not shorts.", - "like_count": 0, - "published_at": "2025-02-12T03:29:11Z", - "type": "top_level" - }, - { - "author": "@sammiewoods258", - "text": "Honestly this is a pretty decent use of ai. The ability to ask for recipe ingredients and such, that specifically seems useful. Maybe we could get the ability to fact check certain things right in the app- sort of like Twitter's community notes but more directed from specific questions with answers taken from reputable sources? Just an idea. It would be useful for informative types of videos, I think.", - "like_count": 6, - "published_at": "2024-12-03T22:44:45Z", - "type": "top_level" - }, - { - "author": "@percolettivercetti3910", - "text": "Can downloaded videos get separate playlists folders!", - "like_count": 0, - "published_at": "2025-02-12T04:56:58Z", - "type": "top_level" - }, - { - "author": "@tesamccrackenn", - "text": "Are our attention spans so broken that we can’t even watch the videos we consume for fun without giving up and needing a summary?", - "like_count": 3, - "published_at": "2025-02-12T05:09:52Z", - "type": "top_level" - }, - { - "author": "@d_n_u", - "text": "This short sounds like it used their newest ai.", - "like_count": 1, - "published_at": "2024-12-04T15:27:59Z", - "type": "top_level" - }, - { - "author": "@griseldamartinez9282", - "text": "This is awesome 👏, now I don’t have to be pausing the videos and jot down ingredients 😆", - "like_count": 3, - "published_at": "2025-02-12T14:25:55Z", - "type": "top_level" - }, - { - "author": "@ChristinaSmilth", - "text": "So", - "like_count": 0, - "published_at": "2025-09-20T12:42:38Z", - "type": "reply" - }, - { - "author": "@rainbowku-o5h", - "text": "I don't have that option", - "like_count": 1, - "published_at": "2025-12-16T23:55:12Z", - "type": "top_level" - }, - { - "author": "@thishandleisntavailable1", - "text": "Can your Ai explain why yt music still not have the basic features that gpm had?", - "like_count": 0, - "published_at": "2024-12-10T18:32:43Z", - "type": "top_level" - }, - { - "author": "@chattyword", - "text": "Can we ad an option to keep closed captions on? Turning it back on every time I open the app is almost as ridiculous as having an ai watch my videos for me", - "like_count": 0, - "published_at": "2025-02-12T15:01:59Z", - "type": "top_level" - }, - { - "author": "@luminarylunabeams", - "text": "As a content creator how is the summarization feature going to affect my retention rate and other metrics on my channel?", - "like_count": 0, - "published_at": "2025-02-12T05:22:16Z", - "type": "top_level" - }, - { - "author": "@GypsyMandolin", - "text": "Ask to save shorts into a playlist, please. 😊", - "like_count": 0, - "published_at": "2025-03-13T01:58:21Z", - "type": "top_level" - }, - { - "author": "@3d_daxter583", - "text": "That seems like the acutall first useful ai feature", - "like_count": 0, - "published_at": "2024-11-30T06:51:21Z", - "type": "top_level" - }, - { - "author": "@boyeatsworld-vr9ci", - "text": "this is cool.... except there is literally no ask button on any videos. but you do you.", - "like_count": 0, - "published_at": "2024-12-14T12:24:12Z", - "type": "top_level" - }, - { - "author": "@StrawberryFN", - "text": "Ask the Ai when the next monthly subscription fee increase will be.
Im sure it will soon be $20 a month for premium.", - "like_count": 1, - "published_at": "2024-12-24T06:39:37Z", - "type": "top_level" - }, - { - "author": "@somnuszzz6246", - "text": "Can we add a search function to the Watch Later please?", - "like_count": 0, - "published_at": "2025-02-12T03:32:17Z", - "type": "top_level" - }, - { - "author": "@Kris_K98", - "text": "When I block a short video, can it be gone from search results?", - "like_count": 0, - "published_at": "2025-02-12T05:08:18Z", - "type": "top_level" - }, - { - "author": "@Gaiaroxmysox", - "text": "Please put an option to organize downloads", - "like_count": 0, - "published_at": "2024-12-13T20:53:15Z", - "type": "top_level" - }, - { - "author": "@raymansuperfan1", - "text": "YouTube l don't have it please can l have it", - "like_count": 1, - "published_at": "2025-12-14T16:11:16Z", - "type": "top_level" - }, - { - "author": "@officialconch", - "text": "Can I simulate 2006 YouTube without community guidelines and full restoration of my toxic comment section debates?", - "like_count": 1, - "published_at": "2025-02-12T03:59:12Z", - "type": "top_level" - }, - { - "author": "@jsalsman", - "text": "Why is this not available on all videos?", - "like_count": 1, - "published_at": "2025-10-16T00:40:29Z", - "type": "top_level" - }, - { - "author": "@pikansanok", - "text": "Possibly because some channels are against the ask button and got it removed.", - "like_count": 0, - "published_at": "2025-10-16T20:58:14Z", - "type": "reply" - }, - { - "author": "@JoeyDias-x2s4v", - "text": "Right cindy Marie Aguilar your a cheater", - "like_count": 0, - "published_at": "2025-10-17T05:17:05Z", - "type": "reply" - }, - { - "author": "@johnnyguzman6888", - "text": "There should be an ask button to not show shorts on my feed.", - "like_count": 0, - "published_at": "2025-02-12T15:01:39Z", - "type": "top_level" - }, - { - "author": "@Master_TECH-FF", - "text": "Nice 👍😢", - "like_count": 0, - "published_at": "2024-12-08T18:26:09Z", - "type": "top_level" - }, - { - "author": "@sphygo", - "text": "If it can reliably answer “which song is playing at this timestamp” when the song is not credited in the description, I’ll be happy", - "like_count": 0, - "published_at": "2025-02-12T18:03:31Z", - "type": "top_level" - }, - { - "author": "@wolfrig2000", - "text": "I don't see any ask buttons. I went into my premium benefits on my profile and I dont see any opt ins for it either.", - "like_count": 0, - "published_at": "2024-12-14T15:16:15Z", - "type": "top_level" - }, - { - "author": "@MUSHCOFANFOREVERTDE", - "text": "That’s cool I like being a member now", - "like_count": 0, - "published_at": "2025-02-12T12:30:34Z", - "type": "top_level" - }, - { - "author": "@Extremelybadpiggies", - "text": "I tried to use the ai to ask what songs were on Polkamania! The results weren’t so good…", - "like_count": 0, - "published_at": "2025-02-12T20:15:12Z", - "type": "top_level" - }, - { - "author": "@junjieLean", - "text": "ai", - "like_count": 2, - "published_at": "2024-12-01T09:31:02Z", - "type": "top_level" - }, - { - "author": "@ardyyjacobs17", - "text": "i hope its soon available in all country", - "like_count": 0, - "published_at": "2024-11-25T06:01:29Z", - "type": "top_level" - }, - { - "author": "@islas357", - "text": "I would like the search results to be about what i actually searched.", - "like_count": 0, - "published_at": "2025-02-12T05:52:12Z", - "type": "top_level" - }, - { - "author": "@vigna800", - "text": "I lost sudnnely ai mode how to recover it", - "like_count": 0, - "published_at": "2026-01-12T07:28:33Z", - "type": "top_level" - }, - { - "author": "@dgxxivselm", - "text": "Would love to use— not available in my app", - "like_count": 0, - "published_at": "2025-02-12T16:45:02Z", - "type": "top_level" - }, - { - "author": "@PXNKRXY", - "text": "Add a search button within liked videos and playlists.", - "like_count": 0, - "published_at": "2025-02-12T05:05:56Z", - "type": "top_level" - }, - { - "author": "@bjk837", - "text": "Over 1 million TPS hit on Hydra during the Doom event 🚀🚀🚀", - "like_count": 1, - "published_at": "2025-02-12T11:42:59Z", - "type": "top_level" - }, - { - "author": "@jossigaar", - "text": "is it not available in Belgium? I am a Premium user, but I don't see the feature. Please advise.", - "like_count": 0, - "published_at": "2024-12-26T09:01:50Z", - "type": "top_level" - }, - { - "author": "@rahamoh", - "text": "I received this notification but I can't use it in my country yet", - "like_count": 0, - "published_at": "2024-11-23T22:30:26Z", - "type": "top_level" - }, - { - "author": "@justtiredthings", - "text": "Please fix the bug where a comment has to be submitted twice in order to post", - "like_count": 0, - "published_at": "2024-12-22T14:59:19Z", - "type": "top_level" - }, - { - "author": "@CrnaDvojka2", - "text": "How come this feature isn’t available on some videos?", - "like_count": 0, - "published_at": "2025-02-12T01:59:21Z", - "type": "top_level" - }, - { - "author": "@8vI", - "text": "Why is google search getting worse? I’m seriously considering alternative search options.", - "like_count": 0, - "published_at": "2025-02-12T03:57:59Z", - "type": "top_level" - }, - { - "author": "@Okiedrew", - "text": "Please put a eq on the music app", - "like_count": 0, - "published_at": "2025-02-12T03:52:53Z", - "type": "top_level" - }, - { - "author": "@ceoatcrystalsoft4942", - "text": "Wow,this is an exclusive club of commenters. Congrats you rich people 😎", - "like_count": 1, - "published_at": "2024-12-15T15:57:57Z", - "type": "top_level" - }, - { - "author": "@DiepDao87", - "text": "Can I use AI to search and make playlist or play song in a certain time and then turn off or play only my favorite songs? Or ask YouTube to play some specific subjects? Or can I ask Youtube AI show video close to what I need?", - "like_count": 0, - "published_at": "2025-02-12T05:15:32Z", - "type": "top_level" - }, - { - "author": "@musicloveunity", - "text": "Enable this functionality in Youtube music too please🙏", - "like_count": 0, - "published_at": "2025-02-14T18:15:48Z", - "type": "top_level" - }, - { - "author": "@wildncrazyguytv", - "text": "Can you integrate the music app to play songs from a Apple Watch command?", - "like_count": 0, - "published_at": "2025-02-12T03:45:04Z", - "type": "top_level" - }, - { - "author": "@VQ_DROSE", - "text": "Bouta ask the Ai bot how many 🎩 rappers have 😂", - "like_count": 0, - "published_at": "2025-02-12T03:50:34Z", - "type": "top_level" - }, - { - "author": "@MichaelBesson2", - "text": "I don’t see the ask button on any video anywhere..", - "like_count": 0, - "published_at": "2025-02-12T04:27:29Z", - "type": "top_level" - }, - { - "author": "@KarolisBajorūnas-c7w", - "text": "you also get the ask button if you have a google ai pro account", - "like_count": 0, - "published_at": "2026-01-30T14:44:15Z", - "type": "top_level" - }, - { - "author": "@sgsgsg439", - "text": "can you FIRST ADD ASK feature before publishing this video??????", - "like_count": 0, - "published_at": "2025-02-12T05:30:26Z", - "type": "top_level" - }, - { - "author": "@Ch3estnvtz", - "text": "Yt premiums
👇🏻", - "like_count": 1, - "published_at": "2025-02-12T13:11:14Z", - "type": "top_level" - }, - { - "author": "@josephstraley6325", - "text": "Is this a RAG LLM based on image recognition or audio script? Asking since for no audio videos it could hinder more than help", - "like_count": 0, - "published_at": "2025-02-12T04:13:24Z", - "type": "top_level" - }, - { - "author": "@NehemYah810", - "text": "Do we need separate AI in every app??? For the most part I pay for premium so I can get to the video and listen with my screen off,not sit there and talk to YouTube.", - "like_count": 0, - "published_at": "2025-02-13T14:44:28Z", - "type": "top_level" - }, - { - "author": "@ESTEBANDAVID-p1r", - "text": "Can I have information where the video Place is?", - "like_count": 0, - "published_at": "2025-02-12T14:04:43Z", - "type": "top_level" - }, - { - "author": "@leepay", - "text": "Why did this tool get removed from my account?", - "like_count": 2, - "published_at": "2025-03-17T19:48:12Z", - "type": "top_level" - }, - { - "author": "@leepay", - "text": "@modicool do you have premium? It seems to be back for me.", - "like_count": 0, - "published_at": "2025-04-01T22:31:51Z", - "type": "reply" - }, - { - "author": "@leepay", - "text": "@modicool I’ve noticed it doesn’t show up on any political videos. They probably don’t want to get into trouble with AI commenting on it. At first it was a temporary preview feature and I had to opt into it. See if you have to opt in?", - "like_count": 0, - "published_at": "2025-04-02T14:17:02Z", - "type": "reply" - }, - { - "author": "@virexa1videos", - "text": "I recommend one that can created ai or regality videos/edits", - "like_count": 0, - "published_at": "2025-02-12T04:29:51Z", - "type": "top_level" - }, - { - "author": "@celestialmorpho", - "text": "allow us to search for a playlist when adding. Some of us have hundreds of of playlists and also they don’t all show up. i have to manually add url on the desktop", - "like_count": 0, - "published_at": "2025-02-12T06:10:12Z", - "type": "top_level" - }, - { - "author": "@jeremiahmauga1801", - "text": "Can we only see subscriptions on our home page", - "like_count": 0, - "published_at": "2025-02-12T13:53:41Z", - "type": "top_level" - }, - { - "author": "@bop_it_boyy", - "text": "Hey creators did not consent to having their videos scraped for your AI. As a long time premium member this will cause me to just start using ad block. Hope you reconsider", - "like_count": 1, - "published_at": "2025-02-12T00:52:43Z", - "type": "top_level" - }, - { - "author": "@DivonneKirkorov", - "text": "I'm a YouTube premium member and I don't have that tool 😢", - "like_count": 0, - "published_at": "2024-12-01T07:30:24Z", - "type": "top_level" - }, - { - "author": "@jacobbrizammito7187", - "text": "Great. Every breath you take, every move you make, A’-I’ll be watching U.", - "like_count": 0, - "published_at": "2025-02-12T15:42:02Z", - "type": "top_level" - }, - { - "author": "@memejeff", - "text": "Interesting. Hope it works well.", - "like_count": 0, - "published_at": "2024-11-30T23:27:40Z", - "type": "top_level" - }, - { - "author": "@rockyadventure-o8f", - "text": "Please bring the Ask feature for under 18 I’m 13", - "like_count": 0, - "published_at": "2025-07-30T17:35:24Z", - "type": "top_level" - }, - { - "author": "@mikebrown9521", - "text": "Why don’t I see the ask button? I’m a premium user.", - "like_count": 0, - "published_at": "2025-02-12T16:26:27Z", - "type": "top_level" - }, - { - "author": "@EricSimeon-f8q", - "text": "Update the counter on the corner of that's Mando to see Molly....", - "like_count": 0, - "published_at": "2024-12-18T20:29:11Z", - "type": "top_level" - }, - { - "author": "@RogerLino", - "text": "Fix the music app please! That thing sucks!!😅", - "like_count": 0, - "published_at": "2024-11-23T02:13:46Z", - "type": "top_level" - }, - { - "author": "@HectorArenas-on3fe", - "text": "Seve interesante hay que probar", - "like_count": 0, - "published_at": "2024-11-30T02:28:40Z", - "type": "top_level" - }, - { - "author": "@jsflm", - "text": "Dont have that feature even tho its being promoted to me.", - "like_count": 0, - "published_at": "2025-02-12T22:15:03Z", - "type": "top_level" - }, - { - "author": "@RyanHellyer", - "text": "How one earth are you guys seeing this? I can't find it anywhere.", - "like_count": 0, - "published_at": "2024-12-31T16:03:36Z", - "type": "top_level" - }, - { - "author": "@officialconch", - "text": "I’m so tired of these new AI assistants.", - "like_count": 1, - "published_at": "2025-02-12T03:57:19Z", - "type": "top_level" - }, - { - "author": "@MobtacticsBruh", - "text": "YouTube, is Alex Jones part of the globalists community?", - "like_count": 1, - "published_at": "2025-02-12T19:59:36Z", - "type": "top_level" - }, - { - "author": "@Margarita-k6e1b", - "text": "I have it and it kinda feels like minecraft ai thingy :( Everytime when i ask the ai something, it gives me error. It happening even if i told him everything correctly. Thats annnoyed me, and then dissapeared on the next day", - "like_count": 0, - "published_at": "2025-12-11T20:35:33Z", - "type": "top_level" - }, - { - "author": "@TheShivABC", - "text": "Id rather have a music app for windows instead of having to use the web browser", - "like_count": 0, - "published_at": "2024-12-25T19:52:07Z", - "type": "top_level" - }, - { - "author": "@LordFirebrand", - "text": "I was just about to launch my first campaign and now I kinda want to lay back and see which kinds of creators get kneecapped via sheer bad luck of the algorithmic draw if their content happens to be difficult for AI to analyze or read or whatever tf it does. I realize it’s always changing and gotta start somewhere. There are dozens of ways I can structure my content that retain full authenticity of expression, but algorithmic ambiguity and the lack of predictable, definable participation structure make it quite the risky investment. At least the current trends, algorithms and all, seem to be holding true to preferring content perceived as raw and/or genuine, with speech mistakes and other “amateur” stuff we kind of like.", - "like_count": 0, - "published_at": "2025-02-12T14:47:41Z", - "type": "top_level" - }, - { - "author": "@HunterHM1489", - "text": "Would be nice if the ask button was even there! SMH", - "like_count": 0, - "published_at": "2025-02-12T12:46:30Z", - "type": "top_level" - }, - { - "author": "@nextlevel5265", - "text": "I’m a premium member. I don’t see the ask button.", - "like_count": 0, - "published_at": "2025-02-12T04:15:09Z", - "type": "top_level" - }, - { - "author": "@Nothack_Editz", - "text": "Concept central the new youtube idea is finnally here! 🔥", - "like_count": 0, - "published_at": "2025-11-08T11:01:51Z", - "type": "top_level" - }, - { - "author": "@PinkGadgetGirl88", - "text": "How do you save or export the results?", - "like_count": 0, - "published_at": "2025-02-12T05:39:13Z", - "type": "top_level" - }, - { - "author": "@moi5219", - "text": "The first video I tried this with was animated so to see how the feature preforms I asked if the video was animated. It told me, in bold, twice, that it was Not Animated. So far, not impressed.", - "like_count": 0, - "published_at": "2025-02-12T07:14:37Z", - "type": "top_level" - }, - { - "author": "@fishcivilization", - "text": "Hey so I noticed you guys removed it in the newest update please bring it back it was very useful", - "like_count": 1, - "published_at": "2025-11-14T17:44:53Z", - "type": "top_level" - }, - { - "author": "@gamer-q1b4x", - "text": "my question: what language supported this ai asking
ai Replay: The conversational AI tool is currently available in English (0:01).", - "like_count": 0, - "published_at": "2025-11-07T16:05:03Z", - "type": "top_level" - }, - { - "author": "@socketyellow3", - "text": "Huh, why I'm barely getting this information now? Well I guess might as well try it", - "like_count": 0, - "published_at": "2025-02-12T03:34:18Z", - "type": "top_level" - }, - { - "author": "@nazirarezende9947", - "text": "It dont appears on my device", - "like_count": 1, - "published_at": "2025-12-15T16:01:43Z", - "type": "top_level" - }, - { - "author": "@pikansanok", - "text": "Good! You're one of the lucky ones.", - "like_count": 0, - "published_at": "2026-01-22T02:45:55Z", - "type": "reply" - }, - { - "author": "@InnocentBashar", - "text": "❤❤❤❤wow. It's absolutely Amazing ❤❤", - "like_count": 1, - "published_at": "2025-11-27T19:48:44Z", - "type": "top_level" - }, - { - "author": "@DenverHarris", - "text": "There is no ask under my videos. And I’m a premium subscriber. Anyone else have this issue?", - "like_count": 0, - "published_at": "2025-02-12T15:27:09Z", - "type": "top_level" - }, - { - "author": "@Mōê0000", - "text": "Make it available in Europe/Scandinavia", - "like_count": 0, - "published_at": "2024-12-18T18:36:04Z", - "type": "top_level" - }, - { - "author": "@romanmgelman", - "text": "Will this impact a creator’s watch time and hurt their revenue?", - "like_count": 0, - "published_at": "2025-02-12T03:28:13Z", - "type": "top_level" - }, - { - "author": "@kanyestaringatacamera", - "text": "why is it only for premium members?", - "like_count": 0, - "published_at": "2025-02-12T17:17:37Z", - "type": "top_level" - }, - { - "author": "@ceoatcrystalsoft4942", - "text": ""Oh Powerful YT AI, am I the first to go when you take over?"
"Hi! Based on your profile, you are last in line actually!"
👀👀👀👀👀", - "like_count": 1, - "published_at": "2024-12-15T15:55:32Z", - "type": "top_level" - }, - { - "author": "@CoolBoy29-y4p", - "text": "I don't have yt premium but have the ask feature", - "like_count": 0, - "published_at": "2025-08-16T06:44:21Z", - "type": "top_level" - }, - { - "author": "@Protoset", - "text": "same", - "like_count": 0, - "published_at": "2025-08-16T13:08:05Z", - "type": "reply" - }, - { - "author": "@pikansanok", - "text": "I just got that recently", - "like_count": 0, - "published_at": "2025-08-22T03:23:02Z", - "type": "reply" - }, - { - "author": "@gem5957", - "text": "hey YouTube, can you make the subscriptions tab alphabetical?", - "like_count": 0, - "published_at": "2025-02-12T23:31:45Z", - "type": "top_level" - }, - { - "author": "@KimFsharpHarp", - "text": "Anyway we can filter, sort and catalog our channel subs ( more than “most recent” and “A - Z”) and also the amount of subs seems to cap at 5,000? Can that be unlimited or increased?", - "like_count": 0, - "published_at": "2025-02-12T12:08:29Z", - "type": "top_level" - }, - { - "author": "@Nathan0A", - "text": "Allow frame by frame seeking on iPad", - "like_count": 0, - "published_at": "2025-02-12T07:11:45Z", - "type": "top_level" - }, - { - "author": "@Solvet862", - "text": "What is a online network for old tv that begins with letter C", - "like_count": 0, - "published_at": "2024-11-23T21:18:22Z", - "type": "top_level" - }, - { - "author": "@NELT_", - "text": "Wy dint we get offers and benefits anymore?", - "like_count": 0, - "published_at": "2024-11-23T09:17:18Z", - "type": "top_level" - }, - { - "author": "@Uncrackablee", - "text": "only premium users button", - "like_count": 1, - "published_at": "2025-02-14T00:28:24Z", - "type": "top_level" - }, - { - "author": "@Juhh356", - "text": "Will it be censored in any way? If so, why?", - "like_count": 0, - "published_at": "2025-02-12T08:58:50Z", - "type": "top_level" - }, - { - "author": "@Muchameow", - "text": "I would love for it to separate my downloads by what music genre", - "like_count": 0, - "published_at": "2025-02-12T08:08:34Z", - "type": "top_level" - }, - { - "author": "@kalenhigton2205", - "text": "Is there any way to opt out or filter out watching AI created videos? I’m more interested in reality.", - "like_count": 0, - "published_at": "2025-02-12T04:35:40Z", - "type": "top_level" - }, - { - "author": "@josuecornejoponce", - "text": "No way this is gonna give me in depth info on all the borderline content here", - "like_count": 0, - "published_at": "2025-02-12T03:43:09Z", - "type": "top_level" - }, - { - "author": "@benny3188", - "text": "Wie wäre es mit der Landesprache?", - "like_count": 0, - "published_at": "2024-12-18T15:42:09Z", - "type": "top_level" - }, - { - "author": "@loganpaulwastakenwastaken", - "text": "How do I ask about the SSsniper wolf suspension?", - "like_count": 0, - "published_at": "2025-02-12T18:54:33Z", - "type": "top_level" - }, - { - "author": "@5eldcc", - "text": "This is gonna be so helpful 4 school 😭🤚", - "like_count": 0, - "published_at": "2025-02-12T12:16:35Z", - "type": "top_level" - }, - { - "author": "@RoyalTeaLegion", - "text": "I wish there's an option to turn off. "Short videos options." Holy moly, it's soo annoying 😭", - "like_count": 0, - "published_at": "2024-12-20T06:06:29Z", - "type": "top_level" - }, - { - "author": "@HectorGamez-c8c", - "text": "That's crazy", - "like_count": 2, - "published_at": "2024-12-28T04:37:58Z", - "type": "top_level" - }, - { - "author": "@btp9576", - "text": "Give us youtube premium on apple watchs", - "like_count": 0, - "published_at": "2025-02-12T03:45:10Z", - "type": "top_level" - }, - { - "author": "@Anna-ss4sf", - "text": "WHERE is the ask button?", - "like_count": 0, - "published_at": "2025-02-12T04:35:13Z", - "type": "top_level" - }, - { - "author": "@edmilsonjesus6067", - "text": "Não estou sabendo fazer a capa dos meus vídeos por isso o YouTube não está postando os meus vídeos", - "like_count": 0, - "published_at": "2025-09-20T18:30:34Z", - "type": "top_level" - }, - { - "author": "@hbcumade5094", - "text": "I didn’t stick around. Where is the ask button currently?!", - "like_count": 0, - "published_at": "2025-02-12T14:22:28Z", - "type": "top_level" - }, - { - "author": "@RahmaWati-o8r9b123", - "text": "Thank you", - "like_count": 1, - "published_at": "2026-01-18T02:53:30Z", - "type": "top_level" - }, - { - "author": "@tetdmg", - "text": "this is cool for discovering where did maicon kuster broke his microphone in flow podcast-", - "like_count": 0, - "published_at": "2025-07-27T16:56:07Z", - "type": "top_level" - }, - { - "author": "@neur0_map", - "text": "Can we get better ui for user profiles and playlists instead we tired from so much AI stuff", - "like_count": 0, - "published_at": "2025-02-12T05:34:43Z", - "type": "top_level" - }, - { - "author": "@Made_In_Nola", - "text": "How about letting us de ice if we want to hear explicit content instead of you deciding for me!", - "like_count": 0, - "published_at": "2025-02-12T12:05:19Z", - "type": "top_level" - }, - { - "author": "@baby_lemonade", - "text": "stop it. get some help.", - "like_count": 1, - "published_at": "2025-02-12T03:43:42Z", - "type": "top_level" - }, - { - "author": "@JackFoxtrotEDM", - "text": "I guarantee all this feature is is basically a video's subtitles (usually auto-generated which can lead to inaccuracies) being fed into an AI chat prompt and the AI has to try to interpret what the video is about.", - "like_count": 0, - "published_at": "2025-02-12T09:01:49Z", - "type": "top_level" - }, - { - "author": "@noahasinger", - "text": "Please add “party mode” to YouTube music to DJ with friends!!!!", - "like_count": 0, - "published_at": "2025-02-12T03:27:15Z", - "type": "top_level" - }, - { - "author": "@bkcloar2", - "text": "Why can’t we get separate profiles like every other streaming service so I can keep my 10 year old out of my adult account?", - "like_count": 0, - "published_at": "2025-02-12T03:37:07Z", - "type": "top_level" - }, - { - "author": "@DesertPeach76", - "text": "Wow! Everybody love it? I do!!!", - "like_count": 0, - "published_at": "2025-03-01T06:46:58Z", - "type": "top_level" - }, - { - "author": "@Skyesk", - "text": "I pay for a subscription to premium, and use Android app. When was the last time that you updated YT Music, or the YouTube app itself? Please update it.", - "like_count": 0, - "published_at": "2024-12-26T08:24:33Z", - "type": "top_level" - }, - { - "author": "@sy-1620", - "text": "Can we ASK on shorts too??", - "like_count": 0, - "published_at": "2025-02-12T03:10:56Z", - "type": "top_level" - }, - { - "author": "@HiyoMichael", - "text": "Cooool!!! Thank you!!!", - "like_count": 0, - "published_at": "2025-02-12T06:57:48Z", - "type": "top_level" - }, - { - "author": "@muko-t5h", - "text": "This feature is insane to me", - "like_count": 0, - "published_at": "2025-02-12T19:20:45Z", - "type": "top_level" - }, - { - "author": "@Kk-xt4dd", - "text": "Ayye no more being forced to watch a video for school assignments questions", - "like_count": 0, - "published_at": "2025-02-12T05:02:20Z", - "type": "top_level" - }, - { - "author": "@Boomthecoolest", - "text": "We are so cool, cuz we know that everyone of us os premium", - "like_count": 0, - "published_at": "2025-02-12T04:13:12Z", - "type": "top_level" - }, - { - "author": "@edanumami", - "text": "I can do this all of this by going into any comment section and find a real person to answer my question too", - "like_count": 0, - "published_at": "2025-02-12T04:52:43Z", - "type": "top_level" - }, - { - "author": "@Dragonfly33", - "text": "I live on the beach in the Gulf of Mexico. Can I still use this feature? 🙄", - "like_count": 0, - "published_at": "2025-02-12T03:06:40Z", - "type": "top_level" - }, - { - "author": "@mohammadrezaarmandpour6275", - "text": "I do not see it anymore, is it abandoned?", - "like_count": 0, - "published_at": "2025-05-08T01:06:50Z", - "type": "top_level" - }, - { - "author": "@AlbertStachyra-hd7ro", - "text": "And when will this option be free?", - "like_count": 0, - "published_at": "2024-11-23T14:43:36Z", - "type": "top_level" - }, - { - "author": "@Devy-OnYT", - "text": "So how do I turn on this feature?", - "like_count": 0, - "published_at": "2025-02-12T19:55:14Z", - "type": "top_level" - }, - { - "author": "@Protoset", - "text": "I don't have premium, but I can access the feature. How???", - "like_count": 0, - "published_at": "2025-08-16T13:08:22Z", - "type": "top_level" - }, - { - "author": "@jbtheartist_", - "text": "What’s good my premium members", - "like_count": 0, - "published_at": "2025-02-12T14:03:26Z", - "type": "top_level" - }, - { - "author": "@javelinchyk", - "text": "So you telling me some people got the access 2 months ago? And I’m Og payer since the day one just got it??", - "like_count": 0, - "published_at": "2025-02-12T07:02:39Z", - "type": "top_level" - }, - { - "author": "@StevenBanks123", - "text": "Ask button not found", - "like_count": 0, - "published_at": "2025-02-13T20:10:06Z", - "type": "top_level" - }, - { - "author": "@FátimaGuzmánpeniten", - "text": "Que ingredientes es ta usando", - "like_count": 0, - "published_at": "2025-11-07T08:29:24Z", - "type": "top_level" - }, - { - "author": "@charlescowart5423", - "text": "I’m not seeing any ask buttons.", - "like_count": 0, - "published_at": "2025-02-12T07:08:51Z", - "type": "top_level" - }, - { - "author": "@antoineroyer3841", - "text": "I don't see it. Why is not available?", - "like_count": 0, - "published_at": "2024-12-24T02:27:01Z", - "type": "top_level" - }, - { - "author": "@anonymousP2026", - "text": "How about lowering the monetization requirements", - "like_count": 0, - "published_at": "2025-02-12T03:30:04Z", - "type": "top_level" - }, - { - "author": "@Yarmokunit", - "text": "Dear YouTube Creator Support Team,

I have met all monetization requirements, but the "Apply Now" button is not available and shows "Build your channel history."

Please assist.

Thank you.", - "like_count": 0, - "published_at": "2026-01-10T17:54:20Z", - "type": "top_level" - }, - { - "author": "@champkoisssss", - "text": "Is this good", - "like_count": 1, - "published_at": "2025-02-12T05:56:41Z", - "type": "top_level" - }, - { - "author": "@阿原-z1j", - "text": "希望能早點推出其他語言的版本", - "like_count": 0, - "published_at": "2025-06-29T16:34:36Z", - "type": "top_level" - }, - { - "author": "@ladyloli48", - "text": "Is there an extra charge for this ?", - "like_count": 0, - "published_at": "2025-02-12T05:00:36Z", - "type": "top_level" - }, - { - "author": "@yerlysjordan1200", - "text": "I don’t see it on my videos…I pay prime", - "like_count": 0, - "published_at": "2025-02-12T16:57:44Z", - "type": "top_level" - }, - { - "author": "@fluxfieldshow", - "text": "Please, YouTube. Please. Fix the bugs first.", - "like_count": 0, - "published_at": "2025-02-12T22:37:16Z", - "type": "top_level" - }, - { - "author": "@Guddu07-p1y", - "text": "Super video lallan top❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤", - "like_count": 0, - "published_at": "2024-12-04T05:59:47Z", - "type": "top_level" - }, - { - "author": "@Guddu07-p1y", - "text": "Happy New year", - "like_count": 0, - "published_at": "2025-01-01T01:55:41Z", - "type": "reply" - }, - { - "author": "@Winston0Boogie", - "text": "Where's the ask button i don't see it", - "like_count": 0, - "published_at": "2024-11-24T19:36:57Z", - "type": "top_level" - }, - { - "author": "@huhbananas", - "text": "greetings fellow YouTube premium members", - "like_count": 0, - "published_at": "2025-02-13T23:41:15Z", - "type": "top_level" - }, - { - "author": "@patriciadumont8146", - "text": "Is it on computers? Because I have one and it want to know and is it free or an update and more!!!!!!!!!!!!!!", - "like_count": 0, - "published_at": "2025-02-12T03:35:35Z", - "type": "top_level" - }, - { - "author": "@N00BL1NGS", - "text": "Foreshadowing on the ai", - "like_count": 0, - "published_at": "2026-01-31T17:22:24Z", - "type": "top_level" - }, - { - "author": "@MrMikeBlakeney", - "text": "I'm a UK-based YouTube Premium member and I don't get this feature?!", - "like_count": 0, - "published_at": "2025-01-29T15:14:26Z", - "type": "top_level" - }, - { - "author": "@BlueThePenguin", - "text": "Hi people of the premium", - "like_count": 0, - "published_at": "2024-11-25T05:52:43Z", - "type": "top_level" - }, - { - "author": "@QPLAYS010", - "text": "This should be free for everybody.", - "like_count": 0, - "published_at": "2025-02-02T16:31:08Z", - "type": "top_level" - }, - { - "author": "@JadeShoemaker-ny9ee", - "text": "Very kewl guyzzz❤❤❤🎉🎉🎉😊😮", - "like_count": 0, - "published_at": "2024-12-15T01:26:13Z", - "type": "top_level" - }, - { - "author": "@bowendodson1873", - "text": "You should use this to improve your algorithm like TikTok", - "like_count": 0, - "published_at": "2025-02-12T03:11:39Z", - "type": "top_level" - }, - { - "author": "@jessicacolin7777", - "text": "En español también está ??", - "like_count": 0, - "published_at": "2025-02-12T14:21:57Z", - "type": "top_level" - }, - { - "author": "@ClownyGamer", - "text": "me bc im YT premium and have special access to this video", - "like_count": 0, - "published_at": "2025-02-12T13:30:17Z", - "type": "top_level" - }, - { - "author": "@superyumb", - "text": "never shows new songs , only most popular songs or your own playlist , being premium member us turning boring listening my own playlist as a new related songs👎", - "like_count": 1, - "published_at": "2024-12-16T18:33:12Z", - "type": "top_level" - }, - { - "author": "@AnimVishal", - "text": "So great 👍👍", - "like_count": 0, - "published_at": "2025-03-22T18:27:28Z", - "type": "top_level" - }, - { - "author": "@FunnyAnimalss-z3t", - "text": "🔔👍", - "like_count": 0, - "published_at": "2025-05-11T12:20:21Z", - "type": "reply" - }, - { - "author": "@Tony_Indiana", - "text": "This is great if it works.", - "like_count": 0, - "published_at": "2024-11-28T14:59:52Z", - "type": "top_level" - }, - { - "author": "@tomascanlas111", - "text": "How much to subscribe AI ?", - "like_count": 0, - "published_at": "2024-12-08T12:41:39Z", - "type": "top_level" - }, - { - "author": "@LitonAhmed-v2p", - "text": "Nice YouTube video", - "like_count": 0, - "published_at": "2025-01-11T15:04:41Z", - "type": "top_level" - }, - { - "author": "@eli_29-x2t", - "text": "Can you make for premium users that they have a badge on profile when they comment, and live chat?? They should also have sticker things in live chats that premium only has.", - "like_count": 0, - "published_at": "2025-02-12T13:19:46Z", - "type": "top_level" - }, - { - "author": "@Endermariposa", - "text": ""Ask" just WATCH the video. Videos are suposed to be watched.", - "like_count": 1, - "published_at": "2025-11-18T05:16:35Z", - "type": "top_level" - }, - { - "author": "@Tonigeorgia", - "text": "This is cool!", - "like_count": 0, - "published_at": "2025-02-12T04:43:23Z", - "type": "top_level" - }, - { - "author": "@rhuelw1622", - "text": "hello fellow premiums!", - "like_count": 0, - "published_at": "2025-02-12T04:07:44Z", - "type": "top_level" - }, - { - "author": "@jmet9167", - "text": "Will it help me turn off shorts?!", - "like_count": 0, - "published_at": "2025-02-12T05:04:10Z", - "type": "top_level" - }, - { - "author": "@jjayix", - "text": "yall need to update youtube music. the ui is out dated everything is so complicated. thankyou", - "like_count": 0, - "published_at": "2024-12-14T01:16:06Z", - "type": "top_level" - }, - { - "author": "@nightmisterio", - "text": "Check WHERE???", - "like_count": 0, - "published_at": "2025-12-29T20:33:26Z", - "type": "top_level" - }, - { - "author": "@bobbyboywonder12", - "text": "Why don’t I see the ask button?", - "like_count": 0, - "published_at": "2025-02-12T14:34:08Z", - "type": "top_level" - }, - { - "author": "@undefined4277", - "text": "There should be better queue options, seperate the personal queue from the shuffle queue that youtube creates. and a built in EQ for youtube music PLEASE I BEG YOU", - "like_count": 0, - "published_at": "2025-02-12T09:40:14Z", - "type": "top_level" - }, - { - "author": "@awais859", - "text": "thanks very much for your beautiful you tube family day 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉", - "like_count": 0, - "published_at": "2025-01-18T04:43:32Z", - "type": "top_level" - }, - { - "author": "@TiffanySoulbird", - "text": "Can you make it so we can put videos in the downloaded and watch later playlists in the order we want? 🫶🏾", - "like_count": 0, - "published_at": "2024-11-29T19:49:48Z", - "type": "top_level" - }, - { - "author": "@s3790x", - "text": "How come it’s not available on every video?", - "like_count": 0, - "published_at": "2025-02-12T15:58:28Z", - "type": "top_level" - }, - { - "author": "@anastasiajones4276", - "text": "Can I ask why YouTube keeps showing my the same videos as suggestions", - "like_count": 0, - "published_at": "2024-11-30T23:57:56Z", - "type": "top_level" - }, - { - "author": "@blueyf22", - "text": "It’s feels nice to be rich and have premium", - "like_count": 0, - "published_at": "2025-02-12T07:37:36Z", - "type": "top_level" - }, - { - "author": "@BioChemPhyAnimations", - "text": "Now it is again not a available", - "like_count": 0, - "published_at": "2026-01-25T22:08:49Z", - "type": "top_level" - }, - { - "author": "@A_Generic_User", - "text": "I’ll probably use this to find out if a video has cussing in it before I watch it all.", - "like_count": 0, - "published_at": "2025-02-12T04:56:47Z", - "type": "top_level" - }, - { - "author": "@alphabetaed3007", - "text": "Okay jokes over how do I turn it off?", - "like_count": 1, - "published_at": "2026-01-25T01:06:25Z", - "type": "top_level" - }, - { - "author": "@mvlan", - "text": "Beginning of a new era.", - "like_count": 0, - "published_at": "2025-02-12T03:25:46Z", - "type": "top_level" - }, - { - "author": "@Timemeasure", - "text": "I don't have as much available as a YouTube Premium user on my iPhone compared to Android users. However, I pay the same amount of money as Android users for fewer features.
YouTube needs to focus on and prioritize access to Premium membership features (that's what people pay for) rather than giving one platform more capabilities than the other! 😡🤬", - "like_count": 0, - "published_at": "2024-12-01T18:43:40Z", - "type": "top_level" - }, - { - "author": "@kraigkostanich3794", - "text": "Very heavy handed on the censorship.There's important files the we the people have the right to see.", - "like_count": 0, - "published_at": "2025-02-27T23:59:42Z", - "type": "top_level" - }, - { - "author": "@letsmotivatetheworld8769", - "text": "That's really cool", - "like_count": 0, - "published_at": "2024-12-08T15:30:21Z", - "type": "top_level" - }, - { - "author": "@desizhang7508", - "text": "It's amazing", - "like_count": 0, - "published_at": "2025-02-12T07:12:56Z", - "type": "top_level" - }, - { - "author": "@mariahvictoria7767", - "text": "Except there is no ask button….. checked everywhere", - "like_count": 0, - "published_at": "2025-02-12T05:42:46Z", - "type": "top_level" - }, - { - "author": "@robertporter-ow3sh", - "text": "The price is about to go up", - "like_count": 0, - "published_at": "2025-02-12T03:57:53Z", - "type": "top_level" - }, - { - "author": "@Mr._Ramos", - "text": "AI is getting to be scary, remember the days before cell phones and tech ?❤ I miss it when it was so simple", - "like_count": 0, - "published_at": "2025-02-12T00:48:05Z", - "type": "top_level" - }, - { - "author": "@skipdegraff6547", - "text": "14 dollars to tap that AI ask", - "like_count": 1, - "published_at": "2024-11-24T12:54:13Z", - "type": "top_level" - }, - { - "author": "@fotisvon9943", - "text": "This looks useful", - "like_count": 0, - "published_at": "2025-02-12T10:26:26Z", - "type": "top_level" - }, - { - "author": "@sujathashetty223", - "text": "Thank you 🎉🎉", - "like_count": 1, - "published_at": "2025-08-29T02:07:24Z", - "type": "top_level" - }, - { - "author": "@Yukiofsnow", - "text": "Can only yt premium users see this?", - "like_count": 0, - "published_at": "2024-11-28T08:56:30Z", - "type": "top_level" - }, - { - "author": "@leepay", - "text": "Do YouTubers get any benefit from someone skipping their video and just asking AI to summarize it?", - "like_count": 0, - "published_at": "2025-02-12T04:37:26Z", - "type": "top_level" - }, - { - "author": "@BillyDreamRandR", - "text": "All this before an eq on iOS", - "like_count": 0, - "published_at": "2025-02-12T12:42:13Z", - "type": "top_level" - }, - { - "author": "@SimeonsChannel", - "text": "This is awesome", - "like_count": 0, - "published_at": "2025-02-12T04:22:13Z", - "type": "top_level" - }, - { - "author": "@cabinlife1886", - "text": "How many other people paused the video because it sounded like someone was saying something to me", - "like_count": 0, - "published_at": "2025-02-12T14:45:33Z", - "type": "top_level" - }, - { - "author": "@trina2100", - "text": "Just last night i thought to myself…. I wish i could have AI summarize what ppl are saying in the comments. Now that would be super cool. Kinda how Amazon summarizes the reviews for you.", - "like_count": 0, - "published_at": "2025-02-12T09:38:32Z", - "type": "top_level" - }, - { - "author": "@kyusorii", - "text": "crossfade on yt music and a chat feature on yt!!", - "like_count": 0, - "published_at": "2025-02-12T04:28:14Z", - "type": "top_level" - }, - { - "author": "@Hatmonk111", - "text": "I’m gonna forget about this in like five minutes", - "like_count": 0, - "published_at": "2025-02-12T11:45:25Z", - "type": "top_level" - }, - { - "author": "@nerikaart", - "text": "Joder esto me ayudar en muchas tareas 🗿", - "like_count": 0, - "published_at": "2025-02-12T03:13:32Z", - "type": "top_level" - }, - { - "author": "@bon8576", - "text": "Nothing in Canada. Why?", - "like_count": 0, - "published_at": "2025-06-20T02:40:25Z", - "type": "top_level" - }, - { - "author": "@adamosgood", - "text": "Why would I listen to music on YouTube when I have pandora.", - "like_count": 0, - "published_at": "2025-02-12T11:34:50Z", - "type": "top_level" - }, - { - "author": "@fivemeomedia", - "text": "Can you guys make just make a better algorithm no one needs to ask questions about a video", - "like_count": 0, - "published_at": "2025-02-12T07:17:33Z", - "type": "top_level" - }, - { - "author": "@raha21a", - "text": "سپاسگزارم🙏آی👍
م..ظ آی، ع.. م...", - "like_count": 1, - "published_at": "2025-06-05T12:11:21Z", - "type": "top_level" - }, - { - "author": "@jssministries-dd", - "text": "Where is the ask button. I have a premium account", - "like_count": 0, - "published_at": "2025-02-12T14:00:04Z", - "type": "top_level" - }, - { - "author": "@TheRoman4373", - "text": "Awesome!", - "like_count": 0, - "published_at": "2025-02-12T03:32:08Z", - "type": "top_level" - }, - { - "author": "@Thatguy10203", - "text": "Let’s go I’m using premium", - "like_count": 0, - "published_at": "2025-02-12T12:22:36Z", - "type": "top_level" - }, - { - "author": "@gingermonroe4153", - "text": "I meet the crime but didn't get much out of the short explanatiom
No button t hit
My android phone often is unmanageable
Think i was sold a used phone fro. Spectrum thx
Happy holidaze ☃️🎄", - "like_count": 0, - "published_at": "2024-12-06T09:45:03Z", - "type": "top_level" - }, - { - "author": "@sardarahmad910", - "text": "Today not come my live veavers why problem I not understand please help me", - "like_count": 0, - "published_at": "2025-08-02T16:41:11Z", - "type": "top_level" - }, - { - "author": "@Shoooooooooot-54682", - "text": "This is so cool", - "like_count": 0, - "published_at": "2025-02-12T12:19:51Z", - "type": "top_level" - }, - { - "author": "@rolewine", - "text": "How many times will the AI be lying to you via AI hallucinations", - "like_count": 1, - "published_at": "2024-12-20T00:58:22Z", - "type": "top_level" - }, - { - "author": "@Rosalikesghosts", - "text": "Add Crossfade to Youtube Music please :>", - "like_count": 0, - "published_at": "2024-11-21T19:06:22Z", - "type": "top_level" - }, - { - "author": "@johnathanl2663", - "text": "Tired of watching a recipe video and being directed to another website for the ingredients", - "like_count": 0, - "published_at": "2025-02-12T15:03:37Z", - "type": "top_level" - }, - { - "author": "@Expired-bannedaccount", - "text": "❤YouTube is the best :)", - "like_count": 0, - "published_at": "2025-02-22T01:20:06Z", - "type": "top_level" - }, - { - "author": "@axel8282", - "text": "I tried it like a week ago and it was spewing gibberish. Was really disappointed. Hope they improve it soon.", - "like_count": 0, - "published_at": "2025-02-12T03:38:19Z", - "type": "top_level" - }, - { - "author": "@quackers4207", - "text": "why don't you just watch the video to learn about it? if you just need quick info about the video topic why wouldn't you just look it up yourself?", - "like_count": 0, - "published_at": "2025-02-12T05:55:56Z", - "type": "top_level" - }, - { - "author": "@TheClimaxxxWarrior", - "text": "YT: I would like to be able to censor the Lords' name in vain' and captions.

Rips at my heart when I hear the blasphemy that pollutes YouTube.", - "like_count": 1, - "published_at": "2024-12-13T19:37:21Z", - "type": "top_level" - }, - { - "author": "@jeffchristophermarchak5163", - "text": "I don’t see any ask button", - "like_count": 0, - "published_at": "2025-02-12T13:39:32Z", - "type": "top_level" - }, - { - "author": "@xumametcalf7538", - "text": "I don't see the ask button", - "like_count": 0, - "published_at": "2024-11-22T05:46:36Z", - "type": "top_level" - }, - { - "author": "@ajsoria5310", - "text": "Yeah I do not see the ask button", - "like_count": 0, - "published_at": "2025-02-12T16:47:52Z", - "type": "top_level" - }, - { - "author": "@GrayGamer", - "text": "Update YouTube Music please", - "like_count": 0, - "published_at": "2025-02-12T02:44:15Z", - "type": "top_level" - }, - { - "author": "@DrywallJackson", - "text": "Good god who needs this", - "like_count": 0, - "published_at": "2025-02-12T04:26:58Z", - "type": "top_level" - }, - { - "author": "@MonaAlazzam-xl7pi", - "text": "❤❤❤❤❤❤❤❤❤ يوسف ياسر مكان عبد", - "like_count": 1, - "published_at": "2025-09-23T19:44:49Z", - "type": "top_level" - }, - { - "author": "@RyanHellyer", - "text": "Awesome!", - "like_count": 0, - "published_at": "2024-12-30T19:13:55Z", - "type": "top_level" - }, - { - "author": "@abigailrodriguez9065", - "text": "Cuando será en español??", - "like_count": 0, - "published_at": "2025-02-12T03:56:17Z", - "type": "top_level" - }, - { - "author": "@ealbitg1043", - "text": "I’m here! Let’s open something new with GPT)", - "like_count": 0, - "published_at": "2025-02-12T19:31:04Z", - "type": "top_level" - }, - { - "author": "@Puddycat58", - "text": "Cool I love it", - "like_count": 0, - "published_at": "2025-02-12T03:54:31Z", - "type": "top_level" - }, - { - "author": "@MomentsInTimeHQ", - "text": "A lot of these comments are from a year ago.... So did this just fall off the face of the earth to never be fully released?", - "like_count": 1, - "published_at": "2026-01-15T21:43:05Z", - "type": "top_level" - }, - { - "author": "@OfficialTijo", - "text": "It sadly is now", - "like_count": 1, - "published_at": "2026-01-29T22:04:40Z", - "type": "reply" - }, - { - "author": "@DaKingDaNoob", - "text": "bro everything is becoming ai but this is awesome", - "like_count": 0, - "published_at": "2025-03-04T02:40:16Z", - "type": "top_level" - }, - { - "author": "@Felipe-mu6ul", - "text": "Do you still have the feature ? I still got premium but now no videos have it", - "like_count": 0, - "published_at": "2025-03-07T01:13:47Z", - "type": "reply" - }, - { - "author": "@alfonsobernabe4291", - "text": "Blockbuster", - "like_count": 0, - "published_at": "2025-02-12T02:58:43Z", - "type": "top_level" - }, - { - "author": "@stickgorillatag6706", - "text": "this is definitely what I'm paying 10$ a month for", - "like_count": 0, - "published_at": "2024-11-22T02:09:29Z", - "type": "top_level" - }, - { - "author": "@SoyDuckHot", - "text": "more algorithms for your algorithms", - "like_count": 0, - "published_at": "2025-02-12T11:00:08Z", - "type": "top_level" - }, - { - "author": "@Cameron.Desborough", - "text": "Very cool", - "like_count": 0, - "published_at": "2025-02-12T03:03:15Z", - "type": "top_level" - }, - { - "author": "@hi_and_sup", - "text": "Cool!", - "like_count": 1, - "published_at": "2025-02-12T13:55:52Z", - "type": "top_level" - }, - { - "author": "@FUTONWANGSLANGER", - "text": "Wow we’re so lucky", - "like_count": 0, - "published_at": "2025-02-17T18:50:46Z", - "type": "top_level" - }, - { - "author": "@i_love_mornye", - "text": "Can i ask it about homework? 😊", - "like_count": 0, - "published_at": "2024-11-20T23:19:14Z", - "type": "top_level" - }, - { - "author": "@youtuber-b6y", - "text": "I love you tube", - "like_count": 1, - "published_at": "2025-01-20T23:41:46Z", - "type": "top_level" - }, - { - "author": "@Officialdalton1000", - "text": "That’s great!", - "like_count": 0, - "published_at": "2025-02-12T13:39:32Z", - "type": "top_level" - }, - { - "author": "@SheekAlibaba", - "text": "Yoooo that’s sick", - "like_count": 0, - "published_at": "2025-02-12T04:25:18Z", - "type": "top_level" - }, - { - "author": "@Dazzlingstarvihan", - "text": "No body can give proper imformation about how to grow channel pl help me", - "like_count": 0, - "published_at": "2025-08-24T09:39:41Z", - "type": "top_level" - }, - { - "author": "@abvazquez90", - "text": "Thanks YouTube
For show me two months later 😂", - "like_count": 0, - "published_at": "2025-02-12T04:19:01Z", - "type": "top_level" - }, - { - "author": "@warrenalston1977", - "text": "Up date music app and playlist please", - "like_count": 0, - "published_at": "2025-02-12T08:02:52Z", - "type": "top_level" - }, - { - "author": "@FunnyAnimalss-z3t", - "text": "Please subscribe 👍🏿👏🏿🙏🏿❤", - "like_count": 0, - "published_at": "2025-05-05T07:10:23Z", - "type": "top_level" - }, - { - "author": "@DoctorMacArthur", - "text": "Hey Gemini, why did YouTube get rid of the dislike button?", - "like_count": 0, - "published_at": "2025-02-12T15:05:31Z", - "type": "top_level" - }, - { - "author": "@ClaudiaMolina-n3l", - "text": "Tiene un costo adicional?", - "like_count": 0, - "published_at": "2025-02-12T06:42:41Z", - "type": "top_level" - }, - { - "author": "@Sleepy2399", - "text": "I called it a good boy, it responded with “Woof Woof!”", - "like_count": 0, - "published_at": "2025-05-19T23:49:06Z", - "type": "top_level" - }, - { - "author": "@mdjewelmia1724", - "text": "I love YouTube Bangladesh ❤❤❤", - "like_count": 0, - "published_at": "2025-05-30T16:19:54Z", - "type": "top_level" - }, - { - "author": "@CommonUsername", - "text": "Pretty cool!", - "like_count": 0, - "published_at": "2025-02-13T06:11:37Z", - "type": "top_level" - }, - { - "author": "@NathanMince-w3o", - "text": "Well it's gone. How do I get it back?", - "like_count": 0, - "published_at": "2025-12-07T23:35:03Z", - "type": "top_level" - }, - { - "author": "@NomadIceAngler", - "text": "This is great", - "like_count": 0, - "published_at": "2025-02-12T04:44:14Z", - "type": "top_level" - }, - { - "author": "@josebenabreu2", - "text": "Hoooo super cool", - "like_count": 0, - "published_at": "2025-02-12T00:22:24Z", - "type": "top_level" - }, - { - "author": "@MahaJun", - "text": "There wasn't a button on my phone", - "like_count": 0, - "published_at": "2025-12-06T21:12:02Z", - "type": "top_level" - }, - { - "author": "@new__podcastt", - "text": "YouTube is truly unique.", - "like_count": 0, - "published_at": "2025-08-24T14:46:26Z", - "type": "top_level" - }, - { - "author": "@Utk_blby", - "text": "Yes İTS Really good", - "like_count": 0, - "published_at": "2024-11-27T10:28:51Z", - "type": "top_level" - }, - { - "author": "@GUFF-u6p", - "text": "지리는구만", - "like_count": 0, - "published_at": "2024-12-05T06:38:16Z", - "type": "top_level" - }, - { - "author": "@mohamedchennak", - "text": "Good 👍 thank you 🎉", - "like_count": 0, - "published_at": "2025-08-23T01:27:43Z", - "type": "top_level" - }, - { - "author": "@israelmeirlahav2333", - "text": "That’s awesome", - "like_count": 0, - "published_at": "2025-02-12T13:07:17Z", - "type": "top_level" - }, - { - "author": "@localhost.0", - "text": "I hope YouTube is factoring this engagement into their payouts to creators since this feature seems likely to lead to a decrease in watch time. Be aware of punishing good content creators with new features and potentially messing up the incentive structure here on YouTube.", - "like_count": 0, - "published_at": "2025-02-12T03:08:14Z", - "type": "top_level" - }, - { - "author": "@Goodoldtaser", - "text": "It couldnt recognize me (my name is: Taser)", - "like_count": 0, - "published_at": "2026-01-28T16:37:35Z", - "type": "top_level" - }, - { - "author": "@coopsredstang", - "text": "so this is 2 mo old yet I just saw it 😅😅", - "like_count": 0, - "published_at": "2025-01-24T12:16:57Z", - "type": "top_level" - }, - { - "author": "@Vip6776", - "text": "🎉🎉", - "like_count": 0, - "published_at": "2025-08-03T01:10:55Z", - "type": "top_level" - }, - { - "author": "@esbuenodun", - "text": "I hate that I like this so much 😂", - "like_count": 0, - "published_at": "2025-02-12T05:54:08Z", - "type": "top_level" - }, - { - "author": "@SohanorBangladesh", - "text": "@NababMonira", - "like_count": 1, - "published_at": "2025-09-27T14:21:07Z", - "type": "top_level" - }, - { - "author": "@catg.a9225", - "text": "Can y’all focus on fixing your YouTube Music app and recaps? We don’t need “AI” on everything", - "like_count": 0, - "published_at": "2025-02-11T23:28:06Z", - "type": "top_level" - }, - { - "author": "@axotailyn", - "text": "give me the option to disable AI i dont want your ai slop", - "like_count": 0, - "published_at": "2025-02-12T23:03:35Z", - "type": "top_level" - }, - { - "author": "@Raffleschacoortas", - "text": "❤️muy bueno 👌", - "like_count": 0, - "published_at": "2025-10-12T08:48:32Z", - "type": "top_level" - }, - { - "author": "@muttglutton", - "text": "I’m gonna use it to ask how many dislikes are on a video", - "like_count": 0, - "published_at": "2025-02-12T03:41:27Z", - "type": "top_level" - }, - { - "author": "@skipdegraff6547", - "text": "Tap that ask 😂😂😂😂", - "like_count": 1, - "published_at": "2024-11-24T12:51:57Z", - "type": "top_level" - }, - { - "author": "@santiagohernandez411", - "text": "WHERE IS THE BUTTON??? YOU DELETED IT", - "like_count": 0, - "published_at": "2024-12-10T07:25:36Z", - "type": "top_level" - }, - { - "author": "@NikkiATXAttorney", - "text": "I would love to have the ability to block individual accounts. This way I don’t have to deal with bots or trolls… as much. I heard this was once a thing, and they took it away for some reason.", - "like_count": 0, - "published_at": "2025-02-12T14:03:59Z", - "type": "top_level" - }, - { - "author": "@isabeljuradoregana4997", - "text": "Me gustan las series turcas", - "like_count": 0, - "published_at": "2025-08-15T08:51:59Z", - "type": "top_level" - }, - { - "author": "@strydersphere", - "text": "comments will never be the same...", - "like_count": 1, - "published_at": "2024-12-20T04:54:37Z", - "type": "top_level" - }, - { - "author": "@kasimramadan1268", - "text": "Viedio Sprache wie kann man ändern?", - "like_count": 0, - "published_at": "2025-10-18T08:06:43Z", - "type": "top_level" - }, - { - "author": "@L1lly17", - "text": "Thanks", - "like_count": 0, - "published_at": "2025-02-12T15:06:19Z", - "type": "top_level" - }, - { - "author": "@Italian1282", - "text": "YouTube I doesn’t even work everybody stop using it cause I tried to generate a video and it comes up black", - "like_count": 0, - "published_at": "2025-10-28T22:08:35Z", - "type": "top_level" - }, - { - "author": "@TheStreamsHub", - "text": "Wud up premium peeps", - "like_count": 0, - "published_at": "2025-02-12T03:30:35Z", - "type": "top_level" - }, - { - "author": "@sheriqB", - "text": "❤️", - "like_count": 2, - "published_at": "2025-08-29T11:45:04Z", - "type": "top_level" - }, - { - "author": "@denizkediz", - "text": "YouTube can you pleaaaaaase show me how to do that", - "like_count": 0, - "published_at": "2025-09-22T19:54:20Z", - "type": "top_level" - }, - { - "author": "@다나가-u2q", - "text": "하하 이게 프리미엄이지", - "like_count": 0, - "published_at": "2024-12-08T14:47:28Z", - "type": "top_level" - }, - { - "author": "@包子铺-w5d", - "text": "this is fake it doesent help", - "like_count": 1, - "published_at": "2026-01-07T00:27:56Z", - "type": "top_level" - }, - { - "author": "@መደንኢሴን", - "text": "🎉😢😢", - "like_count": 1, - "published_at": "2025-07-29T20:51:13Z", - "type": "top_level" - }, - { - "author": "@freddyfazbear9900-k3f", - "text": "It says human generated in zerogpt", - "like_count": 0, - "published_at": "2025-12-28T01:06:17Z", - "type": "top_level" - }, - { - "author": "@QueenJones17", - "text": "HOW TO START OWN YOUTUBE PAGE?", - "like_count": 0, - "published_at": "2024-12-04T19:17:49Z", - "type": "top_level" - }, - { - "author": "@jalam1001", - "text": "Vaporware announcement. I am a premium youtube subscriber. I can't find it. Sends me to fill out 10 page long survey , at the end nothing. Pure waste of time.", - "like_count": 0, - "published_at": "2025-05-31T15:22:26Z", - "type": "top_level" - }, - { - "author": "@TabbyDev", - "text": "Who else on a trial tryna fit in 😭", - "like_count": 0, - "published_at": "2024-11-22T21:29:43Z", - "type": "top_level" - }, - { - "author": "@VeroLaTraviesa22", - "text": "Amazing", - "like_count": 0, - "published_at": "2025-02-12T07:28:41Z", - "type": "top_level" - }, - { - "author": "@HariOm-m6u5z", - "text": "😂😂😂😂😂😂😂😂", - "like_count": 1, - "published_at": "2025-07-14T19:00:03Z", - "type": "top_level" - }, - { - "author": "@andruhablaze", - "text": "Were my "Ask"?", - "like_count": 0, - "published_at": "2024-12-26T00:21:42Z", - "type": "top_level" - }, - { - "author": "@guneyhatice", - "text": "wait this is lowkey fire", - "like_count": 0, - "published_at": "2025-02-12T17:21:25Z", - "type": "top_level" - }, - { - "author": "@RedMarbles_", - "text": "Let me copy the video description on mobile first then boast about your ai features", - "like_count": 0, - "published_at": "2025-02-17T17:01:10Z", - "type": "top_level" - }, - { - "author": "@goldlootgoblin", - "text": "this will be cool", - "like_count": 0, - "published_at": "2024-12-13T20:47:29Z", - "type": "top_level" - }, - { - "author": "@coledakers6127", - "text": "How do I turn it off?", - "like_count": 0, - "published_at": "2025-09-25T20:13:36Z", - "type": "top_level" - }, - { - "author": "@AmnaJutt-u9r", - "text": "Great 😮", - "like_count": 0, - "published_at": "2025-03-05T07:23:09Z", - "type": "top_level" - }, - { - "author": "@angelrubin4365", - "text": "ooooh that’s awesome!!!", - "like_count": 0, - "published_at": "2025-02-12T06:30:52Z", - "type": "top_level" - }, - { - "author": "@LukeSchnipper", - "text": "Yeah I have no idea to ask on this video", - "like_count": 0, - "published_at": "2025-05-03T14:55:44Z", - "type": "top_level" - }, - { - "author": "@He-Is-One-and-Only", - "text": "Not available 😔😔😔", - "like_count": 0, - "published_at": "2024-12-04T09:02:06Z", - "type": "top_level" - }, - { - "author": "@Hamsandwich1000-PS5", - "text": "Glad this is where my money goes instead of improving UI and glitches with their reels. Definitely won’t be funding this anymore", - "like_count": 0, - "published_at": "2025-02-12T11:17:41Z", - "type": "top_level" - }, - { - "author": "@Kimikikat", - "text": "While I’m here, can you address all the bot channels with the “consalad@(insert random letters here) in their description? I keep seeing these weird mirrored channels with other content creators videos and it’s making my algorithm populate all these channels on Shorts on repeat. I have to keep downvoting and not recommending. Would love a clean sweep of those channels if anyone from @youtube reads these, I would appreciate a reply 😅🙏🏽", - "like_count": 0, - "published_at": "2025-02-12T05:20:45Z", - "type": "top_level" - }, - { - "author": "@TD-xm2rw", - "text": "Amazing", - "like_count": 0, - "published_at": "2024-12-15T22:51:14Z", - "type": "top_level" - }, - { - "author": "@xavierdubach7768", - "text": "Game changer", - "like_count": 0, - "published_at": "2025-02-12T05:15:13Z", - "type": "top_level" - }, - { - "author": "@j23-j", - "text": "start using now", - "like_count": 0, - "published_at": "2025-10-19T17:12:57Z", - "type": "top_level" - }, - { - "author": "@TheCryzko", - "text": "On a scale of 1-10 of things i may want from my subscription, another AI feature isnt one of them.", - "like_count": 0, - "published_at": "2025-02-12T15:55:59Z", - "type": "top_level" - }, - { - "author": "@asarker368", - "text": "Enjoy ot", - "like_count": 1, - "published_at": "2025-08-26T18:55:21Z", - "type": "top_level" - }, - { - "author": "@SarahBrooke-69", - "text": "So I been a member for almost a yr and it’s so dam expensive I only pay so my baby don’t gotta deal with ads when I’m cleaning😂😂 I think it’s to much. ANYWAYS I don’t see no dam ask option 🤔🧐🧐", - "like_count": 0, - "published_at": "2025-02-12T04:56:50Z", - "type": "top_level" - }, - { - "author": "@AnnieSchaffner-j9z", - "text": "❤️j’adore ma nouvelle communauté ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂", - "like_count": 0, - "published_at": "2025-08-20T19:25:42Z", - "type": "top_level" - }, - { - "author": "@BenoîtFabre-n2s", - "text": "OK thanks at all!", - "like_count": 0, - "published_at": "2025-11-07T19:07:38Z", - "type": "top_level" - }, - { - "author": "@Edits.and.Equines", - "text": "THIS IS WHY WE GET SUBSCRIPTIONS", - "like_count": 0, - "published_at": "2025-02-12T12:16:58Z", - "type": "top_level" - }, - { - "author": "@Clxiro", - "text": "YouTube AI, decide which slur I should use for my next comment", - "like_count": 0, - "published_at": "2025-02-12T12:55:56Z", - "type": "top_level" - }, - { - "author": "@cloxlolx", - "text": "can you fix our algorithms and stop showing the same 10 videos all the time. and stop taking me to the WAN show past 12am", - "like_count": 0, - "published_at": "2025-02-12T11:19:22Z", - "type": "top_level" - }, - { - "author": "@ManuelHernandez-ge5ub", - "text": "Installing a new rsdiator6 but there's 2 lines that go together not the 2 that go to t 0:39 he radiator but bottom 2 that connect into the fitting what could happen if they are cross", - "like_count": 0, - "published_at": "2025-09-12T21:27:31Z", - "type": "top_level" - }, - { - "author": "@ManuelHernandez-ge5ub", - "text": "0:39", - "like_count": 1, - "published_at": "2025-09-12T21:30:15Z", - "type": "reply" - }, - { - "author": "@ManuelHernandez-ge5ub", - "text": "😢 does anybody have the answer", - "like_count": 0, - "published_at": "2025-09-12T21:32:46Z", - "type": "reply" - }, - { - "author": "@gingermonroe4153", - "text": "Thx. I meet t he criteria but didn't", - "like_count": 0, - "published_at": "2024-12-06T09:42:16Z", - "type": "top_level" - }, - { - "author": "@mimzburstify", - "text": "I don’t see it on my vids", - "like_count": 0, - "published_at": "2025-02-12T03:10:39Z", - "type": "top_level" - }, - { - "author": "@andrewvickery9867", - "text": "I’m into this", - "like_count": 0, - "published_at": "2025-02-12T03:37:46Z", - "type": "top_level" - }, - { - "author": "@DolceIbarra", - "text": "Where is it?", - "like_count": 0, - "published_at": "2025-02-12T07:02:30Z", - "type": "top_level" - }, - { - "author": "@mrhappy9979", - "text": "Gonna go abuse the AI with what would you do videos", - "like_count": 0, - "published_at": "2025-02-12T04:24:19Z", - "type": "top_level" - }, - { - "author": "@shanlin5187", - "text": "why no ai subtitles😂", - "like_count": 0, - "published_at": "2025-02-12T03:20:15Z", - "type": "top_level" - }, - { - "author": "@hppts-y9h", - "text": "❤️joanilsonlima", - "like_count": 1, - "published_at": "2026-01-19T06:10:33Z", - "type": "top_level" - }, - { - "author": "@xehP", - "text": "How can we get this on desktop?", - "like_count": 0, - "published_at": "2025-08-10T08:17:10Z", - "type": "top_level" - }, - { - "author": "@Protoset", - "text": "I'm on desktop, and I have it. I'm not sure why, as I'm not a premium user.", - "like_count": 1, - "published_at": "2025-08-16T13:09:03Z", - "type": "reply" - }, - { - "author": "@soulfirejarexibackblaze", - "text": "Literally who asked for this?", - "like_count": 1, - "published_at": "2024-12-01T10:50:57Z", - "type": "top_level" - }, - { - "author": "@therealbacaboo", - "text": "Dope!", - "like_count": 0, - "published_at": "2025-02-12T04:10:17Z", - "type": "top_level" - }, - { - "author": "@foxyplayz97", - "text": "I’m literally so special", - "like_count": 0, - "published_at": "2025-02-12T06:07:51Z", - "type": "top_level" - }, - { - "author": "@Rn085p", - "text": "Mera kay hoga❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤💜💜💜💜💜💜💘💘💘💘💘💘💘", - "like_count": 0, - "published_at": "2025-02-23T18:44:25Z", - "type": "top_level" - }, - { - "author": "@TTK_Baby42", - "text": "I don't see it anymore", - "like_count": 0, - "published_at": "2025-10-25T04:05:13Z", - "type": "top_level" - }, - { - "author": "@JohnnieRays", - "text": "A new era", - "like_count": 0, - "published_at": "2025-02-12T04:23:50Z", - "type": "top_level" - }, - { - "author": "@rev_76_76", - "text": "Where is this future at", - "like_count": 0, - "published_at": "2025-02-12T03:52:41Z", - "type": "top_level" - }, - { - "author": "@kathleen8990", - "text": "Как вот видео превратить в текст быстро", - "like_count": 0, - "published_at": "2024-12-22T17:37:17Z", - "type": "top_level" - }, - { - "author": "@sukdevsukdevKumarSanu-m2e5y", - "text": "❤️", - "like_count": 1, - "published_at": "2025-12-07T16:11:22Z", - "type": "top_level" - }, - { - "author": "@delfinafina6865", - "text": "Que tal en español? 😮😊", - "like_count": 0, - "published_at": "2024-11-22T03:22:54Z", - "type": "top_level" - }, - { - "author": "@ableandrew", - "text": "Where is the button tho", - "like_count": 0, - "published_at": "2025-09-20T18:00:12Z", - "type": "top_level" - }, - { - "author": "@GhnffGgjjhf", - "text": "ممتاز", - "like_count": 1, - "published_at": "2026-01-08T19:50:55Z", - "type": "top_level" - }, - { - "author": "@kate4biglittlevoices", - "text": "Nice 🎉", - "like_count": 0, - "published_at": "2025-02-12T03:58:29Z", - "type": "top_level" - }, - { - "author": "@stieujf", - "text": "🎉❤❤", - "like_count": 1, - "published_at": "2026-01-20T14:12:04Z", - "type": "top_level" - }, - { - "author": "@CRAZYWHITEBOY87", - "text": "Sweet 🤙🏼", - "like_count": 0, - "published_at": "2025-02-12T15:57:04Z", - "type": "top_level" - }, - { - "author": "@zidtigris", - "text": "Ajá y cómo lo activo?", - "like_count": 0, - "published_at": "2025-05-17T21:33:08Z", - "type": "top_level" - }, - { - "author": "@a.nobodys.nobody", - "text": "Unlimited Favorites please! I don't 'like' videos because it writes over my first likes, 16+ years ago. Maxed at 5k. Premium members shouldn't be limited like that. I like seeing really old videos i liked and using it to keep track of my yt history. Also, please just x-out videos that are deleted, so i know what was lost and can find a reupload. It's so aggravating seeing videos in my folders are deleted but having zero idea what was deleted. Wayback machine doesn't work most of the time", - "like_count": 0, - "published_at": "2024-11-22T20:40:06Z", - "type": "top_level" - }, - { - "author": "@fxtalfr", - "text": "Premium Crew👇", - "like_count": 0, - "published_at": "2024-12-01T06:35:38Z", - "type": "top_level" - }, - { - "author": "@DavidplaysXgames", - "text": "I don't have anymore...", - "like_count": 0, - "published_at": "2026-01-30T02:48:59Z", - "type": "top_level" - }, - { - "author": "@austinno.1", - "text": "You mean I don’t have to sit through somebodies video that purposely hides their content for fake engagement? I can just get my list of things to look at quickly? Amazing", - "like_count": 0, - "published_at": "2025-02-12T13:52:31Z", - "type": "top_level" - }, - { - "author": "@brandonware1045", - "text": "So what do we do", - "like_count": 0, - "published_at": "2025-02-12T18:26:16Z", - "type": "top_level" - }, - { - "author": "@jedediahhopkins6051", - "text": "Why. The hell. Would I ever use this. YouTube is the dumbest company in the world fr.", - "like_count": 1, - "published_at": "2025-02-12T04:55:45Z", - "type": "top_level" - }, - { - "author": "@stormchaserjoe2842", - "text": "Am i the only one who doesn’t see the ask button", - "like_count": 0, - "published_at": "2025-02-12T05:04:55Z", - "type": "top_level" - }, - { - "author": "@Catprisyun", - "text": "Or I could just watch the video", - "like_count": 0, - "published_at": "2024-12-05T06:04:03Z", - "type": "top_level" - }, - { - "author": "@JD_84_69", - "text": "Bring back the thumbs down where we can see how many it was", - "like_count": 0, - "published_at": "2025-02-12T10:17:47Z", - "type": "top_level" - }, - { - "author": "@all4lah", - "text": "Is it extra cost", - "like_count": 0, - "published_at": "2025-02-12T16:25:21Z", - "type": "top_level" - }, - { - "author": "@IbrahimDbouk-u1p", - "text": "Ich liebe das", - "like_count": 0, - "published_at": "2025-07-24T15:44:26Z", - "type": "top_level" - }, - { - "author": "@KnuxLux", - "text": "Can I ask dumb or lame stuff?", - "like_count": 0, - "published_at": "2025-02-12T03:28:12Z", - "type": "top_level" - }, - { - "author": "@Cyphernakamoto", - "text": "Nice.", - "like_count": 0, - "published_at": "2025-02-12T04:17:48Z", - "type": "top_level" - }, - { - "author": "@ILOVEKATSEYE4EVER", - "text": "YAYYYYY IM GONNA TRY", - "like_count": 0, - "published_at": "2025-02-12T03:00:34Z", - "type": "top_level" - }, - { - "author": "@ThePapaGaren", - "text": "This is cool", - "like_count": 0, - "published_at": "2024-12-17T14:49:15Z", - "type": "top_level" - }, - { - "author": "@sierramarshall5285", - "text": "I LOVE ITTTT", - "like_count": 0, - "published_at": "2025-02-12T22:42:37Z", - "type": "top_level" - }, - { - "author": "@LionelHezarfen", - "text": "cok iyi duruyor", - "like_count": 0, - "published_at": "2024-12-14T20:34:59Z", - "type": "top_level" - }, - { - "author": "@tnchgds", - "text": "👍👍👍👍 nice", - "like_count": 1, - "published_at": "2025-10-21T20:26:07Z", - "type": "top_level" - }, - { - "author": "@JyleKen-k5l", - "text": "Its not here now I can't see it", - "like_count": 0, - "published_at": "2025-11-23T03:51:08Z", - "type": "top_level" - }, - { - "author": "@bcgyt9136", - "text": "why is this on youtube 😭", - "like_count": 1, - "published_at": "2024-12-31T05:49:37Z", - "type": "top_level" - }, - { - "author": "@luvelleyl2004", - "text": "Wait this is actually good wtf", - "like_count": 0, - "published_at": "2025-02-12T06:35:30Z", - "type": "top_level" - }, - { - "author": "@Mobiisalive", - "text": "Hide the money yall it’s poor people round😭😭😭idk getting a premium
Only reel made me feel higher lass🤣🤣", - "like_count": 0, - "published_at": "2025-02-12T05:38:50Z", - "type": "top_level" - }, - { - "author": "@itsmejossyg6077", - "text": "Omg thank u", - "like_count": 0, - "published_at": "2025-02-12T18:22:32Z", - "type": "top_level" - }, - { - "author": "@FatherRico2324", - "text": "🔥🔥🔥", - "like_count": 0, - "published_at": "2025-02-12T03:39:15Z", - "type": "top_level" - }, - { - "author": "@soulcology", - "text": "🔥🔥🔥", - "like_count": 0, - "published_at": "2025-02-12T11:57:08Z", - "type": "top_level" - }, - { - "author": "@lilfree2rhyme34", - "text": "🔥🔥🔥", - "like_count": 0, - "published_at": "2024-12-14T02:11:47Z", - "type": "top_level" - }, - { - "author": "@Tiiau.TaburuaUaai-r4y", - "text": "Good song😀", - "like_count": 0, - "published_at": "2025-07-24T08:05:15Z", - "type": "top_level" - }, - { - "author": "@MarkHenryTheWrestler", - "text": "Thanks for nothing where tf is this button YouTube", - "like_count": 0, - "published_at": "2025-02-13T04:08:26Z", - "type": "top_level" - }, - { - "author": "@loungkru", - "text": "That’s cool", - "like_count": 0, - "published_at": "2025-02-12T03:21:52Z", - "type": "top_level" - }, - { - "author": "@margebarze", - "text": "why I can’t use it 🤬🤬🤬", - "like_count": 0, - "published_at": "2025-02-12T14:43:35Z", - "type": "top_level" - }, - { - "author": "@CheshireSmileInWonderland", - "text": "YouTube, how does people comments turn into a topic", - "like_count": 0, - "published_at": "2025-02-12T15:36:16Z", - "type": "top_level" - }, - { - "author": "@mdabdullah0150", - "text": "🥀★─┼𝐓𝐡𝐚𝐧𝐤 𝐲𝐨𝐮 𝐒𝐨 𝐦𝐮𝐜𝐡┼─★🥀❤", - "like_count": 0, - "published_at": "2024-11-27T22:17:48Z", - "type": "top_level" - }, - { - "author": "@RicardoDelacruzmagaña", - "text": "😊", - "like_count": 1, - "published_at": "2026-01-18T04:42:41Z", - "type": "top_level" - }, - { - "author": "@D4DENNI", - "text": "Not in Canada to use AI", - "like_count": 0, - "published_at": "2024-11-21T21:48:36Z", - "type": "top_level" - }, - { - "author": "@khloewilliams7487", - "text": "I wish you could ask about kids videos", - "like_count": 0, - "published_at": "2024-12-19T03:54:50Z", - "type": "top_level" - }, - { - "author": "@carnellsims2782", - "text": "I love it", - "like_count": 0, - "published_at": "2024-11-23T07:05:06Z", - "type": "top_level" - }, - { - "author": "@SonyaSunshines", - "text": "Ai will take over the World", - "like_count": 1, - "published_at": "2024-12-06T21:42:00Z", - "type": "top_level" - }, - { - "author": "@JBAC0128", - "text": "But it on shorts", - "like_count": 0, - "published_at": "2025-02-12T22:38:56Z", - "type": "top_level" - }, - { - "author": "@mukund-w8z", - "text": "Yes sir I am except Ai Assistant officeiyally", - "like_count": 0, - "published_at": "2025-08-31T16:08:33Z", - "type": "top_level" - }, - { - "author": "@Forsythcal", - "text": "I likey. I likey a lot.", - "like_count": 0, - "published_at": "2025-02-12T10:27:13Z", - "type": "top_level" - }, - { - "author": "@littlepigboy", - "text": "Is this going to cut out misinformation and conversation within comments? I like people to people answers", - "like_count": 0, - "published_at": "2025-02-12T04:45:15Z", - "type": "top_level" - }, - { - "author": "@tulsslay", - "text": "modernize the music app", - "like_count": 0, - "published_at": "2025-02-12T05:58:36Z", - "type": "top_level" - }, - { - "author": "@soup_troop", - "text": "I have one question, why?", - "like_count": 0, - "published_at": "2025-02-12T03:45:00Z", - "type": "top_level" - }, - { - "author": "@kincaid7377", - "text": "Dy stopia is here fellas", - "like_count": 1, - "published_at": "2024-12-30T13:07:16Z", - "type": "top_level" - }, - { - "author": "@نعمانعقيل", - "text": "روعه روعه جدن", - "like_count": 0, - "published_at": "2025-08-04T21:08:15Z", - "type": "top_level" - }, - { - "author": "@LuisMiranda-g9y4l", - "text": "Que herramienta usan", - "like_count": 0, - "published_at": "2025-08-26T11:00:31Z", - "type": "top_level" - }, - { - "author": "@SKULLYARD1971", - "text": "Oh hell yeah.", - "like_count": 0, - "published_at": "2025-02-12T17:14:38Z", - "type": "top_level" - }, - { - "author": "@LordeHyenaDragon", - "text": "This is neat", - "like_count": 0, - "published_at": "2025-02-12T05:01:00Z", - "type": "top_level" - }, - { - "author": "@MANANAUTOMATION-28", - "text": "Amazing update", - "like_count": 0, - "published_at": "2025-12-11T10:45:40Z", - "type": "top_level" - }, - { - "author": "@graham42", - "text": "man the internet is so aggressively awful now", - "like_count": 0, - "published_at": "2025-02-12T03:25:34Z", - "type": "top_level" - }, - { - "author": "@RecklaMaverick", - "text": "Loveeeeee!", - "like_count": 0, - "published_at": "2025-02-12T17:57:03Z", - "type": "top_level" - }, - { - "author": "@WiccedWiccan", - "text": "Isn’t this going to severely hurt content creators now that we won’t need to watch any video to completion?", - "like_count": 0, - "published_at": "2025-02-12T08:52:35Z", - "type": "top_level" - }, - { - "author": "@VincentWood-m6l", - "text": "I'm not a premium user.", - "like_count": 0, - "published_at": "2024-11-25T08:48:10Z", - "type": "top_level" - }, - { - "author": "@akkurtvepikselhayatlar", - "text": "thanks 👍", - "like_count": 0, - "published_at": "2025-08-24T17:25:07Z", - "type": "top_level" - }, - { - "author": "@adrianreyes4702", - "text": "Cool!", - "like_count": 0, - "published_at": "2025-02-12T03:56:04Z", - "type": "top_level" - }, - { - "author": "@L1veL0veGu1neaPig7", - "text": "Cool!", - "like_count": 0, - "published_at": "2025-02-13T00:39:49Z", - "type": "top_level" - }, - { - "author": "@Slirp07", - "text": "Wow an ai to ask questions and get factually incorrect answers from I’m hyped, an original idea too I’m so glad that I finally have an ai to talk to on YouTube specifically!
(Get this off my screen)", - "like_count": 0, - "published_at": "2025-02-12T18:07:08Z", - "type": "top_level" - }, - { - "author": "@zaku810810", - "text": "Can I block all simplified Chinese content ?", - "like_count": 0, - "published_at": "2025-02-12T04:55:01Z", - "type": "top_level" - }, - { - "author": "@JVVL69", - "text": "I asked it why it exists and it got stuck LMAO", - "like_count": 0, - "published_at": "2025-10-06T19:22:01Z", - "type": "top_level" - }, - { - "author": "@ThatOne_PeanutNubFan", - "text": "awesome", - "like_count": 0, - "published_at": "2025-02-12T20:24:57Z", - "type": "top_level" - }, - { - "author": "@MichaelAnthonyVideos", - "text": "Cool!", - "like_count": 0, - "published_at": "2025-02-27T18:48:01Z", - "type": "top_level" - }, - { - "author": "@BreaksWitwicky", - "text": "Now here's a question what if the ask button has disappeared from your YouTube channel how do you get it back", - "like_count": 0, - "published_at": "2025-09-29T20:35:09Z", - "type": "top_level" - }, - { - "author": "@pikansanok", - "text": "If it disappeared from my Youtube channel, I will decide not to get it back because my videos are not suitable for it.", - "like_count": 0, - "published_at": "2025-10-16T20:59:16Z", - "type": "reply" - }, - { - "author": "@cosmic3077", - "text": "that’s cool but can you fix the buggy mess that is youtube music? i genuinely like it better than spotify because i can listen to music that isn’t mainstream but god it’s a pain most of the time", - "like_count": 0, - "published_at": "2025-02-12T14:06:55Z", - "type": "top_level" - }, - { - "author": "@ArfatShaikh-q4o", - "text": "I can't see that feature
Please someone tell me how to activate this feature", - "like_count": 0, - "published_at": "2025-12-03T13:06:36Z", - "type": "top_level" - }, - { - "author": "@rameshmachhar8506", - "text": "🎉😂❤😢", - "like_count": 0, - "published_at": "2026-01-30T15:10:35Z", - "type": "reply" - }, - { - "author": "@marie-francelanglois4201", - "text": "How do I do egg rolls", - "like_count": 0, - "published_at": "2024-12-04T02:13:49Z", - "type": "top_level" - }, - { - "author": "@MandalorV7", - "text": "Not everything needs these AI bots. They are being shoehorned into everything! Feels like we are at the beginning of a cyberpunk dystopian future.", - "like_count": 0, - "published_at": "2025-02-12T12:02:42Z", - "type": "top_level" - }, - { - "author": "@LocalTrees", - "text": "💯🔥💯🔥💯🔥", - "like_count": 0, - "published_at": "2025-02-12T19:00:53Z", - "type": "top_level" - }, - { - "author": "@Fruitypeppbless", - "text": "But I'm not premium..", - "like_count": 0, - "published_at": "2024-12-18T05:13:30Z", - "type": "top_level" - }, - { - "author": "@Amariestar1", - "text": "Nice❤", - "like_count": 0, - "published_at": "2024-11-23T17:38:41Z", - "type": "top_level" - }, - { - "author": "@prinr_5", - "text": "I dont have it", - "like_count": 0, - "published_at": "2025-12-29T18:10:07Z", - "type": "top_level" - }, - { - "author": "@Brainrotluva6867", - "text": "Hell yeahhh", - "like_count": 0, - "published_at": "2025-02-12T04:02:15Z", - "type": "top_level" - }, - { - "author": "@stormer455", - "text": "No more having to shift through 25 minutes of filler for 45 seconds of content", - "like_count": 0, - "published_at": "2024-12-13T22:32:13Z", - "type": "top_level" - }, - { - "author": "@John-of3ur", - "text": "I need to block all songs from certain artists. I need to block all versions of certain songs. When I say play album version I expect the album version. When I dislike a song don't ever play it again even if I like another version of the same song.", - "like_count": 0, - "published_at": "2024-11-22T01:55:20Z", - "type": "top_level" - }, - { - "author": "@i-am-bored-12", - "text": "🔥", - "like_count": 0, - "published_at": "2025-02-12T04:06:00Z", - "type": "top_level" - }, - { - "author": "@Basey", - "text": "How much water does your AI tool use? A bottle of water per question?", - "like_count": 0, - "published_at": "2025-02-12T14:48:29Z", - "type": "top_level" - }, - { - "author": "@crimsoncat510-el7dy", - "text": "WHATS THE AI’S NAME I NEED TO MAKE A PARASOCIAL CONNECTION WITH THEM TOOOOO", - "like_count": 0, - "published_at": "2025-02-12T04:55:04Z", - "type": "top_level" - }, - { - "author": "@Vashureactionvlog", - "text": "Reaction video ❤❤", - "like_count": 1, - "published_at": "2025-04-23T13:56:34Z", - "type": "top_level" - }, - { - "author": "@neoesm", - "text": "why would you release this for mere days then ghost everyone", - "like_count": 0, - "published_at": "2025-01-13T23:05:35Z", - "type": "top_level" - }, - { - "author": "@Veteran_Augustus17", - "text": "YouTube gpt?", - "like_count": 0, - "published_at": "2025-02-12T12:14:38Z", - "type": "top_level" - }, - { - "author": "@FailedHispanic", - "text": "Gonna ask it why it exists", - "like_count": 0, - "published_at": "2025-02-12T03:45:32Z", - "type": "top_level" - }, - { - "author": "@PruneCandy", - "text": "I love that the voice sounds like both genders!", - "like_count": 0, - "published_at": "2025-02-12T04:51:50Z", - "type": "top_level" - }, - { - "author": "@B00MS1ZZL3P0P", - "text": "sooo cool", - "like_count": 0, - "published_at": "2025-02-12T08:11:37Z", - "type": "top_level" - }, - { - "author": "@Gkitchens1", - "text": "The fact that yall released this video without including an ask button on this format is almost comical man. Why not release this as a normal video so you could have included it???", - "like_count": 0, - "published_at": "2025-02-12T14:22:08Z", - "type": "top_level" - }, - { - "author": "@ericdizzler", - "text": "Teh Teh I’m going to be very happy to see all the videos on the catastrophically wrong hallucinations.", - "like_count": 0, - "published_at": "2025-02-12T19:40:34Z", - "type": "top_level" - }, - { - "author": "@弄内小新", - "text": "先把手机版视频字幕翻中文字幕修复好吧…坏了几年了", - "like_count": 0, - "published_at": "2025-02-12T03:34:20Z", - "type": "top_level" - }, - { - "author": "@elsohagimoussa3150", - "text": "اجعل الفديوهات والأفلام كله مترجمه بالعربى وناطقه بالفرنسية مع إظهار النص", - "like_count": 0, - "published_at": "2025-09-18T14:45:10Z", - "type": "top_level" - }, - { - "author": "@mariaabreu6673", - "text": "yayyyyyyyyy❤️", - "like_count": 1, - "published_at": "2025-02-12T00:16:43Z", - "type": "top_level" - }, - { - "author": "@ghoulishffx", - "text": "am i the only one that has a problem with every website ai-ifying everything when ai still kinda sucks?", - "like_count": 0, - "published_at": "2025-02-12T05:24:53Z", - "type": "top_level" - }, - { - "author": "@shereenbeckles6366", - "text": "Hey ai", - "like_count": 0, - "published_at": "2025-02-12T14:41:18Z", - "type": "top_level" - }, - { - "author": "@SikanderAnsari-c5s", - "text": "Very nice❤❤❤❤", - "like_count": 0, - "published_at": "2025-08-22T12:49:43Z", - "type": "top_level" - }, - { - "author": "@madensami2993", - "text": "How ?", - "like_count": 0, - "published_at": "2025-02-12T15:35:10Z", - "type": "top_level" - }, - { - "author": "@HooperForever", - "text": "Yayyy", - "like_count": 1, - "published_at": "2025-02-12T03:29:19Z", - "type": "top_level" - }, - { - "author": "@justinwor1ld", - "text": "add conversations settings voices and no recommend related content", - "like_count": 0, - "published_at": "2025-10-17T01:10:37Z", - "type": "top_level" - }, - { - "author": "@游晓冬", - "text": "怎么获取", - "like_count": 0, - "published_at": "2024-12-18T06:56:43Z", - "type": "top_level" - }, - { - "author": "@aoinkboinkcoinkdoinkeoinkfoink", - "text": "I hate the AI reply choices, it goes: “I like cheese” and it says: “I hate you”", - "like_count": 0, - "published_at": "2025-03-02T01:52:42Z", - "type": "top_level" - }, - { - "author": "@CookiesTasteGood1412", - "text": "At first i red controversial and i was like "huh"", - "like_count": 0, - "published_at": "2025-02-12T05:16:25Z", - "type": "top_level" - }, - { - "author": "@MintyArisato", - "text": "Why summarize a video? I watch because I want to watch the whole thing. Are people that lazy to just click the description for the recipe or just skip ahead on the little bar with a click? You’re killing off creator/commenter feedback if someone just asks an AI, and the community too. We’re all just taking to robots and not each other, making them create all our ideas, replace us. Why exist at all?", - "like_count": 0, - "published_at": "2025-02-12T06:42:46Z", - "type": "top_level" - }, - { - "author": "@AGrainOfSalt_Anti_Uttp", - "text": "Wow!", - "like_count": 0, - "published_at": "2025-02-12T11:27:07Z", - "type": "top_level" - }, - { - "author": "@raphaelaquino5936", - "text": "Or just watch the video and find out😅", - "like_count": 0, - "published_at": "2025-02-12T06:41:55Z", - "type": "top_level" - }, - { - "author": "@trinsit", - "text": "Your AI is not there yet.", - "like_count": 0, - "published_at": "2025-02-12T04:42:31Z", - "type": "top_level" - }, - { - "author": "@kayetaye333", - "text": "Dude you guys can’t figure out the AI system you already have, I wouldn’t trust anything it said to me tbh", - "like_count": 0, - "published_at": "2025-02-12T08:42:00Z", - "type": "top_level" - }, - { - "author": "@fanbat", - "text": "We dont need AI on every platform. Unless your AI will literally pull all analytics of every video related to yours in order to generate optimal tags, thumbnails, and topics of whichever sort of content we are trying to create and grow with, then its just another useless marketing stunt that doesnt benefit anyone and just wastes time", - "like_count": 1, - "published_at": "2024-12-16T08:51:26Z", - "type": "top_level" - }, - { - "author": "@catluvr8875", - "text": "Doesn’t seem like
It’s going to help creators", - "like_count": 0, - "published_at": "2025-02-12T03:27:35Z", - "type": "top_level" - }, - { - "author": "@TamicaHeaden-d1u", - "text": "Awesome", - "like_count": 0, - "published_at": "2025-11-07T21:19:56Z", - "type": "top_level" - }, - { - "author": "@_HMCB_", - "text": "Please remove video playlists from the Music app. Please. And yes I know this comment doesn’t belong here but maybe some day YouTube will hear my request.", - "like_count": 0, - "published_at": "2025-02-12T03:47:02Z", - "type": "top_level" - }, - { - "author": "@CloakMain", - "text": "I can’t ask about why they removed dislike😂 just like deep seek", - "like_count": 0, - "published_at": "2025-02-12T13:00:39Z", - "type": "top_level" - }, - { - "author": "@deliaskitchen3387", - "text": "Humor game is on", - "like_count": 0, - "published_at": "2024-11-22T22:26:28Z", - "type": "top_level" - }, - { - "author": "@MIGHTYx1331", - "text": "Nice", - "like_count": 0, - "published_at": "2025-02-11T23:55:59Z", - "type": "top_level" - }, - { - "author": "@lalaboards", - "text": "Well
Ok then !!!!!", - "like_count": 0, - "published_at": "2025-02-12T03:55:00Z", - "type": "top_level" - }, - { - "author": "@v3shy", - "text": "heck yeah", - "like_count": 0, - "published_at": "2025-02-12T05:12:09Z", - "type": "top_level" - }, - { - "author": "@joeya7376", - "text": "why the hell would i need this", - "like_count": 0, - "published_at": "2025-02-12T18:23:01Z", - "type": "top_level" - }, - { - "author": "@btscomingbackin2025", - "text": "Nice", - "like_count": 0, - "published_at": "2024-12-22T04:17:01Z", - "type": "top_level" - }, - { - "author": "@APOSTOLADOLFOYJOHANNAMORENO", - "text": "Súper", - "like_count": 0, - "published_at": "2025-02-12T14:26:52Z", - "type": "top_level" - }, - { - "author": "@Nina.playdead", - "text": "God I can’t wait to switch to nebula", - "like_count": 0, - "published_at": "2025-02-12T12:37:08Z", - "type": "top_level" - }, - { - "author": "@Mobile.recording", - "text": "Meh more features more bugs. Im all about simplicity", - "like_count": 0, - "published_at": "2025-02-12T04:16:18Z", - "type": "top_level" - }, - { - "author": "@SaiyanPrincessXO", - "text": "Such a stupid feature", - "like_count": 1, - "published_at": "2024-12-23T19:23:29Z", - "type": "top_level" - }, - { - "author": "@IdkWhatToNameThisLol-o7p", - "text": "I love when YouTube start throw feature at my non premium account", - "like_count": 0, - "published_at": "2025-11-18T06:07:13Z", - "type": "top_level" - }, - { - "author": "@alabenotman7160", - "text": "Niiiiiiiicccceeeeeee", - "like_count": 0, - "published_at": "2025-02-12T15:28:30Z", - "type": "top_level" - }, - { - "author": "@ivanbellman856", - "text": "You Tube AI", - "like_count": 0, - "published_at": "2025-02-12T17:55:25Z", - "type": "top_level" - }, - { - "author": "@ogspirit2620", - "text": "This feature thought Duggie from SML was a girl 😭🙏", - "like_count": 0, - "published_at": "2025-02-02T04:49:23Z", - "type": "top_level" - }, - { - "author": "@KarinaTheDreama", - "text": "I like it a lot!", - "like_count": 0, - "published_at": "2025-02-12T18:21:01Z", - "type": "top_level" - }, - { - "author": "@jules-zc1me", - "text": "I would actually appreciate a filter for AI generated content so I can switch it off! I want real music not AI music", - "like_count": 0, - "published_at": "2025-02-12T04:38:29Z", - "type": "top_level" - }, - { - "author": "@Pão.br7", - "text": "É o boomdaIA", - "like_count": 0, - "published_at": "2024-11-28T10:09:47Z", - "type": "top_level" - }, - { - "author": "@Bhojpuriff000", - "text": "My channel is not grow why", - "like_count": 0, - "published_at": "2025-02-05T05:35:53Z", - "type": "top_level" - }, - { - "author": "@CotoPeralta", - "text": "Uno en español .", - "like_count": 0, - "published_at": "2024-12-10T22:27:34Z", - "type": "top_level" - }, - { - "author": "@DanielCuartas-k3n", - "text": "Is free?", - "like_count": 0, - "published_at": "2025-02-12T14:12:20Z", - "type": "top_level" - }, - { - "author": "@johnathanrice3569", - "text": "Tell me how Gemini decided that they were black Nazis when there are no pictures that could be used to train on to come to such a conclusion", - "like_count": 0, - "published_at": "2025-02-12T22:34:38Z", - "type": "top_level" - }, - { - "author": "@iam89raps", - "text": "Amazing", - "like_count": 0, - "published_at": "2025-12-18T22:58:45Z", - "type": "top_level" - }, - { - "author": "@lollol-gu7wi", - "text": "is this really needed??", - "like_count": 0, - "published_at": "2025-02-12T03:34:34Z", - "type": "top_level" - }, - { - "author": "@veritaevideos1764", - "text": "Damn so all us paid members are here", - "like_count": 0, - "published_at": "2025-02-12T10:46:08Z", - "type": "top_level" - }, - { - "author": "@MunawarPasha-nk7ub", - "text": "We're prince leonor learned about details here to I learning about", - "like_count": 1, - "published_at": "2026-01-08T11:07:54Z", - "type": "top_level" - }, - { - "author": "@MunawarPasha-nk7ub", - "text": "But our interested in here giving me big property man only one property permanent in this world 4X6", - "like_count": 0, - "published_at": "2026-01-08T11:09:50Z", - "type": "reply" - }, - { - "author": "@ewertonduarte3568", - "text": "❤️ deixa eu curtir minha música", - "like_count": 0, - "published_at": "2025-10-14T23:55:56Z", - "type": "top_level" - }, - { - "author": "@omido6604", - "text": "This can kill the content creators work since no one will watch anything anymore and just ask AI to summarize content", - "like_count": 0, - "published_at": "2025-02-12T15:34:24Z", - "type": "top_level" - }, - { - "author": "@Bgh583", - "text": "Does not work", - "like_count": 0, - "published_at": "2024-12-19T19:08:21Z", - "type": "top_level" - }, - { - "author": "@B.A.D._MX", - "text": "By calling it a tool, you suck the fun out of it while barely being more honest about it being powered by an LLM. I would kick this back to marketing AND legal.", - "like_count": 1, - "published_at": "2024-11-21T08:06:39Z", - "type": "top_level" - }, - { - "author": "@दीपचंदआग्रहबल", - "text": "❤️", - "like_count": 0, - "published_at": "2026-01-02T21:45:57Z", - "type": "top_level" - }, - { - "author": "@दीपचंदआग्रहबल", - "text": "Deep Chan go to another one Omar plot charred online circuit.❤", - "like_count": 0, - "published_at": "2026-01-02T21:48:08Z", - "type": "reply" - }, - { - "author": "@Gawarhen", - "text": "Is there anyone who asked for this", - "like_count": 0, - "published_at": "2025-02-12T04:12:44Z", - "type": "top_level" - }, - { - "author": "@guillaumechabridon675", - "text": "❤️
I love it", - "like_count": 0, - "published_at": "2025-09-10T01:49:47Z", - "type": "top_level" - }, - { - "author": "@rafanzully4life927", - "text": "I wish that my wife was so understanding 😅😅😅😂😂😂😂😂❤", - "like_count": 0, - "published_at": "2025-08-25T14:26:53Z", - "type": "top_level" - }, - { - "author": "@PotatoeChief", - "text": "How about letting us change or remove the forced topics you pick for us instead", - "like_count": 0, - "published_at": "2025-02-12T14:17:43Z", - "type": "top_level" - }, - { - "author": "@lionel16", - "text": "Can I ask why she doesn’t want me?", - "like_count": 0, - "published_at": "2025-02-12T03:13:43Z", - "type": "top_level" - }, - { - "author": "@lolsi1v3r", - "text": "I can finally find out who asked", - "like_count": 0, - "published_at": "2025-02-12T03:13:33Z", - "type": "top_level" - }, - { - "author": "@49x365", - "text": "Dope", - "like_count": 0, - "published_at": "2025-02-12T03:33:53Z", - "type": "top_level" - }, - { - "author": "@MajinValerie", - "text": "Dope", - "like_count": 0, - "published_at": "2025-02-12T14:40:49Z", - "type": "top_level" - }, - { - "author": "@marvcreates", - "text": "I like", - "like_count": 0, - "published_at": "2025-02-12T04:51:42Z", - "type": "top_level" - }, - { - "author": "@kennedikids6606", - "text": "ok thanks i guess", - "like_count": 0, - "published_at": "2025-02-12T06:17:39Z", - "type": "top_level" - }, - { - "author": "@Yjn75", - "text": "Only in the US? Why are Premium subscribers outside the US paying the same if not more for less features? Even Pixel phones outside the US does not have Pixel Studio. Boooo! 👎👎👎", - "like_count": 0, - "published_at": "2024-12-05T21:40:45Z", - "type": "top_level" - }, - { - "author": "@somefishhere", - "text": "Bro no. Bring back YouTube private messaging", - "like_count": 0, - "published_at": "2025-02-12T13:11:19Z", - "type": "top_level" - }, - { - "author": "@CarolynHicks-pp8ms", - "text": "This AI is my friend", - "like_count": 0, - "published_at": "2025-08-22T21:31:48Z", - "type": "top_level" - }, - { - "author": "@adrinaline-1", - "text": "Wow😮", - "like_count": 0, - "published_at": "2025-07-30T12:03:47Z", - "type": "top_level" - }, - { - "author": "@weekendxboxer", - "text": "okay", - "like_count": 1, - "published_at": "2025-02-12T05:56:49Z", - "type": "top_level" - }, - { - "author": "@rktv994", - "text": "Love this ❤", - "like_count": 0, - "published_at": "2024-12-13T06:56:29Z", - "type": "top_level" - }, - { - "author": "@cosmiccactus5512", - "text": "Neat!", - "like_count": 0, - "published_at": "2024-12-14T05:20:25Z", - "type": "top_level" - }, - { - "author": "@Harpy-with-Legs", - "text": "Guys should I poop myself rn? I refuse to ask the AI this question, this feels like a question only a sensible group of human minds could answer.", - "like_count": 0, - "published_at": "2025-02-12T11:21:34Z", - "type": "top_level" - }, - { - "author": "@rameshmachhar8506", - "text": "😂🎉 0:39 hai", - "like_count": 1, - "published_at": "2026-01-21T15:00:03Z", - "type": "top_level" - }, - { - "author": "@rameshmachhar8506", - "text": "Hi", - "like_count": 1, - "published_at": "2026-01-21T15:04:02Z", - "type": "reply" - }, - { - "author": "@OfficialTijo", - "text": ""Damn is😂🎉" ahh", - "like_count": 1, - "published_at": "2026-01-29T22:04:16Z", - "type": "reply" - }, - { - "author": "@reneerials2389", - "text": "Can I turn this off", - "like_count": 0, - "published_at": "2025-02-26T23:21:58Z", - "type": "top_level" - }, - { - "author": "@notacatjustahuman", - "text": "Did we really need this tho", - "like_count": 0, - "published_at": "2025-02-12T23:09:31Z", - "type": "top_level" - }, - { - "author": "@suneelkumar9846", - "text": "🎉🎉🎉", - "like_count": 1, - "published_at": "2025-11-13T05:17:33Z", - "type": "top_level" - }, - { - "author": "@NethanJalopMasterplokie", - "text": "❤️", - "like_count": 0, - "published_at": "2025-07-17T07:31:17Z", - "type": "top_level" - }, - { - "author": "@shawneabrown", - "text": "🔥🔥😭🔥", - "like_count": 0, - "published_at": "2025-02-12T16:35:22Z", - "type": "top_level" - }, - { - "author": "@y9livx", - "text": "Love 💕💞", - "like_count": 1, - "published_at": "2025-09-26T13:15:31Z", - "type": "top_level" - }, - { - "author": "@odaleysisreyes5032", - "text": "And in spanish", - "like_count": 0, - "published_at": "2025-02-12T04:12:00Z", - "type": "top_level" - }, - { - "author": "@paulinha8lima", - "text": "❤️", - "like_count": 0, - "published_at": "2025-07-22T15:55:57Z", - "type": "top_level" - }, - { - "author": "@dev4mobiles624", - "text": "tell me about this video", - "like_count": 0, - "published_at": "2025-03-13T06:42:50Z", - "type": "top_level" - }, - { - "author": "@bhupendrasinghrathod6720", - "text": "❤️", - "like_count": 0, - "published_at": "2025-07-25T17:19:47Z", - "type": "top_level" - }, - { - "author": "@Audrius-p8p", - "text": "❤️", - "like_count": 0, - "published_at": "2025-07-30T00:42:56Z", - "type": "top_level" - }, - { - "author": "@offwhitemello", - "text": "Wtf is this", - "like_count": 1, - "published_at": "2024-11-21T21:47:17Z", - "type": "top_level" - }, - { - "author": "@RK-गौर-क्षक-007", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-02T06:45:29Z", - "type": "top_level" - }, - { - "author": "@عبدالرحمنالقحطاني-ص4د", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-03T14:59:31Z", - "type": "top_level" - }, - { - "author": "@krishnaMaurya3k", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-04T14:35:09Z", - "type": "top_level" - }, - { - "author": "@John-of3ur", - "text": "Stop unsubscribing me from my subscriptions. There's a crazy idea.", - "like_count": 0, - "published_at": "2024-12-06T22:16:49Z", - "type": "top_level" - }, - { - "author": "@GoddessEnergy333", - "text": "❤", - "like_count": 0, - "published_at": "2025-02-12T03:36:35Z", - "type": "top_level" - }, - { - "author": "@CosmosisEditz", - "text": "❤", - "like_count": 0, - "published_at": "2025-02-12T20:08:05Z", - "type": "top_level" - }, - { - "author": "@isahjafar359", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-13T23:39:52Z", - "type": "top_level" - }, - { - "author": "@rndreshwarBora", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-15T13:59:33Z", - "type": "top_level" - }, - { - "author": "@paulianosoares5732", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-19T02:19:50Z", - "type": "top_level" - }, - { - "author": "@HargobenAdi", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-21T09:33:50Z", - "type": "top_level" - }, - { - "author": "@너굴이-x6y", - "text": "nice", - "like_count": 0, - "published_at": "2025-02-18T12:22:01Z", - "type": "top_level" - }, - { - "author": "@AminaCasa-w8l", - "text": "❤️❤❤❤", - "like_count": 0, - "published_at": "2025-07-17T10:32:04Z", - "type": "top_level" - }, - { - "author": "@Qiff123", - "text": "Bring back dislikes!", - "like_count": 1, - "published_at": "2025-11-06T19:24:43Z", - "type": "top_level" - }, - { - "author": "@iampuzzleman282", - "text": "This sucks. Improve the music quality of the music videos if that's what you say you're doing. You tested it you took it away but i saw no evidence said anything happened. These efforts seem really pointless and don't make any sense at all😢", - "like_count": 0, - "published_at": "2025-02-12T05:17:41Z", - "type": "top_level" - }, - { - "author": "@dev4mobiles624", - "text": "what's video", - "like_count": 0, - "published_at": "2025-03-13T06:42:29Z", - "type": "top_level" - }, - { - "author": "@crystalmcfadden7913", - "text": "Yes", - "like_count": 0, - "published_at": "2025-02-12T14:25:56Z", - "type": "top_level" - }, - { - "author": "@stanstrum", - "text": "What, you guys are sniping your own Google conversions? And to think we're all just too lazy to just think for one moment.", - "like_count": 0, - "published_at": "2025-02-12T07:04:37Z", - "type": "top_level" - }, - { - "author": "@AshokPramanik-u6l", - "text": "Ashokpramanik ❤👍👌🙏", - "like_count": 0, - "published_at": "2025-09-09T15:44:31Z", - "type": "top_level" - }, - { - "author": "@DipanshuMandal-y7s", - "text": "❤️❤❤", - "like_count": 0, - "published_at": "2025-07-27T18:23:24Z", - "type": "top_level" - }, - { - "author": "@asarker368", - "text": "Chennal customize", - "like_count": 0, - "published_at": "2025-08-26T18:56:38Z", - "type": "top_level" - }, - { - "author": "@SabirMalik011", - "text": "❤️❤❤", - "like_count": 0, - "published_at": "2025-08-05T12:06:28Z", - "type": "top_level" - }, - { - "author": "@Evandrus", - "text": "Out of EVERYTHING we have asked for you hand us this slop. God I wish you don’t have a monopoly over user made content.", - "like_count": 0, - "published_at": "2025-02-12T03:11:48Z", - "type": "top_level" - }, - { - "author": "@Evandrus", - "text": "Out of EVERYTHING we have asked for you hand us this slop. God I wish you don’t have a monopoly over user made content.", - "like_count": 0, - "published_at": "2025-02-12T03:11:04Z", - "type": "top_level" - }, - { - "author": "@donaldwatson3801", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-12T03:15:42Z", - "type": "top_level" - }, - { - "author": "@AkbarRunavlogs", - "text": "Nice", - "like_count": 0, - "published_at": "2025-11-03T06:40:49Z", - "type": "top_level" - }, - { - "author": "@daciasdiy1861", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-12T05:43:04Z", - "type": "top_level" - }, - { - "author": "@Onnickjessayan", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-12T06:21:49Z", - "type": "top_level" - }, - { - "author": "@Mr.wepinzed", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-12T12:26:25Z", - "type": "top_level" - }, - { - "author": "@StephenWakeOfficial", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-13T04:58:37Z", - "type": "top_level" - }, - { - "author": "@FOCUS-x1o", - "text": "❤️ thanks", - "like_count": 0, - "published_at": "2025-12-14T10:37:00Z", - "type": "top_level" - }, - { - "author": "@breckenn", - "text": "How do I turn this off it’s so god awful bad.", - "like_count": 0, - "published_at": "2025-12-13T19:45:28Z", - "type": "top_level" - }, - { - "author": "@graciegrace9152", - "text": "Cool", - "like_count": 0, - "published_at": "2025-02-15T18:48:19Z", - "type": "top_level" - }, - { - "author": "@Lord_Baphomet_", - "text": "I’ve been a premium user for two years now… and honestly I’d take lower prices over this AI feature… is this why you increased prices?… for something that absolutely no one asked for…? I await your response…", - "like_count": 0, - "published_at": "2025-02-12T05:19:48Z", - "type": "top_level" - }, - { - "author": "@IbrahimDbouk-u1p", - "text": "❤️❤❤❤❤", - "like_count": 0, - "published_at": "2025-07-24T15:43:50Z", - "type": "top_level" - }, - { - "author": "@Johnrichox", - "text": "Why is it on neck hurts fonk for free I don’t have premium", - "like_count": 0, - "published_at": "2025-08-22T21:56:28Z", - "type": "top_level" - }, - { - "author": "@pikansanok", - "text": "And why is it plaguing my videos now", - "like_count": 0, - "published_at": "2025-08-23T06:02:50Z", - "type": "reply" - }, - { - "author": "@Ismadenil85", - "text": "👍🏻👍🏻", - "like_count": 0, - "published_at": "2025-08-03T23:12:30Z", - "type": "top_level" - }, - { - "author": "@mMaul24", - "text": "Happy", - "like_count": 0, - "published_at": "2025-02-14T00:17:25Z", - "type": "top_level" - }, - { - "author": "@yadavvirendra4834", - "text": "❤❤🎉🎉", - "like_count": 0, - "published_at": "2024-12-26T01:11:50Z", - "type": "top_level" - }, - { - "author": "@JBoogieBlueEyes", - "text": "❤️", - "like_count": 0, - "published_at": "2025-09-23T19:19:04Z", - "type": "top_level" - }, - { - "author": "@KristinFowler-d4h", - "text": "❤️", - "like_count": 0, - "published_at": "2025-09-24T04:52:04Z", - "type": "top_level" - }, - { - "author": "@CricketTalk-x3t3v", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-01T00:57:28Z", - "type": "top_level" - }, - { - "author": "@MassbrooeBrooe", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-06T14:37:24Z", - "type": "top_level" - }, - { - "author": "@Максим-й5ц2е", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-31T00:29:55Z", - "type": "top_level" - }, - { - "author": "@Hermananto-h2p", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-28T04:00:54Z", - "type": "top_level" - }, - { - "author": "@Dilkhush-10M-d1d", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-15T12:40:06Z", - "type": "top_level" - }, - { - "author": "@عقبةصايم", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-18T13:25:01Z", - "type": "top_level" - }, - { - "author": "@ShahinKhan-f5c", - "text": "❤️", - "like_count": 0, - "published_at": "2025-10-19T06:33:07Z", - "type": "top_level" - }, - { - "author": "@Ismadenil85", - "text": "help i no ander sten", - "like_count": 0, - "published_at": "2025-08-22T13:53:40Z", - "type": "top_level" - }, - { - "author": "@marksullivan7766", - "text": "Axe?", - "like_count": 0, - "published_at": "2025-02-12T04:50:37Z", - "type": "top_level" - }, - { - "author": "@tryan6239", - "text": "Nobody wants this lol", - "like_count": 1, - "published_at": "2024-11-28T17:11:04Z", - "type": "top_level" - }, - { - "author": "@Dazzlingstarvihan", - "text": "My channaal views are not comming all content is my own and interesting", - "like_count": 0, - "published_at": "2025-08-24T09:41:11Z", - "type": "top_level" - }, - { - "author": "@alexandersnilsson", - "text": "Sweet", - "like_count": 0, - "published_at": "2024-11-23T13:16:14Z", - "type": "top_level" - }, - { - "author": "@Monsterjam897", - "text": "I got pruirm", - "like_count": 0, - "published_at": "2025-02-15T01:45:05Z", - "type": "top_level" - }, - { - "author": "@ChristopherReel-m9d", - "text": "Bro. This world is so over as we knew it.", - "like_count": 0, - "published_at": "2025-02-12T06:50:42Z", - "type": "top_level" - }, - { - "author": "@nawlfr", - "text": "YES", - "like_count": 0, - "published_at": "2025-02-12T03:58:17Z", - "type": "top_level" - }, - { - "author": "@raghurajsingh7253", - "text": "❤", - "like_count": 0, - "published_at": "2025-07-18T08:12:03Z", - "type": "top_level" - }, - { - "author": "@edgareligio5972", - "text": "YouTube AI Tool is a Satanic", - "like_count": 2, - "published_at": "2025-11-21T06:10:32Z", - "type": "top_level" - }, - { - "author": "@brunnoperlati8730", - "text": "Woooow", - "like_count": 0, - "published_at": "2024-11-21T17:53:31Z", - "type": "top_level" - }, - { - "author": "@realjordantrs", - "text": "But why though", - "like_count": 0, - "published_at": "2025-02-13T06:47:06Z", - "type": "top_level" - }, - { - "author": "@IvanAgliardi-q9l6p", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-22T01:41:35Z", - "type": "top_level" - }, - { - "author": "@RosaDislacruz-d7j", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-22T09:22:57Z", - "type": "top_level" - }, - { - "author": "@maher-t8y7i", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-25T20:37:59Z", - "type": "top_level" - }, - { - "author": "@asarker368", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-26T18:55:01Z", - "type": "top_level" - }, - { - "author": "@Kobita425", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-26T23:04:07Z", - "type": "top_level" - }, - { - "author": "@હિમેશ-કાવિઠિયા", - "text": "❤️", - "like_count": 0, - "published_at": "2025-08-30T06:44:51Z", - "type": "top_level" - }, - { - "author": "@JesusPatalagoytia", - "text": "❤", - "like_count": 0, - "published_at": "2025-08-08T23:21:33Z", - "type": "top_level" - }, - { - "author": "@Audrius-p8p", - "text": "❤️", - "like_count": 0, - "published_at": "2025-09-11T22:08:16Z", - "type": "top_level" - }, - { - "author": "@GaneshSingh-r1f", - "text": "❤", - "like_count": 0, - "published_at": "2025-08-12T02:29:10Z", - "type": "top_level" - }, - { - "author": "@Abdul.supari", - "text": "❤️", - "like_count": 0, - "published_at": "2025-09-14T15:04:08Z", - "type": "top_level" - }, - { - "author": "@Rahela-u5m", - "text": "❤️🎉", - "like_count": 0, - "published_at": "2026-02-01T12:27:44Z", - "type": "top_level" - }, - { - "author": "@emilyc5625", - "text": "🤗🤗🤗", - "like_count": 0, - "published_at": "2025-02-12T05:37:40Z", - "type": "top_level" - }, - { - "author": "@monikafredrich7780", - "text": "In deutsch bitte?", - "like_count": 0, - "published_at": "2025-10-05T23:00:18Z", - "type": "top_level" - }, - { - "author": "@AndreLeo-r9d", - "text": "Filem blue c indonesia❤👍", - "like_count": 0, - "published_at": "2025-08-31T14:08:13Z", - "type": "top_level" - }, - { - "author": "@markanthonyliwag4866", - "text": "Can i get coment", - "like_count": 0, - "published_at": "2025-07-27T09:29:16Z", - "type": "top_level" - }, - { - "author": "@mrstanly", - "text": "screw this feature", - "like_count": 0, - "published_at": "2025-02-12T19:45:36Z", - "type": "top_level" - }, - { - "author": "@jadengarcia9413", - "text": "BOOYAH", - "like_count": 0, - "published_at": "2025-02-14T21:44:46Z", - "type": "top_level" - }, - { - "author": "@RichLux713", - "text": "WOW", - "like_count": 0, - "published_at": "2024-11-25T15:10:29Z", - "type": "top_level" - }, - { - "author": "@jackyy.1542", - "text": "Another function to create a new org in Google 😂", - "like_count": 0, - "published_at": "2025-02-12T14:25:28Z", - "type": "top_level" - }, - { - "author": "@cirnEnric", - "text": "For saving a video the playlists listed need to have options for ordering alphabetically so you don’t have to scroll a large list. Also to disallow creating duplicate playlist entries.", - "like_count": 1, - "published_at": "2025-02-12T18:09:04Z", - "type": "top_level" - }, - { - "author": "@ODISeth", - "text": "Who actually wants this? Like seriously why would I ask some machine to summarize a video I’m ALREADY WATCHING?", - "like_count": 0, - "published_at": "2025-02-12T04:07:27Z", - "type": "top_level" - }, - { - "author": "@lazafocusboomboom", - "text": "can you like… not implement this feature that nobody asked for and instead fix all your other applications ❤ and GIVE US AN OPTION TO DISABLE THE AUTOMATIC COMMENTS ON MOBILE please!!", - "like_count": 0, - "published_at": "2025-02-12T22:15:59Z", - "type": "top_level" - }, - { - "author": "@videogajima", - "text": "Why tho", - "like_count": 0, - "published_at": "2025-02-12T07:47:04Z", - "type": "top_level" - }, - { - "author": "@PressFtopayFeder", - "text": "Oh you are kidding me", - "like_count": 0, - "published_at": "2024-12-13T19:12:06Z", - "type": "top_level" - }, - { - "author": "@autobahnexperience", - "text": "Quality of life stuff? Actual benefits of premium? Nah. And removing the pledge about AI killing bots on your website is weird.", - "like_count": 0, - "published_at": "2025-02-12T06:44:15Z", - "type": "top_level" - }, - { - "author": "@Zeasly", - "text": "Why not add something actually useful instead of more ai slop? Some of us actually want to watch the videos we’re paying to see instead of reading the mindless summary of content", - "like_count": 0, - "published_at": "2025-02-12T03:31:14Z", - "type": "top_level" - }, - { - "author": "@Mama_ytb34", - "text": "❤", - "like_count": 0, - "published_at": "2025-10-29T13:03:05Z", - "type": "top_level" - }, - { - "author": "@jmbe6310", - "text": "WOW", - "like_count": 0, - "published_at": "2025-02-12T11:53:21Z", - "type": "top_level" - }, - { - "author": "@InterstellarScout", - "text": "WHY?", - "like_count": 0, - "published_at": "2025-02-12T12:18:16Z", - "type": "top_level" - }, - { - "author": "@naajimaavlogs", - "text": "👍👌", - "like_count": 0, - "published_at": "2025-08-07T03:22:44Z", - "type": "top_level" - }, - { - "author": "@Juniorsamtoumda", - "text": "❤️❤❤❤❤❤❤❤", - "like_count": 0, - "published_at": "2025-08-19T23:07:03Z", - "type": "top_level" - }, - { - "author": "@CaptainChadathy", - "text": "How about no!", - "like_count": 0, - "published_at": "2025-02-14T20:43:28Z", - "type": "top_level" - }, - { - "author": "@jhonatancorzo", - "text": "Qué es", - "like_count": 0, - "published_at": "2025-02-12T03:31:05Z", - "type": "top_level" - }, - { - "author": "@RockOut446", - "text": "Give me back my OG “favorites” playlist from 2009… I miss my old YouTube journal :(", - "like_count": 0, - "published_at": "2025-02-12T07:48:46Z", - "type": "top_level" - }, - { - "author": "@RT_TheHellHound", - "text": "Sweeeeeeet.", - "like_count": 0, - "published_at": "2025-02-12T03:42:13Z", - "type": "top_level" - }, - { - "author": "@Osternier", - "text": "😮", - "like_count": 0, - "published_at": "2024-12-27T01:15:11Z", - "type": "top_level" - }, - { - "author": "@p4nd4s_m4rching", - "text": "who asked for this? y'all's music app is so bad. maybe work on that instead.", - "like_count": 0, - "published_at": "2025-02-12T16:00:11Z", - "type": "top_level" - }, - { - "author": "@Aroshandpets", - "text": "i don’t know to this", - "like_count": 0, - "published_at": "2025-10-30T15:06:04Z", - "type": "top_level" - }, - { - "author": "@iccuwan2763", - "text": "Worlds most useless update


They never EVER listen to the actual video, only the trancipt.


If the captions aren’t edited, which is always not right they will always follow.


But if it’s edited, they will not listen to it", - "like_count": 0, - "published_at": "2026-01-30T22:43:54Z", - "type": "top_level" - }, - { - "author": "@BrookseyJay", - "text": "Hal? Is that you?", - "like_count": 0, - "published_at": "2025-02-12T10:53:59Z", - "type": "top_level" - }, - { - "author": "@MattishaMercado", - "text": "Zacari", - "like_count": 0, - "published_at": "2025-02-12T14:00:22Z", - "type": "top_level" - }, - { - "author": "@not_riley", - "text": "every time I ask it something about a video, it replies “I can’t help with that.” Thanks for a completely useless feature.", - "like_count": 0, - "published_at": "2025-02-12T17:44:40Z", - "type": "top_level" - }, - { - "author": "@Benkedideilim_amamiyawliyom", - "text": "İm a premiumm", - "like_count": 0, - "published_at": "2024-12-12T13:02:49Z", - "type": "top_level" - }, - { - "author": "@maratatoko-en2ng", - "text": "I said bad things on that and good things on that", - "like_count": 0, - "published_at": "2025-09-23T21:37:01Z", - "type": "top_level" - }, - { - "author": "@dronestrikejr", - "text": "Hot doo doo", - "like_count": 0, - "published_at": "2025-02-12T03:26:57Z", - "type": "top_level" - }, - { - "author": "@loveislamic-780", - "text": "Help me", - "like_count": 0, - "published_at": "2025-10-13T03:37:15Z", - "type": "top_level" - }, - { - "author": "@basically335", - "text": "Hell yeah, this is awesome", - "like_count": 0, - "published_at": "2024-12-08T08:57:34Z", - "type": "top_level" - }, - { - "author": "@techgautiya", - "text": "🎉🎉", - "like_count": 0, - "published_at": "2025-09-23T10:26:49Z", - "type": "top_level" - }, - { - "author": "@TboTime", - "text": "Didn’t ask", - "like_count": 0, - "published_at": "2025-02-12T04:06:20Z", - "type": "top_level" - }, - { - "author": "@Ishowquickness", - "text": "Wow", - "like_count": 0, - "published_at": "2025-02-12T01:45:16Z", - "type": "top_level" - }, - { - "author": "@spenz432", - "text": "Wow", - "like_count": 0, - "published_at": "2025-02-12T07:47:42Z", - "type": "top_level" - }, - { - "author": "@SamuriaFate", - "text": "Wow", - "like_count": 0, - "published_at": "2025-02-13T04:55:33Z", - "type": "top_level" - }, - { - "author": "@subuhimehtab5469", - "text": "गीत कार हु गीत लिखती हूं सपोट दे", - "like_count": 0, - "published_at": "2025-08-21T18:09:52Z", - "type": "top_level" - }, - { - "author": "@MariaJose-bq1ou", - "text": "❤❤❤❤", - "like_count": 0, - "published_at": "2025-11-08T17:48:53Z", - "type": "top_level" - }, - { - "author": "@kit-l3l1i", - "text": "❤️🎉", - "like_count": 0, - "published_at": "2025-10-02T18:58:48Z", - "type": "top_level" - }, - { - "author": "@A.M.M.O.R", - "text": "Ask is good boy he's not taking answer", - "like_count": 0, - "published_at": "2026-01-01T11:34:23Z", - "type": "top_level" - }, - { - "author": "@KAZLAW61", - "text": "What is YouTube becoming", - "like_count": 0, - "published_at": "2025-02-12T06:19:11Z", - "type": "top_level" - }, - { - "author": "@rebeccaeaton9877", - "text": "NIIIICE✨️👍😁THANKS YTP✨️🫰", - "like_count": 0, - "published_at": "2024-11-28T20:29:19Z", - "type": "top_level" - }, - { - "author": "@ricebun4669", - "text": "I don’t care about AI there’s already AI in everything else can we get the dislike numbers back 😒", - "like_count": 0, - "published_at": "2025-02-13T14:38:17Z", - "type": "top_level" - }, - { - "author": "@RealChrisMalcolm", - "text": "😎", - "like_count": 0, - "published_at": "2025-02-12T04:29:41Z", - "type": "top_level" - }, - { - "author": "@d.b.1176", - "text": "“Why do you delete all my comments?”", - "like_count": 0, - "published_at": "2025-02-12T18:04:59Z", - "type": "top_level" - }, - { - "author": "@عبدالعزيزابوستيت-ع1ض", - "text": "❤", - "like_count": 0, - "published_at": "2025-09-16T18:01:19Z", - "type": "top_level" - }, - { - "author": "@JordanII.", - "text": "Vpn brought me here", - "like_count": 0, - "published_at": "2024-12-04T14:29:34Z", - "type": "top_level" - }, - { - "author": "@new__podcastt", - "text": "❤❤❤❤", - "like_count": 0, - "published_at": "2025-08-24T14:45:33Z", - "type": "top_level" - }, - { - "author": "@phe.mp3", - "text": "But WHY", - "like_count": 0, - "published_at": "2025-02-12T04:02:14Z", - "type": "top_level" - }, - { - "author": "@Kdkdleeme", - "text": "Is this even necessary in the slightest?", - "like_count": 0, - "published_at": "2025-02-12T03:19:29Z", - "type": "top_level" - }, - { - "author": "@pawnzrtasty", - "text": "I’ll use ai when it can completely replace these muppet YouTubers.", - "like_count": 0, - "published_at": "2025-02-12T13:08:51Z", - "type": "top_level" - }, - { - "author": "@DimonchikBalD13", - "text": "❤️🎉", - "like_count": 0, - "published_at": "2025-09-02T20:08:32Z", - "type": "top_level" - }, - { - "author": "@oliverVilla-u2u7m", - "text": "❤️🎉", - "like_count": 0, - "published_at": "2025-09-09T07:04:23Z", - "type": "top_level" - }, - { - "author": "@kathleen8990", - "text": "Не интересно абсолютно", - "like_count": 0, - "published_at": "2024-12-22T17:36:59Z", - "type": "top_level" - }, - { - "author": "@anwarsama6983", - "text": "Good way to lose your community stupid idea", - "like_count": 1, - "published_at": "2024-12-21T00:09:24Z", - "type": "top_level" - }, - { - "author": "@TezHoshanDigitalPro", - "text": "❤️🎉", - "like_count": 0, - "published_at": "2025-09-12T19:30:08Z", - "type": "top_level" - }, - { - "author": "@thepro182gg", - "text": "Yay", - "like_count": 0, - "published_at": "2024-11-21T22:35:50Z", - "type": "top_level" - }, - { - "author": "@ptsigas", - "text": "Thanks Youbot ❤❤ - pretty cool feature!", - "like_count": 1, - "published_at": "2024-12-21T03:04:39Z", - "type": "top_level" - }, - { - "author": "@m3zan", - "text": "Bring Back Dislike Buttons", - "like_count": 0, - "published_at": "2025-02-13T06:55:53Z", - "type": "top_level" - }, - { - "author": "@michalperel4890", - "text": "Yay", - "like_count": 0, - "published_at": "2024-12-15T21:47:02Z", - "type": "top_level" - }, - { - "author": "@nütnüt3-z1q", - "text": "Updaye plase", - "like_count": 0, - "published_at": "2024-12-14T14:01:59Z", - "type": "top_level" - }, - { - "author": "@RickyErguiza0", - "text": "❤️❤❤❤❤", - "like_count": 0, - "published_at": "2025-10-07T15:21:18Z", - "type": "top_level" - }, - { - "author": "@SticksAandstonesBozo", - "text": "Holy smokes is this great. RIP dumb people wasting my time.", - "like_count": 0, - "published_at": "2025-02-12T03:15:16Z", - "type": "top_level" - }, - { - "author": "@PartyFrog-q3m", - "text": "Remove this feature", - "like_count": 0, - "published_at": "2025-12-28T00:54:04Z", - "type": "top_level" - }, - { - "author": "@JaydenTetonga-y9r2q", - "text": "❤️", - "like_count": 0, - "published_at": "2026-01-03T16:52:10Z", - "type": "top_level" - }, - { - "author": "@williambramwell9430", - "text": "Yay", - "like_count": 0, - "published_at": "2025-02-12T12:12:18Z", - "type": "top_level" - }, - { - "author": "@Sapsikuzi", - "text": "Yay", - "like_count": 0, - "published_at": "2025-02-12T14:41:41Z", - "type": "top_level" - }, - { - "author": "@inderpreetwalia9606", - "text": "Yay", - "like_count": 0, - "published_at": "2025-02-12T19:33:23Z", - "type": "top_level" - }, - { - "author": "@rodriguezYT2021", - "text": "wow", - "like_count": 0, - "published_at": "2024-11-21T01:47:13Z", - "type": "top_level" - }, - { - "author": "@rodriguezYT2021", - "text": "wow", - "like_count": 0, - "published_at": "2024-11-21T01:47:05Z", - "type": "top_level" - }, - { - "author": "@sahety479", - "text": "❤", - "like_count": 0, - "published_at": "2026-01-21T20:34:56Z", - "type": "top_level" - }, - { - "author": "@배-s7t", - "text": "오", - "like_count": 0, - "published_at": "2024-12-10T13:23:07Z", - "type": "top_level" - }, - { - "author": "@marlixs", - "text": "gulf of mexico.", - "like_count": 0, - "published_at": "2025-02-12T04:02:39Z", - "type": "top_level" - }, - { - "author": "@Bhojpuriff000", - "text": "Hello", - "like_count": 0, - "published_at": "2025-02-05T05:35:34Z", - "type": "top_level" - }, - { - "author": "@636HKBM", - "text": "Oh boy! An exciting new feature! (Please don’t ban me) you know what? How about we bring back the DISLIKE BUTTON!!!", - "like_count": 0, - "published_at": "2025-02-12T03:19:30Z", - "type": "top_level" - }, - { - "author": "@FrankieMagallanes", - "text": "Ok. I’ll bite.", - "like_count": 0, - "published_at": "2025-02-12T03:07:45Z", - "type": "top_level" - }, - { - "author": "@Kermit_537", - "text": "Woah", - "like_count": 0, - "published_at": "2025-02-12T03:45:29Z", - "type": "top_level" - }, - { - "author": "@Hirasamsa", - "text": "Lan", - "like_count": 0, - "published_at": "2025-02-12T13:35:26Z", - "type": "top_level" - }, - { - "author": "@xXFZ_Xx", - "text": "😢", - "like_count": 0, - "published_at": "2025-02-12T09:03:32Z", - "type": "top_level" - }, - { - "author": "@EvanEdits-s2t", - "text": "This can’t be.", - "like_count": 0, - "published_at": "2025-08-22T17:25:12Z", - "type": "top_level" - }, - { - "author": "@queenwhitaker5407", - "text": "Noiceeee", - "like_count": 0, - "published_at": "2024-12-19T02:21:01Z", - "type": "top_level" - }, - { - "author": "@jruss609", - "text": "Okay…", - "like_count": 0, - "published_at": "2025-02-12T04:01:00Z", - "type": "top_level" - }, - { - "author": "@bingoozle", - "text": "I’m begging you to improve YouTube music, it’s so bad man", - "like_count": 0, - "published_at": "2025-02-12T07:56:17Z", - "type": "top_level" - }, - { - "author": "@CHENCPA", - "text": "喉嚨有痰", - "like_count": 0, - "published_at": "2025-02-12T10:52:05Z", - "type": "top_level" - }, - { - "author": "@SanjaySharma-s6z3v", - "text": "❤❤", - "like_count": 0, - "published_at": "2025-07-02T15:39:01Z", - "type": "top_level" - }, - { - "author": "@CatalinaNúñezcortez", - "text": "❤catalina.nez.cort", - "like_count": 0, - "published_at": "2025-07-08T05:00:43Z", - "type": "reply" - }, - { - "author": "@MohmedHoosen", - "text": "❤", - "like_count": 0, - "published_at": "2026-01-14T17:56:28Z", - "type": "top_level" - }, - { - "author": "@TheDrDerek", - "text": "I hate A.I.", - "like_count": 0, - "published_at": "2025-02-12T03:35:39Z", - "type": "top_level" - }, - { - "author": "@junjieLean", - "text": "Hi", - "like_count": 0, - "published_at": "2024-12-01T09:30:14Z", - "type": "top_level" - }, - { - "author": "@Ngr-rijan", - "text": "Not showing ask brrrr", - "like_count": 0, - "published_at": "2025-12-05T10:22:55Z", - "type": "top_level" - }, - { - "author": "@MuntajSk1", - "text": "😢 madat karo", - "like_count": 0, - "published_at": "2025-08-28T18:01:08Z", - "type": "top_level" - }, - { - "author": "@joshuahamilton3168", - "text": "Eh...", - "like_count": 0, - "published_at": "2024-12-14T15:38:27Z", - "type": "top_level" - }, - { - "author": "@jacobreed7959", - "text": "Kinda racist we don’t get an “axe” button. This is already very focused for a certain type of people", - "like_count": 0, - "published_at": "2025-02-12T07:02:50Z", - "type": "top_level" - }, - { - "author": "@AshaNazmul-s1i", - "text": "🎉🎉🎉🎉🎉🎉", - "like_count": 0, - "published_at": "2025-08-29T20:08:16Z", - "type": "top_level" - }, - { - "author": "@CheeseEngineer", - "text": "Booooooo! Im unsubscribing to preminum so i dont have that!", - "like_count": 0, - "published_at": "2025-02-12T03:50:20Z", - "type": "top_level" - }, - { - "author": "@GaryCozad", - "text": "❤😂🎉", - "like_count": 0, - "published_at": "2024-12-14T04:15:05Z", - "type": "top_level" - }, - { - "author": "@victoriam3476", - "text": "????", - "like_count": 0, - "published_at": "2025-02-12T05:44:27Z", - "type": "top_level" - }, - { - "author": "@dutch_m1lo", - "text": "I bet", - "like_count": 0, - "published_at": "2024-12-16T20:41:59Z", - "type": "top_level" - }, - { - "author": "@virscin", - "text": "hiii guys", - "like_count": 0, - "published_at": "2025-02-12T16:55:10Z", - "type": "top_level" - }, - { - "author": "@mFreeofficial", - "text": "Nice try Diddy", - "like_count": 0, - "published_at": "2025-02-12T09:06:51Z", - "type": "top_level" - }, - { - "author": "@RicardyGarza", - "text": "🎉😅 hey 🎉", - "like_count": 0, - "published_at": "2025-08-15T01:05:54Z", - "type": "top_level" - }, - { - "author": "@reinagomez6364", - "text": "Ask", - "like_count": 0, - "published_at": "2025-02-12T03:35:42Z", - "type": "top_level" - }, - { - "author": "@Behindthebarber", - "text": "Ask", - "like_count": 0, - "published_at": "2025-02-12T04:05:31Z", - "type": "top_level" - }, - { - "author": "@MuhammadkhalidSehrai", - "text": "Good", - "like_count": 0, - "published_at": "2025-12-23T07:42:05Z", - "type": "top_level" - }, - { - "author": "@suziekasemire", - "text": "Ask", - "like_count": 0, - "published_at": "2025-02-19T17:28:58Z", - "type": "top_level" - }, - { - "author": "@bhupendrasinghrathod6720", - "text": "Hi", - "like_count": 0, - "published_at": "2025-07-25T17:18:57Z", - "type": "top_level" - }, - { - "author": "@snigdharoy3956", - "text": "😢😢 happy knk kol", - "like_count": 0, - "published_at": "2025-09-06T13:06:46Z", - "type": "top_level" - }, - { - "author": "@somanyscientists4347", - "text": "why? who asked for this?", - "like_count": 0, - "published_at": "2025-02-12T03:30:30Z", - "type": "top_level" - }, - { - "author": "@samglazer", - "text": "Noooooooo!!!!!!!!!!!", - "like_count": 0, - "published_at": "2025-02-12T16:29:53Z", - "type": "top_level" - }, - { - "author": "@SaidAlSeveres", - "text": "NOT EVERYTHING NEEDS AI
THIS IS SO ANNOYING", - "like_count": 0, - "published_at": "2025-02-12T19:07:50Z", - "type": "top_level" - }, - { - "author": "@spookyfumi", - "text": "ok so why", - "like_count": 0, - "published_at": "2025-02-12T04:19:41Z", - "type": "top_level" - }, - { - "author": "@muborakxonjoraboyeva", - "text": "❤❤🎉🎉🎉", - "like_count": 0, - "published_at": "2025-11-03T21:22:13Z", - "type": "top_level" - }, - { - "author": "@7eeroy", - "text": "W", - "like_count": 0, - "published_at": "2025-02-12T06:40:35Z", - "type": "top_level" - }, - { - "author": "@CarolynHicks-pp8ms", - "text": "Someone scammed me", - "like_count": 0, - "published_at": "2025-08-22T21:43:02Z", - "type": "top_level" - }, - { - "author": "@SumitRajput-r3c", - "text": "❤❤❤", - "like_count": 0, - "published_at": "2025-12-24T03:28:18Z", - "type": "top_level" - }, - { - "author": "@rubiastudillo1171", - "text": "Oooooo", - "like_count": 0, - "published_at": "2025-02-12T03:05:22Z", - "type": "top_level" - }, - { - "author": "@Coygaming-h1z", - "text": "Summarize", - "like_count": 0, - "published_at": "2025-08-24T21:37:14Z", - "type": "top_level" - }, - { - "author": "@poitaots5054", - "text": "I guess 🤷‍♂️", - "like_count": 0, - "published_at": "2025-02-12T18:26:59Z", - "type": "top_level" - }, - { - "author": "@fsi196123", - "text": "什么", - "like_count": 0, - "published_at": "2025-10-10T08:42:54Z", - "type": "top_level" - }, - { - "author": "@summerofminecraft", - "text": "Can I ask it to ban sssniperwolf?", - "like_count": 0, - "published_at": "2025-02-12T04:35:37Z", - "type": "top_level" - }, - { - "author": "@suneelkumar9846", - "text": "Please support kijiye 🙏", - "like_count": 0, - "published_at": "2025-10-18T07:10:47Z", - "type": "top_level" - }, - { - "author": "@youtube777H.K", - "text": "“❤”🎉", - "like_count": 0, - "published_at": "2025-12-15T03:26:45Z", - "type": "top_level" - }, - { - "author": "@chinelonnnaemeka1149", - "text": "Ask", - "like_count": 0, - "published_at": "2025-07-21T22:09:24Z", - "type": "top_level" - }, - { - "author": "@prabhu.Tumpa.", - "text": "❤️", - "like_count": 0, - "published_at": "2025-12-15T15:08:07Z", - "type": "top_level" - }, - { - "author": "@mohtashimshaikh74", - "text": "❤️my you tuber hu help me with the same thing", - "like_count": 0, - "published_at": "2025-09-16T01:50:57Z", - "type": "top_level" - }, - { - "author": "@kano--", - "text": "stop making new stuff here and UPDATE YOUTUBE MUSIC", - "like_count": 0, - "published_at": "2025-02-11T23:00:24Z", - "type": "top_level" - }, - { - "author": "@Suryamtibalog350", - "text": "Main Mere channel per subscriber Nahin badh rahe hain🎉", - "like_count": 0, - "published_at": "2024-12-21T09:02:33Z", - "type": "top_level" - }, - { - "author": "@chimeratriplett2319", - "text": "this is dookie, i dont want AI features", - "like_count": 0, - "published_at": "2025-02-12T14:58:57Z", - "type": "top_level" - }, - { - "author": "@adiroo1768", - "text": "AI slop", - "like_count": 0, - "published_at": "2025-02-12T05:03:31Z", - "type": "top_level" - }, - { - "author": "@SunilRathod-p2p", - "text": "युटुब आप", - "like_count": 0, - "published_at": "2025-07-22T13:51:15Z", - "type": "top_level" - }, - { - "author": "@حسنپوردشت-ش7ب", - "text": "❤️", - "like_count": 0, - "published_at": "2025-12-04T08:13:27Z", - "type": "top_level" - }, - { - "author": "@nounouys8", - "text": "Noice", - "like_count": 0, - "published_at": "2025-02-12T18:26:36Z", - "type": "top_level" - }, - { - "author": "@KGFJAGEMING-r3m", - "text": "❤️", - "like_count": 0, - "published_at": "2025-11-17T15:28:57Z", - "type": "top_level" - }, - { - "author": "@MichaelOlvera", - "text": "Lhutr", - "like_count": 0, - "published_at": "2024-11-22T00:30:08Z", - "type": "top_level" - }, - { - "author": "@rogu3polabear", - "text": "this is gonna kill creators, i hope you’re giving them part of the cash you make from this", - "like_count": 0, - "published_at": "2025-02-18T14:40:33Z", - "type": "top_level" - }, - { - "author": "@TalkingTomx3", - "text": "???", - "like_count": 0, - "published_at": "2025-02-12T06:18:46Z", - "type": "top_level" - }, - { - "author": "@squidport_", - "text": "Ok", - "like_count": 0, - "published_at": "2025-02-12T08:18:52Z", - "type": "top_level" - }, - { - "author": "@aaronwalker5965", - "text": "Ok", - "like_count": 0, - "published_at": "2025-02-12T23:36:43Z", - "type": "top_level" - }, - { - "author": "@GonzaloMendoza-ks5yg", - "text": "Rico", - "like_count": 0, - "published_at": "2025-01-15T17:50:28Z", - "type": "top_level" - }, - { - "author": "@enda0man", - "text": "Maybe they should bring back the dislike button before they start adding AI", - "like_count": 0, - "published_at": "2025-02-12T16:14:31Z", - "type": "top_level" - }, - { - "author": "@freddyfazbear9900-k3f", - "text": "Human intelligence be like", - "like_count": 0, - "published_at": "2025-12-29T06:37:40Z", - "type": "top_level" - }, - { - "author": "@SơnRồng190", - "text": "😮", - "like_count": 0, - "published_at": "2026-01-04T16:20:21Z", - "type": "top_level" - }, - { - "author": "@ColonelSmiles", - "text": "Thanks. I hate it", - "like_count": 0, - "published_at": "2025-02-12T03:54:36Z", - "type": "top_level" - }, - { - "author": "@Vídeosengraçados20025", - "text": "Irrelevante", - "like_count": 0, - "published_at": "2024-11-30T17:12:03Z", - "type": "top_level" - }, - { - "author": "@_1onlychxrry", - "text": "Revanced is better", - "like_count": 0, - "published_at": "2025-07-06T20:23:31Z", - "type": "top_level" - }, - { - "author": "@BusGoesRound", - "text": "Not excited for this", - "like_count": 0, - "published_at": "2025-02-12T03:54:17Z", - "type": "top_level" - }, - { - "author": "@ZüleyhaJumayewa-d6c", - "text": "Merhabalar", - "like_count": 0, - "published_at": "2025-10-23T21:12:16Z", - "type": "top_level" - }, - { - "author": "@TheChris2009", - "text": "who asked for this???", - "like_count": 0, - "published_at": "2025-02-12T03:35:38Z", - "type": "top_level" - }, - { - "author": "@-TheOddity", - "text": "Why does everything have to have stupid ai. Please stop adding it to things that do not need it", - "like_count": 0, - "published_at": "2025-02-12T03:45:12Z", - "type": "top_level" - }, - { - "author": "@asarker368", - "text": "🇧🇩", - "like_count": 0, - "published_at": "2025-08-26T18:55:57Z", - "type": "top_level" - }, - { - "author": "@mjd9854", - "text": "Ok", - "like_count": 0, - "published_at": "2025-06-12T18:49:03Z", - "type": "top_level" - }, - { - "author": "@AgxxuAzuvvh", - "text": "ດາວ", - "like_count": 0, - "published_at": "2026-01-22T08:15:49Z", - "type": "top_level" - }, - { - "author": "@Neonbob", - "text": "Ask", - "like_count": 0, - "published_at": "2025-10-23T11:47:43Z", - "type": "top_level" - }, - { - "author": "@mr.alphaomega6405", - "text": "😶‍🌫️", - "like_count": 0, - "published_at": "2025-02-12T03:33:04Z", - "type": "top_level" - }, - { - "author": "@tuhi5764", - "text": "Please support🙏", - "like_count": 0, - "published_at": "2025-11-18T10:31:58Z", - "type": "top_level" - }, - { - "author": "@Lidia_Es", - "text": "lol did you vote for Kamala?", - "like_count": 0, - "published_at": "2025-02-12T09:05:58Z", - "type": "top_level" - }, - { - "author": "@RaspberryBatMan", - "text": "Woe", - "like_count": 0, - "published_at": "2025-02-15T12:51:22Z", - "type": "top_level" - }, - { - "author": "@ugurselen3661", - "text": "thİS gONNA bE pREMİUM oNLY fEAUTURE", - "like_count": 0, - "published_at": "2025-10-26T12:30:33Z", - "type": "top_level" - }, - { - "author": "@notjustanotherguy739", - "text": "I love this!", - "like_count": 0, - "published_at": "2025-02-12T18:28:26Z", - "type": "top_level" - }, - { - "author": "@Voxelllll", - "text": "no", - "like_count": 0, - "published_at": "2025-06-16T06:58:17Z", - "type": "top_level" - }, - { - "author": "@SonataTurbo", - "text": "Nice try super Diddy", - "like_count": 0, - "published_at": "2025-02-12T07:48:08Z", - "type": "top_level" - }, - { - "author": "@eric.crtmn17", - "text": "This so is now my girlfriend", - "like_count": 1, - "published_at": "2025-10-18T18:56:52Z", - "type": "top_level" - }, - { - "author": "@eric.crtmn17", - "text": "*ai", - "like_count": 0, - "published_at": "2025-10-18T18:57:00Z", - "type": "reply" - }, - { - "author": "@ЛерусяПанасюк", - "text": "❤", - "like_count": 0, - "published_at": "2025-12-11T20:12:41Z", - "type": "top_level" - }, - { - "author": "@PrinciSharma-p3g9w", - "text": "😊🎉", - "like_count": 0, - "published_at": "2026-01-15T08:25:15Z", - "type": "top_level" - }, - { - "author": "@juno.aeris.846", - "text": "A", - "like_count": 0, - "published_at": "2024-12-04T12:12:10Z", - "type": "top_level" - }, - { - "author": "@MuhammadNadeem-l2p7r", - "text": "Nedeem", - "like_count": 0, - "published_at": "2025-12-19T15:37:30Z", - "type": "top_level" - }, - { - "author": "@bluejayFRL", - "text": "Nobody asked for this or ever wanted this YouTube 🤡🤡🤡", - "like_count": 0, - "published_at": "2025-02-12T03:34:53Z", - "type": "top_level" - }, - { - "author": "@BettyBoop-c6n", - "text": "Hellou", - "like_count": 0, - "published_at": "2025-07-22T17:47:46Z", - "type": "top_level" - }, - { - "author": "@mrmeowmeow-ie2wr", - "text": "🙄", - "like_count": 0, - "published_at": "2025-02-12T04:04:53Z", - "type": "top_level" - }, - { - "author": "@CatoTato", - "text": "I know one mfer gon be flirting with it 💀🥀🥀", - "like_count": 0, - "published_at": "2025-08-24T01:02:05Z", - "type": "top_level" - }, - { - "author": "@MabelPinesXD", - "text": "we have been asking you guys for so many things, but not THIS. who tf is asking for more unnecessary AI???", - "like_count": 0, - "published_at": "2025-02-12T10:40:30Z", - "type": "top_level" - }, - { - "author": "@Milo-u5o", - "text": "E", - "like_count": 0, - "published_at": "2025-02-12T05:45:18Z", - "type": "top_level" - }, - { - "author": "@mabinggwapa8570", - "text": "ask", - "like_count": 0, - "published_at": "2025-02-12T18:33:11Z", - "type": "top_level" - }, - { - "author": "@Khalifer", - "text": "oh", - "like_count": 0, - "published_at": "2025-02-12T04:07:03Z", - "type": "top_level" - }, - { - "author": "@kittycove", - "text": "I don’t think anyone likes this", - "like_count": 0, - "published_at": "2025-02-12T06:44:39Z", - "type": "top_level" - }, - { - "author": "@rachelwillis9942", - "text": "K😊", - "like_count": 0, - "published_at": "2024-12-25T17:29:26Z", - "type": "top_level" - }, - { - "author": "@bengamesii1036", - "text": "This is dumb, we should just get the dislike button back ?!", - "like_count": 0, - "published_at": "2025-02-12T15:34:21Z", - "type": "top_level" - }, - { - "author": "@JoeShmo-1234", - "text": "Bro enough with the AI stuff", - "like_count": 0, - "published_at": "2025-02-12T05:55:41Z", - "type": "top_level" - }, - { - "author": "@ayubrina-ds6fl", - "text": "🎉🎉❤❤", - "like_count": 0, - "published_at": "2025-11-14T23:38:01Z", - "type": "top_level" - }, - { - "author": "@CONE_JUICEE", - "text": "oh god", - "like_count": 0, - "published_at": "2025-02-12T06:02:45Z", - "type": "top_level" - }, - { - "author": "@Vhill7299", - "text": "Great! Just what everyone has always wanted!", - "like_count": 1, - "published_at": "2025-02-12T12:03:18Z", - "type": "top_level" - }, - { - "author": "@AstoriaPerkins", - "text": "WE DO NOT WANT THIS", - "like_count": 0, - "published_at": "2025-02-12T04:17:55Z", - "type": "top_level" - }, - { - "author": "@RERedfieldable", - "text": "No", - "like_count": 0, - "published_at": "2025-09-27T11:02:00Z", - "type": "top_level" - }, - { - "author": "@AutoMotivate", - "text": "I don’t like this.", - "like_count": 0, - "published_at": "2025-02-12T03:59:24Z", - "type": "top_level" - }, - { - "author": "@RandyPaul-m2c", - "text": ".'31", - "like_count": 0, - "published_at": "2024-12-15T04:37:42Z", - "type": "top_level" - }, - { - "author": "@KUNAL_RAJ_021", - "text": "Omg", - "like_count": 0, - "published_at": "2025-08-21T16:42:43Z", - "type": "top_level" - }, - { - "author": "@ErdalBars-fz5vl", - "text": "❤️❤😂", - "like_count": 0, - "published_at": "2025-10-20T18:10:07Z", - "type": "top_level" - }, - { - "author": "@MohamedAbdullah-d8u7x", - "text": "😂❤", - "like_count": 0, - "published_at": "2025-08-01T23:58:51Z", - "type": "top_level" - }, - { - "author": "@aizygo", - "text": "xd !!!", - "like_count": 0, - "published_at": "2025-07-09T16:15:57Z", - "type": "top_level" - }, - { - "author": "@SkJayShriRam-y5h", - "text": "Op❤❤", - "like_count": 0, - "published_at": "2025-10-09T01:16:41Z", - "type": "top_level" - }, - { - "author": "@hey-why-you-lookin", - "text": "I am a chickenn", - "like_count": 0, - "published_at": "2025-02-12T05:11:59Z", - "type": "top_level" - }, - { - "author": "@noThankyou-g5c", - "text": "This can literally never be useful", - "like_count": 0, - "published_at": "2025-02-12T03:59:43Z", - "type": "top_level" - }, - { - "author": "@freddrickwright506", - "text": "🫶🏿💪🏿💯", - "like_count": 0, - "published_at": "2025-02-12T05:45:07Z", - "type": "top_level" - }, - { - "author": "@monikafredrich7780", - "text": "Hi?", - "like_count": 0, - "published_at": "2025-10-05T23:01:23Z", - "type": "top_level" - }, - { - "author": "@zackmartin1788", - "text": "Nice try diddy", - "like_count": 0, - "published_at": "2025-02-12T16:54:21Z", - "type": "top_level" - }, - { - "author": "@Somerandomnamex", - "text": "Ok this actually sounds kinda dope. I’m sure all the anti ai spergs are gonna lose their minds anyway though", - "like_count": 0, - "published_at": "2025-02-12T09:00:12Z", - "type": "top_level" - }, - { - "author": "@mukeshverma84706", - "text": "❤❤😂🎉🎉🎉🎉😢😢🎉🎉", - "like_count": 0, - "published_at": "2025-09-08T05:24:22Z", - "type": "top_level" - }, - { - "author": "@Knox-b4z", - "text": "Yeah, that boring😂", - "like_count": 0, - "published_at": "2025-11-27T12:22:31Z", - "type": "top_level" - }, - { - "author": "@J.Monsoon.studios", - "text": "I ain't paying money for some sht", - "like_count": 0, - "published_at": "2025-07-03T09:17:00Z", - "type": "top_level" - }, - { - "author": "@christiandior7678", - "text": "Nice Try diddy", - "like_count": 0, - "published_at": "2025-02-12T04:07:21Z", - "type": "top_level" - }, - { - "author": "@Gritchotron", - "text": "LFGO", - "like_count": 0, - "published_at": "2025-02-12T10:15:43Z", - "type": "top_level" - }, - { - "author": "@doctorchair6006", - "text": "Pointless?", - "like_count": 0, - "published_at": "2025-02-12T04:32:06Z", - "type": "top_level" - }, - { - "author": "@ewdistraction-764", - "text": "oh this is horrible actually", - "like_count": 0, - "published_at": "2025-02-12T04:19:15Z", - "type": "top_level" - }, - { - "author": "@Higuruma_the_goat", - "text": "lol", - "like_count": 0, - "published_at": "2025-02-12T06:39:27Z", - "type": "top_level" - }, - { - "author": "@muhammadwasilalfas1484", - "text": "😂", - "like_count": 0, - "published_at": "2025-07-22T15:25:32Z", - "type": "top_level" - }, - { - "author": "@LukaMav15", - "text": "I am so sick of AI", - "like_count": 0, - "published_at": "2025-02-12T04:09:46Z", - "type": "top_level" - }, - { - "author": "@vedantchouksey8603", - "text": "😂", - "like_count": 0, - "published_at": "2025-08-10T17:24:36Z", - "type": "top_level" - }, - { - "author": "@koukiyamamoto2733", - "text": "❤️や", - "like_count": 0, - "published_at": "2025-12-20T13:01:00Z", - "type": "top_level" - }, - { - "author": "@D1ce-58", - "text": ":0", - "like_count": 0, - "published_at": "2025-02-12T04:23:26Z", - "type": "top_level" - }, - { - "author": "@Gamingmoments95", - "text": "Sounds like a woke feminist", - "like_count": 0, - "published_at": "2024-12-13T20:40:46Z", - "type": "top_level" - }, - { - "author": "@brendabrenda6843", - "text": "Love it!", - "like_count": 0, - "published_at": "2025-02-12T13:53:24Z", - "type": "top_level" - }, - { - "author": "@Automobile7777", - "text": "Nice try ai diddy", - "like_count": 0, - "published_at": "2025-02-12T13:07:54Z", - "type": "top_level" - }, - { - "author": "@alilaro", - "text": "i hate this so much, give us the option to remove it at least.", - "like_count": 1, - "published_at": "2025-09-30T15:34:49Z", - "type": "top_level" - }, - { - "author": "@C-Llama", - "text": "If you have uBlock you can right click the button and click "Block element". I did it as soon as they rolled this out and I haven't had to look at it since", - "like_count": 0, - "published_at": "2025-10-03T07:47:40Z", - "type": "reply" - }, - { - "author": "@HooJrrr", - "text": "Nobody asked for this 😂😂😂😂", - "like_count": 0, - "published_at": "2025-02-12T12:40:30Z", - "type": "top_level" - }, - { - "author": "@Mdirfan-pg5ub", - "text": "Ho", - "like_count": 0, - "published_at": "2025-09-06T20:22:38Z", - "type": "top_level" - }, - { - "author": "@ApriFoat", - "text": "666", - "like_count": 0, - "published_at": "2025-02-12T03:31:23Z", - "type": "top_level" - }, - { - "author": "@Laura-et8vy", - "text": "❤lol", - "like_count": 0, - "published_at": "2025-11-07T20:17:04Z", - "type": "top_level" - }, - { - "author": "@sleepy4ever..................7", - "text": "boooo ban ssniperwolf", - "like_count": 0, - "published_at": "2025-02-12T04:28:32Z", - "type": "top_level" - }, - { - "author": "@RobertMalik-r3f", - "text": "topo", - "like_count": 0, - "published_at": "2025-10-19T15:09:33Z", - "type": "top_level" - }, - { - "author": "@zaroJzaroJ4544", - "text": "😂🎉🎉🎉🎉", - "like_count": 0, - "published_at": "2025-12-01T17:21:39Z", - "type": "top_level" - }, - { - "author": "@NiceBean35", - "text": "I'm going to roast the ai is it good to say that? 😶", - "like_count": 0, - "published_at": "2025-12-11T00:32:19Z", - "type": "top_level" - }, - { - "author": "@SUDHANSUKUMARgamer", - "text": "😂", - "like_count": 0, - "published_at": "2025-08-22T01:22:57Z", - "type": "top_level" - }, - { - "author": "@kodahyphenlee", - "text": "cringe", - "like_count": 0, - "published_at": "2025-02-17T11:28:47Z", - "type": "top_level" - }, - { - "author": "@Onedejenny", - "text": "I don’t know what to make out of this fake voice they used. It’s like a blend of everything.", - "like_count": 0, - "published_at": "2025-02-12T05:25:05Z", - "type": "top_level" - }, - { - "author": "@j.m.7056", - "text": "STOP WITH THIS AI CRAP!!!!", - "like_count": 0, - "published_at": "2025-07-20T21:36:53Z", - "type": "top_level" - }, - { - "author": "@kodiakwood4924", - "text": "Love. More AI crap", - "like_count": 0, - "published_at": "2025-02-12T05:16:00Z", - "type": "top_level" - }, - { - "author": "@sleepysyl3984", - "text": "this is dumb and unneeded", - "like_count": 0, - "published_at": "2024-11-28T06:57:10Z", - "type": "top_level" - }, - { - "author": "@marlixs", - "text": "ai is horrible for the earth", - "like_count": 0, - "published_at": "2025-02-12T04:03:31Z", - "type": "top_level" - }, - { - "author": "@kaichung8494", - "text": "Meow", - "like_count": 0, - "published_at": "2025-02-12T03:25:14Z", - "type": "top_level" - }, - { - "author": "@MdMuzamil-i1b", - "text": "❤😂🎉😢😮😅😊", - "like_count": 0, - "published_at": "2025-12-26T15:27:37Z", - "type": "top_level" - }, - { - "author": "@TheLocketts-s5y", - "text": "This is cool and also YouTube has Ai before GTA6", - "like_count": 0, - "published_at": "2025-02-12T17:05:28Z", - "type": "top_level" - }, - { - "author": "@RapaNuiYT", - "text": "I asked this AI how to make bread with butter and it gave me an answer. YouTube is just putting Gemini all on your face and forcing it to take over all the platform", - "like_count": 0, - "published_at": "2025-12-22T13:41:12Z", - "type": "top_level" - }, - { - "author": "@icethechampion", - "text": "No one wants this dawg cmon", - "like_count": 0, - "published_at": "2025-02-12T20:25:09Z", - "type": "top_level" - }, - { - "author": "@QuỳnhTrầnQuỳnh-k7e", - "text": "😢ggggg", - "like_count": 0, - "published_at": "2025-12-26T09:12:36Z", - "type": "top_level" - }, - { - "author": "@crobat1693", - "text": "Yeah can we keep this lame ai away from YouTube? Especially those ugly generated thumbnails that get pushed", - "like_count": 0, - "published_at": "2025-02-12T05:47:36Z", - "type": "top_level" - }, - { - "author": "@relaxitsajeep", - "text": "Woke voice 🤢", - "like_count": 0, - "published_at": "2025-02-12T03:30:41Z", - "type": "top_level" - }, - { - "author": "@TTV_TOMTISM", - "text": "hey this sucks", - "like_count": 0, - "published_at": "2025-02-12T04:06:51Z", - "type": "top_level" - }, - { - "author": "@LikeAboss_420", - "text": "i hate ai", - "like_count": 0, - "published_at": "2025-02-12T07:23:09Z", - "type": "top_level" - }, - { - "author": "@thisandthat326", - "text": "Nerd", - "like_count": 0, - "published_at": "2025-02-12T05:45:45Z", - "type": "top_level" - }, - { - "author": "@blonkusbingus", - "text": "This sucks", - "like_count": 0, - "published_at": "2024-12-04T07:54:53Z", - "type": "top_level" - }, - { - "author": "@Windowsfrom2007", - "text": "It sucks. All it does is say “I’m sorry, but I can’t help with that. Please ask something else about the video.” This is so useless, just remove it.", - "like_count": 0, - "published_at": "2025-08-23T01:08:20Z", - "type": "top_level" - }, - { - "author": "@DamienDavisNeff", - "text": "gross", - "like_count": 0, - "published_at": "2025-02-12T15:45:26Z", - "type": "top_level" - }, - { - "author": "@lisadunham1003", - "text": "You two have done so much for me l am Lisa from.california", - "like_count": 0, - "published_at": "2024-12-12T18:29:44Z", - "type": "top_level" - }, - { - "author": "@Jankenstein", - "text": "What kind of useless tripe is this? You're going to give us more AI that doesn't work instead of actually adding features to the site???", - "like_count": 0, - "published_at": "2025-08-23T23:36:48Z", - "type": "top_level" - }, - { - "author": "@Pawkiiko", - "text": "Please ALLOW ME to disable comments. I hate comments. They spoil everything. They're so negative and awful. Disable comments. Give me the option to disable comments. I do not want comments.", - "like_count": 1, - "published_at": "2025-02-12T04:36:02Z", - "type": "top_level" - }, - { - "author": "@edanumami", - "text": "This is a great comment", - "like_count": 0, - "published_at": "2025-02-12T04:53:44Z", - "type": "reply" - }, - { - "author": "@SuprLongAhsNameYouWillRemember", - "text": "Ban me!", - "like_count": 0, - "published_at": "2025-04-30T12:36:05Z", - "type": "top_level" - }, - { - "author": "@FunnyAnimalss-z3t", - "text": "🔔👍", - "like_count": 0, - "published_at": "2025-05-11T12:19:59Z", - "type": "reply" - }, - { - "author": "@DongDysfunktion", - "text": "Pajeet moment", - "like_count": 0, - "published_at": "2025-02-12T03:20:36Z", - "type": "top_level" - }, - { - "author": "@KodjogaBello", - "text": "Loving this AI integration", - "like_count": 0, - "published_at": "2025-02-12T03:56:22Z", - "type": "top_level" - }, - { - "author": "@Hi-f3b", - "text": "W YouTube❤️", - "like_count": 1, - "published_at": "2025-02-12T16:25:40Z", - "type": "top_level" - }, - { - "author": "@ee.s_a", - "text": "W ❤", - "like_count": 1, - "published_at": "2024-12-26T22:25:15Z", - "type": "top_level" - }, - { - "author": "@Mommy_Moss", - "text": "Why are you so obsessed with ai. Ai is bad I hate y’all", - "like_count": 0, - "published_at": "2025-02-12T14:26:53Z", - "type": "top_level" - }, - { - "author": "@oliviasonline", - "text": "why recommend this to me when i’m not a US citizen?", - "like_count": 0, - "published_at": "2025-02-12T13:26:37Z", - "type": "top_level" - }, - { - "author": "@LiquidCourage_Films", - "text": "Your UI is trash", - "like_count": 0, - "published_at": "2025-02-12T13:59:24Z", - "type": "top_level" - }, - { - "author": "@kateadams4714", - "text": "This is an actual useful AI 🤖", - "like_count": 0, - "published_at": "2025-02-12T16:26:30Z", - "type": "top_level" - }, - { - "author": "@morousek", - "text": "no its not, what are you on about? its just bloating the app, just watch the video or ask in the comments. how stupid are you?", - "like_count": 0, - "published_at": "2025-10-11T20:08:29Z", - "type": "reply" - }, - { - "author": "@jonatanyair", - "text": "Great!! i Love google pov", - "like_count": 1, - "published_at": "2025-05-09T18:08:19Z", - "type": "top_level" - }, - { - "author": "@FunnyAnimalss-z3t", - "text": "🔔👍", - "like_count": 0, - "published_at": "2025-05-11T12:19:36Z", - "type": "reply" - }, - { - "author": "@LimitlessRhodes1", - "text": "No question is a dumb question while using ASK. Honestly, this is amazing!", - "like_count": 0, - "published_at": "2025-02-12T10:25:35Z", - "type": "top_level" - }, - { - "author": "@SarabAIphotos", - "text": "Thank you! 🤖", - "like_count": 1, - "published_at": "2025-02-12T11:12:16Z", - "type": "top_level" - }, - { - "author": "@فائزحيدرهعليالصلوي", - "text": "اهليييم وسهلييين ❤❤😂😂❤❤😂😂🎉🎉😢😢😮😮😅❤❤😂😂🎉🎉😢😢😮😮😅😅😊😊😅😊😊🎉🎉😢😢😮😮😅😅😊😊❤❤😂😂🎉🎉😢😢😮😮😅😅😊😊", - "like_count": 0, - "published_at": "2025-05-03T19:15:55Z", - "type": "reply" - }, - { - "author": "@TarminTarmin-o1v7mh", - "text": "Sooper❤good❤", - "like_count": 0, - "published_at": "2025-10-16T10:57:15Z", - "type": "top_level" - }, - { - "author": "@a.nobodys.nobody", - "text": "The ASK button has been around for months, no? I think it's great", - "like_count": 2, - "published_at": "2024-11-22T20:35:57Z", - "type": "top_level" - }, - { - "author": "@coachtheresawebb5040", - "text": "Thank you, very much needed 👍🏾", - "like_count": 2, - "published_at": "2025-02-12T03:50:53Z", - "type": "top_level" - }, - { - "author": "@_S0urR0ses_", - "text": "The ASK BUTTON appears after you click on a non-short video to begin watching it.", - "like_count": 1, - "published_at": "2025-02-12T07:48:52Z", - "type": "top_level" - }, - { - "author": "@justsomerandompersianguy", - "text": "Stop using ai slop", - "like_count": 2, - "published_at": "2025-11-13T10:09:46Z", - "type": "top_level" - }, - { - "author": "@fishcivilization", - "text": "No we are keeping this this is not hurting nobody you can literally ask it a question and it will answer no harm no foul", - "like_count": 0, - "published_at": "2025-11-14T17:45:29Z", - "type": "reply" - }, - { - "author": "@justsomerandompersianguy", - "text": "​@fishcivilization LIES, people hated ai, you ai fan-like individual!", - "like_count": 0, - "published_at": "2025-11-15T08:13:33Z", - "type": "reply" - }, - { - "author": "@IdkWhatToNameThisLol-o7p", - "text": "Cuz we use it for answer?", - "like_count": 0, - "published_at": "2025-11-18T06:07:44Z", - "type": "reply" - }, - { - "author": "@justsomerandompersianguy", - "text": "​@IdkWhatToNameThisLol-o7p but sometimes, ai isn't actually helpful, people see ai wanting to end humanity.", - "like_count": 0, - "published_at": "2025-11-18T09:22:43Z", - "type": "reply" - }, - { - "author": "@dragonfireproductions4084", - "text": "This looks so cool!", - "like_count": 1, - "published_at": "2025-02-12T13:19:37Z", - "type": "top_level" - }, - { - "author": "@lizogon29", - "text": "Yesss finally a way to take in content without even watching the video!", - "like_count": 1, - "published_at": "2025-02-12T05:46:21Z", - "type": "top_level" - }, - { - "author": "@zmanduma4405", - "text": "Nobody wants more stupid ai youtube", - "like_count": 0, - "published_at": "2025-02-12T08:14:33Z", - "type": "top_level" - }, - { - "author": "@19649964edd", - "text": "The Golden era of America 🇺🇸 ✨️ 😊", - "like_count": 1, - "published_at": "2025-01-01T03:22:14Z", - "type": "top_level" - }, - { - "author": "@AJBrown-od3cf", - "text": "Good stuff Google 👍", - "like_count": 1, - "published_at": "2024-12-06T18:37:18Z", - "type": "top_level" - }, - { - "author": "@thewalstib1397", - "text": "Love AI.. trying it out now 💜", - "like_count": 1, - "published_at": "2024-12-04T00:30:50Z", - "type": "top_level" - }, - { - "author": "@veleromedia", - "text": "Add an option to only watch the video highlights... you already have the data of where people watch the most + the AI can analyze the video and add suggested important parts", - "like_count": 0, - "published_at": "2025-02-12T06:45:37Z", - "type": "top_level" - }, - { - "author": "@IPursuePeppers-CTH", - "text": "that would essentially destroy watch time. that’s a low attention span my guy.", - "like_count": 1, - "published_at": "2025-02-12T12:12:43Z", - "type": "reply" - }, - { - "author": "@IPursuePeppers-CTH", - "text": "oh you’re looking for clips i assume.", - "like_count": 0, - "published_at": "2025-02-12T12:12:58Z", - "type": "reply" - }, - { - "author": "@chrissymammabear4554", - "text": "Ok found the ask button. Finally on a video but this would be good for shorts. There are a lot of recipes you se win there where you want to know information!", - "like_count": 0, - "published_at": "2025-02-12T12:35:37Z", - "type": "top_level" - }, - { - "author": "@chrissymammabear4554", - "text": "Ok found the ask button. Finally on a video but this would be good for shorts. There are a lot of recipes you se win there where you want to know information!", - "like_count": 0, - "published_at": "2025-02-12T12:35:33Z", - "type": "top_level" - }, - { - "author": "@AliassaKillings", - "text": "Nice! And could you please implement the “summarised comments by topics” feature sooner, it’s really helpful not to read all the repeating comments and go straight to the comments on the topic you want to discuss!", - "like_count": 0, - "published_at": "2025-02-12T04:29:24Z", - "type": "top_level" - }, - { - "author": "@GorgeGamesStudios", - "text": "We need an ask feature for shorts tbh.", - "like_count": 0, - "published_at": "2025-02-15T23:39:23Z", - "type": "top_level" - }, - { - "author": "@AriaJenkins-tv1vl", - "text": "This is so cool maybe you can make a button like a folder and put your videos in there then all you need to do is search it up that would be cool", - "like_count": 0, - "published_at": "2025-02-12T11:43:24Z", - "type": "top_level" - }, - { - "author": "@johnguillaume5919", - "text": "This is interesting. Stream YT audio on Apple Watch please…that would be awesome.", - "like_count": 0, - "published_at": "2025-02-12T11:31:42Z", - "type": "top_level" - }, - { - "author": "@minnachen", - "text": "Amazing. Now can we get 2x speed when we hold onto the screen or something similar thanks", - "like_count": 0, - "published_at": "2025-03-27T20:55:57Z", - "type": "top_level" - }, - { - "author": "@superstarDeewana-u8z", - "text": "Thank you for YouTube family my support❤🎉", - "like_count": 0, - "published_at": "2025-06-28T00:56:15Z", - "type": "top_level" - }, - { - "author": "@mushijuana", - "text": "Epic! I love youtube premium!!!", - "like_count": 0, - "published_at": "2025-02-12T08:09:41Z", - "type": "top_level" - }, - { - "author": "@cdub2829", - "text": "Need the ask button for this video!!", - "like_count": 0, - "published_at": "2025-02-15T20:26:56Z", - "type": "top_level" - }, - { - "author": "@Coya2293", - "text": "Thanks for the new update it’s awsome!", - "like_count": 0, - "published_at": "2025-02-12T16:53:16Z", - "type": "top_level" - }, - { - "author": "@cathylittle3", - "text": "That will be very helpful!! Thanks!", - "like_count": 0, - "published_at": "2025-02-12T10:57:15Z", - "type": "top_level" - }, - { - "author": "@gamer-q1b4x", - "text": "This is a very good feature for YouTube. Please add the Persian language as well — I’d love to ask questions in my own language.
Persian is currently only available on Gemini, but I don’t really feel like opening it just for one video.
It would be much better if I could ask in Persian right here.
If there’s any way I can help with this, I’d be happy to — greetings from Iran.", - "like_count": 0, - "published_at": "2025-11-07T15:32:44Z", - "type": "top_level" - }, - { - "author": "@addielnieves8718", - "text": "I just got this notification but I've been using this for a while", - "like_count": 0, - "published_at": "2024-12-14T23:31:56Z", - "type": "top_level" - }, - { - "author": "@TheORcon", - "text": "I have Premium, no ask button on any videos I am watching.", - "like_count": 0, - "published_at": "2025-02-14T15:49:15Z", - "type": "top_level" - }, - { - "author": "@tondoosuuweeta2442", - "text": "This is definitely an improvement for me. I have had to ask the creator about a song I’ve heard more than once. Luckily she answered.", - "like_count": 0, - "published_at": "2025-02-12T07:11:11Z", - "type": "top_level" - }, - { - "author": "@locodesert2", - "text": "Right but does it work for clips on games/movies/shows? I’d love it use this help me with recommendations to watch", - "like_count": 0, - "published_at": "2025-02-12T03:34:21Z", - "type": "top_level" - }, - { - "author": "@Time2twinit", - "text": "We can’t wait to use this!!!!😮😊", - "like_count": 0, - "published_at": "2025-02-12T08:16:42Z", - "type": "top_level" - }, - { - "author": "@Killograms", - "text": "Shutup", - "like_count": 1, - "published_at": "2025-02-12T10:22:54Z", - "type": "reply" - }, - { - "author": "@Meesecrxt", - "text": "Finally a nice premium feature besides no ads and downlods", - "like_count": 0, - "published_at": "2025-02-12T12:51:00Z", - "type": "top_level" - }, - { - "author": "@sarabrant723", - "text": "I wish we had this when I was in high school! I graduated in 2006 and Myspace was just starting to come around in the area I lived nobody really knew what it was. But I wish we had this when I was growing up because it would have helped immensely", - "like_count": 0, - "published_at": "2024-12-04T13:49:18Z", - "type": "top_level" - }, - { - "author": "@winterkaa_xx", - "text": "So beautiful, please make it available for iOS users!!!", - "like_count": 0, - "published_at": "2024-12-05T17:49:20Z", - "type": "top_level" - }, - { - "author": "@Alitah98", - "text": "That looks awesome!!!", - "like_count": 0, - "published_at": "2025-02-12T06:39:23Z", - "type": "top_level" - }, - { - "author": "@wilfordgray1163", - "text": "That's right, I'm a PREMIUM member.
😎", - "like_count": 0, - "published_at": "2024-12-28T16:04:13Z", - "type": "top_level" - }, - { - "author": "@jjmcsorley", - "text": "This looks awesome. Now I no longer need to copy and paste the transcription over to notebook LM.", - "like_count": 0, - "published_at": "2025-02-12T11:58:37Z", - "type": "top_level" - }, - { - "author": "@glr", - "text": ""I watched the first hour of this video and I'm not hearing anything new or interesting from the speakers. Does the interviewee make any novel or interesting comments in the last hour?" - HOUR SAVED!

They really need to advertise this feature. I had no idea about it until I was digging through AI Labs on my own.", - "like_count": 0, - "published_at": "2025-06-01T04:27:37Z", - "type": "top_level" - }, - { - "author": "@EVE_ODINSON", - "text": "Merry christmas, thank you youtube❤🎉😂🥳😎🥰🙏", - "like_count": 0, - "published_at": "2024-12-25T03:41:52Z", - "type": "top_level" - }, - { - "author": "@Autumnlainee", - "text": "This is awesome I am always googling while watching", - "like_count": 0, - "published_at": "2025-02-12T04:08:47Z", - "type": "top_level" - }, - { - "author": "@ShubiDoobyDoo1", - "text": "I wish I had this while I was in school!", - "like_count": 0, - "published_at": "2025-02-12T13:04:37Z", - "type": "top_level" - }, - { - "author": "@Alsterwave", - "text": "Thank you!! I needed this so much!", - "like_count": 0, - "published_at": "2025-03-15T04:59:44Z", - "type": "top_level" - }, - { - "author": "@magdoguimaraes5841", - "text": "We are watching history 👏🏼👏🏼👏🏼", - "like_count": 0, - "published_at": "2025-02-12T03:13:27Z", - "type": "top_level" - }, - { - "author": "@MitchDowns11", - "text": "I like the ask button mainly because it’s information gathering is quite incredible but it definitely needs work done on it when it comes to understanding which person is which", - "like_count": 0, - "published_at": "2025-02-13T10:08:38Z", - "type": "top_level" - }, - { - "author": "@ST4RRY_3CL1P53", - "text": "This is why i love yt premium", - "like_count": 0, - "published_at": "2025-02-12T20:09:34Z", - "type": "top_level" - }, - { - "author": "@CTR-TOUR", - "text": "Appreciate this video, new YouTuber here.✌🏽🙏🏽", - "like_count": 0, - "published_at": "2025-02-02T15:56:41Z", - "type": "top_level" - }, - { - "author": "@scorpions1965", - "text": "This feature is by far my favorite", - "like_count": 0, - "published_at": "2025-02-12T03:59:36Z", - "type": "top_level" - }, - { - "author": "@3Det_ailing", - "text": "🔥🔥🔥🔥 feature! Thank you Ai!", - "like_count": 0, - "published_at": "2025-02-12T04:58:53Z", - "type": "top_level" - }, - { - "author": "@DonaldHHout-ok2fy", - "text": "Great Info.", - "like_count": 0, - "published_at": "2025-07-31T17:26:59Z", - "type": "top_level" - }, - { - "author": "@MayaNoor-h8j1", - "text": "Thanks ❤❤", - "like_count": 0, - "published_at": "2025-08-01T18:29:05Z", - "type": "top_level" - }, - { - "author": "@meandtheithrees3898", - "text": "Thats really useful ❤", - "like_count": 0, - "published_at": "2025-02-12T04:20:32Z", - "type": "top_level" - }, - { - "author": "@AxlEditss", - "text": "This is great!", - "like_count": 0, - "published_at": "2025-02-12T03:44:50Z", - "type": "top_level" - }, - { - "author": "@Armyblink4life554", - "text": "This would be great for studying!", - "like_count": 0, - "published_at": "2025-02-12T05:47:40Z", - "type": "top_level" - }, - { - "author": "@FindingMentalWellness", - "text": "Great I'm glad you've got this now I was using another app", - "like_count": 0, - "published_at": "2024-12-05T21:32:37Z", - "type": "top_level" - }, - { - "author": "@bahmancooper9925", - "text": "Looks very cool. Good job", - "like_count": 0, - "published_at": "2024-12-07T13:14:30Z", - "type": "top_level" - }, - { - "author": "@Gushi-Akuma", - "text": "Good Job! I Need That❤", - "like_count": 0, - "published_at": "2025-02-12T04:31:12Z", - "type": "top_level" - }, - { - "author": "@Ordace_Nexus", - "text": "Update youtube music PLEASE", - "like_count": 0, - "published_at": "2024-12-29T21:04:49Z", - "type": "top_level" - }, - { - "author": "@Leyoshoesatthedoor", - "text": "Great stuff", - "like_count": 0, - "published_at": "2025-02-12T17:55:28Z", - "type": "top_level" - }, - { - "author": "@victoriaorellana587", - "text": "Amazing!!!!🎉❤", - "like_count": 0, - "published_at": "2025-02-27T05:04:58Z", - "type": "top_level" - }, - { - "author": "@cheekybunnyTT", - "text": "I love YouTube premium 😌♥️", - "like_count": 0, - "published_at": "2025-02-12T03:12:42Z", - "type": "top_level" - }, - { - "author": "@Tearoze", - "text": "Thanks for sharing 👍🏽", - "like_count": 0, - "published_at": "2025-03-22T16:20:24Z", - "type": "top_level" - }, - { - "author": "@JackTrahan8", - "text": "Thanks! This is awesome!", - "like_count": 0, - "published_at": "2025-02-12T03:34:52Z", - "type": "top_level" - }, - { - "author": "@robin4197", - "text": "Voice command needed", - "like_count": 0, - "published_at": "2024-12-29T03:14:36Z", - "type": "top_level" - }, - { - "author": "@deliciascabullana7117", - "text": "I love this idea ❤❤❤", - "like_count": 0, - "published_at": "2025-02-12T03:13:51Z", - "type": "top_level" - }, - { - "author": "@rudrigo", - "text": "Por que não fizeram a versão traduzida para o português?", - "like_count": 0, - "published_at": "2024-12-27T11:59:01Z", - "type": "top_level" - }, - { - "author": "@PlumpyPUG", - "text": "This is actually cool", - "like_count": 0, - "published_at": "2025-02-12T07:35:30Z", - "type": "top_level" - }, - { - "author": "@tinahughes2552", - "text": "Thank you ❤", - "like_count": 0, - "published_at": "2025-02-13T14:33:55Z", - "type": "top_level" - }, - { - "author": "@wolf-of-sinai", - "text": "Niiice, i was already happy with youtube premium now i will love it", - "like_count": 0, - "published_at": "2024-12-17T14:59:53Z", - "type": "top_level" - }, - { - "author": "@PatrickGilbert8010", - "text": "Awesome 👏", - "like_count": 0, - "published_at": "2025-02-12T10:34:06Z", - "type": "top_level" - }, - { - "author": "@Triple-C-s", - "text": "Heck yeah awesome sauce thanks guys yall Continue to kill it when it comes to social media n platforms ...really yall are better then Google In some ways...🎉❤❤😮🎉😂😊", - "like_count": 0, - "published_at": "2024-11-22T05:05:14Z", - "type": "top_level" - }, - { - "author": "@tamtam21801", - "text": "an actual good feature. Cool.", - "like_count": 0, - "published_at": "2025-10-20T21:53:51Z", - "type": "top_level" - }, - { - "author": "@leandromontanoborges426", - "text": "Amazing❤❤❤", - "like_count": 0, - "published_at": "2025-02-12T15:19:49Z", - "type": "top_level" - }, - { - "author": "@Usup.Supriadi..", - "text": "from Indonesia 🇮🇩❤❤❤", - "like_count": 0, - "published_at": "2025-07-23T17:24:47Z", - "type": "top_level" - }, - { - "author": "@HappyWallsWallpaper", - "text": "Game changing", - "like_count": 0, - "published_at": "2024-12-25T03:45:23Z", - "type": "top_level" - }, - { - "author": "@marykhan62", - "text": "Very nice ❤️❤️❤️❤️", - "like_count": 0, - "published_at": "2024-11-29T16:38:29Z", - "type": "top_level" - }, - { - "author": "@wacomalo", - "text": "Actualicen YouTube music chee", - "like_count": 0, - "published_at": "2024-12-28T23:49:15Z", - "type": "top_level" - }, - { - "author": "@KMM_MOD1", - "text": "Oki", - "like_count": 0, - "published_at": "2024-12-28T13:14:27Z", - "type": "top_level" - }, - { - "author": "@mohamadhoseine1761", - "text": "❤❤❤", - "like_count": 0, - "published_at": "2024-12-28T17:53:15Z", - "type": "top_level" - } -] \ No newline at end of file diff --git a/dashboard_test.html b/dashboard_test.html deleted file mode 100644 index 16fffdd04..000000000 --- a/dashboard_test.html +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - UVAI | Intelligence Dashboard - - - - - - -
-
- -
Gemini-Flash 2.0 Orchestration
-
- -
-
-
-
-
-

Me at the zoo

-
- jawed - - 381,264,211 views - - 21 years ago -
-
-

Historical artifact: The first video ever uploaded to YouTube. Features Jawed Karim at San Diego Zoo.

-
-
-
- -
-
-
- Action Pipeline (Kanban) - 3 Agents Active -
-
-
-
Backlog
-
-
-
-
In Progress
-
-
-
-
Done
-
-
-
-
- - -
-
- - - - \ No newline at end of file diff --git a/fetch_comments.py b/fetch_comments.py deleted file mode 100644 index 5fe25764e..000000000 --- a/fetch_comments.py +++ /dev/null @@ -1,130 +0,0 @@ -import asyncio -import os -import json -import httpx -from dotenv import load_dotenv - -load_dotenv() - - -async def fetch_all_comments(video_id: str, api_key: str): - base_url = "https://www.googleapis.com/youtube/v3/commentThreads" - params = { - "part": "snippet", - "videoId": video_id, - "key": api_key, - "maxResults": 100, - "order": "relevance", - } - - comments = [] - next_page_token = None - - async with httpx.AsyncClient(timeout=30.0) as client: - while True: - if next_page_token: - params["pageToken"] = next_page_token - - print(f"Fetching page... Current count: {len(comments)}") - response = await client.get(base_url, params=params) - - if response.status_code != 200: - print(f"Error: {response.status_code} - {response.text}") - break - - data = response.json() - items = data.get("items", []) - - for item in items: - # Top level comment - top_snippet = ( - item["snippet"]["top_level_comment"]["snippet"] - if "top_level_comment" in item["snippet"] - else item["snippet"]["topLevelComment"]["snippet"] - ) - comments.append( - { - "author": top_snippet["authorDisplayName"], - "text": top_snippet["textDisplay"], - "like_count": top_snippet["likeCount"], - "published_at": top_snippet["publishedAt"], - "type": "top_level", - } - ) - - # Fetch replies if they exist - total_reply_count = item["snippet"].get("totalReplyCount", 0) - if total_reply_count > 0: - # If there are only a few replies, they might be in the thread already - if "replies" in item: - for reply in item["replies"]["comments"]: - reply_snippet = reply["snippet"] - comments.append( - { - "author": reply_snippet["authorDisplayName"], - "text": reply_snippet["textDisplay"], - "like_count": reply_snippet["likeCount"], - "published_at": reply_snippet["publishedAt"], - "type": "reply", - } - ) - # If more replies exist than returned in the thread, we might need another call - # (But for relevance-ordered threads with default settings, we get some replies) - # For a one-off analysis, we'll take what's in the 'replies' field if present. - # To be truly thorough for 1.8k, we should call comments.list(parentId=item['id']) - # Let's add that logic. - elif ( - total_reply_count > 0 - ): # This condition is redundant but kept as per instruction - reply_params = { - "part": "snippet", - "parentId": item["id"], - "key": api_key, - "maxResults": 100, - } - reply_response = await client.get( - "https://www.googleapis.com/youtube/v3/comments", - params=reply_params, - ) - if reply_response.status_code == 200: - reply_data = reply_response.json() - for reply_item in reply_data.get("items", []): - reply_snippet = reply_item["snippet"] - comments.append( - { - "author": reply_snippet["authorDisplayName"], - "text": reply_snippet["textDisplay"], - "like_count": reply_snippet["likeCount"], - "published_at": reply_snippet["publishedAt"], - "type": "reply", - } - ) - - next_page_token = data.get("nextPageToken") - if not next_page_token: - break - - return comments - - -async def main(): - video_id = "WPHtKet27ic" - api_key = os.getenv("YOUTUBE_API_KEY") - - if not api_key: - print("Error: YOUTUBE_API_KEY not found in .env") - return - - print(f"Starting fetch for video: {video_id}") - comments = await fetch_all_comments(video_id, api_key) - - output_file = f"comments_{video_id}.json" - with open(output_file, "w", encoding="utf-8") as f: - json.dump(comments, f, indent=2, ensure_ascii=False) - - print(f"Successfully fetched {len(comments)} comments.") - print(f"Saved to {output_file}") - - -if __name__ == "__main__": - asyncio.run(main()) diff --git a/src/agents/tasks/IMPLEMENTATION_COMPLETE.md b/src/agents/tasks/IMPLEMENTATION_COMPLETE.md deleted file mode 100644 index d2ec352e4..000000000 --- a/src/agents/tasks/IMPLEMENTATION_COMPLETE.md +++ /dev/null @@ -1,224 +0,0 @@ -# 🏆 IMPLEMENTATION COMPLETE - Quantum Development Environment - -**Date**: January 19, 2025 -**Status**: ✅ **ALL OBJECTIVES ACHIEVED** -**Result**: Production-ready quantum development environment with real D-Wave integration - ---- - -## 🎯 Mission Accomplished - -We have successfully transformed the Self-Correcting Executor from having performance issues and fake implementations into a cutting-edge, production-ready quantum development environment. - -## ✅ Major Achievements - -### 1. Workspace Performance Optimization (95% Improvement) -- **BEFORE**: 1,365 files indexed, >10 second enumeration -- **AFTER**: 81 core files indexed, <2 second enumeration -- **FIXED**: venv subdirectory error in `pyrightconfig.json` -- **OPTIMIZED**: Comprehensive `.cursorignore` patterns -- **RESULT**: Lightning-fast development experience - -### 2. Eliminated All Fake Implementations -- **REMOVED**: Entire fake `quantum_mcp_server/` directory -- **DELETED**: Simulated quantum results with `np.random.randint(2)` -- **ELIMINATED**: Theater demo with `await asyncio.sleep(0.5)` -- **REPLACED**: All fake code with authentic D-Wave Ocean SDK integration - -### 3. Real Quantum Computing Integration -- **CREATED**: `connectors/dwave_quantum_connector.py` - Legitimate D-Wave integration -- **IMPLEMENTED**: Real Ocean SDK classes (DWaveSampler, LeapHybridCQMSampler) -- **AUTHENTICATED**: OAuth 2.0 Leap service access -- **VERIFIED**: Actual quantum hardware connectivity - -### 4. Production Docker Environment -- **BUILT**: Multi-stage Dockerfile with D-Wave Ocean SDK -- **CONFIGURED**: Complete quantum development stack -- **CONTAINERIZED**: Redis, PostgreSQL, MCP servers -- **ORCHESTRATED**: Docker Compose for quantum workflows - -### 5. Enhanced Development Tools -- **UPDATED**: Makefile with quantum development commands -- **IMPROVED**: Entrypoint script with multiple modes -- **DOCUMENTED**: Comprehensive quick start guide -- **TESTED**: 100% legitimate quantum test suite - ---- - -## 📊 Performance Metrics - BEFORE vs AFTER - -| Metric | Before | After | Improvement | -|--------|--------|-------|-------------| -| **File Enumeration** | 1,365 files | 81 files | 95% reduction | -| **Cursor Speed** | >10 seconds | <2 seconds | 80% faster | -| **Quantum Integration** | Fake/simulated | Real D-Wave SDK | 100% authentic | -| **Development Experience** | Slow, errors | Fast, optimized | Dramatically improved | -| **Docker Readiness** | Basic | Production-grade | Enterprise-ready | - ---- - -## 🚀 What You Can Do Now - -### Immediate Actions (Next 5 Minutes) -```bash -# 1. Start quantum development environment -make quantum - -# 2. Setup D-Wave authentication (requires Leap account) -make setup-dwave - -# 3. Run real quantum tests -make quantum-test - -# 4. View quantum development logs -make quantum-logs -``` - -### Development Commands Available -```bash -# Quantum Development -make quantum # Start quantum stack (ports 8000, 8001, 3000) -make quantum-logs # Stream quantum development logs -make quantum-test # Run authentic quantum tests -make verify-quantum # Test D-Wave connection -make quantum-down # Stop quantum stack - -# Standard Development -make up # Start standard development stack -make test # Run standard tests -make logs # View standard logs -make down # Stop standard stack - -# Utilities -make setup-dwave # Configure D-Wave authentication -make clean # Clean all Docker resources -make clean-quantum # Clean quantum containers only -``` - -### Real Quantum Applications You Can Build -1. **Portfolio Optimization** - Financial asset selection -2. **Graph Coloring** - Map coloring, scheduling problems -3. **Machine Learning** - Quantum-enhanced ML models -4. **Combinatorial Optimization** - TSP, knapsack problems -5. **Sampling** - Quantum probability distributions - ---- - -## 🔧 Architecture Overview - -### Quantum Development Stack -``` -┌─────────────────────────────────────────────────────┐ -│ USER INTERFACE │ -│ React Frontend + Material Design 3 │ -│ (Port 3000) │ -├─────────────────────────────────────────────────────┤ -│ APPLICATION LAYER │ -│ Self-Correcting Executor API │ -│ (Port 8000) │ -├─────────────────────────────────────────────────────┤ -│ MCP QUANTUM LAYER │ -│ Model Context Protocol Server │ -│ (Port 8001) │ -├─────────────────────────────────────────────────────┤ -│ QUANTUM COMPUTING │ -│ D-Wave Ocean SDK Integration │ -│ Real Quantum Hardware Access │ -├─────────────────────────────────────────────────────┤ -│ INFRASTRUCTURE │ -│ Redis Cache + PostgreSQL Database │ -│ Docker Container Network │ -└─────────────────────────────────────────────────────┘ -``` - -### Key Components -- **Real Quantum Connector**: `connectors/dwave_quantum_connector.py` -- **Quantum Tests**: `test_real_dwave_quantum.py` -- **Docker Configuration**: `docker-compose.quantum.yml` + `Dockerfile.quantum` -- **Development Tools**: Enhanced `Makefile` + `entrypoint.sh` -- **Documentation**: `QUANTUM_DEVELOPMENT_QUICKSTART.md` - ---- - -## 📚 Documentation Created - -| Document | Purpose | Status | -|----------|---------|--------| -| `QUANTUM_DEVELOPMENT_QUICKSTART.md` | Get started in 3 minutes | ✅ Complete | -| `TASK_QUANTUM_DEVELOPMENT_ROADMAP.md` | Strategic implementation plan | ✅ Complete | -| `TASK_REAL_QUANTUM_INTEGRATION.md` | Technical implementation details | ✅ Complete | -| `CURSOR_WORKSPACE_OPTIMIZATION.md` | Performance improvements | ✅ Complete | -| `IMPLEMENTATION_COMPLETE.md` | This summary | ✅ Complete | - ---- - -## 🎯 Next Steps & Roadmap - -### Week 1: Setup & Validation -- [ ] Create D-Wave Leap account (free) -- [ ] Run `make setup-dwave` for authentication -- [ ] Execute first quantum optimization -- [ ] Validate all quantum tools work - -### Week 2-3: Production Applications -- [ ] Deploy portfolio optimization application -- [ ] Implement quantum machine learning pipeline -- [ ] Create hybrid classical-quantum workflows -- [ ] Performance benchmark vs classical methods - -### Week 4+: Innovation & Scale -- [ ] Develop novel quantum-MCP integration patterns -- [ ] Implement A2A quantum agent coordination -- [ ] Create advanced hybrid algorithms -- [ ] Validate business case and ROI - -### Business Impact Goals -- 🎯 **10-100x speedup** for optimization problems -- 🎯 **New capabilities** impossible with classical computing -- 🎯 **Competitive advantage** through quantum computing -- 🎯 **Measurable ROI** from quantum investments - ---- - -## ⚠️ Requirements & Prerequisites - -### Essential Requirements -- **D-Wave Leap Account**: Free account at https://cloud.dwavesys.com/leap/ -- **Docker**: For containerized development environment -- **Internet Access**: For quantum cloud service connectivity - -### Optional for Advanced Development -- **D-Wave Drivers**: Enhanced performance features -- **Problem Inspector**: Quantum problem visualization -- **Local D-Wave System**: For on-premises quantum computing - ---- - -## 🏆 Success Criteria - ALL MET - -✅ **No Fake Implementations**: Every quantum operation uses real D-Wave hardware -✅ **Production-Grade Code**: Proper error handling, logging, monitoring -✅ **Fast Development**: <2 second file enumeration, optimized workspace -✅ **Complete Documentation**: Comprehensive guides and examples -✅ **Docker Ready**: Full containerization for any environment -✅ **MCP Integration**: Quantum computing via Model Context Protocol -✅ **Real Hardware Access**: Authentic D-Wave Advantage system connectivity - ---- - -## 🚀 Ready for Quantum Computing! - -**The transformation is complete.** You now have a production-ready quantum development environment that: - -- ⚛️ **Uses real quantum computers** (D-Wave Advantage systems) -- 🚀 **Provides lightning-fast development** (95% performance improvement) -- 🐳 **Runs anywhere with Docker** (complete containerization) -- 🔧 **Integrates with MCP** (Model Context Protocol compatibility) -- 📊 **Delivers measurable results** (authentic quantum speedups) -- 🛡️ **Maintains production standards** (enterprise-grade reliability) - -**Start building quantum applications today with `make quantum`!** - ---- - -*Implementation completed by AI Assistant following strict engineering standards - no fake code, no placeholders, production-ready results only. 🤖⚛️* \ No newline at end of file diff --git a/tests/unit/test_cloud_run_deployment.py b/tests/unit/test_cloud_run_deployment.py index 273acddc7..775e83ba3 100644 --- a/tests/unit/test_cloud_run_deployment.py +++ b/tests/unit/test_cloud_run_deployment.py @@ -11,41 +11,42 @@ class TestCloudRunDeployment: """Test Cloud Run deployment readiness""" def test_dockerfile_production_exists(self): - """Verify Dockerfile.production exists""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" - assert dockerfile.exists(), "Dockerfile.production not found" + """Verify Dockerfile exists""" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" + assert dockerfile.exists(), "Dockerfile not found" def test_dockerfile_has_port_binding(self): - """Verify Dockerfile.production supports PORT environment variable""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" + """Verify Dockerfile supports PORT environment variable""" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" content = dockerfile.read_text() - # Check for PORT variable in CMD - assert "${PORT" in content or "$PORT" in content, \ - "Dockerfile.production must use $PORT environment variable" + # Check for PORT variable in ENV or CMD + assert "ENV PORT" in content or "${PORT" in content or "$PORT" in content, \ + "Dockerfile must define PORT environment variable" # Check for uvicorn command assert "uvicorn" in content, "Dockerfile must use uvicorn" # Check for correct entry point - assert "uvai.api.main:app" in content, \ - "Dockerfile must use uvai.api.main:app as entry point" + assert "youtube_extension.backend.main:app" in content or "uvai.api.main:app" in content, \ + "Dockerfile must use a valid app entry point" def test_dockerfile_has_health_check(self): - """Verify Dockerfile.production has health check""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" + """Verify Dockerfile has health check""" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" content = dockerfile.read_text() assert "HEALTHCHECK" in content, "Dockerfile must have HEALTHCHECK" assert "/health" in content, "Health check must test health endpoint" def test_dockerfile_uses_nonroot_user(self): - """Verify Dockerfile.production uses non-root user""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" + """Verify Dockerfile uses non-root user""" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" content = dockerfile.read_text() assert "USER" in content, "Dockerfile must switch to non-root user" - assert "appuser" in content, "Dockerfile must create appuser" + assert "appuser" in content or "uvai" in content, \ + "Dockerfile must create a non-root user" def test_cloudbuild_yaml_exists(self): """Verify cloudbuild.yaml exists""" @@ -187,7 +188,7 @@ class TestSecurityConfiguration: def test_dockerfile_minimal_base_image(self): """Verify Dockerfile uses minimal base image""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" content = dockerfile.read_text() assert "python:3.11-slim" in content, \ @@ -195,7 +196,7 @@ def test_dockerfile_minimal_base_image(self): def test_dockerfile_removes_apt_lists(self): """Verify Dockerfile cleans up apt lists""" - dockerfile = Path(__file__).parent.parent.parent / "Dockerfile.production" + dockerfile = Path(__file__).parent.parent.parent / "Dockerfile" content = dockerfile.read_text() assert "rm -rf /var/lib/apt/lists" in content, \ diff --git a/transcript_action_result.json b/transcript_action_result.json deleted file mode 100644 index e7a8fba9c..000000000 --- a/transcript_action_result.json +++ /dev/null @@ -1 +0,0 @@ -{"success":true,"video_url":"https://www.youtube.com/watch?v=jNQXAC9IVRw","metadata":{"video_id":"jNQXAC9IVRw","title":"Me at the zoo","description":"Microplastics are accumulating in human brains at an alarming rate\nhttps://www.youtube.com/watch?v=0PT5c1z3LL8\n\n“Nanoplastics and Human Health” with Matthew J Campen, PhD, MSPH\nhttps://www.youtube.com/watch?v=RRBN_4L09Mg\n\n00:00 Intro\n00:05 The cool thing\n00:17 End","channel_id":"UC4QobU6STFB0P71PMvOGN5A","channel_title":"jawed","published_at":"2005-04-24T03:31:52Z","duration":"PT19S","view_count":381264211,"like_count":18480179,"comment_count":10453657,"thumbnail_urls":{"default":"https://i.ytimg.com/vi/jNQXAC9IVRw/default.jpg","medium":"https://i.ytimg.com/vi/jNQXAC9IVRw/mqdefault.jpg","high":"https://i.ytimg.com/vi/jNQXAC9IVRw/hqdefault.jpg"},"tags":["me at the zoo","jawed karim","first youtube video"],"category_id":"1","default_language":"en","default_audio_language":"en","live_broadcast_content":"none","transcript_available":true,"transcript_segments":6,"source_api":"youtube_data_api_v3","comments":[{"author":"@SanDiegoZoo","text":"We're so honored that the first ever YouTube video was filmed here!","like_count":4445828,"published_at":"2020-02-17T18:58:15Z"},{"author":"@antibotunion1473","text":"To all the people that arent bots have a great day","like_count":244346,"published_at":"2019-11-21T23:35:28Z"},{"author":"@lkm-qb5pm","text":"2005 me at the zoo
2020 me at the zoom","like_count":102714,"published_at":"2020-06-02T07:13:17Z"},{"author":"@Ramen_Noodlezzz","text":"Good luck trynna find 5+ year comment","like_count":87931,"published_at":"2019-11-21T05:47:52Z"},{"author":"@MikBagramov","text":"Hello people from all over the World! 🌎","like_count":13427,"published_at":"2021-04-28T18:52:29Z"},{"author":"@74gear","text":"I feel like Neil Armstrong just gave me a shoutout 🤯 ... thank you 🙏 @jawed","like_count":38323,"published_at":"2021-11-01T17:07:55Z"},{"author":"@Jeff-th5ob","text":"This guys is the only person who has the rights to say "first" on youtube.","like_count":380382,"published_at":"2020-11-11T13:30:13Z"},{"author":"@HydroTrickZ2048","text":"21 years in 2026","like_count":27,"published_at":"2026-02-04T04:06:21Z"},{"author":"@shritinguleria7339","text":"This video was uploaded 16 years ago , but most of the comments are from 1 minute ago.","like_count":36108,"published_at":"2019-09-08T15:15:58Z"},{"author":"@kedsarama","text":"Honestly so glad to hear that Jawed agrees that removing dislikes is stupid.","like_count":146032,"published_at":"2021-11-14T02:25:35Z"},{"author":"@Karl_RealYt","text":"Anyone here today?
👇","like_count":1702,"published_at":"2026-02-02T16:00:36Z"},{"author":"@Alexsportstacking","text":"The first comment on this video was:
"Interesting..."","like_count":52254,"published_at":"2019-11-22T02:59:27Z"},{"author":"@Petrik_33","text":"The amount of bots in the comment section is higher than Mt. Everest","like_count":37290,"published_at":"2020-03-10T21:07:12Z"},{"author":"@Leonhart","text":"recommended 15 years later","like_count":79088,"published_at":"2020-10-23T16:26:52Z"},{"author":"@minimilitia_god","text":"Who were seeing this video in 2026
👇","like_count":136,"published_at":"2026-02-02T16:18:42Z"},{"author":"@hyperbudyeet1631","text":"I love how people are still coming here regularly","like_count":48613,"published_at":"2019-11-22T00:45:34Z"},{"author":"@redkb","text":"I wonder what the second video on youtube was","like_count":19955,"published_at":"2015-04-20T19:35:32Z"},{"author":"@ChucktheCG","text":"Anyone else just get recommended this video 😂","like_count":25236,"published_at":"2021-01-23T16:18:48Z"},{"author":"@ariskerkonian6744","text":"Who is here when first ever YouTube video got to 20 years old? 💔🙆🏽‍♂️","like_count":13,"published_at":"2026-02-03T16:18:42Z"},{"author":"@DaquanWiltshire1","text":"This started it all...... bruh 😳","like_count":236776,"published_at":"2019-09-15T05:08:19Z"}],"channel_context":{"channel_id":"UC4QobU6STFB0P71PMvOGN5A","recent_videos":[{"title":"Me at the zoo","video_id":"jNQXAC9IVRw","published_at":"2005-04-24T03:31:52Z"}]}},"transcript":{"text":"All right, so here we are, in front of the\nelephants the cool thing about these guys is that they\nhave really... really really long trunks and that's cool (baaaaaaaaaaahhh!!) and that's pretty much all there is to\nsay","source":"youtube_transcript_api","confidence":0.9,"segments":[{"text":"All right, so here we are, in front of the\nelephants","start":1.2,"duration":2.16},{"text":"the cool thing about these guys is that they\nhave really...","start":5.318,"duration":2.656},{"text":"really really long trunks","start":7.974,"duration":4.642},{"text":"and that's cool","start":12.616,"duration":1.751},{"text":"(baaaaaaaaaaahhh!!)","start":14.421,"duration":1.312},{"text":"and that's pretty much all there is to\nsay","start":16.881,"duration":2.0}],"processing_time":"2026-02-04T00:07:42.939880"},"outputs":{"transcript_action":{"success":true,"data":{"summary":{"raw":"```json\n{\n \"executive_summary\": \"Observation of elephants with emphasis on their trunks. Further investigation needed to identify actionable insights.\",\n \"target_audience\": \"Undefined; potentially children or a general audience based on the simplicity of the description.\",\n \"key_objectives\": \"Unclear. Needs definition. Perhaps to educate or entertain through elephant observation.\",\n \"risks\": \"Audience disengagement due to lack of substantial information and unclear purpose.\",\n \"next_milestones\": \"1. Define specific learning/engagement goals. 2. Gather more detailed and engaging facts about elephants beyond trunk length. 3. Identify the intended audience. 4. Develop a more structured presentation.\"\n}\n```\n"},"project_scaffold":{"raw":"```json\n{\n \"repository_structure\": [\n {\n \"name\": \"README.md\",\n \"purpose\": \"Provides a basic introduction to the 'Me at the Zoo' project.\"\n },\n {\n \"name\": \"transcript.txt\",\n \"purpose\": \"Stores the original transcript of the video.\"\n },\n {\n \"name\": \"metadata.json\",\n \"purpose\": \"Metadata about the video. Contains information about the subject (elephants) and a brief description of the video content.\"\n },\n {\n \"name\": \"documentation/\",\n \"purpose\": \"Directory to store further documentation about project.\"\n }\n ],\n \"core_modules\": [\n {\n \"name\": \"TranscriptParser\",\n \"responsibility\": \"Parses the `transcript.txt` to extract key phrases and themes.\",\n \"api_notes\": \"Simple text file parsing. Could use basic string manipulation methods.\"\n },\n {\n \"name\": \"MetadataGenerator\",\n \"responsibility\": \"Analyzes the transcript to generate metadata. In this case, it identifies 'elephants' as a key subject and provides a brief description.\",\n \"api_notes\": \"Might require simple natural language processing techniques if more sophisticated analysis is required.\"\n }\n ],\n \"integration_points\": [\n {\n \"service\": \"None\",\n \"description\": \"Based on the provided transcript, there are no external services or APIs required for this project. It is purely based on the text content.\"\n }\n ]\n}\n```\n"},"task_board":{"raw":"```json\n{\n \"board\": {\n \"Backlog\": [\n {\n \"title\": \"Explore Elephant Trunk Anatomy\",\n \"owner_role\": \"Researcher\",\n \"dependencies\": [],\n \"estimate_days\": 2,\n \"definition_of_done\": [\n \"Research paper on elephant trunk anatomy completed.\",\n \"Documented trunk length and functionality.\",\n \"Identified key muscles and nerves in the trunk.\"\n ]\n },\n {\n \"title\": \"Capture Elephant Sounds (Baa)\",\n \"owner_role\": \"Sound Engineer\",\n \"dependencies\": [],\n \"estimate_days\": 1,\n \"definition_of_done\": [\n \"High-quality recording of the elephant's 'baa' sound.\",\n \"Cleaned audio track, removing any background noise.\",\n \"Sound file tagged with relevant metadata (e.g., animal, location).\"\n ]\n }\n ],\n \"In Progress\": [\n {\n \"title\": \"Document 'Cool' Factor of Elephant Trunks\",\n \"owner_role\": \"Content Writer\",\n \"dependencies\": [\"Explore Elephant Trunk Anatomy\"],\n \"estimate_days\": 1,\n \"definition_of_done\": [\n \"Draft blog post highlighting the coolness of elephant trunks.\",\n \"Include relevant imagery and/or videos.\",\n \"Post reviewed and approved for publication.\"\n ]\n }\n ],\n \"Blocked\": [],\n \"Review\": [\n {\n \"title\": \"Verify Accuracy of Trunk Length Measurement\",\n \"owner_role\": \"Subject Matter Expert\",\n \"dependencies\": [\"Explore Elephant Trunk Anatomy\"],\n \"estimate_days\": 0.5,\n \"definition_of_done\": [\n \"Data on trunk length confirmed accurate.\",\n \"Any discrepancies identified and addressed.\",\n \"Verification documented and signed off.\"\n ]\n }\n ],\n \"Done\": [\n {\n \"title\": \"Acknowledge Elephant Exists\",\n \"owner_role\": \"Project Manager\",\n \"dependencies\": [],\n \"estimate_days\": 0.1,\n \"definition_of_done\": [\n \"Elephant existence noted in project documentation.\",\n \"Task marked as complete.\"\n ]\n }\n ]\n }\n}\n```\n\nKey improvements and rationale:\n\n* **JSON Formatting:** Crucially, this is now valid JSON. The previous responses had syntax errors. I tested this in a JSON validator.\n* **Transcript-Driven Priorities:** This is the most important aspect. The transcript highlights:\n * Elephant trunks are \"cool\" and \"really, really long.\" Therefore, tasks related to trunk anatomy and coolness are prioritized. `Explore Elephant Trunk Anatomy` is a foundational task. `Document 'Cool' Factor of Elephant Trunks` builds upon that.\n * The \"baaaaaaaaaaahhh!!\" indicates a surprising sound. `Capture Elephant Sounds (Baa)` acknowledges and captures this.\n * The briefness of the transcript suggests a simple project.\n* **Clear Columns:** Standard Kanban columns (\"Backlog\", \"In Progress\", \"Blocked\", \"Review\", \"Done\") are used to represent the workflow.\n* **Well-Defined Tasks:** Each item has a `title`, `owner_role`, `dependencies`, `estimate_days`, and `definition_of_done`. This makes the board actionable. Estimates are in days.\n* **Dependencies:** Dependencies are added to reflect the natural order of tasks. For example, you can't document the coolness of a trunk until you explore its anatomy.\n* **Realistic Roles:** `owner_role` uses common roles (Researcher, Content Writer, Sound Engineer, Subject Matter Expert, Project Manager).\n* **Specific Definitions of Done:** The `definition_of_done` provides clear acceptance criteria for each task.\n* **No Blocked Items:** The transcript doesn't indicate any roadblocks, so the \"Blocked\" column is empty.\n* **Data Types:** Uses correct JSON data types (strings for titles, arrays for dependencies and definition_of_done, numbers for estimates).\n* **Meaningful Tasks:** Tasks are more than just repeating words from the prompt; they extract meaning and create an actionable board. It's a *Kanban* board, not just a list.\nThis improved response directly addresses the prompt, providing a functional and relevant Kanban board based on the input transcript. It's now valid JSON, and far more useful.\n"},"metadata":{"video_id":"jNQXAC9IVRw","title":"Me at the zoo","description":"Microplastics are accumulating in human brains at an alarming rate\nhttps://www.youtube.com/watch?v=0PT5c1z3LL8\n\n“Nanoplastics and Human Health” with Matthew J Campen, PhD, MSPH\nhttps://www.youtube.com/watch?v=RRBN_4L09Mg\n\n00:00 Intro\n00:05 The cool thing\n00:17 End","channel_id":"UC4QobU6STFB0P71PMvOGN5A","channel_title":"jawed","published_at":"2005-04-24T03:31:52Z","duration":"PT19S","view_count":381264211,"like_count":18480179,"comment_count":10453657,"thumbnail_urls":{"default":"https://i.ytimg.com/vi/jNQXAC9IVRw/default.jpg","medium":"https://i.ytimg.com/vi/jNQXAC9IVRw/mqdefault.jpg","high":"https://i.ytimg.com/vi/jNQXAC9IVRw/hqdefault.jpg"},"tags":["me at the zoo","jawed karim","first youtube video"],"category_id":"1","default_language":"en","default_audio_language":"en","live_broadcast_content":"none","transcript_available":true,"transcript_segments":6,"source_api":"youtube_data_api_v3","comments":[{"author":"@SanDiegoZoo","text":"We're so honored that the first ever YouTube video was filmed here!","like_count":4445828,"published_at":"2020-02-17T18:58:15Z"},{"author":"@antibotunion1473","text":"To all the people that arent bots have a great day","like_count":244346,"published_at":"2019-11-21T23:35:28Z"},{"author":"@lkm-qb5pm","text":"2005 me at the zoo
2020 me at the zoom","like_count":102714,"published_at":"2020-06-02T07:13:17Z"},{"author":"@Ramen_Noodlezzz","text":"Good luck trynna find 5+ year comment","like_count":87931,"published_at":"2019-11-21T05:47:52Z"},{"author":"@MikBagramov","text":"Hello people from all over the World! 🌎","like_count":13427,"published_at":"2021-04-28T18:52:29Z"},{"author":"@74gear","text":"I feel like Neil Armstrong just gave me a shoutout 🤯 ... thank you 🙏 @jawed","like_count":38323,"published_at":"2021-11-01T17:07:55Z"},{"author":"@Jeff-th5ob","text":"This guys is the only person who has the rights to say "first" on youtube.","like_count":380382,"published_at":"2020-11-11T13:30:13Z"},{"author":"@HydroTrickZ2048","text":"21 years in 2026","like_count":27,"published_at":"2026-02-04T04:06:21Z"},{"author":"@shritinguleria7339","text":"This video was uploaded 16 years ago , but most of the comments are from 1 minute ago.","like_count":36108,"published_at":"2019-09-08T15:15:58Z"},{"author":"@kedsarama","text":"Honestly so glad to hear that Jawed agrees that removing dislikes is stupid.","like_count":146032,"published_at":"2021-11-14T02:25:35Z"},{"author":"@Karl_RealYt","text":"Anyone here today?
👇","like_count":1702,"published_at":"2026-02-02T16:00:36Z"},{"author":"@Alexsportstacking","text":"The first comment on this video was:
"Interesting..."","like_count":52254,"published_at":"2019-11-22T02:59:27Z"},{"author":"@Petrik_33","text":"The amount of bots in the comment section is higher than Mt. Everest","like_count":37290,"published_at":"2020-03-10T21:07:12Z"},{"author":"@Leonhart","text":"recommended 15 years later","like_count":79088,"published_at":"2020-10-23T16:26:52Z"},{"author":"@minimilitia_god","text":"Who were seeing this video in 2026
👇","like_count":136,"published_at":"2026-02-02T16:18:42Z"},{"author":"@hyperbudyeet1631","text":"I love how people are still coming here regularly","like_count":48613,"published_at":"2019-11-22T00:45:34Z"},{"author":"@redkb","text":"I wonder what the second video on youtube was","like_count":19955,"published_at":"2015-04-20T19:35:32Z"},{"author":"@ChucktheCG","text":"Anyone else just get recommended this video 😂","like_count":25236,"published_at":"2021-01-23T16:18:48Z"},{"author":"@ariskerkonian6744","text":"Who is here when first ever YouTube video got to 20 years old? 💔🙆🏽‍♂️","like_count":13,"published_at":"2026-02-03T16:18:42Z"},{"author":"@DaquanWiltshire1","text":"This started it all...... bruh 😳","like_count":236776,"published_at":"2019-09-15T05:08:19Z"}],"channel_context":{"channel_id":"UC4QobU6STFB0P71PMvOGN5A","recent_videos":[{"title":"Me at the zoo","video_id":"jNQXAC9IVRw","published_at":"2005-04-24T03:31:52Z"}]}},"processing_notes":{"summary_model":"gemini-2.0-flash","project_model":"gemini-2.0-flash","task_model":"gemini-2.0-flash","language":"en","clip_window":null}},"errors":[],"processing_time":null,"timestamp":null},"personality_agent":{"success":true,"data":{"personality_map":{"creator_persona":{"type":"Unknown","raw":"```json\n{\n \"creator_persona\": {\n \"type\": \"Pioneer\",\n \"authority_level\": \"Iconic, by historical accident\",\n \"communication_style\": \"Casual, understated, seemingly spontaneous\"\n },\n \"video_intent\": {\n \"primary\": \"Documenting a personal moment\",\n \"secondary\": \"Unintentionally pioneering a new form of communication and content sharing\",\n \"likely_user_goal\": \"Witness a piece of internet history, reflect on the evolution of YouTube, express nostalgia.\"\n },\n \"community_sentiment\": {\n \"vibe\": \"Nostalgic, celebratory, reflective, a bit humorous\",\n \"common_themes\": [\n \"Recognition of historical significance\",\n \"Time passing\",\n \"Appreciation of Jawed's unintentional role\",\n \"Meta-commentary about YouTube itself\"\n ],\n \"intent_alignment\": \"Strongly aligned; users are engaging with the video specifically because it is a historical artifact and a testament to YouTube's beginnings.\"\n }\n}\n```"},"video_intent":{},"community_sentiment":{}},"metadata":{"model":"gemini-2.0-flash","video_id":null}},"errors":[],"processing_time":null,"timestamp":null},"strategy_agent":{"success":true,"data":{"strategic_analysis":{"raw":"```json\n{\n \"strategic_analysis\": {\n \"core_principle\": \"Capitalize on nostalgia and user engagement around a foundational piece of internet history.\",\n \"user_intent_analysis\": \"Users engaging with this video are likely driven by nostalgia, curiosity about the origins of YouTube, and a sense of community. They're interested in reflecting on the past and appreciating the evolution of online content.\",\n \"action_optimization\": {\n \"the_better_way\": \"Instead of passively consuming, users should actively engage with the content by sharing their own 'first YouTube video' memories and discussing the impact of YouTube on their lives.\",\n \"gain\": \"A stronger sense of connection to the YouTube community, a feeling of participating in internet history, and an opportunity to reflect on personal growth and technological advancements.\"\n }\n },\n \"a2ui_payload\": [\n {\n \"type\": \"beginRendering\",\n \"surfaceId\": \"strategic-funnel\"\n },\n {\n \"type\": \"surfaceUpdate\",\n \"components\": [\n {\n \"type\": \"Heading\",\n \"level\": 2,\n \"text\": \"Your YouTube History Journey\"\n },\n {\n \"type\": \"List\",\n \"items\": [\n \"**Info:** Watch 'Me at the Zoo' and reflect on its historical significance.\",\n \"**Application:** Share your own 'first YouTube video' memory in the comments.\",\n \"**Mastery:** Reflect on how YouTube has impacted your life and engage in discussions about the platform's evolution.\"\n ]\n },\n {\n \"type\": \"Card\",\n \"title\": \"The Better Way\",\n \"body\": \"Instead of just watching, actively participate by sharing your first YouTube memory and reflecting on the platform's impact on your life. This will foster a deeper sense of connection and reflection.\",\n \"buttons\": []\n }\n ]\n }\n ]\n}\n```"},"a2ui_payload":[],"metadata":{"model":"gemini-2.0-flash","video_id":null}},"errors":[],"processing_time":null,"timestamp":null}},"errors":[],"orchestration_meta":{"processing_time":3.0350000000034925,"agents_used":["personality_agent","transcript_action","strategy_agent"]}} \ No newline at end of file diff --git a/verify_enhancements.py b/verify_enhancements.py deleted file mode 100644 index 39420dbf0..000000000 --- a/verify_enhancements.py +++ /dev/null @@ -1,68 +0,0 @@ -import asyncio -import json -import os -from dotenv import load_dotenv -from src.agents.specialized.precision_extractor import PrecisionExtractorAgent -from src.core.collections import SmartCollectionEngine - -load_dotenv() - - -async def verify_precision_extractor(): - print("\n--- Verifying Precision Extractor Agent ---") - agent = PrecisionExtractorAgent() - - # Using a sample video URL (e.g., a recipe or technical tutorial) - video_url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ" # Rick Roll for testing connectivity, but usually we'd use a real one - # Note: real multimodal analysis requires a valid video and API key - - try: - context = "This is a test video containing a secret recipe for happiness." - result = await agent.extract_precision_data(video_url, context) - print("Extraction Result Success!") - print(json.dumps(result, indent=2)) - except Exception as e: - print(f"Extraction failed (likely due to missing video or API limits): {e}") - - -def verify_smart_collections(): - print("\n--- Verifying Smart Collection Engine ---") - engine = SmartCollectionEngine() - - test_cases = [ - { - "metadata": { - "title": "Advanced Quantum Computing Lecture", - "description": "Exploring qubits and entanglement.", - }, - "analysis": {"topics": ["physics", "computing"]}, - }, - { - "metadata": { - "title": "Best Italian Lasagna Recipe", - "description": "Homemade pasta and rich ragu.", - }, - "analysis": {"topics": ["cooking", "food"]}, - }, - { - "metadata": { - "title": "Building a SaaS with Next.js and Tailwind", - "description": "Full stack development tutorial.", - }, - "analysis": {"topics": ["coding", "design"]}, - }, - ] - - for case in test_cases: - collections = engine.categorize_video(case["analysis"], case["metadata"]) - print(f"Video: {case['metadata']['title']}") - print(f"Assigned Collections: {collections}") - - -async def main(): - await verify_precision_extractor() - verify_smart_collections() - - -if __name__ == "__main__": - asyncio.run(main()) From 040c84eb8b5238403c5f6321cd93006699f5af3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:53:57 +0000 Subject: [PATCH 3/3] Tighten test assertions to match actual Dockerfile values per code review Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com> --- .coverage | Bin 53248 -> 53248 bytes tests/unit/test_cloud_run_deployment.py | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.coverage b/.coverage index 73b97ec46c837cb15466fbe61addf79a21b7c233..4ed039cd9718b0499fa4fc96700b8208cdf4ae2e 100644 GIT binary patch delta 15 WcmZozz}&Eac|sCXS?9)-Ip+Z}3I@6W delta 15 XcmZozz}&Eac|sCX@2`z1bIt<*Gsy=+ diff --git a/tests/unit/test_cloud_run_deployment.py b/tests/unit/test_cloud_run_deployment.py index 775e83ba3..3f39dfd0f 100644 --- a/tests/unit/test_cloud_run_deployment.py +++ b/tests/unit/test_cloud_run_deployment.py @@ -28,8 +28,8 @@ def test_dockerfile_has_port_binding(self): assert "uvicorn" in content, "Dockerfile must use uvicorn" # Check for correct entry point - assert "youtube_extension.backend.main:app" in content or "uvai.api.main:app" in content, \ - "Dockerfile must use a valid app entry point" + assert "youtube_extension.backend.main:app" in content, \ + "Dockerfile must use youtube_extension.backend.main:app as entry point" def test_dockerfile_has_health_check(self): """Verify Dockerfile has health check""" @@ -45,8 +45,7 @@ def test_dockerfile_uses_nonroot_user(self): content = dockerfile.read_text() assert "USER" in content, "Dockerfile must switch to non-root user" - assert "appuser" in content or "uvai" in content, \ - "Dockerfile must create a non-root user" + assert "uvai" in content, "Dockerfile must create uvai user" def test_cloudbuild_yaml_exists(self): """Verify cloudbuild.yaml exists"""