Cover image

From Pixels to Python: Teaching AI to Fix Its Own Charts

Charts are supposed to make business communication clearer. In practice, they also create a quiet operational tax: screenshots trapped in PDFs, plots copied from old decks, dashboards whose original code has vanished, and reports where one small visual change requires an analyst to rebuild the chart by hand. That is the mundane setting behind a technically interesting paper. MM-ReCoder asks whether a multimodal model can look at a chart image, write Python code to reproduce it, execute the code, inspect the rendered result, and then fix its own mistakes.1 ...

April 5, 2026 · 16 min · Zelina
Cover image

Charts Without Tears: When AI Starts Cleaning Your Data So You Don’t Have To

Upload the file. Wait for the spinning icon. Receive a chart. That is the dream version of business intelligence: no wrestling with missing values, no heroic spreadsheet archaeology, no debates about whether a scatter plot is more honest than a bar chart. The machine sees the dataset, tidies it, chooses the visualisation, and politely hands over something boardroom-compatible. Naturally, the phrase “AI-powered” has arrived to collect its invoice. ...

November 15, 2025 · 15 min · Zelina
Cover image

From Black Box to Glass Box: DeepVIS Makes Data Visualization Explain Itself

TL;DR for operators DeepVIS is not interesting because it adds “think step by step” decoration to chart generation. That would be a very 2025 way to make a simple tool verbose, which is not the same thing as making it useful. The paper’s real contribution is more operational: it turns the hidden middle of AI-assisted visualization into editable product surface area. Instead of asking a model for a chart and receiving a mysterious output, the user can inspect the path from business intent to chart type, selected columns, grouping logic, filtering, sorting, and final visualization specification.1 ...

August 9, 2025 · 18 min · Zelina