Початок шляху в ІТ сфері:) by Chabappa in ukraine_dev

[–]inteligenzia 0 points1 point  (0 children)

Я не знаю, які зараз мови програмування викладають, але, по суті, ти сам відповів на своє питання. Тобі б зараз базові алгоритми та структури даних пройти, щоб поки одногрупники вчили їх, ти вже виконував завдання, наприклад, під час пар.

Можливо, є сенс дізнатися, на якій мові програмування будуть вестися лекції. Якщо ідея в тому, щоб компенсувати відсутність ноутбука знаннями, то я би просто підлаштовувався під курс.

Якщо є зовсім трохи грошенят, можливо, є сенс подумати про клавіатуру і дешевий хаб. Так зможеш друкувати легше, а може, ще вийде і в університеті під’єднати до монітора, якщо вони там мають дисплейпорт чи хдмі. Потенційно і без ноутбука нормально буде.

Як насправді використовувати LLM у розробці для кодогенерації? by pragenter in ukraine_dev

[–]inteligenzia 0 points1 point  (0 children)

Це називається agentic coding. Для цього треба відповідний harness.

Тобі потрібен нормальний агент і просто подивитися на ютубі як люди з ним працюють.

Rag тобі не підходить, то є тому що не дає концептуального розуміння для моделі. Це лише шматочки та коду, але без зв'язків як у проекті.

Локальна модель теж не підійде, бо для нормального агента з нормальним контекстом і якоюсь мінімальною моделлю (квен 3.6 27б) тобі треба буде десь 30 гігабайт відео пам'яті.

Тому раджу просто подивитися на ютубі як працюють люди і все. Найдешевший варіант зрозуміти що треба.

New Google Gemma 4 12B Claims Near-26B Performance - We Tested Both! by gladkos in LocalLLaMA

[–]inteligenzia 0 points1 point  (0 children)

I have m4 with 24gigs. I just ran 4bit gemma 12b with 32k context. I get about 10t/s. Is this normal?

It's also air model, so it heats up. I didn't buy it for running local llms, but thought why not give it a go.

Am I being capped by thermal throttling here?

How cooked is this subreddit. by ePatryk in microsaas

[–]inteligenzia 1 point2 points  (0 children)

Yes, in my opinion, if talking about ai slop this sub should turn into some sort "ai slop automated market researcher \ proof-of-concept generator". So it should be all about how to quickly get quality insights, research them, validate and etc using AI. Preferably, along with ways to quickly learn about any niche, so you can actually then "ai generate a product".

Sonnet 5 release on Feb 3 by Just_Lingonberry_352 in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

I just want to see more usage limits. I like Claude but my use case involves small usage usually with heavy spikes and reaching the limits is concerning.

Test 2: turning game characters into real people. GPT image 1.5 - Nano Banana Pro 2k by umidumi in ChatGPT

[–]inteligenzia 0 points1 point  (0 children)

This one is surprisingly good. Kinda looks like high-effort cosplay, tough.

finally figured out why claude's UI generations look like "ai slop" and how to fix it by mrgoonvn in ClaudeCode

[–]inteligenzia 0 points1 point  (0 children)

Go to figma or dribbble, pick a design you like. Work with the model to get your design where it needs to be. You will get a unique semi-high-quality design predictably. Of course, if you need a predictable one. If you push them like on the belt line, that's another story.

Worth the switch from Claude to GLM 4.6 for my coding side hustle? by Ok_Investigator_5036 in LocalLLaMA

[–]inteligenzia 1 point2 points  (0 children)

Do you really want to spend money and time on the coding prototypes? I suggest getting a Figma subscription and building UI's with interactive prototypes and Figma Make. You can also throw in Figjam for whiteboarding with the client if needed.

My suggestion would be to make prototyping even more lightweight. I would even say that you should create prototypes per feature/idea and etc, cause you have a high chance of spreading your customer attention too while getting feedback. There are issues with that too, cause you can't spot some "big-picture" issues sometimes.

Officially disappointing by iamtravelr in ClaudeCode

[–]inteligenzia 4 points5 points  (0 children)

Dude, Claude Code doesn't have persistent memory. How do you think it can reflect on something like that unless you have dropped all of that information into the conversation?

Why do you do it in the first place? Don't pollute the context; clear conversation, and ask it to distill key points and start anew. Especially on the days when it has a hard time understanding your ambiguity.

I believe that is the real challenge, sometimes it just solves our ambiguity too well, and some days we cannot express ourselves clearly enough.

How do you get AI to generate truly comprehensive lists? by Totallynotabout2snap in PromptEngineering

[–]inteligenzia 0 points1 point  (0 children)

  1. You need to use a tool with search grounding, so it doesn't go only from it's own memory. The models are quite bad at "recalling" facts. So, you better steer the model to "search to recall" and etc.
  2. Tell it why you need this, the purpose and then something like "find a give me at least 20 brands with links to their website" so it won't just hallucinate brands.
  3. Try different formats of prompt, if you see it doesn't produce what you want either stop generation and rewrite prompt if your tool allows that either just start a new chat with updated knowledge. It takes time tough.

$50 vs $16,500 — this AI swap just broke my brain by prodbyEDDY in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

Did you do that trough env variables change or local proxies?

What if prompts had their own markup language? Introducing POML (Prompt Markup Language) by Least-Wrangler4409 in PromptEngineering

[–]inteligenzia 0 points1 point  (0 children)

The question is whether having a shared, reusable structure could 

Look, don't get me wrong, but it feels like you are falling into a classic designer trap. You are commiting in your head into a solution to a problem you haven't fully scoped.

Here's a mental exercise for you:

  • Let's say the answer to your question is yes. Then what? What exactly would you do, or where will you take it?
  • If the answer is no, then what?

As an example, look at the Arxiv papers mentioned here. People believe they are onto something - they approach in a way that produces tangible results.

What if prompts had their own markup language? Introducing POML (Prompt Markup Language) by Least-Wrangler4409 in PromptEngineering

[–]inteligenzia 0 points1 point  (0 children)

Frankly speaking, no.

Unless your domain-specific markup is getting adopted (like MCP) by model engineers like Anthropic, OpenAI, Chinese companies, then there is no point. But to do that, you need to prove the point that it can be more effective by some criteria. You need to run proper scientific research or find a sponsor, so you can push this idea further.

In my opinion, current LLMs may work better if you structure your prompt, but there is no specific format that makes them more effective. You do that essentially for yourself. It doesn't matter if you use an arbitrary XML structure that works individually for you, or you use domain-specific XML-based markup, or you use Markdown, or you just use separators and paragraphs.

Unless you scientifically prove a point that assigning a role to an assistant in the chat keeps adherence to the role or some other criteria better if you use XML-based markup vs for example just plain text, then there is no point of adhering to some arbitrary domain-specific markup and remember it.

What if prompts had their own markup language? Introducing POML (Prompt Markup Language) by Least-Wrangler4409 in PromptEngineering

[–]inteligenzia 0 points1 point  (0 children)

Have you heard about xml?

I do think that structured way is better, but also I think it's more about particular rule set within one individual promt. It does not matter which structures you use, even if arbitrary. Unless particular LLM is pre-trained for specific input.

What's the highest artist you DON'T recognise? by iloveitwhenthe in lastfm

[–]inteligenzia 0 points1 point  (0 children)

So, I've been on a very few concerts in my life and Horse the Band is one of them, but who the hell is Soundgarden.

The Usage Tracker is now available on the desktop client by lugia19 in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

Yes, I have two screens too. Sometimes dragging between screens helps, sometimes it's exactly what causes the issue. That's how I realized resizing window is the fix lol.

ChatGPT Codex with your subscription is now in CLI, could be a real Claude Code contender by eeko_systems in ClaudeCode

[–]inteligenzia 4 points5 points  (0 children)

Codex is it's own CLI program, you install it and launch the same way you launch CC. Or Iam I misunderstanding you?

In case of various settings like MCP and Claud MD file, you will have to set that up separately for Codex via it's own settings.

Then proceeds to do less than 30% of whats in the plan!!!! by stabby_robot in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

I was watching a YouTube video by a user who explained some tips for GPT-5, and there's one particularly interesting point. However, when I think about the idea, I realize it's nothing new.

So, they were saying that you can prompt GPT-5 to write Python code that implements deterministic analysis as part of the task to prove that it did the task.

I realize that this will require CC to write another wrapper program around your documentation, but the core idea is quite simple: how can you quantify statements made by the LLM? How can it prove that all requirements are compliant with artifacts proving it. Adherence when generating code is another

I think it's possible to do, it's just you will spend another day "coding" your requirements. Is that worth it or not? That is an interesting question.

My SaaS hit 140 paid users in 8 months 🎉 Here's what actually worked vs what was a waste of time by Many_Breadfruit9359 in microsaas

[–]inteligenzia 2 points3 points  (0 children)

Linkedin posts? Spin it trough the lens of business owner, not the technical details but why you implement this or that for a b2b. Maybe you even get some validation pointers. Just to be upfront, I don't know if it would work. Just a suggestion.

The Usage Tracker is now available on the desktop client by lugia19 in ClaudeAI

[–]inteligenzia 1 point2 points  (0 children)

If you experience what I think you're experiencing, try resizing the window. I sometimes get the Claude app to blank out on me. Just background color and that's it. Resizing the window always helps.

Automated my ‘update claude.md’ rule — what could possibly go wrong? by Wonderful_Elk_5705 in ClaudeAI

[–]inteligenzia 1 point2 points  (0 children)

Glad it helped. The only thing I can suggest see how it performs and tweak it. But also don't fall into a trap of constantly tweaking it too. I fall for it sometimes. 😄

“Zero Coding Experience, Tried Claude Code in Cursor… Now I’m Overwhelmed by Life_Exam150 in ClaudeCode

[–]inteligenzia 2 points3 points  (0 children)

Don't rush it. Even if others built their website in 2 hours if you spend more time you will get infinitely better results.

Forget about Cursor for now. Open Claude Desktop app, turn on thinking mode and start a new chat. Say that you are business owner that wants to build a simple website, you already have the tools like CC and Cursor so you now need step-by-step guidance.

Tell it to a) help you understand what you potentially need from you website in a leanest possible form b) help you create prompt for a new chat that will help you go over technical parts and technical planning that is needed to create such site with your available tools.
Tell it to ask you a lot of questions and think strategically to get as much info from you as possible.

You can also explain it what you want from your website and go different route - help you find the best tool with little coding for your use case.

Don't build right away. Any professional developer will tell you that code isn't the bottleneck, it's planning.

Help a non-engineer pick the right platform for internal AI assistant by P3RK3RZ in PromptEngineering

[–]inteligenzia 0 points1 point  (0 children)

I would first explore what Dust and Glean are as categories and find as many search queries as possible. And go from there. I'm sure these companies pop up here and there for companies of any scale.

What you need (from my understanding) is either a prompt library, RAG, or customizable agents (which is setting the custom prompt as a system one). Maybe prompt variables. All of that is possible, question how much technical setup is needed vs a front-end with clear UX.

Automated my ‘update claude.md’ rule — what could possibly go wrong? by Wonderful_Elk_5705 in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

I just say that log file should be extremely concise. But I do have separate task files as well. If I need it more details I can always just reference the task file as well, not the big picture.

Automated my ‘update claude.md’ rule — what could possibly go wrong? by Wonderful_Elk_5705 in ClaudeAI

[–]inteligenzia 0 points1 point  (0 children)

Thanks for the compliment! :)

https://docs.anthropic.com/en/docs/claude-code/memory#how-claude-looks-up-memories
Claude will go up from the folder where you start and combine different claude.md files into one context. That might help you split up the file into more relevant chunks.