History of Age of AI Tools: Real-Time Upgrades, Agentic Automation, and Growth

History of Age of AI Tools

Our change log is the fastest way to understand what we're building, why it matters, and where we're headed next. It turns months of product work into a clear, scannable record, useful for power users choosing tools and essential for investors evaluating momentum and focus.

Restored missing Figma icons

6 Apr 2026

Fixed broken UI by restoring referenced Figma icons to the public images directory.

Performance
Speed or performance optimization.

add blur placeholder to job, tag, and use-case page images

Performance
Speed or performance optimization.

add blur placeholder to homepage, tool, and profile images

Performance
Speed or performance optimization.

add blur placeholder to blog and article images

Feature
A new feature or capability added to the product.

paginate changelog page with Show More button (10 per page)

Performance
Speed or performance optimization.

add skeleton/blur placeholders and image caching

Chore
Maintenance task or housekeeping update.

update changelog

Bug Fix
A fix for a bug or unexpected behavior.

restore referenced figma icons to public/images/ui/

Enhanced Image Management in Admin

30 Mar 2026

Added bulk selection and deletion capabilities for content images, along with improved selection logic and DRY refactoring.

Documentation
Documentation or content update.

add link to news-pipeline repo in README

Bug Fix
A fix for a bug or unexpected behavior.

replace old domain ageofaitools.com with ageofai.tools

Documentation
Documentation or content update.

replace default Next.js README with project documentation

Chore
Maintenance task or housekeeping update.

clean up project — remove unused figma files, scripts, and temp assets

Feature
A new feature or capability added to the product.

add total cost and last month cost stats to admin articles page

Bug Fix
A fix for a bug or unexpected behavior.

use Array.from instead of spread for Set iteration

Refactor
Code restructure without changing behavior.

DRY image removal logic, fix stale selection and bulk loading

Feature
A new feature or capability added to the product.

add select all and bulk delete for content images in admin

Enhanced search dropdown with new features

20 Mar 2026

The search dropdown now displays full results, includes a media hub, topics, and shows bookmark count badges for a more comprehensive and informative search experience.

Bug Fix
A fix for a bug or unexpected behavior.

convert File to Buffer before Supabase upload for Node 18 compatibility

Bug Fix
A fix for a bug or unexpected behavior.

add detailed error logging to thumbnail upload route, remove updated_at

Chore
Maintenance task or housekeeping update.

update changelog

Feature
A new feature or capability added to the product.

add image upload to article thumbnail section

Bug Fix
A fix for a bug or unexpected behavior.

remove unused BlogCard import and unused vars in jobs page to fix ESLint build errors

Feature
A new feature or capability added to the product.

enhance search dropdown with full results, media hub, topics, bookmark count badge

Enhanced article management and SEO

19 Mar 2026

Added View and Unpublish actions for published articles in admin, fixed key takeaway parsing, and updated article URLs for better Google crawling.

Bug Fix
A fix for a bug or unexpected behavior.

sync tool filters with URL params on client-side navigation

Bug Fix
A fix for a bug or unexpected behavior.

remove unused JOB_GRADIENTS constant (build error)

Feature
A new feature or capability added to the product.

tools page redesign — conditional heroes, Editor's Pick & Free filters

Chore
Maintenance task or housekeeping update.

untrack sensitive files from git (VPS credentials, DB password)

Bug Fix
A fix for a bug or unexpected behavior.

remove unused HeaderIcon in tools page

Feature
A new feature or capability added to the product.

redesign tools page hero section to match Figma (pixel-perfect)

Bug Fix
A fix for a bug or unexpected behavior.

parse <div class="takeaways"> as key takeaway (new pipeline format)

Bug Fix
A fix for a bug or unexpected behavior.

add use client to JobCard — fixes server-side exception on article pages

Feature
A new feature or capability added to the product.

add View link in articles list Actions column for published articles

Feature
A new feature or capability added to the product.

add View link button to published articles in admin

Feature
A new feature or capability added to the product.

add Unpublish button for published articles in admin

Bug Fix
A fix for a bug or unexpected behavior.

replace legacy Supabase domain in article URLs and enable Google crawling

Enhanced Changelog AI and UI Improvements

15 Mar 2026

Updated changelog AI model for better performance, regenerated all entries, and improved tools-of-the-day table view and jobs page design.

Feature
A new feature or capability added to the product.

regenerate all 24 changelog entries with AI (arcee-ai/trinity-large-preview)

Bug Fix
A fix for a bug or unexpected behavior.

switch changelog model to mistral-small-3.1-24b (gemini-2.0-flash-exp no longer available)

Bug Fix
A fix for a bug or unexpected behavior.

loadExisting must preserve ai_generated flag; reset all entries for VPS regeneration

Chore
Maintenance task or housekeeping update.

switch changelog AI model to gemini-2.0-flash, reset all entries for regeneration

Chore
Maintenance task or housekeeping update.

reset all changelog entries for AI regeneration on VPS

Bug Fix
A fix for a bug or unexpected behavior.

changelog regenerates AI title on VPS even if local fallback was written

Bug Fix
A fix for a bug or unexpected behavior.

remove unused i variable in UseCaseList map

Feature
A new feature or capability added to the product.

tools-of-the-day full table view, jobs page redesign, use-cases improvements

Enhanced OTP and Google Login Fixes

14 Mar 2026

Fixed OTP submission with useCallback, auto-submits on last digit, and disabled Google login UI for a smoother experience.

Bug Fix
A fix for a bug or unexpected behavior.

wrap submitOtp in useCallback, remove unused handleGoogleLogin

Feature
A new feature or capability added to the product.

disable Google login UI, auto-submit OTP on last digit, link version badge to changelog

Feature
A new feature or capability added to the product.

disable Google login UI, auto-submit OTP on last digit, link version badge to changelog

Streamlined Navigation and Smoother Carousel

13 Mar 2026

Removed navigation icons and added chevron dropdown for cleaner interface, while fixing carousel thumbnail lag for smoother browsing.

Feature
A new feature or capability added to the product.

remove nav icons, add chevron dropdown; fix carousel thumbnail lag

Responsive fixes and crash prevention

12 Mar 2026

Improved mobile layouts and added safeguards against data parsing errors that were causing crashes on the For You page.

Bug Fix
A fix for a bug or unexpected behavior.

commit changelog-data.json so Docker build picks it up (git not available in container)

Bug Fix
A fix for a bug or unexpected behavior.

responsive footer — 2-col grid on mobile, stack bottom bar

Bug Fix
A fix for a bug or unexpected behavior.

responsive cleanup — stack news section on mobile, hide carousel arrows on small screens

Bug Fix
A fix for a bug or unexpected behavior.

parse champion_jobs_icon as string[] to prevent .map crash on /for-you

Bug Fix
A fix for a bug or unexpected behavior.

guard user_metadata arrays with Array.isArray to prevent .map crash on /for-you

Bug Fix
A fix for a bug or unexpected behavior.

update domain references to ageofai.tools and use Node 18 for TransformStream fix

Chore
Maintenance task or housekeeping update.

update extra_hosts to ageofai.tools domain

Enhanced UI and Admin Features

11 Mar 2026

Redesigned use-cases page with new Platforms section, added Rebuild button for admin articles, and improved tool list with badges and skeleton loading.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused TOOLS_STEP constant causing ESLint build error

Feature
A new feature or capability added to the product.

redesign /use-cases page with Figma-matched UI

Feature
A new feature or capability added to the product.

add Platforms section to use-cases page

Chore
Maintenance task or housekeeping update.

add aoat_internal network to connect with aoat-news rebuild API

Feature
A new feature or capability added to the product.

add Rebuild button for admin articles + fix article image URLs

Bug Fix
A fix for a bug or unexpected behavior.

resolve ESLint errors (unused var, no-unused-expressions)

Feature
A new feature or capability added to the product.

deploy full tool list redesign (badges, skeleton loading, filter fixes)

Bug Fix
A fix for a bug or unexpected behavior.

add missing ui/Tooltip component and info-circle icon

Feature
A new feature or capability added to the product.

replace filter spinner with skeleton loading rows

Redesigned Tool List with Badges

10 Mar 2026

Updated the tool list interface with a new badge system and icons, while fixing ESLint build errors from unused variables.

Bug Fix
A fix for a bug or unexpected behavior.

remove unused variables causing ESLint build errors

Feature
A new feature or capability added to the product.

redesign tool list UI with full badge system and new icons

Join Our Community

Get the earliest access to hand-picked content weekly for free.

Spam-free guaranteed! Only insights.