Generate Credible ASCII World Map with Only 500 Bytes Using Deflate
Generate Credible ASCII World Map with Only 500 Bytes Using Deflate
Developer Iwo Kadziela created a tool that generates a credible ASCII world map using just 445 bytes of compressed data, assisted by Codex. The key trick is using deflate compression to minimize data size, then rendering the map via a compact JavaScript snippet. This demo highlights the potential of extreme data compression for web visualization; developers can run the code directly in the browser to see the result.
Claude Opus 4.8 Adds Invented Fields When Calling Edit Tool, Breaking Compatibility
Developer Armin reports a strange bug while hacking on Pi: newer Claude models, including Opus 4.8, sometimes add extra, invented fields in the nested edits[] array when calling the edit tool. The issue occurs with the flagship Opus 4.8, not smaller models like Haiku. Although the edit itself is correct, these extra fields cause errors in tools that expect a fixed format. This suggests that more powerful models may introduce unexpected format deviations, undermining tool compatibility.