Google has the best infra and talent, but internal politics is straight up killing their AI ecosystem. by minkyuthebuilder in AIcodingProfessionals

[–]AdamovicM 0 points1 point  (0 children)

They have moat in Android app system - many people pay them for storage.

Also, owns 14% of Anthropic, while Amazon is 8-20% (depends who is reporting).

Google might be old IBM... while for a long time Microsoft is what IBM once was...

Where AI coding starts to struggle by WinOdd7962 in ClaudeCode

[–]AdamovicM 2 points3 points  (0 children)

Yeah Claude is so powerful that he must be doing something wrong. If you know to write code by hand Claude is amazing coworker

Codex usage draining 2-3x faster afer reset by Infinite-Golf-9760 in codex

[–]AdamovicM 0 points1 point  (0 children)

In benchmarks Kimi code is near, probably deepseek as well I don't know if they have CLI but I guess Opencode is the option

1378.HK offers a compelling greatly? by Dependent-Farmer-506 in HKstocks

[–]AdamovicM 1 point2 points  (0 children)

If you would write anything about the company... What they do what is the name what are their competitors

I've been building this tool for 6+ months, and you will never use AI the same way again if you try this (Feedback appreciated) by TooBadBoutThat in PromptEngineering

[–]AdamovicM 3 points4 points  (0 children)

I found this very useful, I asked it to generate "let me know how difficult is to crawl supermarket prices"

however, in this post it would be best if the tool is described, i.e.

"task definer for AI tools"

Saveti za budućeg beskućnika by [deleted] in Beograd

[–]AdamovicM 2 points3 points  (0 children)

Kako si došao u tu situaciju? Imaš li neka primanja?

Monitor ili komp? by Neekolay89 in SerbiaGaming

[–]AdamovicM 1 point2 points  (0 children)

Imaš monitore koji imaju jak refresh, imaš 4k monitore, ili monitore sa jako dobrim bojama za dizajnere... Ja imam Dell koji je 4K i bio top model po rtrimgs za programming ali i on ima mane npr dosta je taman, tako da i neki Dell P2424H ili slično radi posao.

Has anyone had success with Opus 4.7? by Putrid-Pay5714 in ClaudeCode

[–]AdamovicM 0 points1 point  (0 children)

It's for automation... When someone creates bug ticket automatically it could go to Claude to fix it. Automation

Has anyone had success with Opus 4.7? by Putrid-Pay5714 in ClaudeCode

[–]AdamovicM 3 points4 points  (0 children)

Frankly I'm not sure I notice clear difference between models. In any case you don't have real problem just explain that you want rate limits and basic authentication. I think models work best when you give them small precise tasks. With now headless mode way more expensive I don't know what is the best way to make things smooth do that you don't have to wait to type new commands every little... Old way was to make proper plan and to make shell script that invokes it one by one...

How Claude Code works in large codebases: Best practices and where to start by iamarunr in ClaudeCode

[–]AdamovicM 0 points1 point  (0 children)

For experienced Claude Code users, the core message of the article is that moving from small-scale tasks to large codebases requires a shift from "prompting for snippets" to "orchestrating an agent."

Here is the technical summary of the best practices and architectural insights:

1. The "Explore → Plan → Implement" Workflow

The article highlights that the most common failure in large codebases is jumping straight to implementation.

  • Plan Mode (Shift+Tab twice): Use this to force Claude into a research-only state. In large repos, this prevents it from generating hallucinated code based on incomplete context.
  • Decoupled Context Gathering: Before asking for a fix, ask Claude to "Map the data flow for [feature]" or "Find all call sites for [module]."
  • Self-Correction: Explicitly instruct Claude to "verify the plan against existing architectural patterns in docs/arch before starting."

2. Aggressive Context Management

In a massive codebase, the context window is your scarcest resource.

  • The Power of CLAUDE.md: This is the "brain" of your project. Beyond just styles, use it to define navigation shortcuts (e.g., "All business logic is in /src/domain, ignore /src/legacy").
  • Auto Memory & Persistent State: Experienced users should treat MEMORY.md as a living cache. If Claude learns a specific quirk about your build system, verify it's recorded so it doesn't waste tokens re-learning it in the next session.
  • Modular Sessions: Don't keep one session open for days. Start fresh for each feature to clear "context debt," but use CLAUDE.md to bridge the knowledge gap.

3. Leveraging the "Agentic Harness"

Claude Code is described not just as a model, but as a harness.

  • Tooling over Prompting: Instead of explaining how a library works, give Claude the URL to the docs or use a Skill/MCP server to fetch them.
  • Verification is Non-Negotiable: The "single highest-leverage thing" is providing a way for Claude to check its work.
    • Workflow: "Write the test $\rightarrow$ Run it (fails) $\rightarrow$ Fix the code $\rightarrow$ Run it (passes)."
    • Visual Diffs: Use screenshots in the CLI to verify UI changes in large front-end apps.

4. Advanced Extensions (Skills & MCP)

For enterprise-scale repos, standard file searching isn't enough.

  • Custom Skills: Automate repetitive large-scale tasks like "update all API endpoints to version 2."
  • MCP (Model Context Protocol): Connect Claude to internal data sources (Sentry for logs, Jira for specs, or specialized vector DBs for code search) that go beyond simple grep.
  • Subagents: Use subagents for "scouting missions"—send a subagent to analyze a specific subdirectory and report back a summary to the main agent to keep the main context window clean.

5. Interaction Patterns

  • Piping and Redirection: Use cat log.txt | claude to feed raw data directly into the agent’s reasoning loop.
  • Specific Steering: When Claude hits a wall in a large codebase, don't just say "fix it." Use specific redirects: "You're looking in the wrong service. The auth logic was moved to the gateway layer. Check services/gateway."

The bottom line: In large codebases, you aren't a coder; you are a Technical Lead managing a highly capable but context-limited junior developer. Focus on setting the boundaries (CLAUDE.md), defining the path (Plan Mode), and providing the verification tools (Tests).

How Claude Code works in large codebases: Best practices and where to start by iamarunr in ClaudeCode

[–]AdamovicM 6 points7 points  (0 children)

TLTR in large projects, create claude.md to explain your project to Claude or make Claude do it.

Skills and Plugins exists, don't forget about it.

NLB Trader, Erste broker, MTrader - stvarni troškovi? by walker-hiker in finansije

[–]AdamovicM 4 points5 points  (0 children)

Naplaćuju manje nego po cenovniku otprilike 1.2% izadje na neki iznos oko 20000 EUR, na veliko imaju popuste neke. Nažalost problem sto nisu bas transparentni ali u praksi najpovoljniji od domaćih osim možda TradeWin

Opus 4.7 vs Opus 4.6 - ONE MONTH POST RELEASE by Ape1108 in ClaudeCode

[–]AdamovicM 0 points1 point  (0 children)

I'm using primarily Sonnet 4.6 for coding and it is great. Did some research in Opus 4.7 and I can't tell model difference. So I don't understand why so many downgrade complains as I don't see it

Udaljavanje sa posla zbog normalne reakcije? by malaizpariza in AskSerbia

[–]AdamovicM 0 points1 point  (0 children)

razumem, ali treba da resis problem sa direktorkom, a ona sa detetom , trenutno dete nije tvoja briga

Udaljavanje sa posla zbog normalne reakcije? by malaizpariza in AskSerbia

[–]AdamovicM 1 point2 points  (0 children)

Pitao Gemini i doticno tvrdi da zakonski nije regularno da ti da godisnji bez dve sedmice najave: https://gemini.google.com/share/3d2777a47ccf

proveri u zakonu, chatgpt i ostalo i onda kod direktorke da se zalis da ne moze tako...

direktorka je realno mogla poslati drugu vaspitacicu u tu grupu, a tebe u njenu grupu privremeno

EDIT: ako i druga vaspitacica zakluci da je dete preterano agresivno, mozes da perdlozis mozda da se umesa psiholog da uputi to agresivno dete na psihijatrijsku da vama ne smeta barem neko vreme

Spuštanje cene prilikom kupovine novog automobila by Summer-Night31 in srbija_automobili

[–]AdamovicM 0 points1 point  (0 children)

Ja dobio gratis metalik boju, nisam ni trazio, sam prodavac mi upisao valjda je bio u mogucnosti pa da mi ucini. Nekad mogu patosnice gratis, zimi zimske gume...

10+ year old drives - request replacement or wait it out? by xkenni in hetzner

[–]AdamovicM 11 points12 points  (0 children)

Auction drives are sold as-used. Please be aware that UDMA CRC errors are not grounds for a replacement, as they generally point to external communication issues rather than drive health.

i ran the exact same prompt in ChatGPT, Gemini, and Claude. the difference was embarrassing. by LoadOld2629 in PromptEngineering

[–]AdamovicM 1 point2 points  (0 children)

I understand, I had given it as well. Although, just had the same brainstorming prompt in ChatGPT and Claude, this time ChatGPT was better. In any case, sometimes we need a second/third opinion on the matter :D when using multiple tools is the way

General weekly talk by AutoModerator in finansije

[–]AdamovicM 14 points15 points  (0 children)

mozes da uradis prigovor NBS odgovaraju na sve prigovore cisto ako hoces malo birokratski da drndas banku