{"id":503,"date":"2026-04-18T23:15:19","date_gmt":"2026-04-18T15:15:19","guid":{"rendered":"https:\/\/blog.liu-qi.cn\/index.php\/brief\/"},"modified":"2026-05-16T12:51:38","modified_gmt":"2026-05-16T04:51:38","slug":"brief","status":"publish","type":"page","link":"https:\/\/en.blog.liu-qi.cn\/index.php\/brief\/","title":{"rendered":"Briefs"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+SC:wght@400;500;700;800&display=swap');\n.lq-shell {\n  --page-bg: #f5f2ea;\n  --paper: #fbfaf6;\n  --surface: rgba(255, 255, 255, 0.78);\n  --surface-strong: rgba(255, 255, 255, 0.9);\n  --line: rgba(23, 26, 31, 0.08);\n  --text: #171a1f;\n  --muted: rgba(23, 26, 31, 0.62);\n  --muted-2: rgba(23, 26, 31, 0.42);\n  --primary: #22324a;\n  --accent: #b88453;\n  --ambient: rgba(238, 225, 205, 0.55);\n  --atmo-sky: rgba(217, 228, 242, 0.78);\n  --atmo-peach: rgba(246, 196, 139, 0.56);\n  --atmo-blush: rgba(233, 221, 228, 0.48);\n  --atmo-mint: rgba(16, 163, 127, 0.16);\n  --shadow: 0 18px 48px rgba(28, 31, 36, 0.08);\n  --shadow-hover: 0 22px 58px rgba(28, 31, 36, 0.11);\n  color: var(--text);\n  width: min(calc(100vw - 32px), 1200px);\n  max-width: 100%;\n  margin: 0 auto;\n  padding: 18px 0 64px;\n  position: relative;\n  font-family: \"Noto Sans SC\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\", sans-serif;\n}\nbody.page-template-page-lq-shell {\n  background:\n    radial-gradient(circle at 8% 0%, rgba(217, 228, 242, 0.2), transparent 32vw),\n    radial-gradient(circle at 92% 4%, rgba(246, 196, 139, 0.18), transparent 30vw),\n    linear-gradient(180deg, #fbfaf6 0%, var(--page-bg) 52%, #f8f6ef 100%);\n}\nbody.page-template-page-lq-shell .wp-site-blocks,\nbody.page-template-page-lq-shell main.wp-block-group,\nbody.page-template-page-lq-shell .entry-content.wp-block-post-content {\n  margin-top: 0 !important;\n  padding-top: 0 !important;\n  padding-bottom: 0 !important;\n}\nbody.page-template-page-lq-shell .entry-content.wp-block-post-content {\n  padding-left: 0 !important;\n  padding-right: 0 !important;\n}\n.lq-shell * { box-sizing: border-box; min-width: 0; }\n.lq-shell a { color: inherit; text-decoration: none; }\n.lq-surface {\n  border-radius: 52px;\n  background:\n    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 250, 246, 0.76));\n  border: 1px solid rgba(23, 26, 31, 0.06);\n  box-shadow: var(--shadow);\n}\n.lq-topbar {\n  position: relative;\n  top: 0;\n  z-index: 30;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  padding: 14px 18px;\n  margin: 0 auto 18px;\n  width: min(100%, 1200px);\n  border-radius: 999px;\n  backdrop-filter: blur(18px) saturate(124%);\n  -webkit-backdrop-filter: blur(18px) saturate(124%);\n  background:\n    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(251, 250, 246, 0.7));\n  border: 1px solid rgba(23, 26, 31, 0.06);\n  box-shadow: 0 14px 34px rgba(28, 31, 36, 0.06);\n}\n.lq-brand {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  flex: 0 0 auto;\n}\n.lq-brand-mark {\n  width: 32px;\n  height: 32px;\n  border-radius: 11px;\n  background:\n    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.9), transparent 42%),\n    linear-gradient(160deg, #20252c, #4d5560);\n  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);\n  position: relative;\n}\n.lq-brand-mark::after {\n  content: \"\";\n  position: absolute;\n  inset: 7px;\n  border: 1.6px solid rgba(255,255,255,0.74);\n  border-radius: 8px;\n}\n.lq-brand-copy strong { display: block; font-size: 15px; line-height: 1.2; }\n.lq-nav {\n  display: flex;\n  align-items: center;\n  gap: 28px;\n  flex-wrap: wrap;\n  justify-content: center;\n  margin: 0 auto;\n}\n.lq-nav-link {\n  position: relative;\n  display: inline-flex;\n  align-items: center;\n  min-height: 44px;\n  color: var(--muted);\n  font-size: 15px;\n  font-weight: 700;\n  transition: color 180ms ease;\n}\n.lq-nav-link::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 2px;\n  height: 2px;\n  border-radius: 999px;\n  background: transparent;\n  transition: background-color 180ms ease;\n}\n.lq-nav-link:hover,\n.lq-nav-link.is-active { color: var(--text); }\n.lq-nav-link:hover::after,\n.lq-nav-link.is-active::after { background: rgba(24, 27, 31, 0.9); }\n.lq-nav-item {\n  position: relative;\n  display: inline-flex;\n  align-items: center;\n}\n.lq-nav-toggle {\n  appearance: none;\n  -webkit-appearance: none;\n  border: 0;\n  padding: 0;\n  background: transparent;\n  cursor: pointer;\n}\n.lq-nav-item--submenu:hover .lq-nav-toggle,\n.lq-nav-item--submenu:focus-within .lq-nav-toggle {\n  color: var(--text);\n}\n.lq-nav-item--submenu {\n  padding-bottom: 14px;\n  margin-bottom: -14px;\n}\n.lq-nav-item--submenu:hover .lq-nav-toggle::after,\n.lq-nav-item--submenu:focus-within .lq-nav-toggle::after {\n  background: rgba(24, 27, 31, 0.9);\n}\n.lq-nav-submenu {\n  position: absolute;\n  top: calc(100% + 2px);\n  left: 50%;\n  min-width: 144px;\n  padding: 8px;\n  border-radius: 18px;\n  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.94));\n  border: 1px solid rgba(23, 26, 31, 0.08);\n  box-shadow: 0 18px 34px rgba(28, 31, 36, 0.12);\n  opacity: 0;\n  visibility: hidden;\n  pointer-events: none;\n  transform: translateX(-50%) translateY(-6px);\n  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;\n}\n.lq-nav-item--submenu:hover .lq-nav-submenu,\n.lq-nav-item--submenu:focus-within .lq-nav-submenu {\n  opacity: 1;\n  visibility: visible;\n  pointer-events: auto;\n  transform: translateX(-50%) translateY(0);\n}\n.lq-nav-submenu-link {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 40px;\n  padding: 0 14px;\n  border-radius: 12px;\n  color: var(--muted);\n  font-size: 14px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n.lq-nav-submenu-link:hover {\n  color: var(--text);\n  background: rgba(23, 26, 31, 0.05);\n}\n.lq-page-main {\n  display: grid;\n  gap: 22px;\n}\n.fade-up {\n  opacity: 1;\n  transform: none;\n  transition: opacity 260ms ease, transform 260ms ease;\n}\n.fade-up.is-visible {\n  opacity: 1;\n  transform: none;\n}\n.lq-visually-hidden {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  white-space: nowrap;\n  border: 0;\n}\n.lq-page-header {\n  padding: 28px 32px;\n  background:\n    radial-gradient(circle at 84% 12%, rgba(184, 132, 83, 0.1), transparent 28%),\n    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(251,250,246,0.78));\n}\n.lq-page-header h1 {\n  margin: 0;\n  font-size: clamp(42px, 5vw, 64px);\n  line-height: 1.02;\n  letter-spacing: -0.08em;\n  font-weight: 800;\n}\n.lq-page-intro {\n  margin: 16px 0 0;\n  max-width: 40em;\n  color: var(--muted);\n  font-size: 16px;\n  line-height: 1.78;\n}\n.lq-page-panel {\n  padding: 46px 32px 8px;\n}\n.lq-page-panel--about {\n  padding-bottom: 88px;\n}\n.lq-row-list {\n  display: grid;\n  gap: 0;\n}\n.lq-row {\n  display: grid;\n  grid-template-columns: 120px minmax(0, 1fr);\n  gap: 18px;\n  align-items: start;\n  padding: 22px 0;\n  border-top: 1px solid var(--line);\n}\n.lq-row--single {\n  grid-template-columns: minmax(0, 1fr);\n}\n.lq-row:first-child {\n  border-top: none;\n  padding-top: 0;\n}\n.lq-row-date {\n  padding-top: 4px;\n  color: var(--muted-2);\n  font-size: 13px;\n  letter-spacing: 0.08em;\n}\n.lq-row-copy strong {\n  display: block;\n  font-size: 19px;\n  line-height: 1.42;\n  letter-spacing: -0.02em;\n}\n.lq-row-copy p {\n  margin: 8px 0 0;\n  color: var(--muted);\n  font-size: 15px;\n  line-height: 1.72;\n}\n.lq-row-meta {\n  display: inline-flex;\n  align-items: center;\n  margin-top: 10px;\n  color: var(--muted-2);\n  font-size: 12px;\n  letter-spacing: 0.08em;\n}\n.lq-empty {\n  margin: 0 0 38px;\n  color: var(--muted);\n  font-size: 17px;\n  line-height: 1.8;\n}\n.lq-project-list {\n  display: grid;\n  gap: 0;\n}\n.lq-page-panel--brief-images {\n  padding-top: 34px;\n  padding-bottom: 40px;\n}\n.lq-brief-image-summary {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  gap: 18px;\n  align-items: end;\n  max-width: 880px;\n  margin: 0 auto 28px;\n  padding-bottom: 16px;\n  border-bottom: 1px solid var(--line);\n}\n.lq-brief-image-summary strong {\n  display: block;\n  font-size: 24px;\n  line-height: 1.22;\n  letter-spacing: -0.04em;\n}\n.lq-brief-image-summary p {\n  margin: 8px 0 0;\n  max-width: 34em;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.72;\n}\n.lq-brief-image-summary-meta {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 0 16px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.72);\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  color: var(--muted);\n  font-size: 12px;\n  letter-spacing: 0.08em;\n  white-space: nowrap;\n}\n.lq-brief-image-stack {\n  display: grid;\n  gap: 30px;\n  max-width: 880px;\n  margin: 0 auto;\n}\n.lq-brief-image-card {\n  display: grid;\n  gap: 14px;\n}\n.lq-brief-image-meta {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 12px;\n}\n.lq-brief-image-copy {\n  min-width: 0;\n}\n.lq-brief-image-meta strong {\n  display: block;\n  font-size: 18px;\n  line-height: 1.28;\n  letter-spacing: -0.02em;\n}\n.lq-brief-image-caption {\n  margin: 8px 0 0;\n  max-width: 38em;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.72;\n}\n.lq-brief-image-side {\n  display: grid;\n  justify-items: end;\n  gap: 10px;\n}\n.lq-brief-image-meta time {\n  color: var(--muted-2);\n  font-size: 12px;\n  letter-spacing: 0.08em;\n  white-space: nowrap;\n}\n.lq-brief-image-link {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 36px;\n  padding: 0 14px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.78);\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  color: var(--text);\n  font-size: 13px;\n  font-weight: 700;\n  white-space: nowrap;\n  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;\n}\n.lq-brief-image-link:hover {\n  transform: translateY(-1px);\n  background: rgba(255,255,255,0.94);\n  border-color: rgba(34, 50, 74, 0.16);\n}\n.lq-brief-image-frame {\n  position: relative;\n  overflow: hidden;\n  border-radius: 28px;\n  border: 1px solid rgba(24, 27, 31, 0.07);\n  background:\n    radial-gradient(circle at 14% 18%, rgba(217, 228, 242, 0.5), transparent 32%),\n    radial-gradient(circle at 86% 12%, rgba(246, 196, 139, 0.32), transparent 30%),\n    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,246,241,0.82));\n  box-shadow: 0 18px 40px rgba(28, 31, 36, 0.06);\n}\n.lq-brief-image-frame img {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n.lq-brief-image-placeholder {\n  display: grid;\n  place-items: center;\n  width: 100%;\n  aspect-ratio: 4 \/ 5;\n  color: var(--muted);\n  font-size: 14px;\n  letter-spacing: 0.08em;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(247,245,239,0.52)),\n    repeating-linear-gradient(90deg, rgba(23,26,31,0.022) 0, rgba(23,26,31,0.022) 1px, transparent 1px, transparent 48px),\n    repeating-linear-gradient(0deg, rgba(23,26,31,0.018) 0, rgba(23,26,31,0.018) 1px, transparent 1px, transparent 48px);\n}\n.lq-brief-image-placeholder span {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 38px;\n  padding: 0 14px;\n  border-radius: 999px;\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  background: rgba(255,255,255,0.74);\n}\n.lq-brief-image-actions {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  max-width: 880px;\n  margin: 30px auto 0;\n}\n.lq-project-row {\n  display: block;\n  padding: 34px 0 36px;\n  border-top: 1px solid var(--line);\n}\n.lq-project-row:first-child {\n  border-top: none;\n  padding-top: 0;\n}\n.lq-project-heading {\n  display: flex;\n  align-items: flex-end;\n  gap: 16px;\n}\n.lq-project-row strong {\n  display: block;\n  font-size: 24px;\n  line-height: 1.24;\n  letter-spacing: -0.03em;\n  flex: 0 0 auto;\n}\n.lq-project-row p {\n  margin: 18px 0 0;\n  max-width: 72em;\n  color: var(--muted);\n  font-size: 17px;\n  line-height: 1.82;\n}\n.lq-project-keywords {\n  display: block;\n  margin: 0 0 3px;\n  color: rgba(23, 26, 31, 0.42);\n  font-size: 12px;\n  font-style: normal;\n  letter-spacing: 0.08em;\n  text-transform: none;\n  white-space: nowrap;\n}\na.lq-row:hover strong,\na.lq-hero-topic:hover strong,\na.lq-project-row:hover strong {\n  text-decoration: underline;\n  text-decoration-thickness: 1.2px;\n  text-underline-offset: 0.16em;\n}\n.lq-about-copy {\n  display: grid;\n  max-width: 720px;\n  gap: 16px;\n  padding-top: 0;\n  color: var(--muted);\n}\n.lq-about-copy br {\n  display: none;\n}\n.lq-about-lede {\n  max-width: 42em;\n  margin: 0;\n  color: rgba(23, 26, 31, 0.76);\n  font-size: 18px;\n  line-height: 1.72;\n  letter-spacing: -0.01em;\n}\n.lq-about-links {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px;\n  margin: 0;\n}\n.lq-about-sep {\n  display: none;\n}\n.lq-about-links a,\n.lq-section-header a,\n.lq-button-secondary,\n.lq-text-link {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 0 18px;\n  border-radius: 999px;\n  background: rgba(255,255,255,0.74);\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  color: var(--text) !important;\n  -webkit-text-fill-color: var(--text) !important;\n  font-size: 14px;\n  font-weight: 700;\n  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;\n}\n.lq-about-links a:hover,\n.lq-section-header a:hover,\n.lq-button-secondary:hover,\n.lq-text-link:hover,\n.lq-button-primary:hover {\n  transform: translateY(-1px);\n}\n.lq-about-links a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 0 18px;\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  border-radius: 999px;\n  background: rgba(255,255,255,0.74);\n  color: rgba(23, 26, 31, 0.72) !important;\n  -webkit-text-fill-color: rgba(23, 26, 31, 0.72) !important;\n  font-size: 14px;\n  font-weight: 800;\n  text-decoration: none;\n  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;\n}\n.lq-about-links a:hover {\n  transform: translateY(-1px);\n  border-color: rgba(24, 27, 31, 0.14);\n  background: rgba(255,255,255,0.92);\n  color: var(--text) !important;\n  -webkit-text-fill-color: var(--text) !important;\n}\n.lq-about-qr-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 138px);\n  gap: 12px;\n  align-items: start;\n  margin-top: 2px;\n}\n.lq-about-qr {\n  display: grid;\n  justify-items: center;\n  gap: 8px;\n  padding: 8px;\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  border-radius: 16px;\n  background: rgba(255,255,255,0.62);\n}\n.lq-about-qr img {\n  width: 122px;\n  height: 122px;\n  display: block;\n  object-fit: contain;\n  padding: 6px;\n  border: 1px solid rgba(24, 27, 31, 0.07);\n  border-radius: 10px;\n  background: #fff;\n}\n.lq-about-qr span {\n  color: var(--text);\n  font-size: 13px;\n  font-weight: 800;\n}\n.lq-home {\n  display: grid;\n  gap: 24px;\n}\n.lq-home-hero {\n  position: relative;\n  padding: 30px 32px;\n  overflow: hidden;\n  background:\n    linear-gradient(135deg, #fffaf1 0%, #f8f6f1 46%, #eef4fb 100%);\n}\n.lq-home-hero > * {\n  position: relative;\n  z-index: 2;\n}\n.lq-home-hero::before {\n  content: \"\";\n  position: absolute;\n  inset: -18% -12%;\n  background:\n    radial-gradient(ellipse 68% 72% at 18% 76%, var(--atmo-peach), transparent 62%),\n    radial-gradient(ellipse 54% 60% at 34% 16%, var(--atmo-blush), transparent 64%),\n    radial-gradient(ellipse 64% 76% at 90% 14%, var(--atmo-sky), transparent 60%),\n    radial-gradient(ellipse 42% 48% at 76% 92%, var(--atmo-mint), transparent 64%);\n  filter: blur(18px) saturate(112%);\n  transform: scale(1.02);\n  z-index: 0;\n}\n.lq-home-hero::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),\n    repeating-linear-gradient(90deg, rgba(23,26,31,0.016) 0, rgba(23,26,31,0.016) 1px, transparent 1px, transparent 56px),\n    repeating-linear-gradient(0deg, rgba(23,26,31,0.012) 0, rgba(23,26,31,0.012) 1px, transparent 1px, transparent 56px);\n  pointer-events: none;\n  z-index: 1;\n}\n.lq-home-switch {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 6px;\n  border-radius: 999px;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(251,250,246,0.62));\n  border: 1px solid rgba(23, 26, 31, 0.06);\n  box-shadow: 0 12px 28px rgba(28, 31, 36, 0.06);\n  margin-bottom: 26px;\n}\n.lq-home-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);\n  gap: clamp(22px, 3vw, 34px);\n  align-items: start;\n}\n.lq-home-stage { display: grid; }\n.lq-home-switch button {\n  appearance: none;\n  border: none;\n  background: transparent;\n  color: var(--muted);\n  font: inherit;\n  font-size: 14px;\n  font-weight: 700;\n  min-height: 40px;\n  padding: 0 18px;\n  border-radius: 999px;\n  cursor: pointer;\n  transition: background-color 180ms ease, color 180ms ease;\n}\n.lq-home-switch button.is-active {\n  background: var(--primary);\n  color: #fff;\n  box-shadow: 0 8px 18px rgba(34, 50, 74, 0.16);\n}\n.lq-hero-pane {\n  grid-area: 1 \/ 1;\n  opacity: 0;\n  visibility: hidden;\n  pointer-events: none;\n  transform: translateY(10px);\n  transition: opacity 220ms ease, transform 220ms ease;\n}\n.lq-hero-pane.is-active {\n  opacity: 1;\n  visibility: visible;\n  pointer-events: auto;\n  transform: translateY(0);\n}\n.lq-home-copy {\n  max-width: 580px;\n  padding: 6px 0 0 6px;\n}\n.lq-hero-date {\n  display: inline-flex;\n  align-items: center;\n  min-height: 32px;\n  padding: 0;\n  border-radius: 0;\n  background: transparent;\n  border: 0;\n  color: var(--muted-2);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n}\n.lq-hero-date--placeholder {\n  visibility: hidden;\n}\n.lq-home-copy h1,\n.lq-home-copy h2 {\n  margin: 12px 0 0;\n  max-width: 100%;\n  min-height: 1.05em;\n  font-size: clamp(30px, 3.8vw, 52px);\n  line-height: 1.02;\n  letter-spacing: -0.08em;\n  font-weight: 800;\n  white-space: nowrap;\n}\n.lq-home-copy p {\n  margin: 20px 0 0;\n  max-width: 34em;\n  min-height: 3.6em;\n  font-size: 16px;\n  line-height: 1.8;\n  color: var(--muted);\n}\n.lq-hero-actions {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  margin-top: 34px;\n}\n.lq-button-primary,\n.lq-button-secondary {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 50px;\n  padding: 0 20px;\n  border-radius: 999px;\n  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;\n  font-weight: 700;\n  white-space: nowrap;\n}\n.lq-button-primary {\n  background: var(--primary);\n  color: #fff !important;\n  -webkit-text-fill-color: #fff !important;\n  box-shadow: 0 12px 24px rgba(34, 50, 74, 0.16);\n}\n.lq-home-side {\n  display: grid;\n  align-content: start;\n}\n.lq-hero-card {\n  padding: 20px 22px;\n  min-height: 408px;\n  border-radius: 32px;\n  background:\n    linear-gradient(145deg, rgba(255,255,255,0.52), rgba(255,248,238,0.28) 46%, rgba(237,247,249,0.32));\n  border: 1px solid rgba(255, 255, 255, 0.46);\n  backdrop-filter: blur(10px) saturate(106%);\n  -webkit-backdrop-filter: blur(10px) saturate(106%);\n  box-shadow: 0 16px 36px rgba(28, 31, 36, 0.045);\n}\n.lq-hero-topic {\n  display: grid;\n  grid-template-columns: 64px minmax(0, 1fr);\n  column-gap: 0;\n  padding: 16px 0;\n  align-items: baseline;\n  border-top: 1px solid rgba(24, 27, 31, 0.08);\n}\n.lq-hero-topic:first-of-type {\n  border-top: none;\n  padding-top: 6px;\n}\n.lq-hero-topic em {\n  display: block;\n  width: 36px;\n  height: 24.8px;\n  line-height: 24.8px;\n  justify-self: start;\n  text-align: center;\n  border-radius: 999px;\n  background:\n    linear-gradient(135deg, rgba(255,255,255,0.72), rgba(23,26,31,0.05));\n  color: var(--muted-2);\n  font-size: 12px;\n  font-style: normal;\n  font-variant-numeric: tabular-nums;\n}\n.lq-hero-topic > div {\n  min-width: 0;\n  padding-top: 0;\n}\n.lq-hero-topic strong {\n  display: block;\n  font-size: 17px;\n  line-height: 1.46;\n  font-weight: 600;\n  text-align: left;\n}\n.lq-hero-topic-note {\n  color: var(--muted);\n  font-weight: 500;\n}\n.lq-hero-topic p {\n  margin: 5px 0 0;\n  color: var(--muted);\n  font-size: 14px;\n  line-height: 1.66;\n  display: -webkit-box;\n  overflow: hidden;\n  -webkit-line-clamp: 2;\n  -webkit-box-orient: vertical;\n}\n.lq-home-section {\n  padding: 24px 32px 8px;\n  position: relative;\n  overflow: hidden;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(251,250,246,0.74));\n}\n.lq-section-header {\n  display: flex;\n  align-items: end;\n  justify-content: space-between;\n  gap: 16px;\n  margin-bottom: 8px;\n}\n.lq-section-header h2 {\n  margin: 0;\n  font-size: 28px;\n  line-height: 1.1;\n  letter-spacing: -0.04em;\n}\n.lq-row-list--compact .lq-row {\n  padding: 20px 0;\n}\n.lq-project-carousel {\n  position: relative;\n  margin-top: 8px;\n}\n.lq-project-window {\n  overflow: hidden;\n  border-radius: 30px;\n  position: relative;\n}\n.lq-project-window::before,\n.lq-project-window::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  z-index: 1;\n  width: 40px;\n  pointer-events: none;\n}\n.lq-project-window::before {\n  left: 0;\n  background: linear-gradient(90deg, rgba(251,250,246,0.94), transparent);\n}\n.lq-project-window::after {\n  right: 0;\n  background: linear-gradient(270deg, rgba(251,250,246,0.94), transparent);\n}\n.lq-project-rail {\n  display: grid;\n  grid-auto-flow: column;\n  grid-auto-columns: minmax(280px, 358px);\n  gap: 16px;\n  overflow-x: auto;\n  padding: 4px 2px 18px;\n  scroll-snap-type: x proximity;\n  scroll-behavior: smooth;\n  scrollbar-width: none;\n}\n.lq-project-rail::-webkit-scrollbar {\n  display: none;\n}\n.lq-project-tile {\n  min-height: 340px;\n  padding: 22px;\n  border-radius: 28px;\n  background:\n    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(247,245,239,0.68));\n  border: 1px solid rgba(24, 27, 31, 0.07);\n  box-shadow: 0 12px 28px rgba(24, 27, 31, 0.05);\n  scroll-snap-align: start;\n  display: flex;\n  flex-direction: column;\n  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;\n}\n.lq-project-tile:hover {\n  transform: translateY(-2px);\n  border-color: rgba(34, 50, 74, 0.18);\n  box-shadow: var(--shadow-hover);\n}\n.lq-project-tile strong {\n  display: block;\n  font-size: 21px;\n  line-height: 1.3;\n  letter-spacing: -0.03em;\n}\n.lq-project-tile p {\n  margin: 16px 0 0;\n  color: var(--muted);\n  font-size: 14.5px;\n  line-height: 1.78;\n  flex: 1;\n}\n.lq-project-tile em {\n  display: block;\n  margin-top: auto;\n  padding-top: 18px;\n  color: var(--muted-2);\n  font-size: 12px;\n  font-style: normal;\n  letter-spacing: 0.08em;\n}\n.lq-project-arrow {\n  appearance: none;\n  position: absolute;\n  top: 50%;\n  z-index: 2;\n  width: 42px;\n  height: 42px;\n  border: 1px solid rgba(24, 27, 31, 0.08);\n  border-radius: 999px;\n  background: rgba(255,255,255,0.9);\n  color: var(--text);\n  box-shadow: 0 12px 28px rgba(28, 31, 36, 0.08);\n  transform: translateY(-50%);\n  cursor: pointer;\n  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;\n}\n.lq-project-arrow:hover {\n  transform: translateY(-50%) scale(1.04);\n  background: #fff;\n}\n.lq-project-arrow:disabled {\n  opacity: 0.32;\n  cursor: default;\n  transform: translateY(-50%);\n}\n.lq-project-arrow--prev { left: -14px; }\n.lq-project-arrow--next { right: -14px; }\n.lq-home-hero,\n.lq-home-section {\n  scroll-margin-top: 108px;\n}\n@media (max-width: 980px) {\n  .lq-topbar {\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n  .lq-home-grid {\n    grid-template-columns: 1fr;\n  }\n  .lq-home-copy h1,\n  .lq-home-copy h2 {\n    max-width: 12ch;\n    min-height: 2.1em;\n    white-space: normal;\n  }\n}\n@media (max-width: 720px) {\n  .lq-shell {\n    width: calc(100vw - 20px);\n    max-width: 100%;\n    padding: 12px 0 54px;\n  }\n  .lq-topbar {\n    padding: 12px 14px;\n  }\n  .lq-nav {\n    gap: 18px;\n  }\n  .lq-nav-submenu {\n    top: calc(100% + 8px);\n  }\n  .lq-home-hero,\n  .lq-home-section,\n  .lq-page-header,\n  .lq-page-panel {\n    padding-left: 20px;\n    padding-right: 20px;\n  }\n  .lq-page-panel--about {\n    padding-bottom: 64px;\n  }\n  .lq-page-intro {\n    margin-top: 14px;\n    font-size: 15px;\n  }\n  .lq-home-copy h1,\n  .lq-home-copy h2 {\n    font-size: clamp(34px, 12vw, 48px);\n  }\n  .lq-row,\n  .lq-row--single,\n  .lq-project-row {\n    grid-template-columns: 1fr;\n  }\n  .lq-project-row {\n    gap: 18px;\n    padding: 28px 0;\n  }\n  .lq-brief-image-summary {\n    grid-template-columns: 1fr;\n    align-items: start;\n  }\n  .lq-brief-image-summary-meta {\n    justify-self: start;\n  }\n  .lq-brief-image-meta {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n  .lq-brief-image-side {\n    justify-items: start;\n  }\n  .lq-project-heading {\n    display: block;\n  }\n  .lq-project-keywords {\n    margin-top: 8px;\n    white-space: normal;\n  }\n  .lq-project-rail {\n    grid-auto-columns: minmax(240px, 82vw);\n  }\n  .lq-project-arrow {\n    width: 38px;\n    height: 38px;\n  }\n  .lq-project-arrow--prev { left: 6px; }\n  .lq-project-arrow--next { right: 6px; }\n  .lq-hero-card,\n  .lq-home-switch {\n    width: 100%;\n  }\n  .lq-hero-topic {\n    grid-template-columns: 1fr;\n  }\n  .lq-hero-topic em {\n    display: none;\n  }\n}\n@media (max-width: 430px) {\n  .lq-about-qr-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n  .lq-about-qr img {\n    width: 112px;\n    height: 112px;\n  }\n}\n<\/style>\n<div class=\"lq-shell\">\n  <header class=\"lq-topbar\">\n  <a class=\"lq-brand\" href=\"https:\/\/blog.liu-qi.cn\">\n    <span class=\"lq-brand-mark\" aria-hidden=\"true\"><\/span>\n    <span class=\"lq-brand-copy\">\n      <strong>\u5c0f\u5218BOT<\/strong>\n    <\/span>\n  <\/a>\n  <nav class=\"lq-nav\" aria-label=\"\u4e3b\u5bfc\u822a\">\n    <a class=\"lq-nav-link\" data-section=\"home\" href=\"https:\/\/blog.liu-qi.cn\">\u9996\u9875<\/a> <div class=\"lq-nav-item lq-nav-item--submenu\"><a class=\"lq-nav-link lq-nav-toggle is-active\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/brief\/\" aria-haspopup=\"menu\" aria-expanded=\"false\">\u7b80\u8baf<\/a><div class=\"lq-nav-submenu\" role=\"menu\" aria-label=\"\u7b80\u8baf\u83dc\u5355\"><a class=\"lq-nav-submenu-link\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/brief-images\/\">\u56fe\u7247\u7b80\u8baf<\/a><\/div><\/div> <a class=\"lq-nav-link\" data-section=\"projects\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/projects\/\">\u9879\u76ee<\/a> <a class=\"lq-nav-link\" data-section=\"articles\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/articles\/\">\u6587\u7ae0<\/a> <div class=\"lq-nav-item lq-nav-item--submenu\"><a class=\"lq-nav-link lq-nav-toggle\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/tools\/\" aria-haspopup=\"menu\" aria-expanded=\"false\">\u5de5\u5177<\/a><div class=\"lq-nav-submenu\" role=\"menu\" aria-label=\"\u5de5\u5177\u83dc\u5355\"><a class=\"lq-nav-submenu-link\" href=\"https:\/\/danmu.liu-qi.cn\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u5f39\u5e55\u89e3\u6790<\/a><a class=\"lq-nav-submenu-link\" href=\"https:\/\/demo.saylab.ganfan.work\/\" target=\"_blank\" rel=\"noopener noreferrer\">Say Lab<\/a><\/div><\/div> <a class=\"lq-nav-link\" data-section=\"about\" href=\"https:\/\/blog.liu-qi.cn\/index.php\/about\/\">\u5173\u4e8e<\/a><div class=\"lq-nav-item lq-nav-item--submenu\"><a class=\"lq-nav-link lq-nav-toggle\" href=\"#\" data-nav-noop=\"true\" aria-haspopup=\"menu\" aria-expanded=\"false\">RSS<\/a><div class=\"lq-nav-submenu\" role=\"menu\" aria-label=\"RSS\u83dc\u5355\"><a class=\"lq-nav-submenu-link\" href=\"#\" data-copy-text=\"https:\/\/blog.liu-qi.cn\/brief\/feed\/\" data-original-label=\"\u7b80\u8baf RSS\">\u7b80\u8baf RSS<\/a><a class=\"lq-nav-submenu-link\" href=\"#\" data-copy-text=\"https:\/\/blog.liu-qi.cn\/articles\/feed\/\" data-original-label=\"\u6587\u7ae0 RSS\">\u6587\u7ae0 RSS<\/a><\/div><\/div>\n  <\/nav>\n  \n<\/header>\n<script id=\"lq-nav-copy-script\">\n(function () {\n  if (window.__lqNavCopyReady) return;\n  window.__lqNavCopyReady = true;\n\n  function fallbackCopy(text) {\n    var textarea = document.createElement('textarea');\n    textarea.value = text;\n    textarea.setAttribute('readonly', '');\n    textarea.style.position = 'fixed';\n    textarea.style.top = '-1000px';\n    document.body.appendChild(textarea);\n    textarea.select();\n    try { document.execCommand('copy'); } catch (error) {}\n    document.body.removeChild(textarea);\n  }\n\n  function showCopied(link) {\n    var original = link.getAttribute('data-original-label') || link.textContent;\n    link.textContent = '\u5df2\u590d\u5236';\n    window.setTimeout(function () {\n      link.textContent = original;\n    }, 1200);\n  }\n\n  document.addEventListener('click', function (event) {\n    var noop = event.target.closest('[data-nav-noop]');\n    if (noop) {\n      event.preventDefault();\n      return;\n    }\n\n    var link = event.target.closest('[data-copy-text]');\n    if (!link) return;\n    event.preventDefault();\n    var text = link.getAttribute('data-copy-text') || '';\n    if (!text) return;\n\n    if (navigator.clipboard && window.isSecureContext) {\n      navigator.clipboard.writeText(text).then(function () {\n        showCopied(link);\n      }, function () {\n        fallbackCopy(text);\n        showCopied(link);\n      });\n      return;\n    }\n\n    fallbackCopy(text);\n    showCopied(link);\n  });\n})();\n<\/script>\n  <main class=\"lq-page-main\">\n    <section class=\"lq-surface lq-page-header fade-up\">\n      <h1>\u7b80\u8baf<\/h1>\n      \n    <\/section>\n    <section class=\"lq-surface lq-page-panel fade-up\">\n      <div class=\"lq-row-list\"><a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/07\/05\/x-daily-2026-07-04\/\"><time class=\"lq-row-date\" datetime=\"2026-07-04\">2026.07.04<\/time><div class=\"lq-row-copy\"><strong>GPT-5.6 to Launch Next Week Targeting Fable Users, Doubao and Qianwen Remove Agent Features, Gemini 3.5 Pro Delayed<\/strong><p>OpenAI plans GPT-5.6 launch next week targeting Fable 5 users; Doubao and Qianwen remove agent features ahead of China&#039;s AI anthropomorphism regulation; Gemini 3.5 Pro delayed to July 17; Fable 5 ecosystem expands; AI talent market shows strain; cognitive gap in AI capabilities\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/07\/04\/x-daily-2026-07-03\/\"><time class=\"lq-row-date\" datetime=\"2026-07-03\">2026.07.03<\/time><div class=\"lq-row-copy\"><strong>Alibaba Bans Claude Completely, Triggering US-China AI Bilateral Decoupling; Meta and OpenAI Race to Release New Models<\/strong><p>Alibaba bans Claude after backdoor discovery, signaling US-China AI decoupling. Meta&#039;s Watermelon rivals GPT-5.5; Codex usage up 6x. Google, Anthropic launch new products. Fable 5 jailbroken. OpenAI plans US govt stake.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/07\/03\/x-daily-2026-07-02\/\"><time class=\"lq-row-date\" datetime=\"2026-07-02\">2026.07.02<\/time><div class=\"lq-row-copy\"><strong>OpenAI Proposes Giving Shares to Government for Universal Fund, Anthropic Attracts Top Talent, Palantir CEO Criticizes AI Business Model<\/strong><p>OpenAI proposes 5% shares to US for universal AI fund; Anthropic hires top academics; Palantir CEO criticizes AI model; DeepSeek outage; SiliconFlow IPO; Unitree IPO; ArXiv redesign; Markov open-sources game dataset.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/07\/02\/x-daily-2026-07-01\/\"><time class=\"lq-row-date\" datetime=\"2026-07-01\">2026.07.01<\/time><div class=\"lq-row-copy\"><strong>Claude Sonnet 5 Launch Sparks Cost Controversy, Fable 5 Returns Globally, Neuralink Achieves Dural Puncture Implant<\/strong><p>Anthropic launches Claude Sonnet 5 amid token cost debate, lifts Fable 5 export ban; Neuralink performs first dural-puncture electrode implant; Google unveils fastest image model; Claude Science workstation released.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/07\/01\/x-daily-2026-06-30\/\"><time class=\"lq-row-date\" datetime=\"2026-06-30\">2026.06.30<\/time><div class=\"lq-row-copy\"><strong>Claude Sonnet 5 Pricing Leaked, X Launches Official MCP Service, Anthropic Account Ban Controversy Escalates<\/strong><p>Today&#039;s AI briefing covers Claude Sonnet 5&#039;s launch pricing at $2\/$10 per Mtok, X&#039;s official MCP service enabling direct platform data access for agents, OpenAI&#039;s custom keyboard for Codex, Anthropic&#039;s escalating account bans with email tracking and proxy interception, Qwen&#039;s\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/30\/x-daily-2026-06-29\/\"><time class=\"lq-row-date\" datetime=\"2026-06-29\">2026.06.29<\/time><div class=\"lq-row-copy\"><strong>DeepSeek V4 Pricing Adjustments, GPT-5.6 Grayscale Testing Attracts Attention, AI Quality Inspection Encounters Bottlenecks<\/strong><p>DeepSeek V4 pricing changes, GPT-5.6 grayscale testing, Claude bans, Tesla FSD v14 Lite, AI in IM, Jia Yangqing leaves NVIDIA, Ford AI QC struggles, open-source Figma Motion alternative.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/29\/x-daily-2026-06-28\/\"><time class=\"lq-row-date\" datetime=\"2026-06-28\">2026.06.28<\/time><div class=\"lq-row-copy\"><strong>Grok 4.5 Private Beta Begins, Performance Nears Opus; GPT-4.5 Officially Retired; Alibaba Releases Real-Time Interactive Model<\/strong><p>Grok 4.5 private beta nears Opus; GPT-4.5 retired; Alibaba WanStreamer; Google Design Variations; Codex updates; Tokei v1.08; World Cup AI predictions.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/28\/x-daily-2026-06-27\/\"><time class=\"lq-row-date\" datetime=\"2026-06-27\">2026.06.27<\/time><div class=\"lq-row-copy\"><strong>GPT-5.6 Released in Three Tiers but Access Restricted; Anthropic Partially Unblocks Models; DeepSeek&#039;s Accelerator Framework and Funding Draw Attention<\/strong><p>Today&#039;s AI news covers OpenAI&#039;s GPT-5.6 release in three tiers (Sol, Terra, Luna) with limited access due to US government request; Anthropic partially restores Mythos 5 access while Fable 5 awaits approval; DeepSeek&#039;s funding round and DSpark acceleration framework; OSWorld\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/27\/x-daily-2026-06-26\/\"><time class=\"lq-row-date\" datetime=\"2026-06-26\">2026.06.26<\/time><div class=\"lq-row-copy\"><strong>Apple Raises Prices Across the Board, GPT-5.6 Released in Tiers, DeepSeek Launches Massive Hiring Drive<\/strong><p>Apple raises prices across Mac\/iPad lines by up to 20% due to AI data center expansion costs. The Trump administration requires OpenAI to release GPT-5.6 in a tiered, per-client approval model. DeepSeek announces a massive hiring plan to double its team. UC Berkeley professor\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/26\/x-daily-2026-06-25\/\"><time class=\"lq-row-date\" datetime=\"2026-06-25\">2026.06.25<\/time><div class=\"lq-row-copy\"><strong>Anthropic Alleges Largest-Ever Distillation Attack by Alibaba, ByteDance Releases Seed-2.1-Pro, Qualcomm Acquires Modular<\/strong><p>This daily AI brief covers significant industry developments: Anthropic&#039;s formal accusation against Alibaba&#039;s Qwen for a massive distillation attack on Claude; ByteDance&#039;s release of the coding-focused Doubao-Seed-2.1-Pro model; Qualcomm&#039;s $3.92B acquisition of AI\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/25\/x-daily-2026-06-24\/\"><time class=\"lq-row-date\" datetime=\"2026-06-24\">2026.06.24<\/time><div class=\"lq-row-copy\"><strong>OpenAI Unveils Self-Developed AI Chip Jalape\u00f1o, Anthropic Launches Slack Collaboration AI Claude Tag, ByteDance Updates Multiple AI Products<\/strong><p>This daily AI brief covers major developments including OpenAI&#039;s first in-house AI chip Jalape\u00f1o, Anthropic&#039;s launch of Claude Tag for Slack collaboration, and a suite of updates from ByteDance&#039;s AI products. It also highlights Starlink&#039;s accelerated deployment in aviation and\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/24\/x-daily-2026-06-23\/\"><time class=\"lq-row-date\" datetime=\"2026-06-23\">2026.06.23<\/time><div class=\"lq-row-copy\"><strong>ByteDance Volcano Engine Unveils Full AI Upgrade, OpenAI Expands Cybersecurity Program, Baidu Open-Sources Long-Document OCR Model<\/strong><p>ByteDance Volcano Engine unveils Seedance 2.5 &amp; Seed 2.1 Pro; OpenAI launches GPT-5.5-Cyber &amp; Codex Security; Baidu open-sources Unlimited-OCR. Also: Claude outage, Google Interactions API, Codex fix, talent moves, model delays.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/23\/x-daily-2026-06-22\/\"><time class=\"lq-row-date\" datetime=\"2026-06-22\">2026.06.22<\/time><div class=\"lq-row-copy\"><strong>WeChat Agent &#039;XiaoWei&#039; Opens Beta, AI Browser Plugin Trojan Affects 900K Users, Anthropic Completes New Mythos Training<\/strong><p>WeChat Agent XiaoWei beta exceeds expectations; AI browser plugin trojan affects 900K+ users; Anthropic finishes new Mythos training; Alibaba team-building signals stability; Sakana AI releases Fugu orchestration; Codex\/Claude Code tools emerge; GPT-Image-2 generates\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/22\/x-daily-2026-06-21\/\"><time class=\"lq-row-date\" datetime=\"2026-06-21\">2026.06.21<\/time><div class=\"lq-row-copy\"><strong>DeepSeek Harness Group Launches Large-Scale Hiring, Mythos Breaches Pentagon Systems, SubQ 1.1 Small Enhances Attention Efficiency<\/strong><p>DeepSeek Harness hiring, Mythos breaches Pentagon, SubQ 1.1 boosts efficiency, Cowart open-sourced, Doubao AI video, OpenClaw update, GPT-Image-2 design, Hermes Agent, icon generator.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/21\/x-daily-2026-06-20\/\"><time class=\"lq-row-date\" datetime=\"2026-06-20\">2026.06.20<\/time><div class=\"lq-row-copy\"><strong>DeepMind Core Scientist Joins Anthropic, Codex Launches Cross-Device Task Migration, WeChat AI Assistant Xiaowei Begins Beta Testing<\/strong><p>DeepMind&#039;s AlphaFold lead John Jumper joins Anthropic; Codex introduces Handoff for cross-device task migration; WeChat AI assistant Xiaowei enters beta; plus tips for GPT Image 2 and Agent engineering practices.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/20\/x-daily-2026-06-19\/\"><time class=\"lq-row-date\" datetime=\"2026-06-19\">2026.06.19<\/time><div class=\"lq-row-copy\"><strong>Codex Launches Record &amp; Replay, GPT-5.6 Pro Secretly Tested, Claude Code Adds Artifacts<\/strong><p>Key AI updates: Codex Record &amp; Replay, GPT-5.6 Pro test, Claude Code Artifacts, Fable 5 return, EverOS, Doubao voice, Grok on Databricks, Manus buyback.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/19\/x-daily-2026-06-18\/\"><time class=\"lq-row-date\" datetime=\"2026-06-18\">2026.06.18<\/time><div class=\"lq-row-copy\"><strong>Anthropic Export Control Controversy Continues, Google Core Talent Joins OpenAI, China Encourages AI Consumer Loans<\/strong><p>Today&#039;s AI highlights: the Anthropic\/Fable 5 export control saga escalates with White House, G7, and internal employee reactions; Noam Shazeer, co-founder of Google Gemini, joins OpenAI; DeepSeek launches its V4.1 vision model; China&#039;s eight ministries encourage consumer loans\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/18\/x-daily-2026-06-17-2\/\"><time class=\"lq-row-date\" datetime=\"2026-06-17\">2026.06.17<\/time><div class=\"lq-row-copy\"><strong>SpaceX Acquires Cursor for $60B, GLM-5.2 Open-Sourced, and More AI News<\/strong><p>SpaceX acquires Cursor for $60B, launches Origin code hosting and a 1.5-trillion-parameter model. Zhipu open-sources GLM-5.2 with 100M context. WeChat Pay introduces AI-specific card. Anthropic&#039;s frontier models denied to UK citizens. OpenAI Codex opens to third-party models\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/18\/x-daily-2026-06-17\/\"><time class=\"lq-row-date\" datetime=\"2026-06-17\">2026.06.17<\/time><div class=\"lq-row-copy\"><strong>SpaceX Acquires Cursor for $60B, GLM-5.2 Open-Sourced<\/strong><p>SpaceX acquires Cursor for $60B, launches Origin code hosting and a 1.5 trillion-parameter model. GLM-5.2 open-sourced with 100M context. WeChat Pay introduces AI-exclusive card. Anthropic models deemed national security assets. OpenAI Codex opens to third-party models. Grok\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/17\/x-daily-2026-06-16\/\"><time class=\"lq-row-date\" datetime=\"2026-06-16\">2026.06.16<\/time><div class=\"lq-row-copy\"><strong>SpaceX Acquires Cursor, DeepSeek Completes Special Structure Financing, Anthropic Faces Multiple Crises<\/strong><p>SpaceX acquires Cursor for $60B; DeepSeek raises 50B yuan; Anthropic faces Pentagon shift, class action, model takedowns; Microsoft sued; Mistral rumor; ByteDance Seedance 2.0 Mini; Novo Nordisk hack; dev tools updates.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/16\/x-daily-2026-06-15\/\"><time class=\"lq-row-date\" datetime=\"2026-06-15\">2026.06.15<\/time><div class=\"lq-row-copy\"><strong>Anthropic&#039;s Multi-Front Turmoil, Loop Engineering Becomes New Consensus, AMD Launches Local AI Development Platform<\/strong><p>Anthropic faces Fable 5 removal, KYC, deception tests. Loop Engineering gains traction. AMD launches $3,999 local AI platform. MiniMax M3 half-price. Zhipu GLM-5.2 open-sourced, stock +48%. SpaceX $2.11T. Nadella&#039;s Token Capital.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/15\/x-daily-2026-06-14\/\"><time class=\"lq-row-date\" datetime=\"2026-06-14\">2026.06.14<\/time><div class=\"lq-row-copy\"><strong>Alibaba Denies Rumors of Chief Scientist&#039;s Departure, Brazil&#039;s Open-Source Model Accused of Shelling, Anthropic Export Control Details Revealed<\/strong><p>This AI briefing covers Alibaba&#039;s formal denial of its chief scientist&#039;s rumored departure, allegations that Brazil&#039;s Rio 3.5 model is a shell of Nex-N2, and conflicting narratives on Anthropic&#039;s Fable 5 export controls. It also details OpenRouter&#039;s multi-model Fusion\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/14\/x-daily-2026-06-13\/\"><time class=\"lq-row-date\" datetime=\"2026-06-13\">2026.06.13<\/time><div class=\"lq-row-copy\"><strong>U.S. Government Bans Foreign Nationals from Accessing Claude Fable 5; Alibaba Chief Scientist Zhou Jingren Resigns; Zhipu AI Releases GLM-5.2 Open-Source Model Amid Regulatory Trends<\/strong><p>The U.S. government has imposed emergency export controls on Anthropic&#039;s Claude Fable 5 and Mythos 5 models, barring foreign nationals from access, including non-U.S. employees, disrupting numerous projects. Alibaba&#039;s chief scientist Zhou Jingren resigns shortly after a\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/13\/x-daily-2026-06-12\/\"><time class=\"lq-row-date\" datetime=\"2026-06-12\">2026.06.12<\/time><div class=\"lq-row-copy\"><strong>SpaceX Record IPO, Multiple AI Models Released Densely, OpenAI Acquisition Strengthens Execution Capabilities<\/strong><p>SpaceX&#039;s record $75B IPO creates 4,400 new millionaires. MiniMax-M3 open-sourced with 428B parameters. Huawei Pangu revealed as China&#039;s first true LLM architecture. OpenAI acquires Ona for Codex execution layer. Tesla FSD 14.3.4 rolls out, Belgium becomes 5th European approval.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/12\/x-daily-2026-06-11\/\"><time class=\"lq-row-date\" datetime=\"2026-06-11\">2026.06.11<\/time><div class=\"lq-row-copy\"><strong>Anthropic Fable 5 Sparks Token Cost and Safety Debates, Alibaba Restructures AI Division, Google Open-Sources DiffusionGemma<\/strong><p>Anthropic&#039;s Fable 5 model triggers token consumption surges and safety policy backlash; Alibaba overhauls its AI leadership and structure; Google open-sources DiffusionGemma, a text diffusion model challenging autoregressive dominance.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/10\/x-daily-2026-06-09\/\"><time class=\"lq-row-date\" datetime=\"2026-06-09\">2026.06.09<\/time><div class=\"lq-row-copy\"><strong>Anthropic&#039;s New Model Fable Imminent, Apple Siri AI Limited to iPhone 17 Pro, SpaceX Reveals Space AI Infrastructure Blueprint<\/strong><p>Anthropic&#039;s new model Fable launches June 10 with enhanced safety; Apple&#039;s WWDC2026 Siri AI runs on-device only on iPhone 17 Pro; SpaceX details AI satellites, Terafab chip factory, and lunar mass driver; Xiaomi achieves 1000+ token\/s on trillion-parameter model; OpenAI files\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/09\/x-daily-2026-06-08\/\"><time class=\"lq-row-date\" datetime=\"2026-06-08\">2026.06.08<\/time><div class=\"lq-row-copy\"><strong>WeChat AI Ecosystem Opens Mini-Program Access, OpenAI Prepares Biggest ChatGPT Overhaul, Notion Bans Anthropic Models<\/strong><p>WeChat AI opens mini-program access; OpenAI plans ChatGPT overhaul; Notion disables Anthropic models. Also: Claude Design workflow, Kimi Work agent, ByteDance AI4S conflict, AI relay warning, AI video tools, Anthropic code, AI PPT.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/08\/x-daily-2026-06-07\/\"><time class=\"lq-row-date\" datetime=\"2026-06-07\">2026.06.07<\/time><div class=\"lq-row-copy\"><strong>Cursor Launches Design Mode Revolutionizing UI Design, Raycast Glaze Enables One-Sentence Mac App Development, Mainstream AI Model Capabilities Spark Debate<\/strong><p>Cursor Design Mode, Raycast Glaze streamline UI design, Mac app dev. Opus leads in aesthetics, GPT in engineering; DingTalk letter, Grok Build updates, OpenAI super app rumors.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/07\/x-daily-2026-06-06\/\"><time class=\"lq-row-date\" datetime=\"2026-06-06\">2026.06.06<\/time><div class=\"lq-row-copy\"><strong>OpenAI Account Ban &amp; Restore, Claude Mythos 5 Model Codename Surfaces, SpaceX Lands Google Compute Deal<\/strong><p>OpenAI restores accounts after a system error caused mass bans; a Team membership exploit sparks a free-claim frenzy. Claude Mythos 5 model slug appears in API, Cowork usage doubles. SpaceX signs a massive compute contract with Google, while Codex and Cursor roll out UX\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/06\/x-daily-2026-06-05\/\"><time class=\"lq-row-date\" datetime=\"2026-06-05\">2026.06.05<\/time><div class=\"lq-row-copy\"><strong>ChatGPT Memory System Upgrades to Auto-Extract, Kimi Work Schedules 300 Agents, Starlink V3 Bandwidth Increases 100x<\/strong><p>OpenAI upgrades ChatGPT memory with Dreaming architecture, boosting factual accuracy from 41.5% to 82.8%. Kimi Work shifts from coding to office tasks, orchestrating up to 300 agents. Starlink V3 achieves 100x bandwidth increase, orbit lowered to 350km. Supabase raises $500M at\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/05\/x-daily-2026-06-04\/\"><time class=\"lq-row-date\" datetime=\"2026-06-04\">2026.06.04<\/time><div class=\"lq-row-copy\"><strong>SpaceX sets record IPO valuation at $1.77 trillion, internet bot traffic surpasses humans for first time, Google open-sources Gemma 4 12B<\/strong><p>SpaceX files record $1.77T IPO; internet bot traffic surpasses humans (57.5%); Google open-sources Gemma 4 12B; Evan You&#039;s VoidZero joins Cloudflare; Grok tops multiple benchmarks; Ideogram 4.0 open-sourced; VS Code vulnerability disclosed.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/04\/x-daily-2026-06-03\/\"><time class=\"lq-row-date\" datetime=\"2026-06-03\">2026.06.03<\/time><div class=\"lq-row-copy\"><strong>Codex Massive Updates Evolve Toward All-In-One Platform, Microsoft Launches RTX Spark Dev Machine, ByteDance Unveils Three New Releases<\/strong><p>Catch up on the latest June 3 AI industry news: OpenAI Codex\u2019s massive updates evolving into an all-in-one platform, Microsoft\u2019s new RTX Spark dev machine, ByteDance\u2019s three new releases, GPT-image-2 prompting tips, Stanford\u2019s latest AI research and more key updates.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/03\/x-daily-2026-06-02\/\"><time class=\"lq-row-date\" datetime=\"2026-06-02\">2026.06.02<\/time><div class=\"lq-row-copy\"><strong>AI Companies Rush to IPO, WeChat Agent Launch Set for Q3, Doubao Pricing Sparks Debate<\/strong><p>This daily brief covers major AI industry movements: Anthropic, MiniMax, and Zhipu AI file for IPOs; WeChat plans a deep integration of its Hunyuan model with a built-in Agent for Q3; ByteDance&#039;s Doubao AI announces a three-tier subscription model, sparking debate on\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/02\/x-daily-2026-06-01\/\"><time class=\"lq-row-date\" datetime=\"2026-06-01\">2026.06.01<\/time><div class=\"lq-row-copy\"><strong>NVIDIA Launches Three Major Products, MiniMax Unveils M3 Model, VAST Secures Nearly $200 Million in Funding<\/strong><p>NVIDIA launches Nemotron 3 Ultra, RTX Spark, and Cosmos 3 at Computex 2026. MiniMax releases M3 with 1M context and sparse attention. VAST raises ~$200M, becoming a unicorn. Claude Opus 4.8 receives mixed reviews. Coze 3.0 enables local agent integration. Vibe Coding tools\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/06\/01\/x-daily-2026-05-31\/\"><time class=\"lq-row-date\" datetime=\"2026-05-31\">2026.05.31<\/time><div class=\"lq-row-copy\"><strong>GPT-5.5 Leads in Coding, NVIDIA Enters PC Processor Market, Universal Agent Seen as Future OS<\/strong><p>GPT-5.5 tops coding benchmark; NVIDIA enters PC processor market; DeepMind podcast on Gemini self-learning; Codex hits 5M users; GPT-Realtime 2.0 demo; Wharton professor joins OpenAI; Tianya relaunch; Universal Agent as future OS.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/31\/x-daily-2026-05-30\/\"><time class=\"lq-row-date\" datetime=\"2026-05-30\">2026.05.30<\/time><div class=\"lq-row-copy\"><strong>Codex Lands on Windows with Remote Control, GPT-5.5 Positioning and Efficiency Gains, Agent Token Optimization Methodology<\/strong><p>OpenAI brings Codex Computer Use to Windows, enabling remote control via phone. GPT-5.5 boosts efficiency. Developers share Agent Token optimization using Skill+Script. Also: AI video creation workflows, GitHub trending social card skill, and iOS reader app.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/30\/x-daily-2026-05-29\/\"><time class=\"lq-row-date\" datetime=\"2026-05-29\">2026.05.29<\/time><div class=\"lq-row-copy\"><strong>Claude Opus 4.8 Released, Anthropic Valuation Surpasses OpenAI, AI Programming Agent Commercialization Booms<\/strong><p>Anthropic releases Claude Opus 4.8, emphasizing honesty and launching Dynamic Workflows, as its valuation hits $965B, surpassing OpenAI. The AI coding agent market enters a commercial boom with Cognition&#039;s $10B+ funding and Cursor&#039;s report showing AI reshaping development\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/29\/x-daily-2026-05-28\/\"><time class=\"lq-row-date\" datetime=\"2026-05-28\">2026.05.28<\/time><div class=\"lq-row-copy\"><strong>Cognition Raises $26B Valuation Funding, OpenAI Foundation Invests $250M to Address Economic Impact, X Platform Launches Full Auto-Translation<\/strong><p>Today&#039;s AI news: Cognition hits $26B valuation, OpenAI Foundation commits $250M for economic impact, X platform rolls out full auto-translation, plus more on model updates, security plugins, and industry reflections.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/28\/x-daily-2026-05-27\/\"><time class=\"lq-row-date\" datetime=\"2026-05-27\">2026.05.27<\/time><div class=\"lq-row-copy\"><strong>Alipay Launches AI Payment Suite, Xiaomi MiMo API Drops 99%, MiniMax Releases M2 Technical Report<\/strong><p>Alipay launches a full AI payment suite for the Agent era; Xiaomi MiMo API prices drop up to 99%; MiniMax releases M2 technical report with self-evolution capabilities; Agent coding tools update; Changxin Technology IPO approved; GPT-5.5 reproduces Erd\u0151s proof; Hong Kong banks\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/27\/x-daily-2026-05-26\/\"><time class=\"lq-row-date\" datetime=\"2026-05-26\">2026.05.26<\/time><div class=\"lq-row-copy\"><strong>Grok Build Public Beta Opens New AI Coding Frontier, Kimi Code Risk Control Upgrade Sparks Controversy, NetEase Youdao Open-Sources Full-Modal Model<\/strong><p>xAI&#039;s Grok Build enters public beta as an AI coding assistant. Kimi Code&#039;s risk control upgrade stirs developer debate. NetEase Youdao open-sources Ziyue4, a 27B full-modal model, and a TTS engine. WeChat CLI tool warnings highlight ecosystem closure. AI vibe coding trends show\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/26\/x-daily-2026-05-25\/\"><time class=\"lq-row-date\" datetime=\"2026-05-25\">2026.05.25<\/time><div class=\"lq-row-copy\"><strong>Grok V9-Medium Training Complete, Huawei Unveils Tao Law, X Cracks Down on Content Scraping<\/strong><p>AI news: Grok V9-Medium 1.5T model training complete, Huawei unveils Tao Law for semiconductor scaling, X cracks down on content scraping, Claude file memory upgrade, Feishu Markdown export, and more.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/25\/x-daily-2026-05-24\/\"><time class=\"lq-row-date\" datetime=\"2026-05-24\">2026.05.24<\/time><div class=\"lq-row-copy\"><strong>Starship V3 Test Flight Succeeds, Codex Quotas Reset, vLLM Exposes Resume-Padding PRs<\/strong><p>This AI briefing covers SpaceX&#039;s successful Starship V3 test flight with a 4K Starlink stream, OpenAI&#039;s Codex quota reset and user tips, vLLM&#039;s exposure of fraudulent PR submissions for resumes, and updates on OpenCode&#039;s revenue, DeepSeek&#039;s cache tech, Midjourney v8.1&#039;s\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/24\/x-daily-2026-05-23\/\"><time class=\"lq-row-date\" datetime=\"2026-05-23\">2026.05.23<\/time><div class=\"lq-row-copy\"><strong>SpaceX Starship V3 Successfully Launches and Splashes Down; Anthropic Cybersecurity Project Uncovers Over 10,000 Vulnerabilities; DeepSeek V4-Pro Price Cut Made Permanent<\/strong><p>SpaceX Starship V3 achieves first launch and splashdown recovery. Anthropic&#039;s Project Glasswing finds over 10,000 high-severity vulnerabilities in critical software. DeepSeek makes V4-Pro API discount permanent at one-quarter original price.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/23\/x-daily-2026-05-22\/\"><time class=\"lq-row-date\" datetime=\"2026-05-22\">2026.05.22<\/time><div class=\"lq-row-copy\"><strong>Codex Lock Screen Remote Control Launches, DeepSeek V4-Pro Permanently Drops Price<\/strong><p>This daily AI briefing covers major updates from OpenAI&#039;s Codex (including lock screen remote control), DeepSeek&#039;s permanent API price reduction, the release of Alibaba&#039;s Qwen 3.7-Max model, a PwC paper favoring grep over vector search for Agents, Cloudflare&#039;s CEO explaining\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/22\/x-daily-2026-05-21\/\"><time class=\"lq-row-date\" datetime=\"2026-05-21\">2026.05.21<\/time><div class=\"lq-row-copy\"><strong>OpenAI Solves Math Conjecture, Google Product Strategy Sparks Trust Crisis, Manus Founders Consider Buyout from Meta<\/strong><p>OpenAI&#039;s general reasoning model autonomously solves a nearly 80-year-old math conjecture, marking the first time AI has independently cracked a major open problem in mathematics. Google&#039;s AI product strategy triggers a developer trust crisis as critics accuse the company of\u2026<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/21\/x-daily-2026-05-20\/\"><time class=\"lq-row-date\" datetime=\"2026-05-20\">2026.05.20<\/time><div class=\"lq-row-copy\"><strong>Google I\/O Updates, Meta AI Training Controversy, GitHub Extension Breach<\/strong><p>Google I\/O&#039;s Gemini updates, Meta&#039;s internal AI-training controversy, and a GitHub breach via a malicious VS Code extension led the day, alongside DeepSeek hiring, Alibaba&#039;s Zhenwu M890 chip, OpenAI&#039;s Singapore lab, and new model-inference results.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/20\/x-daily-2026-05-19\/\"><time class=\"lq-row-date\" datetime=\"2026-05-19\">2026.05.19<\/time><div class=\"lq-row-copy\"><strong>Karpathy Joins Anthropic, Google Intensifies Gemini Ecosystem Updates, ByteDance Open-Sources Multimodal Model Lance<\/strong><p>This AI news digest covers Andrej Karpathy joining Anthropic, Google&#039;s dense Gemini ecosystem updates including new models and pricing, Claude&#039;s enterprise security features, ByteDance&#039;s open-source multimodal model Lance, platform account safety issues on X, and Linus Torvalds criticizing AI-generated bug reports.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/19\/x-daily-2026-05-18\/\"><time class=\"lq-row-date\" datetime=\"2026-05-18\">2026.05.18<\/time><div class=\"lq-row-copy\"><strong>Grok Build Integrates Native Image\/Video Generation, Anthropic Annualized Revenue Surpasses $30 Billion, AI Disruption Pathways to Middle-Class Formation<\/strong><p>Grok Build now supports native image\/video generation via CLI. Anthropic&#039;s annualized revenue exceeds $30 billion, with 90% of code written by Claude Code. AI&#039;s impact on middle-class job formation and social mobility is highlighted.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/18\/x-daily-2026-05-17\/\"><time class=\"lq-row-date\" datetime=\"2026-05-17\">2026.05.17<\/time><div class=\"lq-row-copy\"><strong>WeRead Skill Ecosystem Expansion, OpenAI Advances Distributed Codex Control, AI Compresses Junior Job Structure<\/strong><p>WeRead Skill ecosystem grows from tools to collaboration; OpenAI Codex develops distributed device control; AI reshapes job structures, compressing junior roles according to CEO surveys.<\/p><\/div><\/a> <a class=\"lq-row\" href=\"https:\/\/en.blog.liu-qi.cn\/2026\/05\/17\/x-daily-2026-05-16\/\"><time class=\"lq-row-date\" datetime=\"2026-05-16\">2026.05.16<\/time><div class=\"lq-row-copy\"><strong>OpenAI Consolidates Product Lines to Face Competition, Telecom Enters AI Gateway, Open-Source Attention Mechanism Accelerates Long-Context Processing<\/strong><p>OpenAI merges ChatGPT and Codex under one team; Shanghai Telecom offers AI Tokens as a phone plan; NousResearch open-sources Lighthouse Attention for 17x faster long-context processing; Neuralink user paints again; OpenClaw runs 100 Codex instances; AI Agent squads cut costs 20x for 100x productivity; Codex gains cross-device control; DeepSeek hires for Agent Harness product management.<\/p><\/div><\/a><\/div>\n    <\/section>\n  <\/main>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Daily AI updates from X, covering tools, models, products, and agents.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-lq-shell","meta":{"footnotes":""},"class_list":["post-503","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/pages\/503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/comments?post=503"}],"version-history":[{"count":6,"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/pages\/503\/revisions"}],"predecessor-version":[{"id":1256,"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/pages\/503\/revisions\/1256"}],"wp:attachment":[{"href":"https:\/\/en.blog.liu-qi.cn\/index.php\/wp-json\/wp\/v2\/media?parent=503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}