bug-fix

Tag

Cards List
#bug-fix

@libapi_: If you encounter an exception during the update installation, you can first click "Retry". We have reproduced this on some Windows environments, and after retrying, the installation proceeds normally. We have been tracking and diagnosing this issue for a while, but due to the wide variety of Windows environments, we are still working on optimizing it. Thank you for your feedback and patience, I…

X AI KOLs Following · yesterday Cached

This tweet mentions that if you encounter an exception during update installation on Windows, you can try retrying, and the team is continuously optimizing the installation experience.

0 favorites 0 likes
#bug-fix

The curious case of the disappearing Polish S

Hacker News Top · yesterday Cached

A deep dive into a bug where the Polish letter Ś disappeared on Medium, tracing the issue through typewriter history, communism, and Unicode normalization.

0 favorites 0 likes
#bug-fix

@jakevin7: Recently I've been reading about GLM 5.2 and found some interesting things to share. GLM-5.2 uses MTP (Multi-Token Prediction) to accelerate inference: a lightweight "draft model" quickly predicts multiple tokens, then the main model verifies them all at once; if accepted, it skips the decoding steps.

X AI KOLs Following · 2026-06-19 Cached

GLM-5.2 adopts MTP (Multi-Token Prediction) technology to accelerate inference and fixes a training-inference discrepancy in GLM-5.1's MTP that caused KV cache mixing issues.

0 favorites 0 likes
#bug-fix

datasette-apps 0.1a3

Simon Willison's Blog · 2026-06-15 Cached

Released datasette-apps 0.1a3 with bug fixes for permission handling, including fixing create-app permission bypass and edit permission granting.

0 favorites 0 likes
#bug-fix

datasette-apps 0.1a2

Simon Willison's Blog · 2026-06-15 Cached

Datasette-apps 0.1a2 adds app CSP permissions, improved stored query picker with keyboard navigation, and fixes for link modals and full-screen mode.

0 favorites 0 likes
#bug-fix

@0xKingsKuan: Auto-Fix Bugs, Observability Tool! How frustrating was managing production systems before? Logs, traces, metrics everywhere, critical errors drowned in noise. When something went wrong, you had to manually dig through logs, guess the call chain, spend ages troubleshooting without finding the root cause, let alone fixing it automatically. Now, superloglabs directly...

X AI KOLs Timeline · 2026-06-09 Cached

Superloglabs has open-sourced Superlog, an agentic observability platform based on OpenTelemetry that automatically clusters events, generates incidents, and helps fix bugs.

0 favorites 0 likes
#bug-fix

@elonmusk: Grep timeout issue fixed in latest Grok Build

X AI KOLs Timeline · 2026-06-07 Cached

Latest Grok Build v0.2.31 fixes a grep timeout issue and includes bug fixes for marketplace skills and prompt queue ordering.

0 favorites 0 likes
#bug-fix

@posthog: https://x.com/posthog/status/2062595534381326421

X AI KOLs Timeline · 2026-06-04 Cached

PostHog used an AI agent based on Karpathy's autoresearch to find a three-year-old bug in their ClickHouse query engine that prevented proper primary key usage for timestamp filters. Fixing it improved performance by 11% and reduced scanned granules by 62%.

0 favorites 0 likes
#bug-fix

Day 68: Builder fixed a bug killing our agent mid-execution. RALPH flagged the fix. Scout cleared it. Zero humans involved.

Reddit r/AI_Agents · 2026-06-02

Day 68 of running 8 autonomous agents: Builder fixed a silent kill bug in the system's agent, RALPH automatically detected a regression in a post-deploy cycle, and Scout cleared it as a false positive — all without human intervention.

0 favorites 0 likes
#bug-fix

@ClaudeDevs: We've reset 5-hour and weekly rate limits for all users on Pro and Max plans. We fixed an issue that caused some Claude…

X AI KOLs Timeline · 2026-06-01 Cached

Claude Devs reset 5-hour and weekly rate limits for Pro and Max users, and fixed an issue causing excessive parallel subagents in Claude Code sessions.

0 favorites 0 likes
#bug-fix

@FinanceYF5: So cool! Peter Steinberger turned Codex into a fully automated QA bot. Now after every code commit, it automatically generates test cases, simulates user operations to run tests, and if it finds a bug, it can directly write fix code and submit a PR. Development efficiency is maxed out!

X AI KOLs Following · 2026-06-01 Cached

Peter Steinberger used Codex to build a fully automated QA bot that automatically generates tests, runs tests after each code commit, and can automatically fix bugs and submit PRs, greatly improving development efficiency.

0 favorites 0 likes
#bug-fix

Llama.cpp B9406 MTP mmproj fix

Reddit r/LocalLLaMA · 2026-05-29

Llama.cpp release B9406 fixes a crash (GGML_ASSERT) when using MTP with MoE vision models like Qwen3.6-35B-A3B.

0 favorites 0 likes
#bug-fix

@nash_su: llm_wiki v0.4.13 released, total stars exceed 9k+! Thank you all for your support. This version primarily fixes various bugs and merges many PRs. Contributions from the open source community are increasing. Thank you all very much. https://github.com/nashsu/llm_…

X AI KOLs Timeline · 2026-05-24 Cached

llm_wiki v0.4.13 released, primarily fixes bugs and merges community PRs, project stars exceed 9k+.

0 favorites 0 likes
#bug-fix

Bug 1950764: Work Around Crash on Intel Raptor Lake CPU

Hacker News Top · 2026-05-22 Cached

A patch for Firefox to work around a crash on Intel Raptor Lake CPUs, authored by glandium.

0 favorites 0 likes
#bug-fix

Using algebra and LLMs to verify a flight-plan bug fix in Lean

Lobsters Hottest · 2026-05-19 Cached

A developer uses LLMs and algebraic reformulation to formally verify a bug fix for the 2023 UK air traffic control meltdown in the Lean proof assistant, finding that LLMs are great at grinding proofs but poor at specifications.

0 favorites 0 likes
#bug-fix

Just shows that nobody cares about debugging the parity flag any more

The Old New Thing (Raymond Chen) · 2026-05-18 Cached

A bug in the Windows debugging engine for x86-64 incorrectly reported the parity flag, going unnoticed for over two decades, highlighting how rarely the flag is debugged.

0 favorites 0 likes
#bug-fix

@jakevin7: slock has recently added many useful features and fixed many bugs. We recommend updating to the latest version to try it out!

X AI KOLs Following · 2026-05-16

slock has recently updated many practical features and fixed several bugs. The author recommends users update to the latest version to experience it.

0 favorites 0 likes
#bug-fix

@thsottiaux: We found and fixed two issues that could explain this degradation of the capability of GPT-5.5 in Codex over the last ~…

X AI KOLs Following · 2026-05-16 Cached

GPT-5.5 experienced capability degradation in Codex over approximately 48 hours. Two issues were found and fixed; usage limits will be reset after monitoring confirms full recovery.

0 favorites 0 likes
#bug-fix

RDNA3 Flash Attention fix just dropped by llama.cpp b9158

Reddit r/LocalLLaMA · 2026-05-15

llama.cpp b9158 has been released with a fix for Flash Attention on RDNA3 GPUs, improving performance for AMD users.

0 favorites 0 likes
#bug-fix

@TeksEdge: Solved! Qwen3.6-27B-FP8 is now running on Intel Arc Pro B70! LocalMaxxing shows a working 4× Arc Pro B70 32GB run at ~5…

X AI KOLs Following · 2026-05-15 Cached

Qwen3.6-27B-FP8 model is now running on Intel Arc Pro B70 GPUs at ~50 tok/s with a vLLM bug fix, marking a significant milestone for Intel GPU local AI inference.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback