HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Brystephor

no profile record

comments

Brystephor
·25 hari yang lalu·discuss
A few tech specs for those who don't want to read through the announcement:

* 51 degree field of view. Stated as being like you're working at a 24" monitor.

* 4 hours of mixed-use battery life with the case holding another 20 hours

* 132/136 grams depending on size

* Supports prescription lenses, easily interchangeable/swappable

Priced at $2195 w/ $200 deposit, arrival expected in Fall.
Brystephor
·2 bulan yang lalu·discuss
Did the security researcher point the LLM at the blob of information and say "Find vulnerabilities" or was the LLM told to "determine if vulnerability X is present in this blob"? Confirmation of suspected vulnerabilities is a different problem from finding vulnerabilities.
Brystephor
·2 bulan yang lalu·discuss
Same. I've used it for debugging failed canary tests which required scripts and very specific knowledge on the canary platform that I wouldnt of ever spent time on.

I also have scripts to fetch specific database assets and forward them to slack channels so I can easily share them with a group rather than manually running a query and generating them.

I had a theory about improving a product. I asked it to build an offline simulation setup to try various implementations. The results were a bit fishy but i decided to give it a try and A/B testing is showing similar results.

And now im vibecoding a locally hosted dashboard. This one is less useful for anything specific, and more of a minor quality of life improvement, but its fun to just vibe code and see changes happen occasionally. Its not a critical thing.
Brystephor
·2 bulan yang lalu·discuss
I work at a company that mainly makes money off ads. Theres no doubt in my mind that the end goal is to make their ads blend into organic content and make them indistinguishable. Typically that results in positive A/B metrics. Its also a reason why influencer driven ads perform well, they seem more organic.
Brystephor
·2 bulan yang lalu·discuss
I have recently began driving projects with multiple contributors that are following a plan I laid out and got buy-in on.

I attempted to run the project entirely asynchronous, where we had a slack channel, ICs had their section of goals and milestones, and I was there for them to consult with, provide feedback, unblock obstacles, and proactively come up with interfaces across the objectives. I thought this would be a nice high trust method of doing things that gave people ownership over their respective parts.

What happened was one person made an AI copy of the doc I had and began vending that out to everyone else, progress was quite slow and really complex in original proposed PRs (unsure if thats AI or author doing that), people did not really follow through with their implementations and it all ended up taking longer than I expected for no good reason. In the end, I lost trust in these ICs as I now feel the need to chase them and have low desire to work with them.

For the next XFN project, I will be driving a brief weekly meeting. Unfortunately the pressure seems to be important. I think there are things I could've done better communication wise at the beginning and throughout as well, but overall I felt disappointed that I had to check in to see progress.
Brystephor
·3 bulan yang lalu·discuss
Meta had grown headcount by 50% in the last 7 years. In the same time frame, they tripled their revenue up to mid $200B range.

Even if every employee fired saved $500k a year, that'd be roughly $4B in a year. Not a small amount but relative to their income, not huge either
Brystephor
·4 bulan yang lalu·discuss
Im at a public, well known tech company.

We got broad and wide access to AI tools maybe a month ago now. AI tools meaning claude code, codex, cursor and a set of other random AI tools.

I use them very often. They've taken a lot of the fun and relaxing parts of my job away and have overall increased my stress. I am on the product side of the business and it feels necessary for me to have 10 new ideas and now the ones with the most ideas will be rewarded, which I am not as good at. Ive tried having the agents identify opportunities for infra improvements and had no good luck there. I haven't tried it for product suggestions but I think it would be poor at that too.

I get sent huge PRs and huge docs now that I wasnt sent before with pressure to accept them as is.

I write code much faster but commit it at the same pace due to reviews taking so long. I still generate single task PRs to keep them reviewable and do my own thorough review before hand. I always have an idea in ny head about how it should work before getting started, and I push the agent to use my approach. The AI tools are good at catching small bugs, like mutating things across threads. I like to use it to generate plans for implementation (that only I and the bots read, I still handwrite docs that are broadly shared and referenced).

Overall, AI has me nervous. Primarily because it does the parts that I like very well and has me spending a higher portion of my job on the things I dont like or find more tiresome.
Brystephor
·5 bulan yang lalu·discuss
As someone who has worked in an ad domain, 100% agree. Ads are like a dangling carrot. There's always a way to get ad gains by blending them with organic content. What starts off as cleanly separated incrementally evolves into being indistinguishable from the original product offering.
Brystephor
·6 bulan yang lalu·discuss
It also skews towards power users, as it allows for more ad inventory. If they're going to do an ad auction marketplace with bidding snd such then they're likely to rollout slowly to keep auction pressure and bids high enough. Expand to too much inventory and CPMs will drop like crazy.
Brystephor
·6 bulan yang lalu·discuss
I work on ads as a SWE at a company youve heard of. Albeit, its been less than a few years for me.

Maybe OpenAI does things different, but as soon as an OKR around ad performance gets committed to, the experience will degrade. Sure they're not selling data, however they'll almost certainly have a direct response communication where advertisers tell Open AI what and when youve interacted with their products. Ads will be placed and displayed in increasingly more aggressive positions, although it'll start out non intrusive.

Im curious how their targeting will work and how much control they'll give advertisers to start. Will they allow businesses of all sizes? Will they allow advertisers to control how their ads work? I bet Amazon is foaming at the mouth to get their products fed into chat gpt results.
Brystephor
·6 bulan yang lalu·discuss
And no change in exercise or other levels of physical activity, home life, work life, or other diets attempted, right?

Its awesome that youre feeling better. Its possible, but hard to believe, that its due to nothing but diet changes and if it is, then its hard to imagine that such an extremely specific diet is needed to get the same results.
Brystephor
·7 bulan yang lalu·discuss
How does this compare to Trainer Road?
Brystephor
·7 bulan yang lalu·discuss
What other resources would you recommend for learning about optimizations?

I use multi armed bandits a lot at work, and I wonder what other algorithms I should look into. Its hard to read the name of an algorithm or category and get a sense of whether or not its applicable. It seems like the general process of "which path out of N options is the best?" can be reframed in many ways depending on contextual details such as how large is N, what's the feedback latency, what are the constraints around evaluation and exploration, etc
Brystephor
·9 bulan yang lalu·discuss
No public write ups. What information would you want to see? I think there's two categories: infra ops info, and then product insights and "gotchas"/unintuitive but valid results.
Brystephor
·9 bulan yang lalu·discuss
Hey, an area I actually work on and use in production! MAB in our case has shown improvements in our A/B metrics. My general takeaways for my experience with MAB:

* we have a single optimization goal (e.g the metric to minimize or maximize). The hard part isnt defining a optimization goal. The hard part is identifying what stakeholders actually want the tradeoff between different metrics. If you have goal A and goal B, where B is more aggressive than A, then getting agreement on which is better is hard. This is a people problem.

* MAB seems to be a good proof of concept that something that can be optimized but isnt an "end game" optimization path.

* MAB for A/B testing is going to mess up your AB data and make everything more difficult. You should have a treatment that uses the MAB algorithm and a treatment that doesnt.

All of the above is for non contextual MAB. I am currently learning about different MAB algorithms although each of them are pretty similar. The ones ive read about are all effectively linear/logistic regression and tbe differences come from exploration mechanism and how uncertainty is represented. Epsilon greedy has no uncertainty, exploration just happens a fixed percentage of time. UCB is optimistic about uncertainty, and the amount of optimism controls exploration. Thompson sampling uses statistical (beta) distributions about uncertainty, exploration happens less as confidence about a particular set of options increases.

Overall its a fun area to work in that is quite different from your typical CRUD development which is a nice change of pace.