bcroesch | 10 months ago | on: Raif v1.1.0 – a Rails engine for LLM powered apps
bcroesch's comments
bcroesch | 9 years ago | on: Show HN: TinyCast – crowdsource with your team the likelihood of meeting metrics
Prediction markets are more valuable to companies for things where there isn't already a large, liquid source of information flow. E.g. all the on-the-ground workers know a project is going to be late, but no one speaks up due to fear/office politics. Management thinks all is well since no one said otherwise.
A PM is an effective way of taking a bunch of siloed information/knowledge (in employee's brains), aggregating it, and presenting it to decision makers.
bcroesch | 10 years ago | on: Intelligent intelligence – Just how good are government analysts?
Our company (Cultivate Labs) recently acquired Inkling Markets (a very early YC company that built prediction market software) and have been building a new version of the PM platform, which will hopefully address some of the risk/reward quirks.
If you're interested in this stuff, you might be interested in the two topical PM sites we're launching: -https://sportscast.cultivateforecasts.com/ (obviously focused on sports) -https://alphacast.cultivateforecasts.com/ (officially launching later this week, focused on global finance, politics, & tech).
bcroesch | 10 years ago | on: Intelligent intelligence – Just how good are government analysts?
bcroesch | 10 years ago | on: Intelligent intelligence – Just how good are government analysts?
We're also hosting a public forecasting tournament for him and his team that focuses on geo-political forecasting: https://www.gjopen.com/
bcroesch | 12 years ago | on: Chef Kitchen for setting up servers with a standard Rails stack
bcroesch | 12 years ago | on: Chef Kitchen for setting up servers with a standard Rails stack
If you run into hiccups, feel free to hit me up directly - [email protected]. The plus side of this is that once you do get it figured out once, setting up other servers really is extremely quick.
bcroesch | 12 years ago | on: Ask HN: Freelancer? Seeking freelancer? (February 2014)
Federis Group We're a small software consultancy looking for front end and full stack engineers. Rails and/or mobile experience a plus, but not strictly required. Our team is based in Chicago, but we're open to remote as well.
Contact: [email protected]
bcroesch | 12 years ago | on: Ask HN: Who is hiring? (February 2014)
We're a small software consultancy looking for front end and full stack engineers. Rails and/or mobile experience a plus, but not strictly required. Our team is based in Chicago, but we're open to remote as well.
Email: [email protected]
bcroesch | 13 years ago | on: Shareable Web Links that Open iOS Deep Links
bcroesch | 13 years ago | on: Show HN: Hacker News Fantasy Betting League, 55Prophets
bcroesch | 13 years ago | on: Show HN: Hacker News Fantasy Betting League, 55Prophets
bcroesch | 14 years ago | on: Avoiding Depression While Not Running a $1B Company
bcroesch | 15 years ago | on: Review my startup: RegistryStop, a centralized wedding registry
-Managing multiple registries at multiple stores is a pain. Automatic sync helps alleviate that headache.
-We allow people to add any item on the web or with a barcode. Now you can register for a random item at a random store without having to set up a whole registry there (if they even offer the option).
-We do price comparisons on each product. Other players just aggregate your registries, but don't detect that you might have the same exact mixer at Target and Bed Bath & Beyond. This way, we can show guests where the mixer is the cheapest -- you don't care where it comes from.
As far as making money, we use affiliate links for any product at stores with affiliate programs. Fortunately, Amazon tends to be cheapest for most products and has a good affiliate program.
Thanks again for the feedback.
bcroesch | 15 years ago | on: Review my startup: RegistryStop, a centralized wedding registry
bcroesch | 15 years ago | on: WikiLeaks Archive — Cables Uncloak U.S. Diplomacy
bcroesch | 15 years ago | on: Ask HN: What's your favorite way to learn something new?
That said, I didn't want to limit it to a specific topic (e.g. just learning a new language) and hoped that people would enumerate some of their preferred topics and corresponding methods, just as you did :)
I was also curious about how people go about choosing what topic to dive into next, if it's anything beyond the normal ongoing mental list of interesting potential topics.
bcroesch | 15 years ago | on: So A Blogger Walks Into A Bar…
bcroesch | 15 years ago | on: Trouble with Diaspora
Many startups are started/coded by young programmers in or fresh out of college -- people who probably haven't really earned their 'black-belt' in programming through time and experience. This would lead you to believe that many startups (even relatively successful ones) have plenty of bad/buggy code under the hood, but they have the benefit of not being out there under the scrutiny of public eye.
That said, if you're a young (and thus, probably somewhat inexperienced) coder, it would seem you can get stuck in the conundrum of wanting to have enough experience to write good code, but also wanting to go for starting a company while you're still young. Would love to hear opinions/thoughts on how to solve that conundrum.
bcroesch | 15 years ago | on: Ask HN: I want to start a web company what books should I read?
Once You're Lucky, Twice You're Good - Sarah Lacy
Founders at Work - Jessica Livingston
The Facebook Effect - David Kirkpatrick
For anyone not familiar, Raif is a Rails engine for building LLM powered apps. Highlights include: - adapters for various LLM providers - high-level abstractions/models for working with LLM's (Raif::Task for single-shot tasks, Raif::Conversation for chat interfaces, and Raif::Agent for building agentic features) - web admin for viewing/debugging LLM requests/responses
v1.1.0 highlights include: - Support for images and files/PDF's in Raif::Task's - Embedding generation - OpenRouter, GPT-4.1, and Claude 4 support - Stats section in the web admin - Automatic retries for LLM requests that resulted in server errors
Full changelog is here: https://github.com/CultivateLabs/raif/blob/main/CHANGELOG.md