HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thegeomaster

no profile record

Submissions

Show HN: Mowgli – Figma for the agent era, with Claude Code and design export

mowgli.ai
6 points·by thegeomaster·4 bulan yang lalu·4 comments

We're Still Underestimating What AI Means

tinyclouds.org
3 points·by thegeomaster·6 bulan yang lalu·0 comments

comments

thegeomaster
·2 bulan yang lalu·discuss
Looks great, even has Linux support!
thegeomaster
·2 bulan yang lalu·discuss
> `from opentele while import trace`

FYI, this to me points to an inference bug, bad sampling, or a non-native quant. OpenRouter is known to route requests to absolutely terrible, borked implementations. A model like DeepSeek V4 Flash shouldn't be making syntax errors like this.
thegeomaster
·3 bulan yang lalu·discuss
Alexandr Wang on Twitter [0] mentioned open source plans:

"this is step one. bigger models are already in development with infrastructure scaling to match. private api preview open to select partners today, with plans to open-source future versions. incredibly proud of the MSL team. excited for what’s to come!"

https://x.com/alexandr_wang/status/2041909388852748717
thegeomaster
·3 bulan yang lalu·discuss
What's the "attention window"? Are you alleging these frontier models use something like SWA? Seems highly unlikely.
thegeomaster
·3 bulan yang lalu·discuss
And it seems they've decided to go closed-source for their largest, best models.
thegeomaster
·4 bulan yang lalu·discuss
Tried on a few of our production prompts and got comparable speeds to what we normally get with Fireworks Serverless (Kimi K2.5), but at a better price. Rooting for you!
thegeomaster
·4 bulan yang lalu·discuss
Thank you so much for the kind words and for the feedback!

1. Duly noted on USDC and other payment options - I have to see how easy this is do to as we're using stripe.

2. Teams and orgs are very high on the priority list and we hope to have something on this front very soon.

To keep up with our development, Discord is probably the best place: https://discord.gg/ptDRKRJpPV
thegeomaster
·4 bulan yang lalu·discuss
Thanks for the feedback! I'm trying to fix that. The trouble is actually that changing the src of an iframe on a page pushes an entry into the history implicitly. Since we use iframes to display the contents of designs, and they can update, this results in a lot of state history pollution. Will prioritize!
thegeomaster
·5 bulan yang lalu·discuss
Not the parent commenter, but in my testing, all recent Claudes (4.5 onward) and the Gemini 3 series have been pretty much flawless in custom tool call formats.
thegeomaster
·6 bulan yang lalu·discuss
I actually ran this one. It measures some 700k lines of code, and seems to contain things like a full VBA implementation, complex currency and date parsing, etc. But the UI is extremely basic, doesn't seem to expose any of this advanced functionality, and and is buggy to the point of being unusable. Focus will jump around as you type, cells will reset to old values, it will stop responding to keyboard events, etc.
thegeomaster
·7 bulan yang lalu·discuss
Article talks about all of this and references DeepSeek R1 paper[0], section 4.2 (first bullet point on PRM) on why this is much trickier to do than it appears.

[0]: https://arxiv.org/abs/2501.12948
thegeomaster
·7 bulan yang lalu·discuss
You could think of supervised learning as learning against a known ground truth, which pretraining certainly is.
thegeomaster
·9 bulan yang lalu·discuss
It's interesting to also compare this to getting a bare metal instance and provisioning microVMs on it using Firecracker. (Obviously something you shouldn't roll yourself in most cases.)

You can get a bare metal AX162 from Hetzner for 200 EUR/mo, with 48 cores and 128GB of RAM. For 4:1 virtual:physical oversubscription, you could run 192 guests on such a machine, yielding a cost of 200/192 = 1.04 EUR/mo, and giving each guest a bit over 1GiB of RAM. Interestingly, that's not groundbreakingly cheaper than just getting one of Hetzner's virtual machines!
thegeomaster
·9 bulan yang lalu·discuss
You didn't include the amortized cost of a Blackwell GPU, which is an order of magnitude larger expense than electricity.
thegeomaster
·10 bulan yang lalu·discuss
Warning: LLM-generated article, terribly difficult to follow and full of irrelevant details.
thegeomaster
·10 bulan yang lalu·discuss
Well this was a trip down the memory lane. I built a small game on Irrlicht at the time and I remember these discussions also.

Irrlicht had its editor (irrEdit), a sound system (irrKlang), and some basic collision detection and FPS controller was built right into the engine. This was enough to get you a considerable way through a fully featured tech demo, at the very least. (I even remember Irrlicht including a beautiful first-person tech demo of traversing a large BSP-partitioned castle level.)

However, for those not afraid to stitch these additional parts from other promising libraries (or derive them from first principles, as was fashionable), OGRE offered more raw rendering prowess: a working deferred shading system (this was the heyday of deferred shading), a pop-less terrain implementation with texture splatting, and more impressive shader and rendering pipeline support, with the Cg multi-platform shading language. I remember a fairly impressive ocean surface and Fresnel refraction/reflection demos from OGRE at the time.
thegeomaster
·10 bulan yang lalu·discuss
What an astounding achievement. In 6 years, this person has written not only a very well-designed microkernel, but a build system, UEFI bootloader, graphical shell, UI framework, and a browser engine.

The story of 10x developers among us is not a myth... if anything, it's understated.
thegeomaster
·tahun lalu·discuss
Hard disagree. Of course technically they didn't do anything explicitly against the public guidance (the checks and balances would never let them), but naming a model with a date very strongly implies immutability.

It's the same logic of why UB in C/C++ isn't a license to do whatever the compiler wants. We're humans and we operate on implications, common-sense assumptions and trust.
thegeomaster
·tahun lalu·discuss
Google could at least learn something from this attitude, given their recent 03-25 -> 05-06 model alias switcharoo with 0 notice :)
thegeomaster
·tahun lalu·discuss
The parent comment was talking about coding specifically, not the average score. I see o1 at 69.69, and Claude 3.5 Sonnet at 67.13.