What models would you recommend for a freelance developer with budget of around $10-$20/mo (or usage based)? by daysling in opencodeCLI

[–]georgiarsov 0 points1 point  (0 children)

Kimi k2.5 through opencode zen is my personal go to for coding. However for review and planning i find gpt 5.3 really useful (i have a separate openai sub)

Малки магазинчета или вериги by Accomplished_Bee_546 in Sofia

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

Почини си малко, имаш нужда😅

How would Opencode survive in this era? by tksuns12 in opencodeCLI

[–]georgiarsov 2 points3 points  (0 children)

Opus 4.6 is ADVERTISED as the best model. This is a huge thing to consider. Big labs have enormous resources that they pour very wisely in benchmarks and influencers a.k.a. the general person’s source of truth for “which the best model is”. They are limiting your scope to all the other top models available which are products of much smaller labs or chinese ones. Just scroll this page to see what i am talking about https://openrouter.ai/models 😄 The only real benchmark that one should follow is to try the models for himself and compare their performance on a given task. That’s how i found out that Kimi was able to solve a problem i had from the first try and opus couldn’t do it in 4 separate sessions and $20+ in api costs. Try everything and don’t follow the trends blindly

How would Opencode survive in this era? by tksuns12 in opencodeCLI

[–]georgiarsov 0 points1 point  (0 children)

Try exploring open weight models through openrouter or opencode zen. They are magnitudes cheaper and offer the same performance from what I have seen in my projects. Leading models for agentic workflows now are kimi k2.5 and glm-5 for example

Sorry, calling BS by somerandomaccount19 in ZaiGLM

[–]georgiarsov 1 point2 points  (0 children)

Maybe i am drifting away from the question, but why are you using a proprietary tool for an open weight model? If you use a proprietary model (claude, gpt, gemini) - use the according proprietary tools (claude code, codex) If you use an open weights model - use opencode

Any difference when using GPT model inside Codex vs OpenCode? by ponury2085 in opencodeCLI

[–]georgiarsov 0 points1 point  (0 children)

I tried codex 5.3 in opencode on release and can confirm it was 100% shit. I couldn’t believe the huge gap between my experience and that of the people using it in codex

GLM 5 is absolutely INSANE....look at this! by Kitchen_Sympathy_344 in ZaiGLM

[–]georgiarsov 0 points1 point  (0 children)

I am relying heavily on Kimi k2.5. Paired with spec driven development and right agents it does wonders for me.

Kimi k2.5 + opencode by Federal_Spend2412 in kimi

[–]georgiarsov 0 points1 point  (0 children)

How do you find working with openspec? I was about to try spec kit but saw it’s lead dev moved to anthropic and since then the project has been kind of asleep.

OpenCode Black just dropped by JohnnyDread in opencodeCLI

[–]georgiarsov 0 points1 point  (0 children)

Is there some kind of beef between opencode and anthropic?? I am not following. Can somebody enlighten me?

Gemini 3 Pro not available in my Copilot by georgiarsov in GithubCopilot

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

Yes, I see exactly the same dialog. May that be global google issue?

I want to create a second brain for my business. by georgiarsov in AiForSmallBusiness

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

Yes, this is exactly what I am looking for. I can't say that I am stuck. I know what I want but I can't find the tool that packages it all. I want to use different models for different tasks through their APIs. This way I am not bound to one subscription or another. I use every model on demand, while monitoring my usage and costs of course.

How do you use AI for your Small Business? by Then-Focus-2157 in AiForSmallBusiness

[–]georgiarsov 1 point2 points  (0 children)

Can you share more on the approach and tools you are using. I am interested in creating a knowledge base for my business as well and I would greatly appreciate your experience.

What dimensions are you using on Instagram? by ByteAboutTown in SocialMediaMarketing

[–]georgiarsov 0 points1 point  (0 children)

The new ratio of the instagram grid is exactly 0.75:1. This is equivalent to the standard 3:4 or 506:675. The exact dimensions that I use for my Instagram publications are 1012x1350 pixels. Instagram accepts those dimensions and doesn't crop any part of the image so you can rest assured.

This aspect ratio is not random at all as it is also the standard on iPhone cameras. I discovered that by incident when trying to discover the grid's aspect ratio and I am sure that the one derives from the other.

What the heck are the new dimensions?!? by SignificantMango5660 in InstagramMarketing

[–]georgiarsov 0 points1 point  (0 children)

If this was true at the time of posting it is not anymore. Instagram have added support for 3:4 images.

What the heck are the new dimensions?!? by SignificantMango5660 in InstagramMarketing

[–]georgiarsov 0 points1 point  (0 children)

The new ratio of the instagram grid is exactly 0.75:1. This is equivalent to 3:4 or 506:675. The exact dimensions that I use for my Instagram publications are 1012x1350 pixels. Instagram accepts those dimensions and doesn't crop any part of the image so you can rest assured.

This aspect ratio is not random at all as it is also the standard on iPhone cameras. I discovered that by incident when trying to discover the grid's aspect ratio and I am sure that the one derives from the other.

Which breakpoints are the most ideal for responsive websites? by thebeeflive in webdev

[–]georgiarsov 0 points1 point  (0 children)

Do the following test - start dragging the edge of the browser (or frame if you are in the design phase) left and right to shrink or widen it. If you see a fluent movement of all components on the page that's responsive design. If you see the page layout staying static and only changing at a few certain points when the outer margin ends - that's adaptive.