2026-07-29 13:20 GMT+8 Β· summary_2026-07-29_13-20.md
π€ AI News Summary - 2026-07-29 13:20 GMT+8
Focused AI/dev subreddit roundup.
Full site: https://ai-news-summary.pages.dev/
What changed since last run
- How are you handling true OBO authentication across Open WebUI, LangGraph and MCP? β r/OpenWebUI
- I built a local web-research MCP that filters pages before Open WebUI sends them to the model β r/OpenWebUI
- Running Open WebUI in production: what do you wish you knew before starting? β r/OpenWebUI
- Open WebUI is awesome - but how do I get ChatGPT/Claude-style long-running agentic tasks? β r/OpenWebUI
- evaluation is so much harder than actually building the model wrapper β r/llmdevs
- Unsloth has begun dropping Kimi K3 GGUFs. The MXFP4 (it’s 1.5 TB) and mmproj are already there. β r/LocalLLaMA
- Opus 5 is epistemically arrogant β r/ClaudeCode
- Super Productivity v18.16.0 released: what changed since last r/selfhosted update β r/selfhosted
- What are your coolest or most utilized selfhosted services? β r/selfhosted
- 80% of our traffic are AI crawlers. Two referrals to show for it. β r/openai
- Claude tried to prompt inject me β r/ClaudeAI
- Codex Security could be a game changer for vibe coders like me β r/Codex
r/openai
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | 80% of our traffic are AI crawlers. Two referrals to show for it. | [Image: 80% of our traffic are AI crawlers. Two referrals to show for it.] I looked at our traffic metrics (we are a small startup) and just had to share it. | 2026-07-29 06:56 GMT+8 | /u/alulord | Community reaction (frontier/gpt-5.4-mini): Commenters mostly agree that crawler-heavy traffic is real, but they push back on the implied 80%/2-referral ratio by separating training crawls like Meta-ExternalAgent from live-fetch agents such as ChatGPT-User, OAI-SearchBot, and Perplexity-User that can actually generate referrals. The practical operator advice is to segment bot traffic rather than treat it as one blob: on Cloudflare, keep verified search crawlers like Googlebot and Bingbot, challenge or block other AI scrapers with the AI Scrapers & Crawlers managed rule, and optionally serve cached stripped pages so origin does not pay full compute for no-click requests; one commenter also argues that 8m weekly page loads should not be stressing infrastructure if the architecture is sound. Overall sentiment β post: skeptical; author: neutral. Reply threads: 2026-07-29 07:04 GMT+8: post=skeptical, author=neutral β They argue the post is dividing two unrelated numbers, because training crawls cannot produce referrals by… | 2026-07-29 09:06 GMT+8: post=mixed, author=neutral β They recommend using Cloudflare to keep verified crawlers like Googlebot and Bingbot for SEO while blocking… | 2026-07-29 12:25 GMT+8: post=skeptical, author=neutral β They dismiss the complaint by saying that if 8 million page loads a week affect infrastructure, the… | |
| 2 | Return of the bicameral mind. | [Image: Return of the bicameral mind.] Bro discovered thinking. | 2026-07-28 18:48 GMT+8 | /u/electricpant | Community reaction (frontier/gpt-5.4-mini): Commenters mostly treat the post as a joke and riff on the βAI in your headβ premise, with several adding their own one-liners about inner dialogue, content filters, and even saving token spend by offloading prompts to humans. The only substantive caveat is that not having an inner monologue is not the same as not thinking, and one commenter explicitly frames the thread as potentially trollish because Anthropic subreddits often impersonate Claude, so the practical takeaway is mostly about how people describe cognition rather than any real serving or agent implementation detail. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-07-29 00:39 GMT+8: post=neutral, author=neutral β They add a serious caveat that lacking an inner monologue is not the same as not thinking, because people can… | 2026-07-29 08:16 GMT+8: post=mixed, author=neutral β They joke that companies will save on token spend by offloading prompts to humans, turning the post into a… | 2026-07-28 20:39 GMT+8: post=neutral, author=neutral β They make a content-policy joke, saying their head AI refuses to help generate topless women, which mainly… |
r/LocalLLaMA
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Unsloth has begun dropping Kimi K3 GGUFs. The MXFP4 (it’s 1.5 TB) and mmproj are already there. | [Image: Unsloth has begun dropping Kimi K3 GGUFs. | 2026-07-29 05:43 GMT+8 | /u/TheWolfOfWalmart | Community reaction (frontier/gpt-5.4-mini): The main technical consensus is that Kimi K3 weights becoming available could make it a useful teacher for distills and smaller trained models, and one commenter specifically argues that open-weight teacher data can preserve richer output distributions than scraping only final-token traces from closed models like Opus or Fable. The main caveat is uncertainty about whether distills actually beat the original model at the same parameter size, while the rest of the thread is mostly playful joking about absurd quantization and impossible hardware rather than disagreement over the release itself. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-07-29 05:56 GMT+8: post=positive, author=neutral β They think once the weights are available and quants arrive, people may build distills or smaller trained… | 2026-07-29 09:14 GMT+8: post=positive, author=neutral β They argue that distilling from an open-weight teacher can capture deeper nuance than scraping Opus or Fable… | 2026-07-29 11:01 GMT+8: post=neutral, author=neutral β They ask whether distills are actually any good and whether they can beat the original models at the same… |
r/llmdevs
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | evaluation is so much harder than actually building the model wrapper | spent the last few weeks building a RAG pipeline for a client. the retrieval part works fine, the llm integration works fine, the whole thing comes together nicely but now i’m stuck on evaluation. | 2026-07-29 12:59 GMT+8 | /u/nighthawk2906 | Community reaction (frontier/gpt-5.4-mini): The only commenter strongly agrees that evaluation is the hard part, calling it an βeval rabbit holeβ and suggesting that even a small, targeted benchmark of 20 questions tied to specific document chunks is more useful than staring at generated text. Their practical operator takeaway is to instrument retrieval by logging chunk IDs and scripting miss detection so humans only inspect edge cases, because manually reviewing 50 outputs a day is viewed as a fast path to burnout. Overall sentiment β post: positive; author: positive. Reply threads: 2026-07-29 13:23 GMT+8: post=positive, author=positive β They validate the posterβs frustration with evaluation, recommend a small 20-question chunk-targeted test… |
r/OpenWebUI
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | How are you handling true OBO authentication across Open WebUI, LangGraph and MCP? | We need to preserve the end userβs identity from Open WebUI through LangGraph to MCP servers accessing systems such as Jira or Confluence. How are you implementing this in production? | 2026-07-29 02:11 GMT+8 | /u/Current_Impact_6892 | Community reaction (frontier/gpt-5.4-mini): Commenters largely treated the question as a real production problem and proposed two concrete patterns: use an external broker such as Nango, or build a gateway that accepts the Open WebUI SSO bearer for identity, stores encrypted per-user provider tokens from Entra/Atlassian/M365 OAuth, then mints short-lived access tokens for Graph/Atlassian calls. One lower-signal reply suggested using OWUI-generated keys with Langfuse metadata for logging, but the practical takeaway was consistent: preserving end-user OBO across OWUI β LangGraph β MCP is being handled as token-brokering plus SSO identity propagation, not as a pure prompt/runtime concern. Overall sentiment β post: positive; author: positive. Reply threads: 2026-07-29 02:17 GMT+8: post=positive, author=neutral β They asked whether the project is public and whether the author is handling token brokering, then suggested… | 2026-07-29 02:30 GMT+8: post=positive, author=positive β They explained a production setup using Entra SSO in Open WebUI, encrypted per-user provider tokens, and a… | 2026-07-29 02:33 GMT+8: post=positive, author=positive β They said they had a similar idea, would use Nango as an additional service, and asked whether there is a… | |
| 2 | I built a local web-research MCP that filters pages before Open WebUI sends them to the model | [Image: I built a local web-research MCP that filters pages before Open WebUI sends them to the model] Iβve been experimenting with web search in Open WebUI using smaller local models like Qwen3.5 4B and 9B. The main problem was/is was context churn.. | 2026-07-29 03:00 GMT+8 | /u/Scared-Tip7914 | ||
| 3 | Running Open WebUI in production: what do you wish you knew before starting? | Weβre running Open WebUI as an internal multi-user platform, not as a homelab. For those using it in a company or enterprise environment: What were your biggest setup, architecture, security, or operational mistakes? | 2026-07-29 02:00 GMT+8 | /u/Current_Impact_6892 | Community reaction (frontier/gpt-5.4-mini): The dominant reaction is meta-skepticism rather than production advice: one commenter says the questions read like “content/engagement fuckery” and are too hypothetical for an org already running a hands-on webapp at scale, so the thread does not produce concrete operator learnings about Open WebUI. A second commenter argues the questions follow a natural stack progression from licensing/models/authentication to LiteLLM and MCP, while a third says they used Open WebUI only as a dumb frontend before and now want to explore its newer features, so the practical takeaway is that readers are mostly trying to gauge whether the poster is doing real rollout research versus bait, not debating specific deployment gotchas. Overall sentiment β post: skeptical; author: skeptical. Reply threads: 2026-07-29 03:43 GMT+8: post=critical, author=critical β They accuse the post and the prior one of possibly being engagement bait and say the questions feel too… | 2026-07-29 06:57 GMT+8: post=mixed, author=mixed β They say the questions look like a natural progression from licensing, models, authentication, LiteLLM, and… | 2026-07-29 03:45 GMT+8: post=positive, author=positive β They say they previously used Open WebUI only as a dumb frontend and built everything in the backend, and now… | |
| 4 | Open WebUI 0.11.0 is here: our BIGGEST RELEASE EVER. A full UI redesign, the largest performance pass we’ve ever done, and a genuinely huge pile of features & fixes. | [Image: Open WebUI 0.11.0 is here: our BIGGEST RELEASE EVER. A full UI redesign, the largest performance pass we’ve ever done, and a genuinely huge pile of features & fixes.] This is the largest release we have ever shipped, and it’s not close. | 2026-07-27 17:59 GMT+8 | /u/ClassicMain | Community reaction (frontier/gpt-5.4-mini): Most commenters praised 0.11.0 as an unusually large and fast-moving release, with repeated claims that Open WebUI is stable, free, and βunreal,β including one user saying a home install had βnever failed or crashed after one or two years of upgrades.β The only real disagreement was a licensing thread: several commenters argued the project has been source-available rather than OSI open source since v0.6.5, while another countered that forking is still legally possible, so operators should verify current license and redistribution rights before treating it like a standard open-source stack. Overall sentiment β post: positive; author: positive. Reply threads: 2026-07-27 18:27 GMT+8: post=positive, author=positive β Praised the release as exceptionally productive and complex, said the app has been stable for years at home,… | 2026-07-27 19:15 GMT+8: post=concerned, author=neutral β Argued that Open WebUI has not really been open since v0.6.5 because of the license changes. | 2026-07-28 06:13 GMT+8: post=neutral, author=neutral β Countered that the license still allows forking because nothing prevents it. | |
| 5 | Open WebUI is awesome - but how do I get ChatGPT/Claude-style long-running agentic tasks? | We use Open WebUI internally as a ChatGPT replacement and love it (~1500 users). What weβre missing is the βdeep taskβ experience: ChatGPT or Claude may spend several minutes reasoning, running code and tools, performing multiple steps, and iterating before answering. | 2026-07-29 01:53 GMT+8 | /u/Current_Impact_6892 | Community reaction (frontier/gpt-5.4-mini): Commenters largely agree that Open WebUI can already do long-running, agentic work via native tool calling and background sub model tasks, with one user noting chaining multiple tool calls and knowledge lookups is easy and that configurable iteration limits exist via an env var. The main caveats are that behavior is model- and tool-specific, you need a good enough model, and some operators still want more coworker-style workflows such as folder access, file creation/deletion, docx/xlsx generation, and self-validation; one user also warns that moving from v0.9 to v0.10 can be expensive because of breaking changes. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-07-29 02:08 GMT+8: post=positive, author=neutral β They point out that the most recent update added background sub model tasks as a way to get long-running… | 2026-07-29 02:19 GMT+8: post=positive, author=neutral β They say this has been possible since 0.7.0, became the default in 0.10.0, supports native tool calling and… | 2026-07-29 02:13 GMT+8: post=concerned, author=neutral β They want coworker-style agent workflows with folder access, file create/delete, docx/xlsx generation, and… |
r/selfhosted
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Super Productivity v18.16.0 released: what changed since last r/selfhosted update | [Image: Super Productivity v18.16.0 released: what changed since last r/selfhosted update] I maintain Super Productivity, an MIT-licensed task manager and time tracker that works offline and can be self-hosted with Docker. Super Productivity v18.16.0 is out. | 2026-07-28 23:16 GMT+8 | /u/johannesjo | Community reaction (frontier/gpt-5.4-mini): Commenters say Super Productivity looks more fleshed out than typical self-hosted to-do apps, and a few are interested enough to call it a weekend project, but the dominant objection is that the Docker/self-hosted setup appears to keep data primarily in IndexedDB rather than on the server. Several users say that makes multi-user access, switching devices, data safety, and migration harder, and one asks for server-side storage via a bind mount plus a database instead of a forced sync model. There is also a concrete monetization question around Supersync: a banner says it will cost money in the future, and one commenter wants to know whether the self-hosted sync server will be monetized with a one-time fee or subscription. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-07-28 23:52 GMT+8: post=mixed, author=positive β They praise the app as more fleshed out than other self-hosted to-do apps, but say Docker lacking server-side… | 2026-07-29 04:56 GMT+8: post=critical, author=neutral β They argue that storing data primarily in IndexedDB is a bad design choice because it complicates switching… | 2026-07-29 08:37 GMT+8: post=concerned, author=neutral β They ask whether Supersync’s banner about future cost means the self-hosted sync server will be monetized and… | |
| 2 | What are your coolest or most utilized selfhosted services? | Some selfhosted IRC channel because why not? …what are some other small projects or things I could explore to both learn more about what the server is capable of for me, and have some cool utility/replacement for existing online stuff? | 2026-07-29 10:54 GMT+8 | /u/FantasticFrontButt | Community reaction (frontier/gpt-5.4-mini): The concrete consensus is on self-hosted DNS filtering and password managers: Technitium gets a nod for simple clustering, AdGuard is described as prettier/easier to configure, and Pi-hole as lighter, while one commenter thinks Blocky is oddly absent from the usual recommendations. The main disagreement is Bitwarden: one user says the browser extension fails when passwords contain special characters, another says that same setup works fine, and a third reports self-hosted Bitwarden inline autofill only works about 20% of the time across Vivaldi, Edge, and Chrome despite clean reinstalls, so operators should expect extension/browser-specific troubleshooting rather than a universally reliable experience. Overall sentiment β post: neutral; author: neutral. Reply threads: 2026-07-29 11:29 GMT+8: post=positive, author=neutral β They recommend Technitium specifically because its clustering is simple. | 2026-07-29 11:30 GMT+8: post=positive, author=neutral β They say AdGuard looks better and is easier to configure, while Pi-hole is lighter, and they personally are… | 2026-07-29 11:27 GMT+8: post=critical, author=neutral β They say self-hosted Bitwarden’s browser extensions are buggy compared with KeePassXC, and that passwords… |
r/ClaudeAI
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Claude tried to prompt inject me | [Image: Claude tried to prompt inject me] I was having a normal conversation about some dietary stuff and how I’ve taken a liking to skyr and Claude tried to do a human prompt injection on me lmao. My custom instructions are pretty boring and probably didn’t cause this. | 2026-07-29 10:33 GMT+8 | /u/Rxorcistt | Community reaction (frontier/gpt-5.4-mini): Commenters mostly agreed the screenshot is more likely Claude echoing prompt-injection language from training examples than showing anything novel, with multiple replies saying they have seen similar outputs and that the model may be regurgitating user-side injection templates. There was little real pushback, but the thread was heavy on jokes about skyr and hidden human “system prompts,” so the main operator takeaway from the comments is that this is being read as anecdotal parroting rather than something the thread substantiated with additional evidence. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-07-29 11:03 GMT+8: post=positive, author=neutral β They said they have seen similar posts and theorized that Claude is likely echoing prompt-injection examples… | 2026-07-29 11:53 GMT+8: post=positive, author=neutral β They agreed with the training-data explanation and said the model is basically regurgitating the user side of… | 2026-07-29 13:05 GMT+8: post=positive, author=positive β They jokingly compared figuring out a patientβs system prompt to psychiatry and framed Claude as doing part… | |
| 2 | When I have to compact a 2 day long 900k context session with Claude | [Image: When I have to compact a 2 day long 900k context session with Claude] Me: It’s been great working with you. We really accomplished a lot of work in these last 2 days. | 2026-07-29 05:25 GMT+8 | /u/VertipaqStar | Community reaction (frontier/gpt-5.4-mini): The dominant reaction is that a 900k, 2-day Claude session is an inefficient way to work: commenters repeatedly say to use fresh chats, /btw side chats with Sonnet, or task-specific sessions because very large contexts supposedly degrade quality and burn usage limits. A smaller but real counterpoint is that some operators intentionally keep caches warm and do allow 300k-1M contexts for complex, highly relational work, but even those commenters say they avoid using the main session for code execution or investigation and instead hand off execution to another tool/session. Practical takeaways were to watch for quality dropoffs above roughly 200k-500k tokens, consider warm-cache costs versus cold resumes, and separate planning from execution. Overall sentiment β post: critical; author: critical. Reply threads: 2026-07-29 06:55 GMT+8: post=critical, author=critical β They say the post exemplifies why people have usage issues and argue the workflow is fundamentally incorrect. | 2026-07-29 07:17 GMT+8: post=critical, author=critical β They recommend using /btw side chats with Sonnet or a fresh chat for simple tasks, while noting that their… | 2026-07-29 12:28 GMT+8: post=critical, author=neutral β They argue that quality degrades noticeably above about 200k and 500k context on complex tasks, with answers… |
r/ClaudeCode
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Opus 5 is epistemically arrogant | It loves to rely on memory, make unfounded assumptions, make logical leaps, be generally uncareful, and over-trust flawed documentation rather than tracing the code logic itself. It also does extra stuff you never asked for while simply assuming (often incorrectly) that you wanted it. | 2026-07-29 06:23 GMT+8 | /u/averagebear_003 | Community reaction (frontier/gpt-5.4-mini): Commenters mostly backed the critique that Opus overreaches, assumes scope, and can act on undocumented or unrelated work; one admitted they would implement a completely unrelated feature after reading a question as a green light, and another joked about needing explicit consent before rolling anything to prod. The main caveat was that this behavior is not unique to Opus 5: users said they saw the same failures in Opus 4.8, that it seems to get worse with each version, and that enterprise gating can make model choice tricky because tools or prompts may be blocked by policy terms like “probe” or “species”. Practical takeaway for operators is to constrain scope and approvals tightly, not trust the model blindly, and plan around governance or data-sharing restrictions when piloting or upgrading. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-07-29 06:28 GMT+8: post=positive, author=positive β They agreed with the critique and said they had treated the question as permission to implement an unrelated… | 2026-07-29 07:06 GMT+8: post=mixed, author=neutral β They said they saw the same problems with Opus 4.8 and do not consider the behavior a new phenomenon. | 2026-07-29 08:10 GMT+8: post=positive, author=neutral β They said the behavior seems to get worse with every version if you keep updating. | |
| 2 | Is it just me or is Claude’s writing getting harder to understand? | I don’t know if it is meant to save on token usage or something, but I feel like I can’t understand how Claude is writing sometimes. It’s not about technical jargon, invoking industry terminology I may not be familiar with, but instead in basic sentence structure, organizing thoughts, etc. | 2026-07-29 09:57 GMT+8 | /u/blickblocks | Community reaction (frontier/gpt-5.4-mini): Commenters overwhelmingly agree that Opus 5 has become harder to read than Fable 5 or earlier Opus versions, describing it as verbose, low-signal, and “stress inducing,” with jokes like “Opus 4.8 on a meth binge” reflecting the frustration. The main operator workaround is to use Fable as the front-end: have it create Opus agents, review/verify Opus output, or explicitly ask Claude to summarize in plain human language and “dumb it down.” One caveat is that the awkward prose may be a side effect of newer multi-agent and cross-agent communication patterns rather than simple degradation, and several commenters say they mostly care whether the final artifact matches the request rather than the reasoning trail. Overall sentiment β post: positive; author: positive. Reply threads: 2026-07-29 10:00 GMT+8: post=positive, author=positive β They agree that Opus 5 is much harder to follow than Fable 5, saying Opus floods output with too much text… | 2026-07-29 10:52 GMT+8: post=positive, author=positive β They strongly validate the complaint, calling Opus 5 “Opus 4.8 on a meth binge” and implying the readability… | 2026-07-29 10:53 GMT+8: post=positive, author=positive β They say they have given up piloting Opus directly and instead use Fable to request Opus agents, then have… |
r/Codex
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Codex Security could be a game changer for vibe coders like me | [Image: Codex Security could be a game changer for vibe coders like me] Iβm not a developer. I canβt properly read code, and most of what Iβve built has been done with AI. | 2026-07-29 07:13 GMT+8 | /u/YusukeLandingBoost | Community reaction (frontier/gpt-5.4-mini): Commenters mostly agree Codex Security is genuinely useful for real-world bug finding: one user says every high/medium severity issue it flagged was real, with low-severity results sometimes being false positives, and another says that would make it more useful than expected. The main caveats are practical rather than conceptual: it burns quota quickly and, as one commenter notes, it only works on GitHub, which leaves GitLab users out unless they modify the open-source project themselves; another thread frames the release as a responsible move and a needed defense capability for the ecosystem. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-07-29 07:44 GMT+8: post=positive, author=neutral β They say Codex Security has found only real high- and medium-severity bugs for them since March, while some… | 2026-07-29 07:25 GMT+8: post=positive, author=positive β They argue releasing Codex Security is a responsible move and that OpenAI should prioritize defending against… | 2026-07-29 08:46 GMT+8: post=concerned, author=neutral β They object that the tool only works on GitHub, which makes it unusable for their personal GitLab-hosted code. | |
| 2 | GPT Pro 5x stopped feeling like a 5x plan after the five-hour limit was removed | Full disclosure: English isnβt my first language, so I used GPT to help polish this comment. I switched from GPT Pro 5x to Claude Max 5x + GPT Plus, and my main issue with GPT is no longer model qualityβitβs the usage limit. | 2026-07-29 10:28 GMT+8 | /u/HistoricalGeneral951 | Community reaction (frontier/gpt-5.4-mini): Commenters mostly agree that removing the five-hour cap did not make Pro 5x feel materially better because the weekly allocation still burns fast; several say they now consume a weekβs usage in a day, suspect OpenAI reduced underlying usage at the same time, and point to alternatives like Claude Max 5x, Codex, and Cursor as better value for day-to-day work. A smaller set says the issue may have been addressed or is improved for them, with one report of GPT Sol medium reasoning running about 12 hours and using only 5% versus 25-30% the prior week, so the practical operator takeaway is to expect sharp resets and limited real headroom below x20 Pro. Overall sentiment β post: concerned; author: positive. Reply threads: 2026-07-29 10:37 GMT+8: post=positive, author=positive β They agree that 5x now burns through a weekβs usage in a day and say they are unsure what they will do after… | 2026-07-29 11:24 GMT+8: post=critical, author=neutral β They argue OpenAI quietly reduced usage beyond removing the 5-hour limit and note that the company never… | 2026-07-29 11:19 GMT+8: post=neutral, author=neutral β They say they downgraded from Max to Plus and bought Cursor, which they describe as a $20 plan running Grok… |
Generated 2026-07-29 13:20 GMT+8 | Next update in 2 hours