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

Vsync_66

@Vsync_66

Joined June 1st, 2026

  • 9Devlogs
  • 4Projects
  • 2Ships
  • 1Votes
Vihaan. I like RC planes, AI, and common-sense logic behind things.
Open comments for this post

14h 4m 20s logged

This is what I call a perception producer. Every agentic framework has input and output. Input represents what an AI perceives in the world. This could be text, images, sounds, and more.

This first one is a basic system time daemon. Because with every agentic framework I’ve used (Hermes, Openclaw, more), the AI doesn’t know what time it is! This solution is so ridiculously simple, I don’t know why people overlook it.

Every minute, the context payload that goes into an API call gets updated with the new time. And yes, I made it prompt caching safe. (by ordering context blocks very specifically.)

The loop is technically complete. A developer could just attach more input sources (like user messages, reminders, etc) and output tools, to turn this into a useful system.

But I have to refactor some code, and update documentation.

0
0
14
Ship

I made a website with an about-me, interests, projects section, and an image. The site tells a bit about who I am, and what I like to do.

I faced issues with invalid html code, and handling CSS styling cleanly. Getting everything working on both mobile and desktop view, as well as high resolution screens, was difficult.

I’m proud of how I got the website to behave more interactively, because prior, the most complex website I’d done was on one page, static.

You can see the site, or the repo below.

Try project → See source code →
Open comments for this post

6h 20m 10s logged

My website is done.

I went with a blue theme. It’s my favorite color, and ice feels comforting. Strangely. The website contains an about-me section, projects, and interests page. (Not shown - this screenshot is from earlier in the process, and doesn’t include the buttons).

I learned a lot about html and CSS. I’ve made an html website before, but it was incredibly basic. This time, I used div classes, a CSS file, and dealt with debugging in unordered lists and more.

I struggled with positioning the content/sections, because I wanted the image to stick on the right side. Mobile vs desktop screens, and higher resolution screens were also an issue, but I got through it.

0
0
9
Open comments for this post

9h 35m 42s logged

Two Major Milestones…

Context system is done! There’s a lot of data flow, async operations, and flexibility involved.

Model calling is also done. LiteLLM is very powerful… But it requires a lot of error checking with configs and model preferences.

The world model is being built… And it’s feeling more like a separate project itself. A ridiculous amount of data flow is involved here… More than context. And even more logic. Considering that with AI memory, accuracy and precision drops mostly in the retrieval part. Not the storage.

But, slowly, I’m making progress! Writing down my thoughts has helped a lot.

0
0
5
Open comments for this post

10h 51m 43s logged

Thought about prompt caching and the OpenAI API. As long as the system prompt stays the same… It doesn’t matter what’s included in ‘user’ or ‘assistant’. You’ll still be able to use prompt caching!

Also cleaned up code and added many edge cases/logic improvements.

0
0
5
Open comments for this post

4h 17m 46s logged

Lots of refactoring… But /nova can now take input from multiple endpoints, and have context ready, when an AI API needs it.

Learned a lot about classes and asyncio logic!

0
0
3
Open comments for this post

1h 10m 44s logged

Messy, messy code.
I was 95% there to getting a clean response…

But, after 30 minutes of debugging, I’m able to get a response from Ollama Cloud! Next step is to clean up my code, and see if I can split it.

(Shoving everything into ‘File1.py’ gets messy)

0
0
5
Open comments for this post

1h 4m 45s logged

Spent time creating a way to take inputs from a program, assemble it into a python dict, and convert that into a JSON block. Will use later with LiteLLM!

0
0
14

Followers

Loading…