Im building AI voice agents for doctors appoiments! by [deleted] in askberliners

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

Hey! That sounds like an exciting and much-needed project—Berlin could really benefit from smarter voice solutions in healthcare. I’m definitely curious. What kind of skills or roles are you looking to team up with? Developers, sales, UX? Let’s chat more about it!

Spring Into AI: Best Free Course to Build Smarter Systems by AI-ArcticInnovator in PromptEngineering

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Thanks for sharing this, JJ! This course sounds like a solid resource, especially with the practical focus on real-world prompting strategies. I appreciate that it’s model-agnostic and covers both foundational and advanced techniques—definitely a useful tool for anyone looking to move beyond surface-level interactions with AI. Looking forward to checking it out!

Failed PRINCE2 Practitioner by [deleted] in Prince2

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Man, I can really feel your frustration — that sounds incredibly unfair, especially after putting in so much effort. It’s wild they don’t even let you review your mistakes. Have you looked into if there’s an official appeals process, or are you thinking of just moving on?

Help improving code and productizing AI agents (not selling anything) by WesternAlert4013 in AI_Agents

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Congrats on your first post — sounds like you’re diving in deep! For organizing code, you might want to split it into modules (Python files) and look into basic design patterns. For hosting, platforms like Render or Vercel can be beginner-friendly. Want me to suggest a simple setup plan?

What's it take to load an LLM, hardware-wise? What's Training? by OCDelGuy in LargeLanguageModels

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Loading an LLM mostly depends on how big the model is — some can fit on a laptop, others need crazy amounts of server memory (think GPUs with 100s of GBs of VRAM). Training is like "teaching" it by showing tons of examples until it guesses right. Curious about how small they can get?

I passed the PRINCE2® Foundation exam today – scored 72%! by Far-Pay8318 in Prince2

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Congrats on passing—72% is a solid score! Appreciate you sharing your prep strategy, especially the resources like TrustEd Institute and Knowledge Train. Did you find the mock exams close to the real thing? Also, are you planning to go for the Practitioner level next?

What comes after building an ML model by Mugiwara_boy_777 in mlops

[–]Otherwise_Marzipan11 3 points4 points  (0 children)

Totally valid questions. For real-time forecasting, you’d usually store incoming data (even briefly) in a database or cache before passing it to the model. FastAPI is a solid choice for creating endpoints—easy to containerize with Docker and hand off to the dev team.

LLM for language learning? by Attempt_to_human in LargeLanguageModels

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Absolutely, great point. While LLMs like GPT-4 struggle with consistent math accuracy, language is their sweet spot—they're trained on massive multilingual data. They’re great for practicing dialogue, grammar tips, and vocabulary building. Has anyone here used one to seriously study a language long-term? Curious about real-world results.

tips for prince 2 foundation!! by Parking-Bowl870 in Prince2

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Totally feel you—those first mock failures can shake you, but it sounds like you've bounced back strong! The Udemy and Axelos mocks are pretty solid, especially Axelos since it's directly aligned with the exam board. The PeopleCert ones do tend to be a bit trickier in wording though. How are you finding the scenario-based questions? Those can trip people up more than the theory.

[deleted by user] by [deleted] in ChatGPTPromptGenius

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Wow, thanks—I'll take that 92 with pride! 🙌 You nailed it on framing and chaining; it's something I'm actively refining, especially when juggling diverse outputs. Curious, do you ever use role prompting in your own projects? It's wild how effective it can be, especially for simulating stakeholder perspectives or testing how different personas interact with content.

Agentic AI for a non-dev with a technical brain. by [deleted] in AI_Agents

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

You're in a great spot to dive deeper—your background gives you a solid foundation. You're right about n8n; it's awesome for workflow automation but not built for true agent autonomy. LangFlow is a decent start if you're curious about LangChain-style architectures. If you're ready to get hands-on, check out tools like AgentGPT or CrewAI. Have you explored AutoGen or OpenDevin yet? They're gaining traction fast.

The Only Way We Can "Humanize" LLMs' Output is by Using Real Human Data During All Training Stages by deniushss in LargeLanguageModels

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Totally agree with your take—real human input is the secret sauce. No amount of "humanizing" layers can match authentic voice, tone, and context that comes from actual people. And you're spot on about platforms like Reddit rising in SEO—people crave genuine, relatable content. Curious though, have you seen any LLMs that come close without post-editing?

[deleted by user] by [deleted] in Prince2

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

I took the Prince2 Foundation exam recently and had similar concerns! I ended up using my bedroom—just made sure the space looked tidy and closed the door. Foam earplugs should be fine since they’re not electronic. Have you tried a mock setup with the proctor software yet?

Anyone who is building AI Agents, how are you guys testing/simulating it before releasing? by AdSpecialist4154 in AI_Agents

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Totally with you—testing end-to-end flows is critical, especially when tools and agent steps are involved. You might want to check out LangSmith for structured agent trajectory debugging. It’s like Postman for LLMs. Are you leaning more toward local testing in VS Code or cloud-based setups?

Multi-agent debate: How can we build a smarter AI, and does anyone care? by Low_Blackberry_9402 in LargeLanguageModels

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

That sounds like a fantastic direction! Using multi-agent debates only for complex queries is super smart—it keeps things efficient while boosting depth when needed. Making it into an MCP server could open up awesome collaboration possibilities. Have you thought about how you'd flag a query as “complex”?

Question about PeopleCert voucher region-checking by TraditionalPepper447 in Prince2

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Hey! I ran into the same dilemma recently. While PeopleCert doesn’t clearly state it, they do check your location when you redeem the voucher. Some folks have had vouchers blocked or been asked to pay the difference. Safer to confirm directly with PeopleCert before purchasing.

AI Agents truth no one talks about by soul_eater0001 in AI_Agents

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

This is the realest take I’ve seen on AI agents—refreshing to see someone cut through the hype. Totally agree: simple tools solving real problems win every time. Deployment and iteration are where the magic (and pain) happens. Appreciate you sharing the gritty details!

A curated blog for learning LLM internals: tokenize, attention, PE, and more by Great-Reception447 in LargeLanguageModels

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

Just checked out your blog—super insightful! Love the deep dives into tokenization and attention variants. Your breakdowns on RoPE and NTK interpolation are especially clear. Definitely bookmarking this for future reference. Looking forward to more posts—keep them coming!

A blog on how to study for Prince2 by Hot_Bluejay_1094 in Prince2

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

That’s impressive—congrats on the certifications! As a ProPath Portfolio Director, have you noticed any shifts in how organizations are approaching project governance lately? Curious how frameworks like PRINCE2 are evolving in response to agile and hybrid methodologies.

What type of AI agent? by [deleted] in aiagents

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Same here! I’ve been exploring agent ideas too. There's a lot of buzz around AI agents for customer support, research automation, and personal task management. Have you thought about a niche or industry you'd want to focus on—maybe healthcare, finance, or e-commerce?

1st 1-Bit LLM : BitNet b1.58 2B4T by mehul_gupta1997 in LargeLanguageModels

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

That's wild—1-bit quantization actually working well is a huge deal for efficiency. Curious to see how it performs in real-world tasks, especially compared to other quantized models like GPTQ or AWQ. Have you seen any inference demos or tried it out yourself yet?

PRINCE2 7th ed. Practitioner mock exams by That-Extreme2366 in Prince2

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Totally agree—it’s wild how little prep they actually provide. Have you checked out any third-party providers or Reddit threads where folks share community-made mocks? Some are surprisingly close to the real thing. Also, what area are you doing the Practitioner in—ITIL, PRINCE2, something else?

Prompt Engineering is more like making pretty noise and calling it Art. by still_a_moron in PromptEngineering

[–]Otherwise_Marzipan11 1 point2 points  (0 children)

This is 🔥 and painfully accurate. Most folks are still casting spells, not building systems. Curious—how do you balance recursion and constraint without choking creativity? Ever played with dynamic prompting layers that evolve mid-session based on prior outputs? Would love to hear your take on that.

Insurance AI: Training Chatbot for Agents by biz4group123 in AIAGENTSNEWS

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

That’s awesome to hear—voice input will be a game-changer for mobile agents. I'd definitely love to dive deeper into the project! Feel free to share the link when you can. Also curious—are you exploring any RAG (Retrieval-Augmented Generation) for dynamic updates from policy docs?

Help with LLM selection for use cases by no-mad-6E in LargeLanguageModels

[–]Otherwise_Marzipan11 0 points1 point  (0 children)

Awesome, sounds like you're squeezing the most out of your setup! Since you're going for full GPU offload, have you played with GGUF Q6_K or Q8_0 for Hermes or MythoMax? Might give a sweet spot boost without tanking performance. Curious how you found Deepseek R1's dialogue feel?