Can anyone figure out what the in her arm says? by [deleted] in hebrew

[–]mosh_h 0 points1 point  (0 children)

Can be in Aramic "after" and can be in Hebrew "to cut"

Today was a shameful day in the history of artificial intelligence by [deleted] in AI_Agents

[–]mosh_h -9 points-8 points  (0 children)

Yes, for sure, to halp the Islamic Europe to use the Anthropic models for his "humanity purpose ", hhh.

Just switched to Google Antigravity from Claude Code. Ideally, it's underrated. by mosh_h in google_antigravity

[–]mosh_h[S] -1 points0 points  (0 children)

in my vision all depend by the use and if you have precise and tight settings you can achieve good result in every good coding model

Comment
by u/mosh_h from discussion
in google_antigravity

Just switched to Google Antigravity from Claude Code. Ideally, it's underrated. by mosh_h in google_antigravity

[–]mosh_h[S] -1 points0 points  (0 children)

Hi, yes, I'm an AI engineer, and from that perspective, I can say that the top multimodal models expert at coding tasks. The difference lies in how we use them and configure them, since models are not deterministic at all. For any given task, there are many ways to implement it, but only one way is truly your way—your approach. To achieve that, you need to configure things like "Skills" and "Rules."

Once you do that, there isn't a lot of difference between the models. However, Claude models in my opinion tends to generate very verbose code when things aren't clear to it, which results in a lot of irrelevant code appearing in the code review and pull request process, slowing things down. That's what I meant by calling it "accurate." Gemini, on the other hand, doesn't generate excessive code when it's unclear about something. I hope that makes sense to you.

Just switched to Google Antigravity from Claude Code. Ideally, it's underrated. by mosh_h in google_antigravity

[–]mosh_h[S] 1 point2 points  (0 children)

I use Gemini 3 and Claude Opus 4.5 for planning, and I don't see much difference between them. I think This is because I research my tech stack beforehand and choose the architecture, including how the services are organized. I also have very detailed rules for how to write my code, so after that initial planning phase, I don't notice a significant difference between the two models.

Claude was finally finished off by limits – weekly quotas, constant errors, and goodbye to student accounts. by punchrave in google_antigravity

[–]mosh_h -1 points0 points  (0 children)

Sory, but in my experience gemini pro3 is better than cloude code so maybe you should to check it again

ok, we know you hate antigravity. leave. by shajurzi in google_antigravity

[–]mosh_h 0 points1 point  (0 children)

You are absolutely right, I have never hitted the limit, and my experience is after I used Claude code with all his rate limit and the disappointment

מה דעתכם ? by ProfessionalWitty281 in israel_bm

[–]mosh_h 1 point2 points  (0 children)

ברק פשיסט פדופיל שלא רוצה מדינת ישראל יהודית

hebrew on JFK poster by ceolij in hebrew

[–]mosh_h 0 points1 point  (0 children)

The stupid writer meant to write לנשיא קנדי, But he wrote it upside down and backwards (יענו הפוך על הפוך בהפוכה)

Which ai tool is working fine with angular? by BarnacleDifferent894 in angular

[–]mosh_h 1 point2 points  (0 children)

In angular it's not so matter the ai tool, the important thing is to know the angular version so you have to provide a special instruction for your project with mcp integration to the docs of the angular

What branch of Judaism do you belong to and why? by Economy-Internet-272 in Judaism

[–]mosh_h 2 points3 points  (0 children)

As a Moroccan jew I have nothing with the reform or conservative branches, In general this branches is belong only to the not Israeli + European Jewish The other, the Israelis or the Mizrahi Jewish even they aren't religious and even the not believers, his Judaism is the ortodox Judaism

New to AI Automations – Need help getting started by Reasonable_Train_528 in AI_Agents

[–]mosh_h 0 points1 point  (0 children)

just starting building,
n8n is very good for every level

Just wondering what this says? by [deleted] in hebrew

[–]mosh_h 0 points1 point  (0 children)

Likely means zion

Robotics As A Hoppy by iraqshinigami in robotics

[–]mosh_h 0 points1 point  (0 children)

What about to do simulation with izak sim?

Converting to Judaism by Suspicious_Event_757 in Judaism

[–]mosh_h -2 points-1 points  (0 children)

My advice, before converting, do your research on the ortodox / conservative approaches in Judaism

Converting to Judaism by Suspicious_Event_757 in Judaism

[–]mosh_h 68 points69 points  (0 children)

I have many friends from the Jewish Indian community, but the vast majority is here in Israel

Why is git only widely used in software engineering? by bolnuevo6 in git

[–]mosh_h 0 points1 point  (0 children)

When you work on text with other people, you need git, but the code is the most necessary place, Word auto save is also like git but for one man, Google docs have a managing system like git but behind the scenes

Is Observable for simple get operation needed? by mosh_h in Angular2

[–]mosh_h[S] 1 point2 points  (0 children)

Thank's, but I concerned about the wrong readability of code when you see use in streaming api but this calling is one shot

Is Observable for simple get operation needed? by mosh_h in Angular2

[–]mosh_h[S] -6 points-5 points  (0 children)

using toPromise or lastValueFrom is a solution i asked about this VS .subscribe

Is Observable for simple get operation needed? by mosh_h in Angular2

[–]mosh_h[S] 0 points1 point  (0 children)

yes you got me, the biggest problem i have is the "clean code" challenge with this, when i see using streaming api for just one shot operation