frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Multi-dimensional weighted random roll (choice, dice, selection)

https://www.sacrideo.us/multi-dimensional-weighted-random-roll-choice-dice-selection/
1•tosh•45s ago•0 comments

Diraigent – Self-hosted orchestration for AI coding agents

https://github.com/diraigent/diraigent
1•diraigent•1m ago•1 comments

If Claude Code is performing poorly, you might be in an A/B test

https://twitter.com/backnotprop/status/2032499680547148035
1•ramoz•1m ago•0 comments

Ukraine's Flamingo Cruise Missile Will Reshape the War's Dynamics

https://www.forbes.com/sites/vikrammittal/2026/03/13/ukraines-flamingo-cruise-missile-will-reshap...
1•MilnerRoute•1m ago•0 comments

Alpine glacier holds history dating back to the Romans. And it's melting–fast

https://www.popsci.com/environment/alpine-glacier-ice-melting-history/
1•Brajeshwar•1m ago•0 comments

China's ByteDance Gets Access to Top Nvidia AI Chips

https://www.wsj.com/tech/chinas-bytedance-gets-access-to-top-nvidia-ai-chips-d68bce3a
1•gmays•3m ago•0 comments

An AI that plans multi-city trips in seconds. CRAZY product

https://explorinder.com/
1•pabloceg•3m ago•0 comments

Public Memories – Comedy Skits from Krazam [video]

https://www.youtube.com/watch?v=AS9y-d2BvZU
1•nvader•3m ago•0 comments

1M context is now generally available for Opus 4.6 and Sonnet 4.6

https://claude.com/blog/1m-context-ga
1•meetpateltech•4m ago•0 comments

Show HN: I Made a PS1 Static Recompiler with No Prior Experience (and Claude)

https://1379.tech/i-built-a-ps1-static-recompiler-with-no-prior-experience-and-claude-code/
1•Gamemaster1379•5m ago•0 comments

Yes, and

https://en.wikipedia.org/wiki/Yes,_and_...
1•lucidplot•5m ago•0 comments

Einstein's Riddle – Who owns the fish?

https://www.numericana.com/answer/recreational.htm#einstein5
1•v8xi•5m ago•0 comments

The Cost of Delegation

https://variantsystems.io/blog/cost-of-delegation
1•vipulbhj•6m ago•0 comments

Webhook Architecture – Design Pattern

https://beeceptor.com/docs/webhook-feature-design/
1•ankit84•6m ago•0 comments

Show HN: TheDayAfter – open-source addiction recovery tracker

https://thedayafter.app/
2•walky•6m ago•0 comments

Claude Opus 4.6 now ships with 1M context by default

https://twitter.com/alasano/status/2032505230386958546
2•alasano•6m ago•1 comments

Scanner Raises Series A Led by Sequoia Capital

https://scanner.dev/blog/scanner-raises-series-a-led-by-sequoia-capital
1•eatonphil•9m ago•0 comments

Vibe Crafting: spec and test-driven agent development

https://github.com/scosman/vibe-crafting
1•scosman•9m ago•0 comments

Who Uses AI in Congress?

https://nicholasdecker.substack.com/p/who-uses-ai-in-congress
1•speckx•10m ago•0 comments

50x Faster Post-Training

https://www.workshoplabs.ai/blog/post-training-50x-faster
3•addiefoote8•11m ago•0 comments

Show HN: RepoCrunch – CLI to analyze GitHub repos

https://github.com/kimwwk/repocrunch
1•chillkim•12m ago•1 comments

How Russia's new elite hit squad was compromised by Google Translate

https://theins.press/en/inv/290235
3•dralley•14m ago•0 comments

Notes from the trough of sorrow: why we killed our own product

1•timshell•15m ago•0 comments

Q&A: Why does gas set the price of electricity – and is there an alternative?

https://www.carbonbrief.org/qa-why-does-gas-set-the-price-of-electricity-and-is-there-an-alternat...
2•mariuz•15m ago•0 comments

Rescreen: Give agents control of your screen, securely

https://github.com/ygwyg/rescreen
1•handfuloflight•15m ago•0 comments

Depot Raised a $10M Series A

https://depot.dev/blog/depot-raises-series-a
2•eatonphil•17m ago•0 comments

How Predictable Are the Oscars?

https://futuresearch.ai/oscars/
6•nbosse•20m ago•2 comments

Revealed: Face of 75,000-year-old female Neanderthal from cave

https://www.cam.ac.uk/stories/shanidar-z-face-revealed
5•thunderbong•21m ago•0 comments

AI agent 'lobster fever' grips China despite risks

https://techxplore.com/news/2026-03-ai-agent-lobster-fever-china.html
2•Brajeshwar•21m ago•0 comments

LDP: Identity-Aware Routing for Multi-Agent LLMs – 37% Less Tokens

https://arxiv.org/abs/2603.08852
1•prakashsunil•22m ago•0 comments