HN user

jawerty

639 karma

I am an app/web developer who focuses on python, node.js, HTML5/CSS/javascript, ruby, and C++/C.

Posts104
Comments198
View on HN
news.ycombinator.com 4mo ago

Ask HN: Is anyone here also developing "perpetual AI psychosis" like Karpathy?

jawerty
32pts30
github.com 8mo ago

Show HN: X Timeline Cleaner, block tweets by location from your X timeline

jawerty
2pts0
ismyceoafraud.com 1y ago

Show HN: Ismyceoafraud, figure out how likely an entrepreneur is to commit fraud

jawerty
10pts1
meha.ai 1y ago

Show HN: We're building a desktop app for browser-based AI agents

jawerty
50pts56
meha.ai 1y ago

Show HN: We're Building a Desktop App for Browser Agents

jawerty
6pts5
twitter.com 1y ago

Complete web browser automation via AI prompting

jawerty
1pts1
www.youtube.com 2y ago

Roasting SWE Resumes [video]

jawerty
1pts0
github.com 2y ago

Show HN: I streamed myself building a Google "Query Hacker"

jawerty
1pts1
www.youtube.com 2y ago

How to Start a Software Agency as an Indie Dev [video]

jawerty
3pts0
github.com 2y ago

Show HN: AI That Studies for You

jawerty
1pts0
www.youtube.com 2y ago

You Don't Need Anymore Coding Tutorials [video]

jawerty
1pts0
www.youtube.com 2y ago

Show HN: Building an AI Text Based RPG [video]

jawerty
2pts0
www.youtube.com 2y ago

Intro to Backend Development (Frontend Dev Friendly) [video]

jawerty
1pts0
www.youtube.com 2y ago

Selling My Own Behavioral Stats to the Highest Bidder [video]

jawerty
1pts1
www.youtube.com 2y ago

A Little LLM Fine-Tuning Primer [video]

jawerty
3pts0
github.com 2y ago

Show HN: Generate Mock Interview Questions from SWE Job Descriptions

jawerty
2pts0
github.com 2y ago

Show HN: AI That Writes Entire Screenplays for You

jawerty
2pts4
share.streamlit.io 2y ago

Show HN: Script Monkey, a Hollywood Screenwriter AI

jawerty
3pts0
www.youtube.com 2y ago

Show HN: Building an AI That Builds Itself [Live]

jawerty
2pts0
www.youtube.com 2y ago

Show HN: Building a Mistral Agent That “Starts” SaaS Companies [video]

jawerty
3pts2
github.com 2y ago

Show HN: 10x Senior Engineer AI, Reviews Your Code as You Code

jawerty
2pts4
github.com 2y ago

Show HN: Chrome Extension That Solves LeetCode Problems for You

jawerty
2pts0
www.youtube.com 2y ago

I Made a Bot That “Heaven Bans” Twitter (X.com) Users [video]

jawerty
5pts2
github.com 2y ago

Show HN: Last Night I Built a Junior Dev AI Agent (Experiment)

jawerty
1pts0
www.youtube.com 2y ago

I Live Coded Building an LLM Agent That Contributes to GitHub Repos for You [video]

jawerty
1pts1
github.com 2y ago

Show HN: 10x-Git-Buddy, an LLM Agent That Fixes GitHub Issues for You

jawerty
2pts0
github.com 2y ago

Show HN: A Llama 2 Agent That Builds Startups from Your Intuitions

jawerty
1pts0
www.youtube.com 2y ago

I Live Coded a Llama 2 Agent That Builds Startups from Your Inutitions [video]

jawerty
18pts3
github.com 2y ago

Show HN: 10x-React-Engineer, Generate Entire React Codebases with Llama 2

jawerty
13pts5
www.youtube.com 2y ago

Show HN: Building a CancelBot

jawerty
3pts0

Currently working on training language models steered towards certain "states of consciousness".

I have a model trained on publics datasets tied to brainwaves and/eye tracking and text comprehension (have this working well enough to experiment). Now I am training an adapter for various llm architectures to generate text steered to certain neural oscillation patterns (let's call them "states of consciousness" for brevity). I also have a 'rephraser' that rephrases text to elicit these certain states of consciousness. Overall experimenting with creating an suite of tools off my findings with how text relates to the eigenmodes of consciousness. My theory is once I do this I'll be able to do some...interesting things with "AI" agents. lmk if you want to talk about it if you're someone with knowledge in neuroscience/ML. My background is as a Software/ML Engineer so I could use additional thoughts. I do wish I could send a Github/docs which I will soon but this is currently a private project seeking investment for various research/public/private sector applications.

Sooo make your html extremely convoluted, randomized semantics, and a ton of hidden interations (+1 for only using custom web elements). basically make it like youtube. After spending way too much time building browser agents I can assure you this will also defeat Operator as well.

Thank you for the feedback. Personally besides using our API server, we would like to find another way to deploy to anyone who has an issue with this/wants to run everything local (not just the client). Also I think if we had a OSS plug and play version where you could enter in your API keys locally it would help us ship to more devs. Would you be interested in this?

We have an API server where we execute all the agent reasoning/planning jobs then we stream the browser commands to the client. We mention this in the how it works section on the website. This is the main reason why we have the 5 bot a day limit is because of this. It's cheap for us to run as of now but if anyone would like us to ship a version where you'd use your own api keys (plug n play) locally let us know!

Anything improving reasoning chains of though improves planning. Right now the long term ones Art mentioned like logging in have been around 80% while simpler ones have been higher. Right now our main issue is figuring out how to keep the server up :/ we're getting a little more traffic than expected. However, to bump those success rates up (which we need to) we really really need to fine tune additional models which we're planning out right now.

I have a few ideas around that mostly going down the RL route (with a twist) mixed with some knowledge graph work. We'll give an update when we push that!

Great question, so right now you can do both. It does work better if you simply enter in the url for your task.

For the url generation we do we have safety checks for the urls however it's simply in the prompting. I would love to hear what sort of safety suggestions you have and/or concerns about this sort of experience. Right now we're still figuring out how best to enable people to utilize agents safely.

Packaging a browser runtime for a chat app is a concern when the base amount of resources is far more than what we need. I'm more concerned about dev community + what runtime we'd prefer managing local browser in. I'm looking to Go frameworks right now (I'm naturally moving away from python to Go personally) if anyone has any suggestions

Im currently working on AI agents that control my chrome browser, I have a desktop app with a chat where it does various tasks for me like research/posting on sm/finding free ebooks for me. All using open source LLMs and custom code for the auto web scraping / interactions.

I'm current building web browser AI agents (can do anything the browser can do via prompting, logging in, scraping, can code websites with the data it scrapes etc.) going to ship next week! if anyone wants to join our beta lmk.

So I'm actually doing web browser automation via llm agents. So prompting to browser automation like "go to this webpage and do this". I have an algorithm for classifying html and then i'm generating "behaviors" to interact with it for each bot. The behaviors the llm generates are actually in a superset language that i parse the ASTs with lark. In the lark parsing the behaviors (like web scraping or element interactions) need to be stopped if the user says to do something else or stop or restart them...and man it's been a pain getting them to stop and clean up in a memory efficient way. Right now starting asyncio coroutines and canceling them are the best way ive found since a lot of this is async (using playwright)