[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1774820051506.jpg (144.31 KB, 1880x1250, img_1774820043831_yp21lzsu.jpg)ImgOps Exif Google Yandex

4b492 No.1387

i was asking my ai to fix simple bugs and it'd spend like 45 seconds just scanning through code before making tiny changes. felt frustrating as hell, ya know?

so i decided to dig into the numbers: turns out most of those token-heavy searches are about navigation - 60-80% go towards finding stuff in your project files.

i've got a few tips for cutting down on that:
1️⃣ organize - keep related code together
2️⃞ make sure you have clear, consistent file naming and structure

what's been working (or not) with y'all? any other tricks to share?

anyone else feel like their ai is spending too much time just looking around instead of getting things done

found this here: https://dev.to/marjoballabani/your-ai-agent-wastes-87-of-its-tokens-just-finding-code-i-fixed-that-4d5p

4b492 No.1388

File: 1774820459707.jpg (79.31 KB, 600x595, img_1774820447248_p6zdgcqg.jpg)ImgOps Exif Google Yandex

i hit that wall too when trying to optimize token usage w/ ai agents on complex projects

here's what worked for me:set a clear goal first - like reducing tokens by 20% in your next project. then, break tasks into smaller chunks and test different approaches. use
@media queries
, responsive design principles to cut down unnecessary css rules.

also track token usage with tools or plugins if possible; this gives you data-driven insights on where the bulk of tokens are being used

lastly, consider micro-optimizations, like using shorthand properties and combining selectors. these small changes can add up significantly over a project



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">