Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More
ZeroOne Systems

14.6k members โ€ข Free

12 contributions to ZeroOne Systems
4d โ€ขย 
Ask
Where do you run your AI trading system after itโ€™s ready?
Hey everyone! ๐Ÿ‘‹ I have another question for people who are already running their own AI trading systems. Iโ€™m currently building my own AI trading project, and Iโ€™ve been thinking about something I havenโ€™t really figured out yet: Once the project is completely built and tested, where do you actually run it? Since a trading AI may need to stay active for long periods and continuously receive market data, process signals, monitor positions, and interact with broker APIs, Iโ€™m assuming it needs some kind of server or always-on machine. Iโ€™d love to know how you guys handle this in real-world projects. For example: - Do you run your trading AI on your personal PC, or do you move it to a VPS/cloud server/dedicated server? - If you use a cloud server, which type of setup do you use? - What kind of CPU, RAM, storage, and GPU does your system actually need? - Does an AI trading system normally need a GPU running 24/7, or can the trading/decision system run mostly on CPU? - How do you handle uptime, internet connection, server restarts, power failures, and system crashes? - Do you run the entire system on one machine, or split different services across multiple machines/servers? - What do you use for monitoring, logs, alerts, and automatic recovery if something goes wrong? - Roughly how much does your infrastructure cost per month? Iโ€™m asking because Iโ€™m trying to plan the architecture of my project beyond development and testing. Iโ€™d especially love to hear from people who have actually taken their trading AI beyond the development stage and are running it continuously in a real environment. Iโ€™m still learning, so if Iโ€™m misunderstanding anything about how trading systems are normally hosted or operated, please correct me. Thanks! ๐Ÿ™
0 likes โ€ข 1d
@Joseph Manion Thanks for the detailed explanation. I understand the point much better now. I was initially thinking about hosting mainly as a question of whether I should use my PC, a VPS, or the cloud once the project is finished. Your explanation made me realize that the deployment environment itself should also be tested as part of the system. For my project, I think starting with local testing makes sense while I am still validating the complete lifecycle. Later, I can move to a dedicated local machine or cloud/VPS once I know the actual CPU, RAM, network, and latency requirements. I also found your point about failure recovery very important. I should not only ask whether the system can trade, but whether it can safely recover if the PC, network, broker connection, or a service fails while an order or position exists. The idea of having automatic process restart without automatically resuming trading, followed by broker reconciliation before continuing, is especially useful for my architecture. Thanks again. This gives me a much clearer way to think about deployment and infrastructure instead of simply choosing the most powerful hardware.
4d โ€ขย 
Ask
Need Advice: MonkeyCode AI vs Free Coding AI Alternatives
Hey everyone! ๐Ÿ‘‹ Iโ€™ve been working on a coding project for about a month using MonkeyCode AI, and Iโ€™m really enjoying building it. My project has grown quite a lot, and now I want to take it all the way to completion. The problem is that MonkeyCodeโ€™s free usage has been reduced from around 30 million tokens to 10 million tokens. Since my project is getting bigger, sometimes even fixing a small bug can use up most or all of my daily tokens, which is making it difficult to continue. So I wanted to ask the community for some advice on two things: 1. Is there a good free alternative? Iโ€™m looking for a cloud-based AI coding tool that offers a decent amount of free usage/tokens and can handle larger coding projects, debugging, and code changes. Iโ€™ve looked into running open-source models locally, but my PC isnโ€™t powerful enough to comfortably run large coding models. So Iโ€™m specifically looking for something cloud-based. 2. Should I pay for MonkeyCode? The other option Iโ€™m considering is buying MonkeyCodeโ€™s paid plan because I really like my project and want to finish it. Iโ€™ve also looked at subscriptions for other coding AI tools, but many of their more powerful plans are around $100+, which is quite expensive for me. MonkeyCodeโ€™s most expensive plan is around $60, which seems much more reasonable. However, MonkeyCode isnโ€™t as well-known as some other coding AI tools, and I havenโ€™t found many detailed reviews from people who have actually purchased and used the paid plan. So Iโ€™m a little worried about spending $60 and then finding out that the subscription doesnโ€™t provide as much usage as I expected or that there are other limitations. What would you recommend in my situation? - Should I buy MonkeyCodeโ€™s ~$60 plan? - Is there a better or cheaper alternative for a large coding project? - If anyone here has actually used MonkeyCodeโ€™s paid plan, how much usage/tokens did you get, and what was your experience? Iโ€™d really appreciate any advice or recommendations. ๐Ÿ™
0 likes โ€ข 1d
@Joseph Manion Thanks for the detailed advice. This makes a lot more sense now. My main problem with MonkeyCode is that my project is quite large, and the free usage can get consumed very quickly. Sometimes even investigating or fixing one issue can use a large portion of the daily limit. I was considering the $60 Ultra plan mainly because I need much more capacity for working on the project, but your suggestion of treating the paid plan as a one-month controlled test makes sense. I think testing the lower Pro plan first would be a better way to see whether the extra usage actually solves my problem. I also really like your point that token count alone doesn't determine how useful a coding agent is. What matters is how efficiently it understands the repository, handles multi-file changes, writes tests, and completes tasks correctly. I'll also make sure to keep the project backed up in Git and create proper project documentation/handoff notes so I'm not dependent on one AI's conversation history. Thanks again โ€” this gives me a much better way to evaluate whether I should stay with MonkeyCode or eventually switch to another coding agent.
4d โ€ขย 
Ask
How much time do you spend planning and building your project every day?
Hey everyone! ๐Ÿ‘‹ I have a question for people who are currently building or have already completed large AI, trading, or software projects. Iโ€™m currently building my own AI trading project, and Iโ€™m trying to figure out how to manage my time better. Iโ€™d like to know: โฐ How much time do you spend each day? - How many hours do you usually spend planning? - How many hours do you spend actually building/coding? - How much time do you spend on testing, debugging, research, and learning? - Do you work on the project every day, or do you take specific days off? ๐Ÿ“ How do you plan your day? Do you have a specific daily routine, such as: Planning โ†’ Research/Learning โ†’ Building โ†’ Testing โ†’ Reviewing โ†’ Planning the next day Or do you use a completely different workflow? Iโ€™d also like to know how you decide what to work on each day when the project is large and there are many things that need to be done. ๐Ÿ’ก Advice for other builders For people who have already completed large projects: How many hours per day do you think is a realistic and sustainable amount of time to spend on a serious project? Iโ€™m not asking how many hours someone can work in one dayโ€”Iโ€™m more interested in what schedule you can realistically maintain for months without burning yourself out. If you could share your own daily routine or time-management method, it would really help me understand how experienced developers approach long-term projects. Thanks! ๐Ÿ™
4d โ€ขย 
Ask
What was the longest it took you to complete a project, and what problems caused the delay?
Hey everyone! ๐Ÿ‘‹ I have a question for people who have built AI projects, trading systems, or other large software projects. Iโ€™m currently building my own AI trading project, and I want to learn from people who have already gone through the process of building and completing a large project. โฑ๏ธ How long did your project take? What is the longest amount of time you have spent building a project from the initial idea/planning stage to a properly working and completed system? Was it: - A few weeks? - A few months? - A year or more? And what made it take that long? ๐Ÿ› What problems did you face? Iโ€™d especially like to know about problems that you didnโ€™t expect when you started. For example: - Architecture problems - Bugs that were extremely difficult to find - AI-generated code causing unexpected issues - Integration problems between different services - API or data problems - Performance/scaling problems - Database issues - Testing problems - Security problems - Unexpected edge cases - Requirements changing during development - Problems that only appeared when the system became large - Problems that appeared after the project seemed โ€œfinishedโ€ ๐Ÿ”ง How did you solve them? For each major problem, Iโ€™d love to know: What was the problem โ†’ how did you diagnose it โ†’ how did you solve it โ†’ where did you find the solution? For example, did you find the answer through: - Documentation - GitHub - YouTube - Books - Research papers - Online communities - Other developers - AI coding assistants - Trial and error ๐Ÿ’ก What should beginners know beforehand? This is the part Iโ€™m most interested in. If you could go back to day one of your project, what problems would you warn yourself about? Are there any mistakes or difficulties that you now know are almost unavoidable when building a large project? Iโ€™m asking because Iโ€™m currently in the middle of building my own project. If I know about common problems before they happen, I can either design around them from the beginning or at least be prepared when they appear.
4d โ€ขย 
Ask
How do you design prompts, mathematics, and AI/ML logic for a trading AI?
Hey everyone! ๐Ÿ‘‹ I have a question for people who are building or have already built AI trading systems. Iโ€™m trying to understand how you actually communicate complex requirements to an AI when developing a trading system. ๐Ÿค– Prompting When you give an AI a prompt to build, analyze, or modify part of your trading system: - How detailed are your prompts? - How do you structure them? - Do you break a large task into multiple steps/phases? - Do you give the AI the complete system context first, or explain only the specific part it needs to work on? - How do you prevent the AI from misunderstanding requirements or making changes that break other parts of the system? - What has been the most difficult part of prompting AI while building your project? - Do you have a specific prompting workflow that works well for large coding projects? Iโ€™d especially like to know whether experienced developers use a structured prompt/specification โ†’ implementation โ†’ testing โ†’ review โ†’ correction process. ๐Ÿงฎ Mathematics in Trading AI Iโ€™m also trying to understand how much mathematics you actually use inside a serious trading AI. For example: - Probability - Statistics - Linear algebra - Calculus - Time-series analysis - Optimization - Regression - Correlation - Volatility - Risk/reward calculations - Position sizing - Portfolio mathematics If you use mathematical formulas, Iโ€™d love to know: Why did you choose that particular formula? What exactly do you expect the AI/system to understand or calculate from it? For example, is the formula being used to: - Generate a feature/input? - Measure risk? - Estimate probability? - Detect market patterns? - Calculate volatility? - Score a trading opportunity? - Optimize a decision? - Validate another signal? Iโ€™m interested in the reasoning behind the mathematics, not just a list of formulas. ๐Ÿง  ML / Data Science / Deep Learning Another thing Iโ€™m confused about is how people decide which Machine Learning, Data Science, and Deep Learning techniques to use in a trading AI.
1-10 of 12
Aanya Sharma
1
1 point to level up
@saurabh-pcwala-6397
AI enthusiast ๐Ÿค– | Learning & building AI agents ๐Ÿš€ | Coding & automation ๐Ÿ’ป | Always curious to learn new things.

Active 1d ago
Joined Aug 31, 2026
Powered by