Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
3 replies
56 views

Understand the Role of LLMs in Fraud Detection LLMs are not ideal for raw transaction scoring (that’s better handled by ML models like XGBoost, neural nets). Instead, they excel at: Pattern ...
John Joseph's user avatar
Best practices
0 votes
1 replies
36 views

I am using a voice-based Generative AI agent, and in real-world scenarios with significant background noise, How can I reduce background noise to improve input clarity and generate more accurate ...
Rashmi R's user avatar
-4 votes
0 answers
52 views

I am trying to do a text classification based on a few shot training data. I am using Gemma 4 model. I am using the following prompt: Classify the Messages as one of 4000 - Bookkeeping, 1210 - Loan to ...
Peter Chikov's user avatar
Best practices
0 votes
0 replies
30 views

when model calls fetch_items tools, the agent should provide structured response a pydantic model to be used by backend, when user asks query related to license it should generate response in text ...
tester123 tester123's user avatar
Advice
0 votes
1 replies
69 views

I am looking to find a book on PyTorch that is suitable for beginners, Ive used sklearn in the past for ML its a simple workflow for me prepare the X and Y data, fit/train a model, and make ...
Kev's user avatar
  • 1
Advice
0 votes
2 replies
106 views

What is the best AI agent for VS Code (Codex, Copilot, Cline, Continue, Cody, Supermaven, Tabnine, Codeium, AWS CodeWhisperer)? I need something that gives the best results in terms of code accuracy, ...
Med Info's user avatar
-5 votes
0 answers
38 views

All whatever I tried regarding making LM Studio to run as a service in my Linux Machine $ lms server start Waking up LM Studio service... node:events:496 throw er; // Unhandled 'error' event ...
Dev Anand Sadasivam's user avatar
Tooling
0 votes
2 replies
41 views

I’m currently building a real-time AI calling/voice interaction platform using the Gemini Live 3.1 model. The pipeline involves continuous streaming (input → model → TTS/audio output). However, I’m ...
developer_1's user avatar
Advice
0 votes
3 replies
96 views

I have been trying to learn how to do machine learning for a long time, but most of what I find is just theory. The examples that are practical usually rely on pre-made libraries. I want to understand ...
Bryan Anthony's user avatar
Advice
0 votes
1 replies
56 views

I have assigned the role of Java Selenium tester in MNC and right now I'm in training phase for the same. But As the increasing uses of AI I'm confused if this is a right career path or not? If Yes, ...
Vishwajeet Mishra's user avatar
Best practices
0 votes
4 replies
168 views

After working on several Rust projects with AI assistance, I want to share a division of responsibility that has worked well in practice, and ask whether others have found the same — or a better ...
杨尚山's user avatar
Advice
0 votes
4 replies
68 views

Goal: I want to become a highly skilled AI Agentic Engineer and build real-world, impactful systems. Current Situation: I am actively learning and building projects I am consistent and genuinely ...
Amar Gurung's user avatar
-5 votes
0 answers
52 views

I am contributing to an open-source project called agentmemory, which provides memory management for AI agents. Currently, the system is strictly text-based and stores all observations in SQLite. As ...
Tanmay Shirbhayye's user avatar
Advice
1 vote
4 replies
129 views

I am a starter in AI with basic knowledge in machine learning and expertise in python. Could anyone please take time to help me curate a path for mastering AI. It would be great if you could provide ...
ravi's user avatar
  • 10.8k
Best practices
2 votes
1 replies
78 views

I am someone who is currently Learn Python, especially libary for make machine learn, but i am not have pc/laptop , can i make my own ML & Neural model? I haveI've heard that we can use Google ...
F4th1Q's user avatar
  • 1
Advice
0 votes
0 replies
52 views

Our company has recently started working on Private AI, and we are still new to these concepts. Our approach is to select a base AI model and customize it for a specific domain (telecom billing) by ...
Shreya Patil's user avatar
Advice
0 votes
1 replies
96 views

How to start learning llms ,any video suggestion or guidline for a beginner. I’m a beginner in machine learning with basic Python knowledge. I want to start learning about LLMs creations. So far I ...
Milan Suryavanshi's user avatar
Advice
0 votes
3 replies
68 views

The project: https://github.com/CherryHQ/cherry-studio The unofficial api provider doesn't support pdf file uploading, but in the application, it can upload pdf files, and works quite well, especially ...
followait's user avatar
  • 123
Advice
0 votes
2 replies
88 views

I am working on an agentic AI project, which is LinkedIn profile scraper. So I made an extension who scrap the LinkedIn profile data, mainly email and phone, and will also scrape other details like ...
Faiqa r Sheikh's user avatar
Advice
0 votes
0 replies
66 views

I am developing a .NET application that uses Machine Learning (Azure ML / AI model) to generate responses. I want the system to maintain chat history or context similar to how conversational AI ...
Kirti Zare's user avatar
Best practices
1 vote
11 replies
311 views

We have developed Delphi projects in Lithuanian (Baltic) local Windows machines and our Delphi *.pas files have been in "format ANSI" and they, of course, contained Lithuanian constants as ...
TomR's user avatar
  • 3,394
Advice
4 votes
4 replies
112 views

I am a experienced software developer, working on enterprise (albeit small user base) line-of-business applications in an in-house small development team. My core skills are C# and database, with most ...
waxingsatirical's user avatar
3 votes
1 answer
91 views

I'm currently learning to make a Gomoku ai script that uses minimax algorithm along with alpha beta pruning and other methods to improve performance. In this current state, I've implemented a ...
littlesky33's user avatar
Advice
0 votes
0 replies
110 views

I've been working on adapting Microsoft's BioGPT-Large for veterinary pharmacology using Plumb's Veterinary Drug Handbook (2023) as my domain corpus. After going through a lot of trial and error, I ...
sahil koshti's user avatar
Advice
1 vote
2 replies
106 views

I am new to this field, and I’m hoping to learn with your help. That’s why I would like to ask a few questions regarding AI and using Claude for coding. At the moment, I am trying to build an app with ...
Anže Koren Likar's user avatar
Advice
2 votes
1 replies
124 views

I am looking to grow my career in the AI/ML field, but I am currently feeling a bit confused about the right direction. At the moment, I am learning Python, NumPy, and Pandas. Could someone please ...
Aditya singh shekhawat's user avatar
Best practices
1 vote
0 replies
55 views

Recently I've been through books such as “Design Patterns in Modern C++20: Reusable Approaches for Object-Oriented Software Design”, "Clean C++20". I find some advice inside pretty useful ...
Adam Darx's user avatar
Advice
0 votes
2 replies
71 views

With the rise in AI and LLM's generating programs is there any point in learning new languages or can you just use the basic understanding of programing for another language and just rely on the AI's ...
BECAF's user avatar
  • 1
Best practices
2 votes
3 replies
152 views

I’m currently learning MCP and reading through the official guidelines on modelcontextprotocol.io. Now I’d like to move from theory to hands-on practice. As a beginner, what kinds of small, realistic ...
Jobert Venas's user avatar
Advice
0 votes
2 replies
57 views

I started training nemo's hybrid rnnt ctc cashe aware streaming large multilingual model with code-switching. i wanted to ask if total 1300 hours of dataset will be enough? and somehow I noticed that ...
Йулдашев Элбек's user avatar
Best practices
2 votes
1 replies
71 views

I am designing an Agentic Workflow for automated contract compliance auditing, where the system must cross-reference multi-page legal documents against a set of compliance policies (e.g., GDPR or ...
ewiwi's user avatar
  • 1
Advice
3 votes
3 replies
99 views

I am currently working on an AI-integrated ERP system that aims to achieve a "symbiotic" relationship between human decision-makers and AI models. Specifically, I am using Python (Pandas &...
蘇芳儀's user avatar
Best practices
0 votes
2 replies
50 views

I use google colab to train my model I have trained the model on fp32 and use random grid to search the hyperparameter. the training phase is slow; it takes around 3.24it/s. I want to ask can I use ...
Suebpong Pruttipattanapong's user avatar
Advice
3 votes
2 replies
69 views

I'm currently working to build the infrastructure for my local agentic executors. I use the cursor and "skills" really heavily. As you all know, the quality of the output depends on the ...
Leonid's user avatar
  • 1,109
Advice
0 votes
4 replies
72 views

so one of the biggest hurdles I currently face is navigating through my University website to find the relevant data like fee structure for my course(which is updated bi annually) and other ...
Shehzad Khan's user avatar
Advice
1 vote
2 replies
54 views

I am using lightgbm to solve a binary classification problem. After training process, I use gain importance to analyse the model. The top 20 feature importance (gain) looks like the following | ...
airforce-001's user avatar
Best practices
5 votes
5 replies
132 views

I am currently developing an AI-driven fashion recommendation system, specifically focusing on a "Multi-modal Context-Aware Decision Model." A critical component of my recommendation engine ...
王振宇's user avatar
Best practices
3 votes
0 replies
199 views

The convenience of not having to type your git credentials multiple times is traded with a higher exposure to running git commands you wouldn't have consented to if you were woke coding (vs. vibe ...
Ammar's user avatar
  • 583
Advice
0 votes
1 replies
84 views

I have ~2 years of experience as a software engineer working across full‑stack web and some mobile development. I want to upskill for better growth and salary, and I’m currently stuck between focusing ...
Rishabh Sharma's user avatar
Best practices
0 votes
1 replies
67 views

I am building DreamEcho AI, a platform that uses NLP to track mental states through dream analysis. I am using a Large Language Model (like GPT-4 or Gemini) to process raw user dream journals. The ...
胡家愷's user avatar
Tooling
0 votes
4 replies
211 views

I have been using codex and the built in github copilot and they both has a limit when I ran out I have no way to finish my code so any free AI recommendations?
Yasheen Bambaranda's user avatar
Advice
0 votes
2 replies
85 views

I'm building a Python research prototype focused on reliability in multi-agent orchestration. The idea is to run 3–4 LLM-based agents collaborating in a workflow (likely using LangGraph). Each agent ...
Jasneet Arora's user avatar
Advice
8 votes
2 replies
357 views

I am implementing a production-ready RAG pipeline using LangChain and ChromaDB (PersistentClient). To minimize latency, I use RunnableParallel to execute the similarity search and initial metadata ...
grace h's user avatar
Advice
2 votes
6 replies
250 views

I'm a complete beginner and I'm currently working on a project to detect objects using a camera. I've been using documentation and advice from experienced people to help me with my programme, but for ...
Hugo's user avatar
  • 39
Advice
4 votes
8 replies
217 views

I am building a local RAG chatbot using LangChain and ChromaDB (PersistentClient). I’m encountering 'hallucinations' when the similarity search returns documents with a low relevance score. How can I ...
grace h's user avatar
Advice
0 votes
3 replies
180 views

How to build an AI-powered chatbot for a company that can answer users' questions based on company-specific data, interact with users through natural question-and-answer conversations similar to other ...
Sornab's user avatar
  • 1
Advice
0 votes
0 replies
120 views

So I am building an AI model and I was trying to implement one optimization in it so it gets faster. The AI model is for DAG of code. The high level idea of the optimization is that in a DAG if picks ...
Specified One's user avatar
Advice
3 votes
1 replies
113 views

We have some AIoT devices and want to authenticate with RADIUS using PHP. The new RADIUS Server ask for the Message-Authenticator attribute and the build-in RADIUS functions of PHP can not do it. <?...
P95747001's user avatar
Best practices
2 votes
0 replies
126 views

I have a usecase where we need to perform complex calculations (aggregate function from multiple tables) on the given customer knowledge base, so I can't use simple RAG mechanisms like Azure Search or ...
VIVEK VK's user avatar
Tooling
0 votes
1 replies
137 views

hey folks — I feel like I’ve been going down dead ends on this one. I honestly thought this would be straightforward, especially with how many AI tools and modern frameworks are out there now. But ...
Anthony Blomfield's user avatar

1
2 3 4 5
177