Smallbiz is also far more likely to just let employees have at it and see how to make AI work for them, instead of formal implementation projects
Smallbiz is also far more likely to just let employees have at it and see how to make AI work for them, instead of formal implementation projects
But those Access apps also let companies create things and scale when a real dev was not available
But those Access apps also let companies create things and scale when a real dev was not available
It’s really REALLY easy to underestimate the power and efficiency that brings to non-techies outside of the Bay Area.
It’s really REALLY easy to underestimate the power and efficiency that brings to non-techies outside of the Bay Area.
At least by profit.
At least by profit.
And as a bonus, CC can run 2-3 subagents each running a different web search *in parallel* with their own query to find the top results.
/end
And as a bonus, CC can run 2-3 subagents each running a different web search *in parallel* with their own query to find the top results.
/end
COULD python do that? With a Bing/Google library, sure, & get back 10 pages of results looking for 1 page. 7/
COULD python do that? With a Bing/Google library, sure, & get back 10 pages of results looking for 1 page. 7/
Subagents can/should use MCP servers in the same way for token-heavy tasks. 6/
Subagents can/should use MCP servers in the same way for token-heavy tasks. 6/
You can use the bash tool 'llm' to ask questions of the codebase or the docs, this is AMAZING for working with the massive API doc. Ex:
```
cat MyAPIDocs.html|llm "What are the properties for the contacts entity?"
```
5/
You can use the bash tool 'llm' to ask questions of the codebase or the docs, this is AMAZING for working with the massive API doc. Ex:
```
cat MyAPIDocs.html|llm "What are the properties for the contacts entity?"
```
5/
At least, to be more-orchestrator like. 3/
At least, to be more-orchestrator like. 3/