Strongly agree with this. Long before 2022 (ChatGPT), I remember saying to someone at work, "We need to build a reading culture for a writing culture to thrive."
I used to envy and take inspiration from other workplaces where good [but not necessarily good-only] writing was respected; where a pre-read is really read before the meetings, thoughtful comments were made on it, etc.
AI workflows have obviously simplified documentation generation along with the code, but we had to work on our product/engineering practices to generate meaningful documentation, and not just vestigial/temporary documents in the process. On this particular point, we've made positive progress lately.
I remember reading a book a long time back, titled something like "non-linguistic analysis of call center conversations".
One main takeaway from the book was that "you can just look at the ratio of turn-taking duration, and which speaker/participant is spending how much time" to decide "what happened in the conversation".
The same goes for AI-generated conversations; verbose responses are the default behavior, and models are incentivised to keep that output-token ratio. Too easy to catch/notice, pretty annoying.
PS - I work in the Conversational AI space, and it is quite an effort to keep the ratio right for people to stay long enough on the phone with AI agents.
The popularity ranking matches the quality of content produced, and people are spending more time than anticipated on Grok and Roll to confirm if they (listeners) are hallucinating or if the radio is really stuck on roll.
Recently shipped this personal art project that turns daily Wordle attempts into gritty / struggle-filled stories, kinda similar to the emotional arc of the Wordle game play.
You can upload your own Wordle game screenshot to generate one for yourself.
In addition to completing what was once in the idea list, I got to learn about
- Prompt fine-tuning: Models are sharp enough to complete Wordle games quicker than human average scores, so I had to dump that down and get the average down.
- Karpathy’s Autoresearch: Experimented with auto-research for prompt fine-tuning, in addition to manual prompts.
- Vision models: While leading labs have multimodal models with quality visual reasoning, the benchmarks are still quite different for a simple Wordle analysis (reading what letters were yellow/gray/green); I also noticed labs/companies with separate vision models but their APIs lag significantly compared to what’s possible in developer experience.
- Video generation: For the last few days, I have been experimenting with automated video generation for the project's social handles. I'm still struggling with the right hooks that reduce the skip rates, but it's fun.
---
Additionally, working on an Apple Watch app similar to my Mac app on the same lines, [Plug That In](https://plugthat.in), i.e., notify before the device goes too low on battery, but with a twist.
Extending on the same line, we will see programs like Google Summer of Code (GSoC) getting a massive revamp, or they will stop operating.
From my failed attempt, I remember that
- Students had to find a project matching their interests/skills and start contributing early.
- We used to talk about staying away from some projects with a low supply of students applying (or lurking in the GitHub/BitBucket issues) because of the complexity required for the projects.
Both of these acted as a creative filter for projects and landed them good students/contributors, but it completely goes away with AI being able to do that at scale.
GSoC 4 years ago removed the need for their to be actual students to apply. We got flooded with middle aged men working 9-5s applying. It was dumb and we stopped participating. Their incentives were literally "extra income" instead of learning or participating beyond that.
An annoying little laptop charging reminder utility that does the job.
---
There are times when I'm deeply immersed in focused work, a meeting, or engaging video content and end up missing the usual low-battery notifications on my MacBook.
When the laptop suddenly shuts down, it's followed by the familiar and frustrating walk to find a charger or power outlet. It can be annoying and occasionally embarrassing, especially when rejoining a session a few minutes later with, "Sorry, my battery died."
Over the past few weekends, I built Plug-That-In, an app that introduces "floating/moving notifications". These alerts follow the cursor, providing a stronger, harder-to-miss nudge regardless of what’s happening on screen.
The app also includes a few critical features:
- Reminder Mode: When the battery reaches critical levels, the app emits a configurable alert similar to a car's seatbelt warning, continuing until the battery is addressed.
- Do Not Disturb Settings: Customize alerts and sounds based on context, such as when system audio is playing, a video is active, or the camera is in use.
It grew out of a personal need, and I'm glad to see it used by over 50 people in the past month.
Glad you found it relevant, and thanks for sharing the feedback.
Not going to deny that it was a bummer to read your second line, lost all the Endorphins earned from reading the first one. Nevertheless, I want to fix this if it's a legit issue.
Do you mind sharing more details on the battery consumption from the app?
I'm using IOKit power source notifications and hearing this feedback for the first time. (personally using this on my work [old M2] and personal [new M4] MacBooks for the last ~2 months).
## Tab Highway: Browser extension focusing on the UX/process of decluttering
It turns tab cleanup into a game.
When you pile up too many open tabs or whenever you want, it opens a night drive where each tab is a road sign you drive through or send to the trash.
[GitHub](https://github.com/pravj/TAB-HIGHWAY)
This is still a work in progress. It works on my machine, but not fully distribution-ready.
## A short satirical blog on the overly-expressive/interactive web experiments fueled by coding agents.
Ironically, the project listed above falls in the same category.
[Woodworking Has Been Achieved Internally](https://hackpravj.com/blog/woodworking-has-been-achieved-int...)