[flagged]
Everyone's trying to be the new thought leader enlightened technical essayist. So much fluff everywhere.
Files are the interface humans and agents interact with
11–20 of 144 posts
Re: Files are the interface humans and agents interact with
#12[flagged]
Re: Files are the interface humans and agents interact with
#13Re: Files are the interface humans and agents interact with
#14I was having exact same observation, albeit from a bit diffrent perspective: SaaS. This is where as the code tends to be temporary and very domain specific, the data (files) must strive to be boring standards. The problem today is that we build specific, short-lived apps that lock data into formats only they can read. If you don't use universal formats, your system is fragile. We can still open JPEGs from 1995 becaus…
It’s proven several times over that it’s the correct approach. Abstractions (formerly Google photos, currently Immich) should just be built on top - but these proprietary databases are only for convenience.
For work, I’m having the same experience as the author and everything is just markdown and csv files for Claude Code (for research and document writing).
Re: Files are the interface humans and agents interact with
#15Earlier quoted context omitted.
Everyone's trying to be the new thought leader enlightened technical essayist. So much fluff everywhere.
What's wild is that with a few minutes of manual editing it would give exponential return. For instance, a lead sentence in your section saying "here's why X" that was already described by your subheading is unnecessary and could have been wholly removed.
Re: Files are the interface humans and agents interact with
#16Re: Files are the interface humans and agents interact with
#17[flagged]
Re: Files are the interface humans and agents interact with
#18Re: Files are the interface humans and agents interact with
#19Funny, decades ago (mid-80s), I had to write a onetime fix on a what would be now a very low memory system, the data in question had a unique key of 8 7bit-ascii characters. Instead of reading multi-meg data into memory to determine what to do, I used the file system and the program would store data related to the key in sub directories instead. The older people saw what I did and thought that was interesting. With d…