HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rockinghigh

no profile record

comments

rockinghigh
·vor 13 Tagen·discuss
The US is also falling behind Chinese manufacturing. They had to ban Chinese cars because legacy American automakers couldn't compete.
rockinghigh
·vor 29 Tagen·discuss
Same here, I fine tune LLMs for specific use cases. How can I trust Anthropic models not to introduce bugs to preserve their moat?
rockinghigh
·vor 29 Tagen·discuss
Imagine if your IDE started injecting bugs into your project just because your code looked like it implemented a competing IDE.
rockinghigh
·vor 2 Monaten·discuss
Consumers don't control zoning laws or risk mitigation details.
rockinghigh
·vor 2 Monaten·discuss
Gemini tends to be faster and the Flash and Flash Lite models outperform ChatGPT's equivalent models.
rockinghigh
·vor 2 Monaten·discuss
It may be a push from advertisers who want access to this format. Google Search competes for their money against the competition.
rockinghigh
·vor 2 Monaten·discuss
They own tons of engagement data associated with that index from being the default search engine on most devices.
rockinghigh
·vor 2 Monaten·discuss
Why wouldn't getting more customers the plan? Anthropic doesn't acquire companies to have a lower market share. There is clearly a consolidation and a rush to get as much of the developer market as possible.
rockinghigh
·vor 3 Monaten·discuss
The MoE experts are quantized to int4, all other weights like the shared expert weights are excluded from quantization and use bf16.
rockinghigh
·vor 3 Monaten·discuss
They could release data to back up that claim.
rockinghigh
·vor 3 Monaten·discuss
Are there any protections from industrial espionage when using Anthropic, Cursor, Gemini, or OpenAI?
rockinghigh
·vor 3 Monaten·discuss
Their revenue was $57.4 billion last year. Just in Q4; cloud revenue $6.7 billion, cloud infrastructure $3.0 billion, cloud application $3.7 billion, Fusion Cloud ERP $1.0 billion, NetSuite cloud ERP $1.0 billion.
rockinghigh
·vor 4 Monaten·discuss
It's the number of attempts at answering the question.
rockinghigh
·vor 4 Monaten·discuss
He founded the team that worked on fasttext, llama and other similarly impactful projects.
rockinghigh
·vor 4 Monaten·discuss
He founded FAIR and the team in Paris that ultimately worked on the early Llama versions.
rockinghigh
·vor 4 Monaten·discuss
It can also be used to simplify existing code bases.
rockinghigh
·vor 5 Monaten·discuss
It's a lot simpler. These models are not optimized for ambiguous riddles.
rockinghigh
·vor 5 Monaten·discuss
How is this riddle relevant to a coding model?
rockinghigh
·vor 5 Monaten·discuss
They do. Pretty much all agentic models call linting, compiling and testing tools as part of their flow.
rockinghigh
·vor 5 Monaten·discuss
It's called problem decomposition and agentic coding systems do some of this by themselves now: generate a plan, break the tasks into subgoals, implement first subgoal, test if it works, continue.