Skip to content

Reddit AI - 2026-07-01

1. What People Are Talking About

1.1 Frontier-model access, pricing, and government approval dominated the day (🡕)

The biggest Reddit AI threads were not generic benchmark celebrations. They converged on whether Anthropic's newest models were actually available, what they cost in practice, and how much government review was now shaping access. This theme was supported by four high-signal posts across r/singularity and their attached screenshots, comments, and linked official materials.

u/WhyLifeIs4 linked Anthropic's Sonnet 5 launch and gave Reddit the benchmark card it immediately started arguing over (post) (616 points, 150 comments). Anthropic's launch page says Sonnet 5 is available across all Claude plans, launches in Claude Code and the API, and starts at $2 per million input tokens and $10 per million output tokens through August 31 while being positioned as close to Opus 4.8 at lower prices (Anthropic). Reddit did not read the chart as a simple win: u/fotcorn (score 220) and u/Rocah (score 57) both argued the card still made Opus look like the better buy at higher effort levels.

Claude Sonnet 5 benchmark comparison card showing Anthropic's own price-performance framing against Sonnet 4.6 and Opus 4.8

u/Sockdude pushed the same pricing argument harder with an Artificial Analysis chart that said Sonnet 5 was both costlier per task and less capable than Opus 4.8 (post) (430 points, 68 comments). The most detailed reply came from u/Successful-Earth678 (score 62), who said GPT-5.5 xhigh looked slightly smarter, much faster, and less than half the task-level cost in that chart.

u/Mr_Hyper_Focus then turned the conversation from pricing into product governance by posting screenshots that said some Fable 5 coding tasks would be diverted to Opus 4.8 (post) (462 points, 177 comments). u/pxp121kr (score 325) answered with the clearest practical objection: if coding is the main reason to use Fable 5, a fallback undercuts the point of the launch. Later, u/exordin26 shared the Commerce Department letter showing Fable 5 export controls had been lifted after government review (post) (85 points, 12 comments).

US Commerce Department letter screenshot used in Reddit's discussion of lifting Anthropic Fable 5 export controls

Discussion insight: Reddit was not rewarding launch news on faith. It kept asking whether the headline model was the one people would actually get, whether the posted price was the real cost, and whether policy review was becoming part of the product surface.

Comparison to prior day: Across June 24-27, the week's governance talk centered on US control over frontier releases; on June 29-30 it shifted into anti-gatekeeping and anti-Amodei rhetoric. On July 1, that abstract anger became concrete product scrutiny: pricing cards, coding fallbacks, and an actual export-control letter.

1.2 Open-weight momentum was judged on deployment reality, not ideology (🡕)

The second major theme was that open and local models were no longer being defended in the abstract. Reddit kept asking which models were good enough at much lower cost, what hidden scaffolding closed products might be using, what quantization formats actually fit real hardware, and whether new releases were tied to non-NVIDIA compute. This theme was supported by at least five substantive posts plus live model cards and benchmark sites.

u/ABlackEngineer posted a screenshot about western firms adopting Chinese or open-weight models for much less money (post) (469 points, 93 comments). The strongest corrective came from u/african_cheetah (score 186), who said the real shift was "open weights + cheaper inference" in US data centers rather than prompts being shipped back to China.

Screenshot listing western companies reportedly adopting cheaper Chinese or open-weight AI models

u/-p-e-w- made the deeper benchmarking argument: closed-model APIs may be mixing retrieval, preprocessing, hidden tool calls, and model routing, so bare-model comparisons can be misleading (post) (435 points, 126 comments). u/GoodSamaritan333 (score 166) turned that into a product request by saying people need open, easy-to-deploy pipelines and standards rather than just raw weights.

u/vanbukin added the hardware-fit angle with NVIDIA's Qwen3.6-27B-NVFP4 release (post) (398 points, 115 comments). The Hugging Face card confirms a 27B model with up to 262K context (Hugging Face), while u/JohnToFire (score 56) focused on the 22GB footprint and u/pulse77 (score 30) immediately asked for a GGUF release.

u/soteko pushed the conversation from fit to sovereignty with Huawei's openPangu-2.0-Flash (post) (311 points, 72 comments). The official README describes a 92B-total/6B-active MoE with 512K context, 34T-token pretraining, and strong coding and agent benchmark claims (openPangu); u/keepthepace (score 43) said the more important signal was that Huawei was showing a model trained on Ascend hardware.

OpenPangu-2.0-Flash benchmark table and model summary shared in the release thread

The benchmarking layer is also getting more operational. u/Fabulous_Pollution10 refreshed SWE-rebench with GLM-5.2, Qwen3.6-27B, Qwen3.6-35B-A3B, and Gemma 4 31B (post) (115 points, 41 comments), and the live site positions itself as a continuously evolving software-engineering benchmark (SWE-rebench).

Discussion insight: The practical questions were about packaging, fit, routing, and benchmark hygiene. Reddit's open-model crowd was no longer satisfied with "open source is winning" as a slogan; it wanted reproducible stacks and hardware-aware comparisons.

Comparison to prior day: June 28-30 were full of GLM enthusiasm, Dario backlash, and open-vs-closed rhetoric. July 1 kept the same competitive pressure but moved it into concrete artifacts: quantized releases, live leaderboards, memory heuristics, and hardware lineage.

1.3 Builders kept shipping domain-specific tools instead of another generic agent shell (🡕)

The most constructive energy came from people wrapping AI into specific utilities: video fact-checking, local audio runtimes, autonomous dev loops, OCR infrastructure, book-writing models, privacy layers, and research-navigation tools. The pattern was less "here is my agent" and more "here is the narrow workflow I made faster, cheaper, or safer." This theme was supported by at least eight project-sharing posts with live links, repos, or demos.

u/userpostingcontent launched PopUpFactCheck, a Chrome extension that overlays real-time fact-check bubbles on captioned YouTube videos (post) (520 points, 63 comments). The Chrome Web Store listing and homepage both confirm it is live, source-backed, and free to try (Chrome Web Store; site), but u/maguyva-ai (score 15) immediately asked how the product manages the fact-checker's own hallucination risk.

u/Acceptable-Cycle4645 used the same practical framing for local audio with audio.cpp support for VibeVoice 1.5B (post) (337 points, 107 comments). The repo describes audio.cpp as a high-performance C++ audio inference framework built on ggml, and the OP benchmarked a 90-minute podcast render in 22.95 minutes, or 4.08x real time (audio.cpp).

u/BigBrainGoldfish shared Lullabeast, an autonomous dev pipeline that ran the same MultiLife app with a local Qwen stack and then with cheap cloud open-weight models (post) (37 points, 33 comments). The live comparison page says the cloud build finished faster for $6.90 while the local build cost only power and still shipped (living proof). In a reply, u/Annual-Commercial563 (score 7) summarized the wider builder mood: every agent framework eventually becomes "trust, but verify."

Other builder posts filled in the same pattern from different angles: u/Civil-Image5411 released TurboOCR v3 as a local C++/CUDA/TensorRT document OCR server (post) (42 points, 9 comments); u/XMasterDE released PageStorm Research Preview for long-form creative writing (post) (135 points, 89 comments); u/azukaar released Plurality as an open-source local AI agent/chatbot platform (post) (7 points, 4 comments); and u/icannotchangethename showed a live map of roughly 11 million papers for research navigation (post) (82 points, 24 comments).

Discussion insight: The comments were supportive, but rarely naive. People kept asking for open sourcing, citations, real demos, exact model stacks, and proof that the workflow survives outside a cherry-picked video.

Comparison to prior day: June 30's builder threads were about critics, routing, and local experiments. July 1 looked more packaged: more repos, more live product pages, and more vertical tools built around concrete user jobs.


2. What Frustrates People

Frontier access and value are still unstable

The sharpest frustration was that frontier-model subscriptions still do not translate cleanly into predictable access or predictable value. In the Sonnet 5 launch thread, u/fotcorn (score 220) and u/Rocah (score 57) both argued that Anthropic's own benchmark card made Opus 4.8 look like the better buy despite Sonnet 5's launch framing (post) (616 points, 150 comments). In the follow-up pricing thread, u/Successful-Earth678 (score 62) said GPT-5.5 xhigh looked both cheaper and faster on a task-cost chart (post) (430 points, 68 comments).

That anxiety became more severe in the Fable 5 thread, where u/pxp121kr (score 325) said diverting coding to Opus 4.8 would undercut the whole product promise (post) (462 points, 177 comments). The later Commerce letter post showed that even raw availability had become a policy variable, not just a product one (post) (85 points, 12 comments). Severity: High. People are coping by falling back to other models and scrutinizing third-party charts, but a product that makes access, routing, and effective cost legible would meet a real need.

Closed-model benchmarking still feels opaque

The most thoughtful frustration was about not knowing what is actually being compared. u/-p-e-w- argued that closed APIs may be adding retrieval, preprocessing, tool calls, or hidden specialist models behind the scenes, so a benchmark against a local open-weight model may not be model-versus-model at all (post) (435 points, 126 comments). u/GoodSamaritan333 (score 166) said the real missing piece is an open, reusable pipeline that normal users can deploy locally.

The complaint is not that commercial systems are better; it is that people cannot inspect where the gains are coming from. That uncertainty also bleeds into pricing, because users do not know when they are paying for a base model, for orchestration, or for both. Severity: High. This looks worth building for because the request is specific: transparency, inspectability, and reusable scaffolding.

Local deployment still hides too much behind formats, memory math, and runtime choices

A large share of the practical frustration came from not knowing what would fit on available hardware until after a release lands. In the NVFP4 thread, u/JohnToFire (score 56) focused on the 22GB footprint for 32GB cards, while u/pulse77 (score 30) immediately asked for GGUF support (post) (398 points, 115 comments). In the openPangu thread, u/Qwen_os_has_died (score 53) said a serious open release should arrive with llama.cpp support ready (post) (311 points, 72 comments).

u/WecK0 built a whole dataset because people kept asking what a 16GB MacBook or 3060 could actually run (post) (46 points, 25 comments). Even there, commenters argued over missing RAM tiers and headroom assumptions. Severity: Medium. Users are coping with spreadsheets, rule-of-thumb heuristics, and forum replies, which is exactly why hardware-fit tooling still looks buildable.

People still do not fully trust AI claims or privacy promises without visible safeguards

The shipped builder tools got attention, but they also triggered trust checks. In the PopUpFactCheck thread, u/maguyva-ai (score 15) asked how a real-time fact-checker avoids hallucinating its own verdicts, and u/Sinaaaa (score 12) said they would not install a closed-source extension for that job (post) (520 points, 63 comments). The appetite for the use case was real; the demand for visible sourcing and trustworthy operation was just as real.

At the other end of the stack, Primnox only became legible because the author posted screenshot-by-screenshot evidence of local PII scrubbing before cloud use (post) (5 points, 5 comments). Severity: Medium. People will try privacy or verification tools, but they want citations, local guarantees, or inspectable behavior before they trust them.


3. What People Wish Existed

Portable, inspectable AI pipelines and memory bundles

The clearest practical ask was not "give me a bigger model" but "give me the whole stack in a form I can inspect and reuse." u/GoodSamaritan333 (score 166) explicitly asked for open, ready-to-use pipelines and standards in the hidden-pipeline thread (post) (435 points, 126 comments). On the same date, u/Akhil_vallala highlighted OKF as a file-based knowledge standard for agents (post) (125 points, 26 comments), and Google's own OKF repo defines it as a vendor-neutral markdown-plus-YAML format for knowledge bundles (OKF).

This is a practical need, not just a philosophical one: people want context, memory, and orchestration that survive model swaps and can live in git next to code. Existing stopgaps exist—homegrown prompt folders, agent config files, and tool aggregators—but Reddit's tone suggests those pieces still feel scattered. Opportunity: direct.

Better hardware-fit guidance and easier runtime packaging

The RAM-tier dataset thread is almost a literal user story for this category. u/WecK0 built ModelFit because people kept asking what they could run on 8GB, 16GB, 24GB, or 32GB systems (post) (46 points, 25 comments), and the public dataset explains its 0.6GB-per-billion-parameters heuristic and 70% memory-budget rule (ModelFit). The NVFP4 thread and openPangu thread show the same need from the release side: people immediately ask about GGUFs, llama.cpp, and real device fit rather than just reading parameter counts.

This need is urgent but competitive. Hugging Face, Ollama, vendor model cards, and community datasets all partially address it, yet the comment threads show that users still piece answers together from forum lore. Opportunity: competitive.

Verification tools that show sources and respect private data by default

PopUpFactCheck got traction because it puts verification inside the video player instead of forcing users to open separate tabs, and its Web Store page promises primary-source links on each bubble (Chrome Web Store). But the top objections were not about the use case; they were about whether the checker itself cites enough evidence and whether a browser extension deserves trust (post) (520 points, 63 comments).

Primnox points at the same need from the privacy side by scrubbing names, emails, addresses, and phone numbers locally before a cloud model sees them (post) (5 points, 5 comments). The underlying need is practical: users want AI features, but they want source visibility and privacy guarantees built in rather than bolted on. Opportunity: direct.

Better models and workflows for non-coding creative and research work

Several builder posts were trying to open niches that coding models do not cover well. u/XMasterDE released PageStorm Research Preview for book-scale creative writing (post) (135 points, 89 comments), and one of the first replies said people have many coding models but not enough good creative-writing models (u/BreakingGood) (score 10). u/icannotchangethename likewise built Global Research Space to help people keep up with 11 million papers by semantic map instead of manual search (post) (82 points, 24 comments).

The demand here is real, but it is less standardized than coding or chat. What users want ranges from full-book writing to paper navigation to long-form audio. Opportunity: emerging.


4. Tools and Methods in Use

Tool Category Sentiment Strengths Limitations
Claude Sonnet 5 Frontier LLM (+/-) Broad availability, lower entry price than Opus, strong tool-use positioning Reddit questioned task-level value and benchmark framing
Claude Opus 4.8 / Fable 5 Frontier LLM (+/-) Still treated as the stronger coding-capable tier Access, routing, and export-control confusion overshadowed capability
Qwen3.6-27B NVFP4 Local LLM (+/-) Smaller footprint for 32GB-class cards, vendor-packaged quantization GGUF missing; users unclear on NVFP4 expectations
openPangu-2.0-Flash Open-weight MoE (+/-) 512K context, strong benchmark card, Ascend-trained release Comparisons were questioned; local runtime support expected immediately
SWE-rebench Benchmark (+) Live software-engineering leaderboard for frontier and local models Coverage and prompt-template choices still debated
ModelFit dataset Compatibility dataset (+) RAM tiers, estimated load, exact ollama commands Uses heuristics rather than measured end-to-end benchmarks
audio.cpp Local runtime (+) Native C++/ggml stack, avoids Python setup pain, strong long-form audio speed CUDA-first today; support matrix still growing
Lullabeast Agent pipeline (+/-) Deterministic gates, local/cloud model A/B, explicit escalation path Larger projects still need human intervention
PopUpFactCheck Consumer extension (+/-) Real-time sourced verdicts inside YouTube playback Users questioned hallucination risk and trust in a closed extension
TurboOCR v3 OCR infrastructure (+) Fully local OCR/layout/table/formula parsing at high throughput Built around Linux + NVIDIA GPU stack
OKF Knowledge standard (+/-) Vendor-neutral markdown/YAML bundles, git-friendly context sharing Several commenters doubted whether it would see real adoption

Overall, Reddit's tool sentiment was less about raw model allegiance and more about whether a tool solved packaging problems. People were willing to praise strong artifacts when they came with live sites, repos, concrete benchmarks, or clear memory rules: that is why ModelFit, SWE-rebench, audio.cpp, TurboOCR, and Lullabeast all landed well on a relatively technical day (u/WecK0's dataset post, post) (46 points, 25 comments); (u/Fabulous_Pollution10's leaderboard update, post) (115 points, 41 comments); (u/Acceptable-Cycle4645's audio runtime release, post) (337 points, 107 comments); (u/Civil-Image5411's OCR server, post) (42 points, 9 comments); (u/BigBrainGoldfish's autonomous dev pipeline, post) (37 points, 33 comments).

The common workaround pattern was to wrap imperfect models with better scaffolding. Users compared Sonnet 5 against Opus 4.8 and GPT-5.5 on task economics, but they also compared open-weight systems on routing, quantization, RAM fit, and benchmark methodology rather than on base-model prestige alone (u/WhyLifeIs4, post) (616 points, 150 comments); (u/-p-e-w-, post) (435 points, 126 comments); (u/vanbukin, post) (398 points, 115 comments). The migration trend was from generic AI discussion toward instruments that help people choose, audit, or operationalize models.


5. What People Are Building

Project Who built it What it does Problem it solves Stack Stage Links
PopUpFactCheck u/userpostingcontent Adds real-time fact-check bubbles to captioned YouTube videos Checking spoken claims without opening separate tabs GPT-5.5, Claude Code, TheNewsAPI, government/public-health APIs, DDGS, Serper Shipped store, site, post
audio.cpp + VibeVoice support u/Acceptable-Cycle4645 Runs long-form local audio models in a native runtime Python-heavy setup and slower local audio inference C++/ggml, CUDA, VibeVoice 1.5B Shipped repo, post
Lullabeast u/BigBrainGoldfish Planner/executor/reviewer pipeline that builds real repos phase by phase Agent drift, undeclared deletions, and false "done" claims OpenClaw, Qwen3.6-27B, GLM-5.2, Kimi-k2.7-code, deterministic Python gates Beta site, repo, post
TurboOCR v3 u/Civil-Image5411 Fully local OCR/layout/table/formula parsing server Fast private document parsing without cloud OCR C++20, CUDA, TensorRT FP16, PP-OCRv6, gRPC/HTTP Shipped repo, post
PageStorm Research Preview u/XMasterDE Book-scale creative-writing model family Lack of long-form creative-writing models Mistral3 14B base, LongPage dataset, TPU Research Cloud, Hugging Face Alpha paper, models, post
Primnox u/Fine_Credit_3088 Desktop AI that scrubs PII locally before cloud calls Privacy leakage when using cloud assistants on personal data Local DeBERTa NER, desktop UI, knowledge graph, research mode Alpha site, post
Plurality u/azukaar Self-hosted agent/chatbot platform with background agents and nested sub-conversations Fragmented local AI tooling and poor visibility into long-running agents Flutter, Go, SQLite, LiteLLM, MCP Beta repo, post
Global Research Space u/icannotchangethename Interactive semantic map of roughly 11 million papers Literature discovery and macro trend tracking OpenAlex, arXiv, SPECTER2, UMAP, daily ingestion Shipped site, post

PopUpFactCheck was the clearest consumer-facing launch of the day. The product already lives in the Chrome Web Store, but the comments show that distribution alone is not enough: users want source links, clear hallucination controls, and ideally stronger inspectability before they will trust a live political-fact-check layer (post) (520 points, 63 comments).

Lullabeast was the most explicit example of builders wrapping smaller or cheaper models in process control rather than waiting for a perfect base model. Its README centers deterministic gate scripts and escalation, and its live comparison page says the same app shipped twice, once locally and once on cloud open-weight models, with the cloud build finishing faster for $6.90 while the local build cost only power (post) (37 points, 33 comments); (living proof).

The most repeated build pattern was local-first infrastructure around a specific job: audio.cpp for native audio inference, TurboOCR for document parsing, Primnox for privacy-preserving assistant use, and Plurality for self-hosted background agents. These are not generalized "AI app builders"; they are attempts to make one workflow reliable enough to use.

Primnox desktop dashboard screenshot showing a privacy-first local AI interface with navigation, notes, and assistant panels

PageStorm and Global Research Space show the same builder instinct in less crowded niches. PageStorm targets long-form creative writing rather than coding, and Global Research Space tries to make millions of papers navigable by semantic map rather than by keyword list.

PageStorm Research Preview announcement art used in the creative-writing model launch thread

Repeatedly, the triggering pain point was not "AI is impossible" but "the current tools are too generic, too opaque, or too annoying to operationalize." That is why so many July 1 builds were wrappers, runtimes, visualizers, and guardrails.


6. New and Notable

OKF turned "agent memory" into a concrete file format

A lot of AI-agent talk is still vague, which is why the OKF thread stood out. u/Akhil_vallala described Google's Open Knowledge Format as a .okf/ directory of markdown files with YAML frontmatter that different agents can share (post) (125 points, 26 comments). The official Google Cloud repo confirms that framing, defining OKF as a vendor-neutral knowledge format meant to be human-readable, git-friendly, and portable across tools (OKF).

What made it notable was not unanimous approval. u/CaptainTheta (score 22) compared it to Google's earlier A2A push and doubted adoption, while u/alchebyte (score 8) said they had already adopted it in multiple repos. The disagreement itself is useful: Reddit is now evaluating shared context formats as real infrastructure, not just as theory.

arXiv's nonprofit spinout mattered beyond model releases

July 1 also carried infrastructure news that sits underneath the whole AI research cycle. u/Nunki08 posted that arXiv was spinning out from Cornell into an independent nonprofit organization (post) (86 points, 5 comments). arXiv's own blog confirms the change took effect on July 1, 2026 while keeping the service free to read and submit to (arXiv blog).

This was not the loudest thread of the day, but it was a high-substance one. The research community's default distribution layer changing legal structure is more durable news than one more benchmark card.

The meta-layer around model selection got thicker

Another notable signal was how much effort went into helping people choose, compare, and navigate models rather than merely announce them. u/WecK0's ModelFit dataset mapped local models to RAM tiers and quantizations (post) (46 points, 25 comments). u/Fabulous_Pollution10 updated SWE-rebench with more local-model entries and a revised UI (post) (115 points, 41 comments). u/icannotchangethename built Global Research Space to map about 11 million papers by semantic similarity and time slices (post) (82 points, 24 comments).

Taken together, those are not just side projects. They are signs that the surrounding infrastructure for choosing models, tracking benchmarks, and navigating research is becoming a product category of its own.


7. Where the Opportunities Are

[+++] Inspectable pipeline and context infrastructure — Multiple threads pointed to the same gap: people want the full system, not just the base model. The hidden-pipeline post asked for open, deployable scaffolding (post) (435 points, 126 comments), OKF gave that demand a portable file format (post) (125 points, 26 comments), and Lullabeast/Plurality showed builders already trying to productize orchestration and visibility. This is strong because the pain appears in benchmarking, deployment, and day-to-day workflow threads at once.

[++] Hardware-fit and native-runtime tooling for local AI — NVFP4, openPangu, audio.cpp, ModelFit, and SWE-rebench all revolve around the same decision layer: what fits, what runs, and what performs well enough on hardware people already own (u/vanbukin's post, post) (398 points, 115 comments); (u/WecK0's post, post) (46 points, 25 comments); (u/Acceptable-Cycle4645's post, post) (337 points, 107 comments). This is moderate because the market is crowded, but the questions are still frequent and concrete.

[++] Source-first verification and privacy layers — PopUpFactCheck and Primnox show two adjacent demands: trustworthy verification in the interface where claims appear, and private-data handling before cloud inference begins (post) (520 points, 63 comments); (post) (5 points, 5 comments). This is moderate because the use cases resonate immediately, but trust requirements are high and distribution is harder.

[+] Non-coding vertical AI products — PageStorm, TurboOCR, Global Research Space, and audio.cpp all target specific workflows that coding copilots do not cover well: book writing, document OCR, literature navigation, and long-form local audio (u/XMasterDE's post, post) (135 points, 89 comments); (u/Civil-Image5411's post, post) (42 points, 9 comments). This is emerging because each niche is smaller, but the builders are already showing real artifacts instead of just requests.


8. Takeaways

  1. Frontier-model discourse has shifted from raw capability hype to access, routing, and pricing scrutiny. Sonnet 5's launch thread, the Artificial Analysis backlash, and the Fable 5 coding-fallback thread all turned on what users actually get and what it effectively costs, not just on benchmark headlines. (Sonnet 5 post) (616 points, 150 comments)
  2. Open-weight momentum is strongest when it arrives with deployment details. The highest-signal open-model conversations focused on cheaper inference, quantization formats, hardware fit, and live benchmark entries rather than on ideology alone. (90% less thread) (469 points, 93 comments)
  3. The most credible builders were adding guardrails, runtimes, or vertical workflow focus around imperfect models. Lullabeast, TurboOCR, audio.cpp, and Primnox all solve operational problems around reliability, speed, privacy, or task fit instead of claiming a universally better base model. (Lullabeast post) (37 points, 33 comments)
  4. Support tooling is becoming part of the AI stack. ModelFit, SWE-rebench, and OKF show that memory bundles, hardware-fit datasets, and benchmark infrastructure are now first-class artifacts people discuss alongside models themselves. (OKF post) (125 points, 26 comments)
  5. Trust still decides whether user-facing AI tools feel usable. PopUpFactCheck drew clear interest, but its strongest responses were about hallucination control, sourcing, and extension trust; Primnox only became legible because the author showed concrete local-scrubbing screenshots. (PopUpFactCheck post) (520 points, 63 comments)