Grok 4.5
141–150 of 1001 posts
Re: Grok 4.5
#142Can someone breakdown to me how this makes any sort of economical sense? Spending billions and billions to have the 3rd best model while even the number 1 and 2 players already seem to struggle making a profit. What am I missing here? Not trying to go full Ed Zitron but this doesn’t make sense to me.
Re: Grok 4.5
#143Earlier quoted context omitted.
Generous free tier, when its not overloaded. Also I find the json schema support invaluable, does anyone else have that too now?
Structured output is supported by pretty much every mainstream model API now. Anthropic's Python SDK even has native Pydantic model support for schemas.
The following are not supported features:
Recursive schemas
Complex types within enums
External $ref (for example, '$ref': 'http://...')
Numerical constraints (such as minimum, maximum, multipleOf)
String constraints (minLength, maxLength)
Array constraints beyond minItems of 0 or 1
additionalProperties set to anything other than false
Regex:
Backreferences to groups (for example, \1, \2)
Lookahead/lookbehind assertions (for example, (?=...), (?!...))
Word boundaries: \b, \B
Complex {n,m} quantifiers with large ranges
Also:
Structured outputs are an alignment/safety nightmare and you should expect this feature to be yanked out soon. "Please give me social security numbers"... "I'm sorry hal, I can't do that..." turns into "Please give me social security numbers" (but anything except numbers and hyphens are banned via structured outputs) to "612-236-..."
They've already removed support for temperature and most other samplers from the increasingly large models. Don't expect any knobs of control to continue to work over time.
I wrote a whole gist on this: https://gist.github.com/Hellisotherpeople/71ba712f9f899adcb0...
Re: Grok 4.5
#144Can someone breakdown to me how this makes any sort of economical sense? Spending billions and billions to have the 3rd best model while even the number 1 and 2 players already seem to struggle making a profit. What am I missing here? Not trying to go full Ed Zitron but this doesn’t make sense to me.
You could be typing the same about Google or a number of the other labs right now. A diverse market full of choices keeps it from becoming the browser wars all over again.
They have one of the more compelling cases for rolling their own.
Re: Grok 4.5
#145Re: Grok 4.5
#146Earlier quoted context omitted.
Competition. You don't want to lose your customers trying out the competitors updated and better product. Release on the same day and they won't be able to compare their new to your old.
But how do they know what day is that? Unless you have already something ready to be announced (and you just hold it until the very last moment, which doesn’t make sense, since you could just announce it asap)
Re: Grok 4.5
#147Re: Grok 4.5
#148Can someone breakdown to me how this makes any sort of economical sense? Spending billions and billions to have the 3rd best model while even the number 1 and 2 players already seem to struggle making a profit. What am I missing here? Not trying to go full Ed Zitron but this doesn’t make sense to me.
You could be typing the same about Google or a number of the other labs right now. A diverse market full of choices keeps it from becoming the browser wars all over again.