Viewing profile — jawerty
jawerty
HN member- Joined
- Thu, Dec 06, 2012, 8:31 PM UTC
- HN karma
- 639
- Public activity
- 316 items
- HN profile
- View on Hacker News ↗
About jawerty
Recent public activity
-
comment
Comment #47496086
Yea there could also be an issue with learning how to hand hold an AI vs working on how to actually engineer good solutions. Maybe one feeds into the other since we're not getting …
-
comment
Comment #47495150
Agreed. However, I'm worried the productivity hack AI gives us might effect the "what" negatively.
-
story
Ask HN: Is anyone here also developing "perpetual AI psychosis" like Karpathy?
I read on Reddit about a podcast where Karpathy described how he went from writing 80% of his own code to 0%, being in a constant state of “AI psychosis” because the possibilities …
-
comment
Comment #47416993
Excited to use this been using unsloth models for the past couple years
- story
-
comment
Comment #45870170
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 …
-
comment
Comment #44759281
If anyone wants a free to use research agent try rex I've been building it for a couple months: https://projectrex.onrender.com/
-
comment
Comment #44759274
If anyone wants a free to use deep research agent check out what i'm working on: https://projectrex.onrender.com/
-
story
Show HN: Ismyceoafraud, figure out how likely an entrepreneur is to commit fraud
My buddy Jack and I made this as a meme. Jack trolls LinkedIn like a mastermind with Jabroni Capital. Been super fun. Here for any questions. But also--Is your CEO actually a fraud…
-
comment
Comment #42932831
It is not, Meha agent is fully custom except we don’t use our own models we’re using o3-mini for most of the inference
-
comment
Comment #42912488
Thanks! That’s a great point we’ve been discussing how to deal with sensitive data after the launch. I think a corporate/enterprise version makes sense.
-
comment
Comment #42911123
awesome that's the same reason why I use it. It's basically a balance between the full html and having the markdown type scrapers that are better for just text. Do you mind if I re…
-
comment
Comment #42905510
Oh damn I will definitely look into open sourcing it and making it a sdk
-
comment
Comment #42904987
Awesome we just fixed these issues thanks for letting us know.
-
comment
Comment #42904639
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 spend…
-
comment
Comment #42904390
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 …
-
comment
Comment #42904352
Great! I will work on open sourcing that on our Github. It's basically a semantic format of html for AI agents to use the browser easily.
-
comment
Comment #42904335
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 w…
-
comment
Comment #42904199
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…
-
comment
Comment #42904075
Thanks for letting us know can you email us at info@meha.ai or dm one of us on discord with more information we're working through all the bug reports in the next couple days.
-
comment
Comment #42904065
maybe browser AI agent? Good note we didn't think of that.
-
comment
Comment #42904063
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 howe…
-
comment
Comment #42903986
Interesting can you lmk why you ditched all non native? We're discussing what decision to make on this now.
-
comment
Comment #42903515
Oh please do report that on either the discord or email us. We had a few people request linux support; trying to log all the feedback. It's really just time limitations right now n…
-
comment
Comment #42903475
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 …