You are browsing as a guest. Sign up (or log in) to start making projects!

amronos

@amronos

Joined June 1st, 2026

  • 5Devlogs
  • 5Projects
  • 0Ships
  • 0Votes
Open comments for this post

10h 11m 51s logged

Nooooo, I forgot to devlog on time again. I made soooooo many improvements to the app. I properly released the app on npm by adding full release workflows for dev, canary, and latest. I worked on reducing the Convex db i/o as it was increasing very quickly which would have costed me a lot of money. There were also a whole bunch of problems with agent runs randomly ending or erroring out, I fixed all of them. I made it possible for the agent runs to continue even after you close the Sprocket browser tab. I added support for Claude Opus 5 and AWS bedrock mantle. I added support for agent skills, which you can store at ~/.agents/skills, ~/.sprocket/skills, and ./.sprocket/skills, alongside having skills built-in to Sprocket. There are no built-in skills yet, but I will be adding some soon. I also added context compaction to help reduce costs and make longer-running tasks possible. I also added light mode support and made the UI look better.

0
0
3
Open comments for this post

2h 35m 45s logged

I started using Sprocket to create Sprocket and discovered a few random crashes that needed fixing. After fixing them, I started working on getting the app ready for production. I added convex-test to the CI which allows me to add tests for convex functions that actually talk with the backend database. Alongside this, I also made convex deployments automatic for preview deployments on PRs and production deployments whenever something is merged into main. I also worked on improving the system prompt of the agent to make it work better, this mostly involved dividing everything into better sections and explicitly telling it to prefer the scrape_url tool over web_search as web_search is more expensive. I also worked on adding proper usage limits and subscription tiers. The subscription tiers only exist in the backend right now since I don’t have a way to accept payments fully set up. I also created a new page in the settings which shows the amount of usage left, when it resets, etc.

0
0
3
Open comments for this post

33h 43m 20s logged

Ok, so apparently, I worked for 33h and 43m and completely forgot to devlog. I was sooo deep into making the project that I completely forgot about Stardance. I created around 30 PRs/commits with wayyyyy too much work done in them. I started this project before Stardance (during Flavortown) but never shipped it as it was barely complete. Before my current work, the project was just a vibe-coded experiment to see if it would even be possible for me to create my own coding/robotics AI agent that could actually beat what the frontier labs are making. The real work started with these 30 commits, I basically rewrote the entire app. The current features include a full AI coding agent which can run shell commands, edit files, surf the web, and fetch web pages as markdown. The app allows one to use the SOTA AI models from OpenAI, Anthropic, and xAI, switch between different reasoning and service tier modes, send images to the agent, run multiple agents/threads in parallel across multiple projects, and archive threads. The work featured solving various edge cases and bugs, and doing a ton of testing. Even after all this, for me personally, this project is only 1% done. There is so much more work that I want to do on this and improve it with. Here’s to more consistent devlogs! lol.

0
0
1
Open comments for this post

4h 3m 20s logged

Spent way too much time configuring my VPS which I am currently running tailscale and my openclaw agent I named pikaq on. This was my first time setting up a VPS, tailscale, openclaw, etc and I got to learn a lot. I am writing this after the Fallout hackathon in China, and I have to say that all of my configuration worked really well. The tailscale exit node on my VPS for super useful. The VPS is currently running on an AWS EC2 instance, and I am working on lowering the instance’s costs by using the cost optimizer to find the best instance type. The VPS is also currently running NixOS, and using some modules from dotfiles. I also spent a lot of time configuring openclaw and playing with it. I am currently using it through a discord server where discord threads help me to keep the LLM’s context just right for every task, easily continue tasks, switch between them, and run many in parallel. A workflow that I setup with openclaw was to get it to send me an ‘Essential Notification’ on my Nothing phone multiple times in a day to take my medicines until I told it I had taken them. I tried using openclaw through Whatsapp also, but that didn’t work too well since I only have one phone number and can’t assign a dedicated phone number for pikaq to use.

0
0
7
Open comments for this post

5h 2m 52s logged

Here’s what I worked on:

  • I started moving all my dotfiles into a dedicated git-backed .dotfiles directory.
  • I refactored my NixOS configuration into the dendritic Nix pattern, using flake-parts and wrapper-modules.
  • I made a wrapper module for Neovim that makes it so that Neovim automatically inherits the configuration in .dotfiles/nvim/ whenever I run nvim.

I have an existing Hyprland + Waybar configuration that I have shown below, I am going to change that to Niri + Noctalia Shell soon.

0
0
6

Followers

Loading…