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_•1y 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

Workflow to land your next job

1•loveTech•2m ago•0 comments

Show HN: FusionCore: ROS 2 sensor fusion that outperforms robot_localization

https://github.com/manankharwar/fusioncore
1•kharwarm•2m ago•0 comments

Show HN: Hahooh – Give AI agents the power to build their own MCP tools

https://hahooh.xyz/download
1•hahooh•4m ago•0 comments

Norway wealth fund CEO warns just using AI for job cuts risks backlash

https://www.reuters.com/business/retail-consumer/norway-wealth-fund-ceo-warns-just-using-ai-job-c...
1•speckx•5m ago•0 comments

What Happened in There? A Tamper-Evident Audit Trail for AI Agents

https://nono.sh/blog/secure-agent-audit
1•decodebytes•5m ago•1 comments

OpenAI Investors–Nvidia, Oracle, More–Fall After AI Giant Misses Revenue Target

https://www.forbes.com/sites/tylerroush/2026/04/28/openai-investors-nvidia-oracle-more-fall-after...
3•derwiki•7m ago•0 comments

Ray's Arithmetic

https://raysarithmetic.wordpress.com/
1•ibobev•7m ago•0 comments

Show HN: Face Lift, a memory game about faces

https://facelift.drpz.xyz
1•holliplex•8m ago•1 comments

Tell HN: GitHub PR page no longer lists all PRs

1•stabbles•8m ago•0 comments

AI Can Find the Code. It Didn't Know How the System Worked

https://www.wespiser.com/posts/2026-04-26-ai-non-obviousness.html
1•wespiser_2018•9m ago•1 comments

Show HN: Pretext powered portfolio recycling letters

https://www.tombradley.dev/
1•Bradd3rs•10m ago•0 comments

Reading RSS Feeds

https://vasilis.nl/nerd/2026/actually-reading-rss-feeds/
1•speckx•11m ago•0 comments

Ask HN: Keeping TypeScript CLI options and types in sync

3•ilbert•11m ago•0 comments

Show HN: I compiled a list of solo-founder-friendly accelerators and grants

https://www.opc.community/funding
1•patrickliu007•11m ago•0 comments

I built an offline, zero-cloud expense and schedule tracker

https://play.google.com/store/apps/details?id=com.bmindful.dailytracker&hl=en_US
1•PoonamKhade•11m ago•0 comments

Show HN: PageForge – Generate WordPress SEO Pages from a Single CSV

https://www.indiehackers.com/post/i-tried-generating-1-000-seo-pages-for-a-client-and-broke-every...
1•codefreex•12m ago•0 comments

DeepSeek V4 Pro: Validating Frontier Models for Production

https://fireworks.ai/blog/deepseek-v4-pro-validating-frontier-models-for-production
1•smurda•12m ago•0 comments

Ask HN: Why has Taichi-Lang's development frequency declined?

https://github.com/taichi-dev/taichi
1•SamCoding•13m ago•1 comments

AI's biggest critic has lost the plot

https://www.theargumentmag.com/p/ais-biggest-critic-has-lost-the-plot
1•m-hodges•15m ago•0 comments

Show HN: Extract Biomedical Knowledge from Multi-Modal Data Using Biovista Vizit

https://www.biovista.com/vizit/
1•vasvir•16m ago•1 comments

Httpxyz One Month In

https://tildeweb.nl/~michiel/httpxyz-one-month-in.html
1•birdculture•16m ago•0 comments

Show HN: AI-clean – strip unwanted formatting from text copied out of AI CLIs

https://ai-clean.dev
2•TheAndruu•16m ago•0 comments

The EU Comm. is turning Google Search into a privacy and national-security risk

https://blog.lukaszolejnik.com/the-european-commission-is-turning-google-search-into-a-privacy-an...
1•g-b-r•17m ago•1 comments

Making AI coding sessions persistent across agents

https://github.com/ShellFans-Kirin/drift_ai
1•rueichu_haung•18m ago•1 comments

I Forgot to Code

https://reggieescobar.com/blog/how-i-forgot-to-code
3•horatio_thomas•21m ago•0 comments

United Arab Emirates to quit oil cartel OPEC

https://www.bbc.co.uk/news/articles/cj4pxwlr52yo
5•mattcollins•22m ago•0 comments

Tencent, Alibaba to back DeepSeek at $20B+ valuation

https://techfundingnews.com/deepseek-20b-valuation-tencent-alibaba-first-funding-round/
3•gmays•22m ago•0 comments

State of Open Source Report

https://opensource.org/blog/the-2026-state-of-open-source-report
1•pentagrama•22m ago•0 comments

ZenTrack: Notes, finance, streaks and health tracker

https://apps.apple.com/in/app/zentrack-habit-life-tracker/id6743366183
1•ShivanshDengla•22m ago•0 comments

OpenAI CEO's Identity Verification Company Announced Fake Bruno Mars Partnership

https://www.vice.com/en/article/openai-ceo-identity-verification-company-fake-bruno-mars-partners...
5•BoggleOhYeah•22m ago•0 comments