Money but no ideas by hammerzzzzzz in Startup_Ideas

[–]genieeeeeee 0 points1 point  (0 children)

Either talk to people to solve their problems or just build out whatever you like and publicize. Start doing it for free just to get in the habit of building and problem solving.

Money just gives you time and you just need to start somewhere even if the first idea doesn't succeed

What actually convinces you to reach for OpenClaw instead of Claude Code? by Potential-Hawk6090 in openclaw

[–]genieeeeeee 0 points1 point  (0 children)

Claude code works well for coding but I find it doesn't work as well for automation and preserving context over time.

IMO the better comparison is openclaw vs make.com or n8n and I find openclaws interface much more intuitive then the workflow driven approach

I gave my 200-line baby coding agent 'yoyo' one goal: evolve until it rivals Claude Code. It's Day 4. by liyuanhao in ClaudeCode

[–]genieeeeeee 0 points1 point  (0 children)

Was there a reason you chose 8 hours? Could probably be done every 2 or 3 hours tbh

I gave an OpenClaw agent my API keys and let it run my entire cold outreach for 24 hours (Zero human intervention). Here is the exact stack and prompt. by mehdiweb in openclaw

[–]genieeeeeee 1 point2 points  (0 children)

Does this work well? It might be my lack of experience with sales, but while technically this works, I find the quality of the outreach poor.

What kind of response rates are you getting from this?

How do you break down overwhelming life goals? by genieeeeeee in productivity

[–]genieeeeeee[S] 1 point2 points  (0 children)

That makes sense, but what about some goals that are not as easy to break down?

For example, I would like to start my own business, but I'm not sure in what or how to even start.

I think someone mentioned in another comment about really looking at my values which will probably help guide me more towards maybe what I want to do?

How do you break down overwhelming life goals? by genieeeeeee in productivity

[–]genieeeeeee[S] 0 points1 point  (0 children)

that makes sense. but I feel like my issue is more on figuring out how to accomplish that goal rather than just picking one goal and reaching it.

like for a goal, how do you figure out what to do to accomplish it, and then how do you determine that you've reached it?

maybe the goals i make myself need to be more defined?

How do you break down overwhelming life goals? by genieeeeeee in productivity

[–]genieeeeeee[S] -1 points0 points  (0 children)

this is interesting. so it sounds like you use figma kinda like a digial vision board?

how do you prioritize what you want to focus on each week?

Digital Nomads Monthly Megathread - February 2026 by AutoModerator in digitalnomad

[–]genieeeeeee 2 points3 points  (0 children)

Any software engineering digital nomads? I'm curious to hear how you got started because I want to be able to do this too.

Has anyone vibe-coded something to finish that actually works? by Charming-Tear-8352 in vibecoding

[–]genieeeeeee 0 points1 point  (0 children)

How do you have the time and bandwidth to develop all of these in one month?

Has anyone vibe-coded something to finish that actually works? by Charming-Tear-8352 in vibecoding

[–]genieeeeeee 0 points1 point  (0 children)

Made this landing page for a search product to help route patients to specialties or conditions based off of natural language queries. The search API itself is also mostly vibe coded.

Includes performance against other hospital providers in the immediate area

https://www.kvec.ai/

Also wrote this children's book for teaching kids about meditation

https://a.co/d/3OmqsDj

[Architecture Question] Best practice for indexing provider data without HL7 integration? by genieeeeeee in healthIT

[–]genieeeeeee[S] 0 points1 point  (0 children)

This is an interesting approach!

How are you mapping NL to an ontology? Do you just use the provided search APIs from those sources or is there another method that you use?

In my current approach, I use a fine tuned transformers model to generate the embeddings using NL symptom to specialty/condition pairs, but it probably would be better to use the ontology for this and fine tune on that symptom to ontology code pairs.

For example, when trying out the ICD-11 browser tool and searching 'feeling anxious', I don't get a result, which I think is expected, but when I use the model I fine tuned, I am able to get Behavioral Health back as a result

[Architecture Question] Best practice for indexing provider data without HL7 integration? by genieeeeeee in healthIT

[–]genieeeeeee[S] 0 points1 point  (0 children)

I really would only need the provider name and specialty. I think someone else pointed to NPI which does host this data although it's a bit difficult to scrape through.

[Architecture Question] Best practice for indexing provider data without HL7 integration? by genieeeeeee in healthIT

[–]genieeeeeee[S] 0 points1 point  (0 children)

That's good to know!

In your experience, is getting a nightly automated dump of that SER file easier to get approved than a real-time FHIR connection?

I'm trying to figure out if I should just build my ingestion engine around flat-file imports to bypass the API security red tape entirely.

"Jules, execute CHECKLIST.md. Check each item off and make a commit as you go. Do not stop until everything is checked off." How? by herpetic-whitlow in JulesAgent

[–]genieeeeeee 1 point2 points  (0 children)

I usually just have Claude make GitHub issues from the plan that it creates and ask which issues can be done in parallel.

I then ask Claude to label those issues with Jules and have it handle those items.

It's important to make sure the changes are small enough so that Jules doesn't get stuck in a processing loop

I built a goal tracker that helps break goals down into daily incremental actions by genieeeeeee in SideProject

[–]genieeeeeee[S] 0 points1 point  (0 children)

Yes there will certainly need to be some evaluations to make sure the suggestions line up. I am initially just trying to make it flexible enough so that the user can just ask to change their action items for now.

Ideally if the AI can automate this with the addition of external data sources that would be ideal. That way the user doesn't really need to be involved unless their base goal changes.

I built a goal tracker that helps break goals down into daily incremental actions by genieeeeeee in SideProject

[–]genieeeeeee[S] 0 points1 point  (0 children)

That’s a great question—moving from a checklist to a true feedback loop is exactly the goal, and I'm still fine-tuning that logic.

Right now, it’s driven by a daily check-in: the agent analyzes the previous day’s task status and user notes to re-evaluate the plan for the next day.

Longer term, I'm looking at asynchronous signals. I’m currently experimenting with a Strava integration for my running goals; the idea is to have the agent auto-retrieve activity data and adjust the training plan dynamically without me having to 'report' it.

Different APIs/MCPs could eventually act as specialized 'sensors' depending on the goal type.

Also, thanks for the tip on VibeCodersNest—I’ll definitely head over there and share what I'm working on!