Hacker Newsnew | past | comments | ask | show | jobs | submit | ZitchDog's commentslogin

You can’t trade options on an IPO.

You can post-IPO - depending on liquidity. I don't think that'll be an issue here.

And if the thesis of "it's going to look good for the first 15 days" holds, you can indeed be very profitable by e.g. buying ATM puts. (The problem being that markets don't like sticking to time tables just to accommodate your investment thesis ;)

So yes, you'll be able to take a bearish position fairly shortly after the IPO.


A Musk joint immediately after an IPO. ATM puts will be trading at what, 250% IV?

Probably. Hey, you picked a risky thesis heading into large uncertainty, that's not free.

But for the folks who are dead convinced it's all just a scam and it will quickly collapse, that's a way to put their money where their mouth is.


> they have no incentive to do this at a loss

Are you sure? Surely there is a lot of interesting data in those LLM interactions.


Many of them are promising not to store any of this. Of course we have to trust them, for all we know they are all funded by various spy agencies

Saying that becoming an EM is "moving away from tech" is crazy. As an EM you will be steeped in tech, just as you would be as an IC. It just may not be the tech you want to be steeped in. Again, same as an IC. In either case, unless you are working in AI, you will need to "play" with things like OpenClaw in your spare time.

The real reason not to become an EM in 2026 is because AI makes our jobs 10x harder.


> The real reason not to become an EM in 2026 is because AI makes our jobs 10x harder.

This is true, but our job was getting kind of boring anyway. Time to lead, not manage. We should be having just as much fun as the ICs, and the best I know are having the time of their lives.


I've created my own "claw" running in fly.io with a pattern that seems to work well. I have MCP tools for actions that I want to ensure human-in-the loop - email sending, slack message sending, etc. I call these "activities". The only way for my claw to execute these commands is to create an activity which generates a link with the summary of the acitvity for me to approve.


Is there a risk that the summary doesn't fully match the action that actually gets executed?


Side note: Just like with a human employee asking for permission to do something.


Except for the accountability if they screw up; and the human brain thinking through what they are doing.


Nope! The summary is presented to the user via a link and once the user follows the link and approves, the action is implemented entirely outside of the agent, on a separate server.


Any chance you have a repo to share?


The approval-link pattern for gating dangerous actions is something I keep coming back to as well, way more robust than trying to teach the agent what's "safe" vs not. How do you handle the case where the agent needs the result of the gated action to continue its chain? Does it block and wait, or does it park the whole task? The suspend/resume problem is where most of these setups get messy in my experience.


I haven't needed that yet! But it seems like the agent could easily be notified of completed activities.


I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding.

I made the worlds fastest and most accurate JSON Schema parser.

https://github.com/sberan/tjs

But, nobody seems to care. The repo only has 18 stars and my Show HN post got no upvotes. I'm not sure what to take away from that.


> In the domains where I'm an expert, it's a nice productivity boost. In the domains where I'm not, it's transformative.

Is it possible that the code you are writing isn't good, but you don't know it because you're not an expert?


No, I'm quite confident that I'm very strong in these languages. Certainly not world-class but I write very good code and I know well-written code when I see it.

If you'd like some evidence, I literally just flipped a feature flag to change how we use queues to orchestrate workflows. The bulk of this new feature was introduced in a 1300-line PR, touching at least four different services, written in Golang and Python. It was very much AI agent driven using the flow I described. Enabling the feature worked the first time without a hiccup.

(To forestall the inevitable quibble, I am aware that very large PRs are against best practice and it's preferable to use smaller, stacked PRs. In this case for clarity purposes and atomicity of rollbacks I judged it preferable to use a single large PR.)


I had the same question recently! So I did an experiment to see if I could create something of value using agentic coding.

I made the worlds fastest and most accurate JSON Schema validator.

https://github.com/sberan/tjs


Why do you say it's the fastest and most accurate? I don't see any raw stats, just AI generated readmes.

you also don't compare it to the top result on Google https://github.com/Stranger6667/jsonschema was that intentional?


Here are benchmark results vs AJV: https://github.com/sberan/tjs/blob/main/benchmarks/results/B...

There are raw stats in the main graph image of the readme (op/s)

I don't compare it to that validator because these are JS only - I'll update to specify the language preference. Thanks for the feedback.


Hi HN!

I built TJS over my holiday as a way to experiment and get better at agentic coding. I was astounded at how quickly software can be built when you have a full test spec like JSON Schema has.

The thing I'm most proud of is the TypeScript type inference. It automatically deduces the types from the JSON Schema. Try it out in the playground to see what I mean! https://sberan.github.io/tjs/#playground


I used similar techniques to build tjs [1] - the worlds fastest and most accurate json schema validator, with magical TypeScript types. I learned a lot about autonomous programming. I found a similar "planner/delegate" pattern to work really well, with the use of git subtrees to fan out work [2].

I think any large piece of software with well established standards and test suites will be able to be quickly rewritten and optimized by coding agents.

[1] https://github.com/sberan/tjs

[2] /spawn-perf-agents claude command: https://github.com/sberan/tjs/blob/main/.claude/commands/spa...


Not correct: A share is a contract issued by the corporation entitling its owner to a share of future profits. So you're not buying a corporation, just engaging in a contract with it.

I hate Citizens United as much as the next guy, but this isn't a good argument against it.


No, the established language is very precise and you can run this by any source. Shareholders collectively own corporations by way of equity.


What about non-voting shares? Can it be ownership if you are not included in decisions? I've never really thought about it, but now I believe that what GP was describing is exactly how those are made (or should be made). So at least not entirely wrong (no wait, they would also include a share of assets on dissolution, but that too can be done through a contract with the entity owned by regular shareholders)


> A share is a contract issued by the corporation entitling its owner to a share of future profits. So you're not buying a corporation, just engaging in a contract with it.

A contract of indentured servitude (if you consider it a person), which we consider a form of slavery and therefore illegal.


Why does the next guy hate Citizens United? I’m not American, so this is the first time I’m hearing about them.

I read https://en.wikipedia.org/wiki/Citizens_United_v._FEC and it seems to me like a plain reading of the first amendment supports CU’s position.

Wouldn’t the opposing view imply that you are allowed to have political opinions, but only as long as you go at it alone and don’t organize too much with others?

For all I know that might indeed be a better way of running society, but that’s definitely going to take a big constitutional amendment.


The real issue is not so much the speech, but that money is considered speech in the US, so Citizens United apparently gives corporations the right to donate to political campaigns. A lot of people would like to stop that channel for corruption.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: